Searched defs:success (Results 1 – 6 of 6) sorted by relevance
/test/mlts/benchmark/jni/ |
D | run_tflite.cpp | 399 const bool success = runInference(); in benchmark() local 543 const bool success = runCompilation(tempDir.get(), useNnapiSl); in getCompilationCacheSize() local 589 const bool success = runCompilation(tempDir.get(), useNnapiSl); in benchmarkSingleTypeOfCompilation() local 618 const bool success = runCompilation(cacheDir, useNnapiSl); in benchmarkSingleTypeOfCompilation() local 648 bool success = benchmarkSingleTypeOfCompilation(type, in benchmarkSingleTypeOfCompilationWithWarmup() local 673 bool success = benchmarkSingleTypeOfCompilationWithWarmup( in benchmarkCompilation() local 731 const bool success = runInference(); in dumpAllLayers() local
|
D | benchmark_jni.cpp | 343 bool success = model->benchmark(data.data(), inferencesSeqMaxCount, timeoutSec, flags, &result); in Java_com_android_nn_benchmark_core_NNTestBase_runBenchmark() local 514 bool success = in Java_com_android_nn_benchmark_core_NNTestBase_runCompilationBenchmark() local
|
/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-testcase/hal/usb/gadget/V1_0/host/src/com/android/tests/usbgadget/ |
D | HalUsbGadgetV1_0HostTest.java | 78 int success = mUsb.libusb_get_config_descriptor(device, j, configRef); in checkProtocol() local
|
/test/vts-testcase/hal/usb/gadget/V1_2/host/src/com/android/usb/gadget/vts/ |
D | VtsHalUsbGadgetV1_2HostTest.java | 92 int success = mUsb.libusb_get_config_descriptor(device, j, configRef); in checkProtocol() local
|
/test/vts-testcase/hal/usb/gadget/aidl/host/src/com/android/usb/gadget/vts/ |
D | VtsHalUsbGadgetV2_0HostTest.java | 93 int success = mUsb.libusb_get_config_descriptor(device, j, configRef); in checkProtocol() local
|