/art/test/169-threadgroup-jni/src/ |
D | Main.java | 26 if (!executed) { in main() 34 private static boolean executed = false; field in Main 36 executed = true; in runFromNative()
|
/art/test/115-native-bridge/src/ |
D | NativeBridgeMain.java | 56 if (!testCallStaticVoidMethodOnSubClass_SuperClass.executed) { in testCallStaticVoidMethodOnSubClass() 64 private static boolean executed = false; field in Main.testCallStaticVoidMethodOnSubClass_SuperClass 66 executed = true; in execute()
|
/art/test/660-clinit/ |
D | info.txt | 1 Tests that class initializers are executed correctly.
|
/art/tools/dexfuzz/ |
D | README | 8 This is done by differential testing - each test file is executed with each mode of 32 having DEX files pushed to it and executed with the dalvikvm command. 38 executed in, using dalvikvm. For example, /data/art-test/ 77 - Files will always be executed in the same directory where you are executing DexFuzz. 101 Successful - mutated files that executed and all backends agreed on the resulting 104 Divergence - mutated files that executed and some backend disagreed about the
|
/art/test/162-method-resolution/ |
D | info.txt | 3 when the test is executed with --jvm.
|
/art/test/1945-proxy-method-arguments/ |
D | info.txt | 3 Previously, if the proxy method (direcly or indirectly) executed code
|
/art/test/575-checker-string-init-alias/smali/ |
D | TestCase.smali | 34 # Check that we're being executed by the interpreter. 61 # Check that we're being executed by the interpreter.
|
/art/test/004-JniTest/src/ |
D | Main.java | 111 if (!testCallStaticVoidMethodOnSubClass_SuperClass.executed) { in testCallStaticVoidMethodOnSubClass() 119 private static boolean executed = false; field in Main.testCallStaticVoidMethodOnSubClass_SuperClass 121 executed = true; in execute()
|
/art/runtime/interpreter/mterp/ |
D | README.txt | 5 one big python script. This generated python script is then executed to 8 the script (without the %) and thus executed during the generation.
|
/art/test/ |
D | README.atest.md | 163 The tests declared in ART's [TEST_MAPPING](../TEST_MAPPING) file are executed 183 To only run tests executed during pre-submit testing, use:
|
D | README.md | 16 executed on the ART runtime (`dalvikvm`), possibly preceded by a
|
/art/tools/runtime_memusage/ |
D | README | 25 though they can also be executed individually if provided the necessary input.
|
/art/libnativebridge/tests/ |
D | Android.bp | 158 // libnativebridge-tests when it is executed, and then the later dlopen
|
/art/runtime/ |
D | monitor_inflation.md | 53 executed. (Notification on an object with no waiters is trivial and does not require inflation.)
|
/art/test/563-checker-fakestring/smali/ |
D | TestCase.smali | 95 # Check that we're being executed by the interpreter. 266 # Check that we're being executed by the interpreter.
|
/art/tools/checker/ |
D | README | 125 Checker expects that the previously executed statement was either a CHECK or a CHECK-NEXT.
|
/art/ |
D | NOTICE | 148 the terms of any separate license agreement you may have executed
|
/art/build/apex/ |
D | Android.bp | 389 // Genrules so we can run the checker, and empty Java library so that it gets executed.
|
/art/build/boot/hiddenapi/ |
D | hiddenapi-max-target-o-low-priority.txt | 286 Lcom/android/okhttp/Call;->executed:Z 464 Lcom/android/okhttp/Dispatcher;->executed(Lcom/android/okhttp/Call;)V
|