/test/vts/drivers/hal/common/driver_base/ |
D | DriverCallbackBase.cpp | 69 if (message.id().empty() || callback_socket_name.empty()) { in RpcCallToAgent()
|
/test/mlts/benchmark/native/ |
D | multi_process_test.cpp | 119 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/ |
D | ProtoFuzzerStaticParams.cpp | 56 if (!instance_names.empty()) { in FindAnyIfaceFQName() 99 if (spec_data_list.empty()) { in ExtractProtoFuzzerStaticParams()
|
D | ProtoFuzzerRunner.cpp | 60 if (instance_names.empty()) { in GetServiceName()
|
D | ProtoFuzzerMutateFns.cpp | 132 size_t dice_roll = str.empty() ? 0 : rand_(3); in StringMutate()
|
/test/vts/compilation_tools/vtsc/ |
D | VtsCompilerUtils.cpp | 556 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/ |
D | CrashTest.java | 36 default Optional<String> success() { return Optional.empty(); } in success()
|
/test/vts/drivers/hal/common/component_loader/ |
D | HalDriverLoader.cpp | 87 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/ |
D | ZramTest.cpp | 59 [](const std::string& x) { return x.empty(); }), in TEST()
|
/test/mlts/benchmark/jni/ |
D | run_tflite.cpp | 174 … 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()
|
D | random_graph_test_jni.cpp | 63 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/ |
D | utils.cpp | 71 return !PackageRoot(fq_iface_name).empty(); in IsAndroidPlatformInterface()
|
D | SingleManifestTest.cpp | 274 EXPECT_TRUE(passthrough_not_allowed.empty()) in TEST_P() 649 if (hash.empty()) { in TEST_P()
|
/test/vts/runners/target/vts_hal_hidl_target/ |
D | VtsHalHidlTargetCallbackBase.h | 321 if (!arg_data_.empty()) { in Wait() 405 if (callback_function_names.empty()) { in GetWaitAnyCallbackLocks()
|
/test/vts/compilation_tools/vtsc/code_gen/driver/ |
D | DriverCodeGenBase.cpp | 44 if (component_name.empty()) { in GenerateHeaderFile() 87 if (component_name.empty()) { in GenerateSourceFile()
|
/test/vts-testcase/security/avb/ |
D | gsi_validation_utils.cpp | 70 if (key_blob_to_validate.empty()) { in ValidatePublicKeyBlob()
|
D | VtsSecurityAvbTest.cpp | 310 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()
|
D | vts_gki_compliance_test.cpp | 292 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/ |
D | VtsTraceProcessor.cpp | 85 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/ |
D | VtsHalDriverManager.cpp | 283 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/ |
D | AcceleratorSpecificTestSupport.java | 52 return Optional.empty(); in findTestModelRunningOnAccelerator()
|
/test/vts-testcase/kernel/encryption/ |
D | metadata_encryption_tests.cpp | 309 if (entry->metadata_key_dir.empty()) { in TEST()
|
/test/app_compat/csuite/tools/csuite_test/ |
D | csuite_test.go | 131 emptyPlanIncludePath = `empty`
|
/test/app_compat/csuite/ |
D | pylintrc | 40 # 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/ |
D | NNTestBase.java | 142 private Optional<String> mNNApiDeviceName = Optional.empty();
|