Searched refs:ok (Results 1 – 8 of 8) sorted by relevance
/art/runtime/ |
D | java_vm_ext_test.cc | 51 jint ok = JNI_GetCreatedJavaVMs(vms_buf, arraysize(vms_buf), &num_vms); in TEST_F() local 52 EXPECT_EQ(JNI_OK, ok); in TEST_F() 64 jint ok = JNI_GetCreatedJavaVMs(vms_buf, arraysize(vms_buf), &num_vms); in attach_current_thread_callback() local 65 EXPECT_EQ(JNI_OK, ok); in attach_current_thread_callback() 66 if (ok == JNI_OK) { in attach_current_thread_callback() 68 ok = vms_buf[0]->AttachCurrentThread(&env, nullptr); in attach_current_thread_callback() 70 ok = vms_buf[0]->AttachCurrentThreadAsDaemon(&env, nullptr); in attach_current_thread_callback() 76 EXPECT_EQ(JNI_OK, ok); in attach_current_thread_callback() 78 if (ok == JNI_OK) { in attach_current_thread_callback() 79 ok = vms_buf[0]->DetachCurrentThread(); in attach_current_thread_callback() [all …]
|
D | elf_file_impl.h | 155 Elf_Word GetHashBucket(size_t i, bool* ok) const; 156 Elf_Word GetHashChain(size_t i, bool* ok) const;
|
D | elf_file.cc | 648 typename ElfTypes::Word ElfFileImpl<ElfTypes>::GetHashBucket(size_t i, bool* ok) const { in GetHashBucket() 650 *ok = false; in GetHashBucket() 653 *ok = true; in GetHashBucket() 659 typename ElfTypes::Word ElfFileImpl<ElfTypes>::GetHashChain(size_t i, bool* ok) const { in GetHashChain() 661 *ok = false; in GetHashChain() 664 *ok = true; in GetHashChain() 775 bool ok; in FindDynamicSymbol() local 776 Elf_Word symbol_and_chain_index = GetHashBucket(bucket_index, &ok); in FindDynamicSymbol() 777 if (!ok) { in FindDynamicSymbol() 789 symbol_and_chain_index = GetHashChain(symbol_and_chain_index, &ok); in FindDynamicSymbol() [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/compiler/utils/ |
D | assembler_test_base.h | 115 EXPECT_TRUE(res.ok) << res.error_msg; in Driver() 116 if (!res.ok) { in Driver() 198 bool ok; member 373 res->ok = false; in Compile() 427 res->ok = true; in Compile()
|
/art/runtime/interpreter/ |
D | unstarted_runtime.cc | 251 bool ok = false; in UnstartedClassNewInstance() local 261 ok = true; in UnstartedClassNewInstance() 269 if (!ok) { in UnstartedClassNewInstance() 790 bool ok = false; in UnstartedThreadLocalGet() local 795 ok = true; in UnstartedThreadLocalGet() 816 ok = true; in UnstartedThreadLocalGet() 822 if (!ok) { in UnstartedThreadLocalGet()
|
/art/test/dexdump/ |
D | bytecodes.txt | 535 000bd6: 1a02 7600 |0099: const-string v2, "ok then" // string@0076
|