Home
last modified time | relevance | path

Searched defs:test (Results 51 – 75 of 87) sorted by relevance

1234

/art/test/061-out-of-memory/src/
DMain.java113 String test = "test"; in testOomeToCharArray() local
/art/test/555-UnsafeGetLong-regression/src/
DMain.java42 TestClass test = new TestClass(); in testUnsafeGetLong() local
/art/test/067-preemptive-unpark/src/
DMain.java27 ParkTester test = new ParkTester(); in main() local
/art/test/137-cfi/src/
DMain.java54 public void test() { in test() method in Main
/art/test/952-invoke-custom/src/
DTestDynamicBootstrapArguments.java85 static void test() { in test() method in TestDynamicBootstrapArguments
DTestLinkerMethodMinimalArguments.java77 public static void test(int failureType, int x, int y) throws Throwable { in test() method in TestLinkerMethodMinimalArguments
DTestLinkerMethodWithRange.java108 public static void test(int u, int v, int w, int x, int y, int z) throws Throwable { in test() method in TestLinkerMethodWithRange
157 public static void test(Double u, Double v, Double w, Double x, Double y, Double z) in test() method in TestLinkerMethodWithRange
DTestInvokeCustomWithConcurrentThreads.java105 public static void test() throws Throwable { in test() method in TestInvokeCustomWithConcurrentThreads
DTestLinkerMethodMultipleArgumentTypes.java113 public static void test(int x, int y) throws Throwable { in test() method in TestLinkerMethodMultipleArgumentTypes
DTestInvocationKinds.java211 public static void test() { in test() method in TestInvocationKinds
DTestReturnValues.java313 public static void test() { in test() method in TestReturnValues
DTestBadBootstrapArguments.java476 static void test() { in test() method in TestBadBootstrapArguments
DTestVariableArityLinkerMethod.java504 static void test() { in test() method in TestVariableArityLinkerMethod
/art/test/646-checker-long-const-to-int/src/
DMain.java35 public static int test() { in test() method in Main
/art/test/1986-structural-redefine-multi-thread-stack-scope/src/
DMain.java126 public static native MethodHandle NativeFieldScopeCheck(Field in, Runnable test); in NativeFieldScopeCheck()
/art/test/2020-InvokeVirtual-Inlining/src/
DMain.java46 Test test = new Test(); in main() local
/art/test/950-redefine-intrinsic/src/
DMain.java405 public boolean test(long l) { in test() method in Main.FuncCmp
/art/test/476-checker-ctor-fence-redun-elim/src/
DMain.java285 static boolean test; field in TestNonEscaping
382 static boolean test; field in TestDontOptimizeAcrossBlocks
428 static boolean test; field in TestDontOptimizeAcrossEscape
/art/test/692-vdex-inmem-loader/src/
DMain.java43 private static void test(ClassLoader loader, in test() method in Main
/art/test/903-hello-tagging/src/art/
DTest903.java47 private static WeakReference<Object> test() { in test() method in Test903
/art/test/003-omnibus-opcodes/src/
DClasses.java142 Object test; in arrayInstance() local
/art/tools/bisection_search/
Dbisection_search.py244 def BinarySearch(start, end, test): argument
/art/test/989-method-trace-throw/src/art/
DTest989.java188 private static String testDescription(MethodTracer type, Runnable test) { in testDescription()
202 private static void doTest(MethodTracer type, MyRunnable test) throws Exception { in doTest()
/art/test/046-reflect/src/
DMain.java742 Main test = new Main(); in main() local
875 public void test() { in test() method in OtherClass
/art/openjdkjvmti/
Dti_method.cc509 T test, in IsMethodT()
525 auto test = [](art::ArtMethod* method) { in IsMethodNative() local
532 auto test = [](art::ArtMethod* method) { in IsMethodObsolete() local
539 auto test = [](art::ArtMethod* method) { in IsMethodSynthetic() local

1234