/prebuilts/devtools/tools/lib/ |
sdkmanager.jar | |
/prebuilts/gradle-plugin/com/android/tools/sdkmanager/24.4.0-beta6/ |
sdkmanager-24.4.0-beta6.jar | |
/prebuilts/gradle-plugin/com/android/tools/sdkmanager/24.5.0/ |
sdkmanager-24.5.0.jar | |
/prebuilts/gradle-plugin/com/android/tools/sdkmanager/25.0.0-alpha1/ |
sdkmanager-25.0.0-alpha1.jar | |
/art/test/003-omnibus-opcodes/src/ |
IntMath.java | 35 Main.assertTrue(i1 == 0x44332211); 36 Main.assertTrue(i2 == 0xbbaa9988); 37 Main.assertTrue(l == 0xbbaa998844332211L); 48 Main.assertTrue(l == 0xbbaa998844332211L); 66 Main.assertTrue(result == 0x1122334455667788L); 82 Main.assertTrue((int) b == -1); 83 Main.assertTrue((int) s == -1); 84 Main.assertTrue((int) c == 0x0fff); 85 Main.assertTrue(i == 268435455); 96 Main.assertTrue(1 << thirtyTwo == 1) [all...] |
/art/test/004-JniTest/src/ |
Main.java | 21 public class Main { 22 public static void main(String[] args) { method in class:Main
|
/art/test/004-ThreadStress/src/ |
Main.java | 30 // test/run-test {run-test-args} 004-ThreadStress [Main {ThreadStress-args}] 31 // (It is important to pass Main if you want to give parameters...) 47 public class Main implements Runnable { 266 public static void main(String[] args) throws Exception { method in class:Main 418 final Main[] threadStresses = new Main[numberOfThreads + numberOfDaemons]; 437 threadStresses[t] = t < numberOfThreads ? new Main(lock, t, operations) : 469 final Main ts = threadStresses[r]; 471 final Main threadStress = ts; 522 Main daemon = threadStresses[numberOfThreads + r] [all...] |
/art/test/068-classloader/src/ |
Main.java | 23 public class Main { 25 * Main entry point. 27 public static void main(String[] args) throws Exception { method in class:Main 511 System.out.println(Class.forName("Main").toString()); 513 System.out.println(Class.forName("Main", false, null).toString());
|
/art/test/401-optimizing-compiler/src/ |
Main.java | 20 public class Main { 21 public static void main(String[] args) { method in class:Main 66 Main m = new Main(); 71 if (m.$opt$TestOtherParameter(new Main()) == m) { 82 Main m1 = new Main(); 121 Main m = null; 222 public static void $opt$SetFieldInOldObject(Main m) { 223 m.o = new Main(); [all...] |
/art/test/431-optimizing-arith-shifts/src/ |
Main.java | 17 public class Main { 31 public static void main(String[] args) { method in class:Main
|
/art/test/439-npe/src/ |
Main.java | 17 public class Main { 29 public static void $opt$setObjectField(Main m) { 33 public static void $opt$setIntField(Main m) { 37 public static void $opt$setFloatField(Main m) { 41 public static void $opt$setLongField(Main m) { 45 public static void $opt$setDoubleField(Main m) { 49 public static void $opt$setByteField(Main m) { 53 public static void $opt$setBooleanField(Main m) { 57 public static void $opt$setCharField(Main m) { 61 public static void $opt$setShortField(Main m) 101 public static void main(String[] args) { method in class:Main [all...] |
/art/test/478-checker-clinit-check-pruning/src/ |
Main.java | 17 public class Main { 28 /// CHECK-START: void Main.invokeStaticInlined() builder (after) 33 /// CHECK-START: void Main.invokeStaticInlined() inliner (after) 37 /// CHECK-START: void Main.invokeStaticInlined() inliner (after) 46 /// CHECK-START: void Main.invokeStaticInlined() liveness (before) 49 /// CHECK-START: void Main.invokeStaticInlined() liveness (before) 59 System.out.println("Main$ClassWithClinit1's static initializer"); 71 /// CHECK-START: void Main.invokeStaticNotInlined() builder (after) 76 /// CHECK-START: void Main.invokeStaticNotInlined() inliner (after) 87 /// CHECK-START: void Main.invokeStaticNotInlined() liveness (before 530 public static void main(String[] args) { method in class:Main [all...] |
/art/test/530-checker-lse/src/ |
Main.java | 73 public class Main { 75 /// CHECK-START: double Main.calcCircleArea(double) load_store_elimination (before) 80 /// CHECK-START: double Main.calcCircleArea(double) load_store_elimination (after) 89 /// CHECK-START: int Main.test1(TestClass, TestClass) load_store_elimination (before) 95 /// CHECK-START: int Main.test1(TestClass, TestClass) load_store_elimination (after) 108 /// CHECK-START: int Main.test2(TestClass) load_store_elimination (before) 113 /// CHECK-START: int Main.test2(TestClass) load_store_elimination (after) 126 /// CHECK-START: int Main.test3(TestClass) load_store_elimination (before) 139 /// CHECK-START: int Main.test3(TestClass) load_store_elimination (after) 167 /// CHECK-START: int Main.test4(TestClass, boolean) load_store_elimination (before 707 public static void main(String[] args) { method in class:Main [all...] |
/art/test/570-checker-osr/src/ |
Main.java | 17 public class Main { 18 public static void main(String[] args) { method in class:Main 59 $noinline$inlineCache(new Main(), /* isSecondInvocation */ false); 64 $noinline$inlineCache2(new Main(), /* isSecondInvocation */ false); 70 $noinline$inlineCache3(new Main(), /* isSecondInvocation */ false); 76 $noinline$stackOverflow(new Main(), /* isSecondInvocation */ false); 132 public static Class $noinline$inlineCache(Main m, boolean isSecondInvocation) { 147 // to check and deoptimize if m is not of type 'Main'. 148 Main other = m.inlineCache(); 153 // 'Main' [all...] |
/art/test/577-profile-foreign-dex/src/ |
Main.java | 25 public class Main { 33 public static void main(String[] args) throws Exception { method in class:Main
|
/art/test/700-LoadArgRegs/src/ |
Main.java | 1 public class Main { 165 new Main().testI6_nonstatic(61, 62, 63, 64, 65, 66); 285 static public void main(String[] args) throws Exception { method in class:Main
|
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/charsetdet/mbcs/ |
BIG5Tool.java | 51 public static void main(String[] args) { method in class:BIG5Tool 53 This.Main(args); 58 void Main(String[] args) {
|
EUCTool.java | 50 public static void main(String[] args) { method in class:EUCTool 52 This.Main(args); 57 void Main(String[] args) {
|
/external/icu/tools/srcgen/currysrc/src/main/java/com/google/currysrc/ |
Main.java | 51 * The main execution API for users of currysrc. 53 public final class Main { 59 public Main(boolean debug) {
|
/external/llvm/tools/bugpoint/ |
ToolRunner.cpp | 225 /// to \p ExeName, given the value of argv[0] and the address of main() 236 std::string Main = sys::fs::getMainExecutable(Argv0, MainAddr); 237 StringRef Result = sys::path::parent_path(Main); [all...] |
/external/okhttp/okcurl/src/main/java/com/squareup/okhttp/curl/ |
Main.java | 58 @Command(name = Main.NAME, description = "A curl for the next-generation web.") 59 public class Main extends HelpOption implements Runnable { 63 static Main fromArgs(String... args) { 64 return SingleCommand.singleCommand(Main.class).parse(args); 67 public static void main(String... args) { method in class:Main 74 InputStream in = Main.class.getResourceAsStream("/okcurl-version.properties");
|
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/ |
lex.go | 121 func Main() { 681 // The package name main is no longer reserved, 682 // but we reserve the import path "main" to identify 683 // the main package, just as we reserve the import 685 if f.U.(string) == "main" { 686 Yyerror("cannot import \"main\"") [all...] |
/prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/ |
lex.go | 118 func Main() { 678 // The package name main is no longer reserved, 679 // but we reserve the import path "main" to identify 680 // the main package, just as we reserve the import 682 if f.U.(string) == "main" { 683 Yyerror("cannot import \"main\"") [all...] |
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/ |
lex.go | 121 func Main() { 681 // The package name main is no longer reserved, 682 // but we reserve the import path "main" to identify 683 // the main package, just as we reserve the import 685 if f.U.(string) == "main" { 686 Yyerror("cannot import \"main\"") [all...] |
/prebuilts/go/linux-x86/src/cmd/compile/internal/gc/ |
lex.go | 118 func Main() { 678 // The package name main is no longer reserved, 679 // but we reserve the import path "main" to identify 680 // the main package, just as we reserve the import 682 if f.U.(string) == "main" { 683 Yyerror("cannot import \"main\"") [all...] |