Home
last modified time | relevance | path

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

12

/tools/test/connectivity/acts/framework/acts/test_utils/gnss/
Dgnss_testlog_utils.py184 if index_rownum and not parsed_data[key].empty:
186 elif parsed_data[key].empty:
352 if (key != 'phone_time') and (not parsed_data[key].empty):
360 if not parsed_data['SpaceVehicle'].empty:
364 elif not parsed_data['SpaceVehicle_wBB'].empty:
369 if not parsed_data['HistoryAvgTop4CNo'].empty:
380 elif not parsed_data['AntennaHistoryAvgTop4CNo'].empty:
/tools/dexter/slicer/
Dwriter.cc632 if (types.empty()) { in WriteTypeList()
823 SLICER_CHECK(!instructions.empty()); in WriteInstructions()
904 SLICER_CHECK(!irCode->try_blocks.empty()); in WriteTryBlocks()
971 if (!irCode->try_blocks.empty()) { in WriteCode()
1015 if (ir_class->static_fields.empty() && ir_class->instance_fields.empty() && in WriteClassData()
1016 ir_class->direct_methods.empty() && ir_class->virtual_methods.empty()) { in WriteClassData()
Dtryblocks_encoder.cc59 SLICER_CHECK(handlers_.empty()); in Encode()
60 SLICER_CHECK(tries_.empty()); in Encode()
100 SLICER_CHECK(!tries_.empty()); in Encode()
101 SLICER_CHECK(!handlers_.empty()); in Encode()
Dcode_ir.cc101 SLICER_CHECK(!try_block_end->handlers.empty() || in DissasembleTryBlocks()
120 if (!ir_debug_info->param_names.empty()) { in DissasembleDebugInfo()
372 SLICER_CHECK(instr->targets.empty()); in FixupPackedSwitch()
398 SLICER_CHECK(instr->switch_cases.empty()); in FixupSparseSwitch()
Ddex_ir.cc216 std::vector<Type*> empty; in Normalize() local
217 const auto& aParamTypes = a->param_types ? a->param_types->types : empty; in Normalize()
218 const auto& bParamTypes = b->param_types ? b->param_types->types : empty; in Normalize()
Ddebuginfo_encoder.cc124 SLICER_CHECK(dbginfo_.empty()); in Encode()
139 SLICER_CHECK(!dbginfo_.empty()); in Encode()
Ddex_ir_builder.cc117 if (types.empty()) { in GetTypeList()
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/
DDeviceTestCase.java123 HashMap<String, Metric> empty = new HashMap<>(); in run() local
135 listener.testEnded(testId, empty); in run()
142 listener.testEnded(testId, empty); in run()
DHostTest.java666 HashMap<String, Metric> empty = new HashMap<>(); in runJUnit3Tests() local
674 listener.testEnded(testId, empty); in runJUnit3Tests()
/tools/metalava/src/main/java/com/android/tools/metalava/
DExtractAnnotations.kt557 var empty = true in <lambda>() variable
561 empty = false in <lambda>()
585 if (empty && attributes.isNotEmpty()) { in <lambda>()
DDriver.kt1037 codebase.findPackage("")?.let { empty -> in createStubFiles() method
1038 val overview = codebase.getPackageDocs()?.getOverviewDocumentation(empty) in createStubFiles()
1040 stubWriter.writeDocOverview(empty, overview) in createStubFiles()
/tools/metalava/src/main/java/com/android/tools/metalava/model/
DPackageItem.kt56 fun empty() = topLevelClasses().none() in <lambda>() method
59 if (visitor.skipEmptyPackages && empty()) { in <lambda>()
/tools/test/graphicsbenchmark/functional_tests/java/src/cpp/
Dsurface_flinger_test_activity.cpp88 while(!frameIds.empty()) { in Java_com_android_game_qualification_tests_SurfaceFlingerTestActivity_drawFrame()
120 if (frameReadyTime.empty()) { in Java_com_android_game_qualification_tests_SurfaceFlingerTestActivity_getFrameData()
/tools/repohooks/tools/
Dpylintrc68 # Only show warnings with the listed confidence levels. Leave empty to show
297 # `empty-line` allows space-only lines.
310 # Expected format of line ending, e.g. empty (any line ending), LF or CRLF.
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/dev_utils/proto/
Dplugin.proto80 // Error message. If non-empty, code generation failed. The plugin process
105 // If non-empty, indicates that the named file should already exist, and the
/tools/test/connectivity/acts_tests/tests/google/fuchsia/wlan/
DSoftApTest.py1115 if process_errors.empty():
1120 while not process_errors.empty():
/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DTestDeviceTest.java2313 List<String> empty = Collections.emptyList(); in testMountInfo_simple() local
2314 MountPointInfo info = new MountPointInfo("filesystem", "mountpoint", "type", empty); in testMountInfo_simple()
2318 assertEquals(empty, info.options); in testMountInfo_simple()
/tools/dexter/slicer/export/slicer/
Darrayview.h47 bool empty() const { return begin_ == end_; } in empty() function
Dintrusive_list.h131 bool empty() const { return begin_ == end_; } in empty() function
Dbuffer.h146 bool empty() const { return size_ == 0; } in empty() function
Dwriter.h106 bool empty() const { return count_ == 0; } in empty() function
/tools/test/connectivity/acts/tests/google/wifi/rtt/
DREADME.md50 LCR were received from the AP. These are empty by default and should be configured to match the
/tools/dexter/dexter/
Ddexter.cc404 if (!experiments_.empty()) { in ProcessDex()
/tools/acloud/internal/proto/
Duser_config.proto91 // [CVD only] It will get passed into the launch_cvd command if not empty.
/tools/security/fuzzing/example_fuzzer/
DREADME.md48 INFO: A corpus is not provided, starting from an empty corpus

12