Home
last modified time | relevance | path

Searched refs:ok (Results 1 – 8 of 8) sorted by relevance

/art/runtime/
Djava_vm_ext_test.cc51 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 …]
Delf_file_impl.h155 Elf_Word GetHashBucket(size_t i, bool* ok) const;
156 Elf_Word GetHashChain(size_t i, bool* ok) const;
Delf_file.cc648 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/
Dexpected.txt2 recursiveSync ok
3 nestedMayThrow ok
4 constantLock ok
5 notNested ok
6 twoPath ok
7 triplet ok
/art/test/529-checker-unresolved/
Dexpected.txt6 instanceof ok
7 checkcast ok
/art/compiler/utils/
Dassembler_test_base.h115 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/
Dunstarted_runtime.cc251 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/
Dbytecodes.txt535 000bd6: 1a02 7600 |0099: const-string v2, "ok then" // string@0076