Home
last modified time | relevance | path

Searched refs:empty (Results 1 – 25 of 43) sorted by relevance

12

/test/mlts/benchmark/native/
Dmulti_process_test.cpp119 nnApiDeviceName.empty() ? nullptr : nnApiDeviceName.c_str(), mmapModel, in runModel()
141 nnApiDeviceName.empty() ? nullptr : nnApiDeviceName.c_str(), mmapModel, in runModel()
236 nnApiDeviceName.empty() ? "no-device" : nnApiDeviceName.c_str(), in main()
267 nnApiDeviceName.empty() ? "no-device" : nnApiDeviceName.c_str(), in main()
/test/vts/compilation_tools/vtsc/
DVtsCompilerUtils.cpp556 if (base_path.empty() || in RemoveBaseDir()
569 if (!message.package().empty()) { in GetPackageName()
602 if (!message.component_name().empty()) { in GetComponentBaseName()
611 if (!message.component_name().empty()) { in GetComponentName()
616 while (!component_name.empty() in GetComponentName()
/test/vts/drivers/hal/common/driver_base/
DDriverCallbackBase.cpp69 if (message.id().empty() || callback_socket_name.empty()) { in RpcCallToAgent()
/test/vti/dashboard/src/main/java/com/android/vts/util/
DGcsHelper.java31 return Optional.empty(); in getStorage()
44 return Optional.empty(); in getStorage()
/test/vti/dashboard/src/main/webapp/WEB-INF/jsp/
Dshow_suite_release.jsp57 …<c:if test="${not empty branch or not empty hostName or not empty buildId or not empty deviceName}…
310 <c:if test="${not empty branch}">
313 <c:if test="${not empty hostName}">
316 <c:if test="${not empty buildId}">
319 <c:if test="${not empty deviceName}">
Dshow_coverage_overview.jsp78 $('#coverage_combo_chart_div').empty();
79 $('#coverage_line_chart_div').empty();
80 $('#coverage_table_chart_div').empty();
211 body.empty();
349 … <div class="search-wrapper" ${empty branch and empty device ? 'style="display: none"' : ''}>
355 …<option value="" <c:if test="${empty branch}">disabled selected</c:if> >Choose your branch</option>
365 …<option value="" <c:if test="${empty device}">disabled selected</c:if> >Choose your device</option>
Dshow_coverage.jsp104 prev.find('.table-container').empty();
112 container.empty();
149 container.empty();
153 container.empty();
Dshow_graph.jsp51 $('#profiling-container').empty();
267 <option value='0' ${empty selectedDevice ? 'selected' : ''}>All Devices</option>
281 <c:if test='${not empty error}'>
/test/vts-testcase/fuzz/iface_fuzzer/
DProtoFuzzerStaticParams.cpp56 if (!instance_names.empty()) { in FindAnyIfaceFQName()
99 if (spec_data_list.empty()) { in ExtractProtoFuzzerStaticParams()
/test/vts/drivers/hal/common/component_loader/
DHalDriverLoader.cpp87 if (!component_name.empty()) { in FindComponentSpecification()
178 if (!hal_service_name.empty()) { in GetHidlHalDriver()
273 if (job_queue_.empty()) { in Process()
/test/mlts/benchmark/jni/
Drun_tflite.cpp299 if (inOutData.empty()) { in benchmark()
399 nnapi_options.accelerator_name = mNnApiDeviceName.empty() ? nullptr : mNnApiDeviceName.c_str(); in runCompilation()
431 const char* get() const { return mTempDir.empty() ? nullptr : mTempDir.c_str(); } in get()
435 if (mTempDir.empty()) { in cleanup()
617 if (inOutData.empty()) { in dumpAllLayers()
Drandom_graph_test_jni.cpp63 if (!nnapiLogPath.empty()) { in FuzzerLogRAII()
442 if (result->empty()) { in OperationsSupportedByDevice()
456 if (mFailedModelDumpPath.empty()) return; in dumpModel()
473 if (!devices.empty()) in CreateCompilation()
/test/vts-testcase/security/avb/
DVtsSecurityAvbTest.cpp383 if (key_blob_to_validate.empty()) { in ValidatePublicKeyBlob()
449 if (out_public_key_data.empty()) { in GetSystemHashtreeDescriptor()
614 ASSERT_FALSE(out_public_key_data.empty()) << "The GKI image is not signed."; in TEST()
738 ASSERT_FALSE(out_public_key_data.empty()) << "The GKI image is not signed."; in VerifyGkiComplianceV2Signature()
925 if (!descriptor_value.empty()) { in TEST()
1011 ASSERT_TRUE(!suffix.empty()) << "Failed to get suffix for the current slot"; in LoadAndVerifyAvbSlotDataForCurrentSlot()
/test/vts/runners/target/vts_hal_hidl_target/
DVtsHalHidlTargetCallbackBase.h321 if (!arg_data_.empty()) { in Wait()
405 if (callback_function_names.empty()) { in GetWaitAnyCallbackLocks()
/test/mlts/benchmark/src/com/android/nn/crashtest/core/
DCrashTest.java36 default Optional<String> success() { return Optional.empty(); } in success()
/test/vts/compilation_tools/vtsc/code_gen/driver/
DDriverCodeGenBase.cpp44 if (component_name.empty()) { in GenerateHeaderFile()
87 if (component_name.empty()) { in GenerateSourceFile()
/test/vts-testcase/kernel/zram/
DZramTest.cpp59 [](const std::string& x) { return x.empty(); }), in TEST()
/test/vts/utils/native/trace_processor/
DVtsTraceProcessor.cpp85 if (line.empty()) { in ParseTextTrace()
277 while (!seen_records.empty() && in ProcessTraceForLatencyProfiling()
282 if (seen_records.empty()) { in ProcessTraceForLatencyProfiling()
301 while (!pending_records.empty()) { in ProcessTraceForLatencyProfiling()
/test/vti/dashboard/src/main/webapp/js/
Dtest_results.js48 infoContainer.empty();
174 container.empty();
Dcommon.js46 infoContainer.empty();
/test/vts-testcase/hal/treble/vintf/
Dutils.cpp83 return !PackageRoot(fq_iface_name).empty(); in IsAndroidPlatformInterface()
DSingleManifestTest.cpp273 EXPECT_TRUE(passthrough_not_allowed.empty()) in TEST_P()
631 if (hash.empty()) { in TEST_P()
/test/vts/drivers/hal/common/driver_manager/
DVtsHalDriverManager.cpp283 if (hal_driver_map_.empty()) { in GetComponentSpecification()
298 if (!spec_msg.has_package() || spec_msg.package().empty()) { in FindDriverIdInternal()
307 if (!spec_msg.has_component_name() || spec_msg.component_name().empty()) { in FindDriverIdInternal()
/test/app_compat/csuite/tools/csuite_test/
Dcsuite_test.go104 emptyPlanIncludePath = `empty`
/test/mlts/benchmark/src/com/android/nn/crashtest/app/
DAcceleratorSpecificTestSupport.java51 return Optional.empty(); in findTestModelRunningOnAccelerator()

12