Home
last modified time | relevance | path

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

12

/test/vts/utils/native/testability_checker/
DVtsTestabilityCheckerTest.cpp276 EXPECT_TRUE(instances.empty()); in TEST_F()
280 EXPECT_TRUE(instances.empty()); in TEST_F()
284 EXPECT_TRUE(instances.empty()); in TEST_F()
288 EXPECT_TRUE(instances.empty()); in TEST_F()
292 EXPECT_TRUE(instances.empty()); in TEST_F()
297 EXPECT_TRUE(instances.empty()); in TEST_F()
350 EXPECT_TRUE(instances.empty()); in TEST_F()
379 EXPECT_TRUE(instances.empty()); in TEST_F()
383 EXPECT_TRUE(instances.empty()); in TEST_F()
387 EXPECT_TRUE(instances.empty()); in TEST_F()
[all …]
DVtsTestabilityChecker.cpp126 if (!matrix_instance.optional() && matched_instances.empty()) { in CheckFrameworkCompatibleHal()
132 if (!hal_interface_name.empty()) { in CheckFrameworkCompatibleHal()
144 if (hal_interface_name.empty()) { in CheckFrameworkCompatibleHal()
145 testable |= !matched_instances.empty(); in CheckFrameworkCompatibleHal()
164 if (!testable_instances.empty()) { in CheckFrameworkCompatibleHal()
177 if (!testable_interfaces.empty()) { in CheckFrameworkCompatibleHal()
182 if (instances->empty()) { in CheckFrameworkCompatibleHal()
244 if (manifest_instances.empty()) { in CheckManifestHal()
258 if (!hal_interface_name.empty()) { in CheckManifestHal()
275 if (!hal_interface_name.empty()) { in CheckTestHalWithHwManager()
/test/vti/dashboard/src/main/java/com/android/vts/util/
DGcsHelper.java31 return Optional.empty(); in getStorage()
44 return Optional.empty(); in getStorage()
/test/vts/drivers/hal/common/driver_base/
DDriverCallbackBase.cpp69 if (message.id().empty() || callback_socket_name.empty()) { in RpcCallToAgent()
/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}'>
Dshow_tree.jsp113 $("#halApiList").empty();
232 <c:when test='${empty profilingPointNames}'>
Dshow_table.jsp100 infoContainer.empty();
263 <c:when test='${empty profilingPointNames}'>
/test/vts/compilation_tools/vtsc/
DVtsCompilerUtils.cpp568 if (!message.package().empty()) { in GetPackageName()
601 if (!message.component_name().empty()) { in GetComponentBaseName()
610 if (!message.component_name().empty()) { in GetComponentName()
615 while (!component_name.empty() in GetComponentName()
/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/drivers/shell/
DShellDriver.cpp42 if (!this->socket_address_.empty()) { in Close()
201 if (this->socket_address_.empty()) { in StartListen()
DShellDriver.h43 if (!this->socket_address_.empty()) { in ~VtsShellDriver()
DShellDriverTest.cpp145 if (res_client.empty()) { in test_shell_command_output()
/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/testcases/vts_selftest/test_framework/python_virtualenv_preparer_test/
DREADME.md9 …eparerTestPart1: test duplicated module preparer to install a new module and empty module preparer.
/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/mlts/benchmark/jni/
Drun_tflite.cpp238 if (inOutData.empty()) { in benchmark()
319 if (inOutData.empty()) { in dumpAllLayers()
/test/vts-testcase/hal/treble/vintf/
Dutils.cpp105 return !PackageRoot(fq_iface_name).empty(); in IsAndroidPlatformInterface()
/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/vts-testcase/fuzz/iface_fuzzer/
DProtoFuzzerRunner.cpp62 if (instance_names.empty()) { in GetServiceName()

12