Home
last modified time | relevance | path

Searched defs:ok (Results 1 – 9 of 9) sorted by relevance

/art/runtime/jni/
Djava_vm_ext_test.cc52 jint ok = JNI_GetCreatedJavaVMs(vms_buf, arraysize(vms_buf), &num_vms); in TEST_F() local
65 jint ok = JNI_GetCreatedJavaVMs(vms_buf, arraysize(vms_buf), &num_vms); in attach_current_thread_callback() local
130 jint ok = vm_->AttachCurrentThread(&env, nullptr); in TEST_F() local
150 jint ok = vm_->AttachCurrentThread(&env, nullptr); in TEST_F() local
/art/tools/class2greylist/src/com/android/class2greylist/
DStatus.java51 public boolean ok() { in ok() method in Status
/art/compiler/utils/
Dassembler_test_base.h163 bool ok = CommonArtTestImpl::ForkAndExec(args, [](){ return true; }, &output).StandardSuccess(); in Assemble() local
173 bool ok = CommonArtTestImpl::ForkAndExec(args, [](){ return true; }, output).StandardSuccess(); in Disassemble() local
/art/runtime/
Ddexopt_test.cc88 bool ok = CompileBootImage(extra_args, filename_prefix, dex_files, dex_locations, &error_msg); in GenerateAlternateImage() local
Delf_file.cc776 bool ok; in FindDynamicSymbol() local
/art/test/178-app-image-native-method/
Dnative_methods.cc59 bool ok = VerifyManyParameters( in Java_Test_nativeMethodWithManyParameters() local
89 bool ok = VerifyManyParameters( in Java_TestFast_nativeMethodWithManyParameters() local
118 bool ok = VerifyManyParameters( in Java_TestCritical_nativeMethodWithManyParameters() local
629 bool ok = VerifyManyParameters( in Java_CriticalClinitCheck_nativeMethodWithManyParameters() local
/art/libartbase/base/
Dcommon_art_test.cc62 bool ok = (mkdtemp(&path_[0]) != nullptr); in ScratchDir() local
/art/compiler/optimizing/
Dregister_allocator_graph_color.cc769 bool ok = ValidateIntervals(ArrayRef<LiveInterval* const>(intervals), in Validate() local
/art/runtime/interpreter/
Dunstarted_runtime.cc305 bool ok = false; in UnstartedClassNewInstance() local