Searched refs:apply (Results 1 – 11 of 11) sorted by relevance
/art/test/1922-owned-monitors-info/src/art/ |
D | Test1922.java | 203 r1.apply(null).getClass(), in runTestsOtherThread() 204 r2.apply(null).getClass(), in runTestsOtherThread() 205 r3.apply(null).getClass(), in runTestsOtherThread() 209 final Thread thr = new Thread(r1.apply(r2.apply(r3.apply(pause)))); in runTestsOtherThread() 247 r1.apply(null).getClass(), in runTestsCurrentThread() 248 r2.apply(null).getClass(), in runTestsCurrentThread() 249 r3.apply(null).getClass(), in runTestsCurrentThread() 251 r1.apply(r2.apply(r3.apply(printer))).run(); in runTestsCurrentThread()
|
/art/test/574-irreducible-and-constant-area/ |
D | info.txt | 2 a HInvokeStaticOrDirect must have a special input (does not apply for irreducible
|
/art/libartbase/base/unix_file/ |
D | README | 5 don't pay for what you don't use" apply.
|
/art/test/674-hiddenapi/ |
D | info.txt | 15 not apply as hidden APIs are accessible within the boundaries of the boot
|
/art/test/990-field-trace/src/art/ |
D | Test990.java | 114 public String apply(Object o) { in arrayToString()
|
/art/test/1974-resize-array/src/art/ |
D | Test1974.java | 262 Thread t1 = new Thread(r.apply(print1)); in runMultiThreadLocal() 263 Thread t2 = new Thread(r.apply(print2)); in runMultiThreadLocal()
|
/art/test/988-method-trace/src/art/ |
D | Test988.java | 113 public String apply(Object o) { in arrayToString()
|
/art/test/924-threads/src/art/ |
D | Test924.java | 152 Thread t = mkThread.apply(r); in doStateTests()
|
/art/compiler/jni/ |
D | jni_compiler_test.cc | 214 static R apply(Args... args) { in apply() function 591 static R apply(JNIEnv* env, jclass kls, Args ... args) { in apply() function 606 static R apply(JNIEnv* env, jobject thisObj, Args ... args) { in apply() function 621 #define MAKE_JNI_TEST_DECORATOR(fn) make_jni_test_decorator<decltype(fn), (fn)>::apply 625 #define JNI_CRITICAL_WRAPPER(func) jni_remove_extra_parameters<decltype(func), (func)>::apply
|
/art/test/559-checker-irreducible-loop/smali/ |
D | IrreducibleLoop.smali | 94 # Check that dce does not apply for irreducible loops.
|
/art/dex2oat/ |
D | dex2oat.cc | 720 ThreadLocalHashOverride(bool apply, int32_t initial_value) { in ThreadLocalHashOverride() argument 725 klass_ = hs_->NewHandle(apply in ThreadLocalHashOverride() 753 if (apply && old_field_value_ == nullptr) { in ThreadLocalHashOverride()
|