Searched refs:even (Results 1 – 25 of 28) sorted by relevance
12
/art/test/626-const-class-linking/ |
D | info.txt | 2 to the same class even in the presence of custom class loaders even after
|
/art/test/595-profile-saving/ |
D | info.txt | 1 Check that profile recording works even when JIT compilation is not enabled.
|
/art/test/686-get-this/ |
D | info.txt | 1 Test that we can successfully call StackVisitor.GetThis() even when
|
/art/test/618-checker-induction/src/ |
D | Main.java | 906 boolean even = (tc & 1) == 0; in main() 907 expectEquals(even, periodicBoolIdiom1N(true, n)); in main() 908 expectEquals(!even, periodicBoolIdiom1N(false, n)); in main() 909 expectEquals(even, periodicBoolIdiom2N(true, n)); in main() 910 expectEquals(!even, periodicBoolIdiom2N(false, n)); in main() 911 expectEquals(even, periodicBoolIdiom3N(true, n)); in main() 912 expectEquals(!even, periodicBoolIdiom3N(false, n)); in main()
|
/art/test/550-new-instance-clinit/ |
D | info.txt | 2 HNewInstance as not having side effects even though it
|
/art/test/138-duplicate-classes-check2/ |
D | info.txt | 1 Check whether a duplicate class is not detected, even though we compiled against one (but removed
|
/art/test/2030-long-running-child/ |
D | info.txt | 1 Check that a child of a main thread can run to completion even if the
|
/art/test/626-set-resolved-string/ |
D | info.txt | 1 Test that even if Java code calls DexCache.setResolvedString and does
|
/art/test/951-threaded-obsolete/ |
D | info.txt | 3 This test ensures that obsolete methods will work even if the obsolete method is
|
/art/test/949-in-memory-transform/ |
D | info.txt | 3 Tests that transformation works even when the class being transformed comes from
|
/art/test/1958-transform-try-jit/ |
D | info.txt | 1 Tests that JVMTI transformation seems to work even when we try to get a method
|
/art/test/664-aget-verifier/ |
D | info.txt | 4 if the array register is potentially null, even if the aget is guarded by null
|
/art/test/800-smali/smali/ |
D | b_22045582.smali | 3 # Fail verification of a method that returns an undefined register even if the return type
|
D | b_22331663_fail.smali | 15 # reject any use of this, even a copy. Previously this was a conflict. Conflicts must
|
/art/test/708-jit-cache-churn/src/ |
D | JitCacheChurnTest.java | 218 int even = 0; in $noinline$Call() local 220 even += Integer.parseInt(numbers[i]); in $noinline$Call() 222 return (odd + even) % 10; in $noinline$Call()
|
/art/test/520-equivalent-phi/smali/ |
D | Equivalent.smali | 31 # even though it is the one that has the correct type.
|
/art/tools/jvmti-agents/simple-force-redefine/ |
D | README.md | 33 continue reading from the fifo even after it gets an EOF.)
|
/art/dt_fd_forward/ |
D | NOTICE | 19 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
/art/openjdkjvm/ |
D | NOTICE | 18 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
/art/openjdkjvmti/ |
D | NOTICE | 18 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
/art/test/435-try-finally-without-catch/ |
D | info.txt | 12 mechanism, even if it is not used.
|
/art/dex2oat/ |
D | Android.bp | 293 // it'd get overridden by the load hook even when it uses 344 // it'd get overridden by the load hook even when it uses
|
/art/tools/runtime_memusage/ |
D | README | 66 Forces redo of all commands even if output
|
/art/tools/ahat/ |
D | README.txt | 22 * Dim 'image' and 'zygote' heap sizes slightly? Why do we even show these?
|
/art/build/apex/ |
D | Android.bp | 390 // (even when APEX flattening is enabled).
|
12