/test/vts/drivers/resource/resource_manager/ |
D | VtsResourceManager.cpp | 50 bool success = false; in ProcessHidlHandleCommand() local 124 success = new_handle_id != -1; in ProcessHidlHandleCommand() 132 success = read_success_bytes != -1; in ProcessHidlHandleCommand() 141 success = write_success_bytes != -1; in ProcessHidlHandleCommand() 147 success = hidl_handle_driver_.UnregisterHidlHandle(handle_id); in ProcessHidlHandleCommand() 154 hidl_handle_response->set_success(success); in ProcessHidlHandleCommand() 173 bool success = hidl_handle_driver_.GetHidlHandleAddress(handle_id, result); in GetHidlHandleAddress() local 174 return success; in GetHidlHandleAddress() 185 bool success = false; in ProcessHidlMemoryCommand() local 191 success = new_mem_id != -1; in ProcessHidlMemoryCommand() [all …]
|
/test/vts/utils/python/mirror/ |
D | resource_mirror.py | 114 if fmq_response is not None and fmq_response.success: 145 if fmq_response is not None and fmq_response.success: 174 return fmq_response.success 205 return fmq_response.success 273 return fmq_response.success 384 if fmq_response is not None and fmq_response.success: 440 if not response_msg.success: 443 return response_msg.success 468 if not response_msg.success: 471 return response_msg.success [all …]
|
/test/mlts/benchmark/jni/ |
D | run_tflite.cpp | 334 const bool success = runInference(); in benchmark() local 337 if (!success) { in benchmark() 455 const bool success = runCompilation(tempDir.get()); in getCompilationCacheSize() local 456 if (!success) { in getCompilationCacheSize() 500 const bool success = runCompilation(tempDir.get()); in benchmarkSingleTypeOfCompilation() local 501 if (!success) { in benchmarkSingleTypeOfCompilation() 529 const bool success = runCompilation(cacheDir); in benchmarkSingleTypeOfCompilation() local 532 if (!success) { in benchmarkSingleTypeOfCompilation() 558 bool success = benchmarkSingleTypeOfCompilation(type, maxNumIterations, warmupTimeout, nullptr); in benchmarkSingleTypeOfCompilationWithWarmup() local 560 if (!success) return false; in benchmarkSingleTypeOfCompilationWithWarmup() [all …]
|
D | benchmark_jni.cpp | 341 bool success = model->benchmark(data.data(), inferencesSeqMaxCount, timeoutSec, flags, &result); in Java_com_android_nn_benchmark_core_NNTestBase_runBenchmark() local 344 if (success) { in Java_com_android_nn_benchmark_core_NNTestBase_runBenchmark() 410 return success; in Java_com_android_nn_benchmark_core_NNTestBase_runBenchmark() 511 bool success = in Java_com_android_nn_benchmark_core_NNTestBase_runCompilationBenchmark() local 513 if (!success) return nullptr; in Java_com_android_nn_benchmark_core_NNTestBase_runCompilationBenchmark()
|
/test/vts-testcase/kernel/ltp/shell_environment/definitions/base_definitions/ |
D | check_setup_cleanup.py | 109 success = method() 110 if not success and not self.note: 113 return success
|
/test/vts/compilation_tools/vtsc/test/golden/DRIVER/ |
D | MemoryTest.driver.cpp | 138 …Allocator->allocate(func_msg.arg(0).hidl_memory_value().size(), [&](bool success, const hardware::… in CallFunction() argument 139 if (!success) { in CallFunction() 167 …Allocator->allocate(func_msg.arg(0).hidl_memory_value().size(), [&](bool success, const hardware::… in CallFunction() argument 168 if (!success) { in CallFunction() 206 …Allocator->allocate(func_msg.arg(0).hidl_memory_value().size(), [&](bool success, const hardware::… in CallFunction() argument 207 if (!success) { in CallFunction()
|
/test/vts/testcases/template/gtest_binary_test/ |
D | gtest_binary_test.py | 195 success = True 198 success = False 203 if success: 208 if not success:
|
/test/vts/utils/python/systrace/ |
D | systrace_controller.py | 144 success = False 151 success = True 154 if not success:
|
/test/vts/drivers/hal/common/driver_manager/ |
D | VtsHalDriverManager.cpp | 529 bool success = in PreprocessHidlHalFunctionCallArgs() local 531 if (!success) { in PreprocessHidlHalFunctionCallArgs() 547 bool success = in PreprocessHidlHalFunctionCallArgs() local 549 if (!success) { in PreprocessHidlHalFunctionCallArgs() 566 bool success = in PreprocessHidlHalFunctionCallArgs() local 568 if (!success) { in PreprocessHidlHalFunctionCallArgs()
|
/test/mlts/benchmark/src/com/android/nn/benchmark/core/ |
D | Processor.java | 292 boolean success = true; in run() 304 success = false; in run() 312 mCallback.onBenchmarkFinish(success); in run()
|
/test/vts/drivers/resource/hidl_memory_driver/ |
D | VtsHidlMemoryDriver.cpp | 45 mem_size, [&](bool success, const hidl_memory& mem) { in Allocate() argument 46 if (!success) { // error in Allocate()
|
/test/vts/runners/target/gtest/ |
D | gtest_main.cpp | 1141 bool success = true; in PickOptions() local 1145 success = false; in PickOptions() 1148 if (success && output[0] != '/') { in PickOptions() 1154 success = false; in PickOptions() 1158 if (success && output.back() == '/') { in PickOptions() 1162 if (success) { in PickOptions() 1251 TEST_F(vts_selftest_DeathTest, success) { in TEST_F() argument
|
/test/mlts/benchmark/src/com/android/nn/crashtest/core/test/ |
D | RandomGraphTest.java | 235 return success(); in call() 246 return success(); in call()
|
D | NoOpCrashTest.java | 56 return success(); in call()
|
D | PerformanceDegradationTest.java | 142 return success(); in call() 222 return success(); in testDegradationForModels()
|
D | RunModelsInParallel.java | 197 return success(); in completedSuccessfully()
|
D | RunModelsInMultipleProcesses.java | 159 return success(); in call()
|
/test/mlts/benchmark/src/com/android/nn/crashtest/core/ |
D | CrashTest.java | 36 default Optional<String> success() { return Optional.empty(); } in success() method
|
/test/vts/proto/ |
D | VtsResourceControllerMessage.proto | 146 optional bool success = 4; field 168 optional bool success = 1; field 197 optional bool success = 1; field
|
/test/vti/dashboard/src/main/webapp/WEB-INF/jsp/ |
D | show_coverage.jsp | 51 // success 52 console.log("success");
|
/test/vts-testcase/hal/usb/gadget/V1_2/host/src/com/android/usb/gadget/vts/ |
D | VtsHalUsbGadgetV1_2HostTest.java | 91 int success = mUsb.libusb_get_config_descriptor(device, j, configRef); in checkProtocol() local
|
/test/vts-testcase/hal/usb/gadget/V1_0/host/src/com/android/tests/usbgadget/ |
D | HalUsbGadgetV1_0HostTest.java | 77 int success = mUsb.libusb_get_config_descriptor(device, j, configRef); in checkProtocol() local
|