Searched refs:ok (Results 1 – 14 of 14) sorted by relevance
/art/runtime/jni/ |
D | java_vm_ext_test.cc | 52 jint ok = JNI_GetCreatedJavaVMs(vms_buf, arraysize(vms_buf), &num_vms); in TEST_F() local 53 EXPECT_EQ(JNI_OK, ok); in TEST_F() 65 jint ok = JNI_GetCreatedJavaVMs(vms_buf, arraysize(vms_buf), &num_vms); in attach_current_thread_callback() local 66 EXPECT_EQ(JNI_OK, ok); in attach_current_thread_callback() 67 if (ok == JNI_OK) { in attach_current_thread_callback() 69 ok = vms_buf[0]->AttachCurrentThread(&env, nullptr); in attach_current_thread_callback() 71 ok = vms_buf[0]->AttachCurrentThreadAsDaemon(&env, nullptr); in attach_current_thread_callback() 77 EXPECT_EQ(JNI_OK, ok); in attach_current_thread_callback() 79 if (ok == JNI_OK) { in attach_current_thread_callback() 80 ok = vms_buf[0]->DetachCurrentThread(); in attach_current_thread_callback() [all …]
|
/art/test/088-monitor-verification/ |
D | expected.txt | 2 recursiveSync ok 3 nestedMayThrow ok 4 constantLock ok 5 notNested ok 6 twoPath ok 7 triplet ok
|
/art/test/529-checker-unresolved/ |
D | expected.txt | 6 instanceof ok 7 checkcast ok
|
/art/test/063-process-manager/src/ |
D | Main.java | 68 boolean ok = true; in waitForReaperTimedWaiting() 76 ok = false; in waitForReaperTimedWaiting() 82 if (ok && (!reaperMustExist || found)) { in waitForReaperTimedWaiting()
|
/art/tools/class2greylist/src/com/android/class2greylist/ |
D | Status.java | 51 public boolean ok() { in ok() method in Status
|
D | Class2Greylist.java | 157 if (status.ok()) { in main()
|
/art/compiler/utils/ |
D | assembler_test_base.h | 120 EXPECT_TRUE(res.ok) << res.error_msg; in Driver() 121 if (!res.ok) { in Driver() 203 bool ok; member 381 res->ok = false; in Compile() 435 res->ok = true; in Compile()
|
/art/runtime/ |
D | elf_file_impl.h | 157 Elf_Word GetHashBucket(size_t i, bool* ok) const; 158 Elf_Word GetHashChain(size_t i, bool* ok) const;
|
D | elf_file.cc | 652 typename ElfTypes::Word ElfFileImpl<ElfTypes>::GetHashBucket(size_t i, bool* ok) const { in GetHashBucket() 654 *ok = false; in GetHashBucket() 657 *ok = true; in GetHashBucket() 663 typename ElfTypes::Word ElfFileImpl<ElfTypes>::GetHashChain(size_t i, bool* ok) const { in GetHashChain() 665 *ok = false; in GetHashChain() 668 *ok = true; in GetHashChain() 777 bool ok; in FindDynamicSymbol() local 778 Elf_Word symbol_and_chain_index = GetHashBucket(bucket_index, &ok); in FindDynamicSymbol() 779 if (!ok) { in FindDynamicSymbol() 791 symbol_and_chain_index = GetHashChain(symbol_and_chain_index, &ok); in FindDynamicSymbol() [all …]
|
/art/build/apex/ |
D | art_apex_test.py | 210 ok, msg = self.is_file(path) 211 if not ok: 214 return ok
|
/art/test/ |
D | Android.bp | 613 "982-ok-no-retransform/src/art/Test982.java", 715 "982-ok-no-retransform/expected.txt",
|
/art/runtime/interpreter/ |
D | unstarted_runtime.cc | 305 bool ok = false; in UnstartedClassNewInstance() local 318 ok = true; in UnstartedClassNewInstance() 326 if (!ok) { in UnstartedClassNewInstance()
|
/art/compiler/optimizing/ |
D | register_allocator_graph_color.cc | 769 bool ok = ValidateIntervals(ArrayRef<LiveInterval* const>(intervals), in Validate() local 775 if (!ok) { in Validate()
|
/art/test/dexdump/ |
D | bytecodes.txt | 563 000bd6: 1a02 7600 |0099: const-string v2, "ok then" // string@0076
|