Searched refs:main (Results 126 - 150 of 160) sorted by relevance

1234567

/gem5/ext/googletest/googlemock/scripts/
H A Dgmock_doctor.py594 def main(): function
640 main()
H A Dupload.py1251 """The real main function.
1377 def main(): function
1387 main()
/gem5/util/
H A Do3-pipeview.py62 'tick_drift':2000, # Used to calculate the start and the end of main
172 # As the instructions are processed out of order the main loop starts
306 def main(): function
377 main()
H A Dcompile82 SCons.Script.main()
/gem5/configs/example/arm/
H A Dfs_bigLITTLE.py338 def main(): function
350 main()
/gem5/system/alpha/console/
H A Ddbmentry.S88 * Every good C program has a main()
98 jsr ra, main
/gem5/util/term/
H A Dterm.c59 main(int argc, char *argv[]) function
/gem5/tests/test-progs/gpu-hello/src/
H A Dgpu-hello.cpp317 main(int argc, char * argv[]) function
/gem5/tests/test-progs/insttest/src/riscv/
H A Drv64a.cpp37 int main() function
H A Drv64i.cpp46 int main() function
H A Drv64f.cpp37 int main() function
/gem5/util/cxx_config/
H A Dmain.cc49 * This file contains a demonstration main using CxxConfigManager.
103 main(int argc, char **argv) function
/gem5/util/m5/
H A Dm5.c378 main(int argc, char *argv[]) function
/gem5/ext/googletest/googlemock/test/
H A Dgmock_output_test_.cc281 int main(int argc, char **argv) { function
H A Dgmock_stress_test.cc314 int main(int argc, char **argv) { function
/gem5/ext/testlib/
H A Dmain.py319 def main(): function
/gem5/src/python/m5/util/
H A Djobfile.py426 def main(conf=None): function
474 main()
/gem5/ext/ply/test/
H A Dtestyacc.py324 unittest.main()
H A Dtestlex.py581 unittest.main()
/gem5/ext/googletest/googletest/test/
H A Dgtest-unittest-api_test.cc335 int main(int argc, char **argv) { function
H A Dgtest_output_test_.cc256 // Thread A (main) | Thread B (spawned)
474 // Used for coordination between the main and the spawn thread.
488 // Signals the main thread that this thread has started.
491 // Waits for permission to finish from the main thread.
1019 // The main function.
1024 int main(int argc, char **argv) { function
/gem5/src/dev/arm/
H A Dgic_v3_its.cc70 std::bind(&ItsProcess::main, this, std::placeholders::_1)));
235 ItsTranslation::main(Yield &yield) function in class:ItsTranslation
337 ItsCommand::main(Yield &yield) function in class:ItsCommand
/gem5/util/tap/
H A Dtap.cc317 main(int argc, char *argv[]) function
/gem5/src/python/m5/
H A Dmain.py49 __all__ = [ 'options', 'arguments', 'main' ]
218 def main(*args): function
236 raise TypeError("main() takes 0 or 2 arguments (%d given)" % len(args))
240 # Set the main event queue for the main thread.
/gem5/ext/googletest/googletest/scripts/
H A Dpump.py831 def main(argv): function
855 main(sys.argv)

Completed in 28 milliseconds

1234567