/art/test/093-serialization/src/ |
Main.java | 27 public class Main { 29 public static void main(String[] args) { method in class:Main
|
/art/test/098-ddmc/src/ |
Main.java | 20 public class Main { 21 public static void main(String[] args) throws Exception { method in class:Main
|
/art/test/109-suspend-check/src/ |
Main.java | 17 public class Main { 20 public static void main(String[] args) { method in class:Main
|
/art/test/114-ParallelGC/src/ |
Main.java | 25 public class Main implements Runnable { 30 public static void main(String[] args) throws Exception { method in class:Main 55 threads[i] = new Thread(new Main(i, queues.get(i), queues.get((i + 1) % threads.length), 96 private Main(int id, SynchronousQueue<Boolean> waitOn, SynchronousQueue<Boolean> pushTo, 117 // Main loop.
|
/art/test/115-native-bridge/src/ |
NativeBridgeMain.java | 20 // This is named Main as it is a copy of JniTest, so that we can re-use the native implementations 22 class Main { 23 public static void main(String[] args) { method in class:Main 173 static public void main(String[] args) throws Exception { method in class:NativeBridgeMain 178 Main.main(null);
|
/art/test/403-optimizing-long/src/ |
Main.java | 20 public class Main { 27 public static void main(String[] args) { method in class:Main
|
/dalvik/dx/src/com/android/dx/command/annotool/ |
Main.java | 23 public class Main { 129 private Main() { 133 public static void main(String[] argArray) { method in class:Main
|
/external/chromium-trace/trace-viewer/ |
run_dev_server.py | 148 def Main(args): 162 sys.exit(Main(sys.argv[1:]))
|
/external/chromium_org/components/wifi/ |
wifi_test.cc | 43 Result Main(int argc, const char* argv[]); 83 WiFiTest::Result WiFiTest::Main(int argc, const char* argv[]) { 239 int main(int argc, const char* argv[]) { function 246 return wifi_test.Main(argc, argv);
|
/external/chromium_org/media/tools/constrained_network_server/ |
cns.py | 425 def Main(): 456 Main()
|
/external/chromium_org/ppapi/generators/ |
idl_gen_pnacl.py | 265 def Main(args): 283 retval = Main(sys.argv[1:])
|
idl_lexer.py | 332 def Main(args): 352 sys.exit(Main(sys.argv[1:]))
|
idl_namespace.py | 179 def Main(args): 248 sys.exit(Main(sys.argv[1:]))
|
idl_node.py | 436 def Main(): 446 sys.exit(Main())
|
/external/chromium_org/testing/gtest/test/ |
gtest_test_utils.py | 118 # In case GetFlag() is called before Main(), we always call 306 def Main(): 310 # unittest.main(). Otherwise the latter will be confused by the 320 _test_module.main()
|
/external/chromium_org/third_party/skia/tools/ |
svndiff.py | 309 def Main(options, args): 336 Main(options, args)
|
/external/chromium_org/tools/code_coverage/ |
croc.py | 613 def Main(argv): 614 """Main routine. 722 sys.exit(Main(sys.argv))
|
/external/chromium_org/tools/ |
post_perf_builder_job.py | 357 def Main(argv): 371 sys.exit(Main(sys.argv))
|
/external/chromium_org/v8/tools/ |
run-deopt-fuzzer.py | 287 def Main(): 472 sys.exit(Main())
|
run-tests.py | 338 def Main(): 515 sys.exit(Main())
|
run_benchmarks.py | 13 "path": <relative path chunks to benchmark resources and main file>, 20 "resources": [<js file to be loaded before main>, ...] 21 "main": <main js benchmark runner file>, 36 with a "main" file is a leaf suite that can contain one more level of 60 "main": "run.js", 81 "main": "run.js", 86 "main": "run.js", 228 """Represents a runnable benchmark suite definition (i.e. has a main file). 231 def main(self) member in class:Runnable [all...] |
/external/gtest/test/ |
gtest_test_utils.py | 118 # In case GetFlag() is called before Main(), we always call 306 def Main(): 310 # unittest.main(). Otherwise the latter will be confused by the 320 _test_module.main()
|
/external/jarjar/src/main/com/tonicsystems/jarjar/ |
Main.java | 23 public class Main { 30 HELP = readIntoString(Main.class.getResourceAsStream("help.txt")); 49 public static void main(String[] args) throws Exception { method in class:Main 50 MainUtil.runMain(new Main(), args, "help");
|
/external/llvm/unittests/ExecutionEngine/MCJIT/ |
MCJITObjectCacheTest.cpp | 97 M.reset(createEmptyModule("<main>")); 98 Main = insertMainFunction(M.get(), OriginalRC); 104 ASSERT_TRUE(nullptr != Main); 108 void *vPtr = TheJIT->getPointerToFunction(Main); 111 << "Unable to get pointer to main() from JIT"; 118 Function *Main; 179 M.reset(createEmptyModule("<main>")); 180 Main = insertMainFunction(M.get(), ReplacementRC); 214 M.reset(createEmptyModule("<not-main>")); 215 Main = insertMainFunction(M.get(), ReplacementRC) [all...] |
/external/lzma/CS/7zip/Compress/LzmaAlone/ |
LzmaAlone.cs | 350 static int Main(string[] args)
|