Home
last modified time | relevance | path

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

12

/test/vts/drivers/hal/common/driver_base/
DDriverCallbackBase.cpp69 if (message.id().empty() || callback_socket_name.empty()) { in RpcCallToAgent()
/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-testcase/fuzz/iface_fuzzer/
DProtoFuzzerStaticParams.cpp56 if (!instance_names.empty()) { in FindAnyIfaceFQName()
99 if (spec_data_list.empty()) { in ExtractProtoFuzzerStaticParams()
DProtoFuzzerRunner.cpp60 if (instance_names.empty()) { in GetServiceName()
DProtoFuzzerMutateFns.cpp132 size_t dice_roll = str.empty() ? 0 : rand_(3); in StringMutate()
/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/mlts/benchmark/src/com/android/nn/crashtest/core/
DCrashTest.java36 default Optional<String> success() { return Optional.empty(); } in success()
/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/vts-testcase/kernel/zram/
DZramTest.cpp59 [](const std::string& x) { return x.empty(); }), in TEST()
/test/mlts/benchmark/jni/
Drun_tflite.cpp174 … nnapi_options.accelerator_name = mNnApiDeviceName.empty() ? nullptr : mNnApiDeviceName.c_str(); in init()
364 if (inOutData.empty()) { in benchmark()
465 nnapi_options.accelerator_name = mNnApiDeviceName.empty() ? nullptr : mNnApiDeviceName.c_str(); in runCompilation()
519 const char* get() const { return mTempDir.empty() ? nullptr : mTempDir.c_str(); } in get()
523 if (mTempDir.empty()) { in cleanup()
719 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/hal/treble/vintf/
Dutils.cpp71 return !PackageRoot(fq_iface_name).empty(); in IsAndroidPlatformInterface()
DSingleManifestTest.cpp274 EXPECT_TRUE(passthrough_not_allowed.empty()) in TEST_P()
649 if (hash.empty()) { in TEST_P()
/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/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/security/avb/
Dgsi_validation_utils.cpp70 if (key_blob_to_validate.empty()) { in ValidatePublicKeyBlob()
DVtsSecurityAvbTest.cpp310 if (out_public_key_data.empty()) { in GetSystemHashtreeDescriptor()
461 if (!descriptor_value.empty()) { in TEST()
571 ASSERT_TRUE(!suffix.empty()) << "Failed to get suffix for the current slot"; in LoadAndVerifyAvbSlotDataForCurrentSlot()
Dvts_gki_compliance_test.cpp292 if (boot_signature_images->empty()) { in LoadAndVerifyGkiBootImage()
310 if (out_public_key_data.empty()) { in LoadAndVerifyGkiBootImage()
468 ASSERT_FALSE(out_public_key_data.empty()) << "The GKI image is not signed."; in TEST_F()
/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/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/mlts/benchmark/src/com/android/nn/benchmark/app/
DAcceleratorSpecificTestSupport.java52 return Optional.empty(); in findTestModelRunningOnAccelerator()
/test/vts-testcase/kernel/encryption/
Dmetadata_encryption_tests.cpp309 if (entry->metadata_key_dir.empty()) { in TEST()
/test/app_compat/csuite/tools/csuite_test/
Dcsuite_test.go131 emptyPlanIncludePath = `empty`
/test/app_compat/csuite/
Dpylintrc40 # Only show warnings with the listed confidence levels. Leave empty to show
278 # `empty-line` allows space-only lines.
293 # Expected format of line ending, e.g. empty (any line ending), LF or CRLF.
/test/mlts/benchmark/src/com/android/nn/benchmark/core/
DNNTestBase.java142 private Optional<String> mNNApiDeviceName = Optional.empty();

12