/tools/test/connectivity/acts/framework/acts/test_utils/gnss/ |
D | gnss_testlog_utils.py | 184 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/ |
D | writer.cc | 632 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()
|
D | tryblocks_encoder.cc | 59 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()
|
D | code_ir.cc | 101 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()
|
D | dex_ir.cc | 216 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()
|
D | debuginfo_encoder.cc | 124 SLICER_CHECK(dbginfo_.empty()); in Encode() 139 SLICER_CHECK(!dbginfo_.empty()); in Encode()
|
D | dex_ir_builder.cc | 117 if (types.empty()) { in GetTypeList()
|
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/ |
D | DeviceTestCase.java | 123 HashMap<String, Metric> empty = new HashMap<>(); in run() local 135 listener.testEnded(testId, empty); in run() 142 listener.testEnded(testId, empty); in run()
|
D | HostTest.java | 666 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/ |
D | ExtractAnnotations.kt | 557 var empty = true in <lambda>() variable 561 empty = false in <lambda>() 585 if (empty && attributes.isNotEmpty()) { in <lambda>()
|
D | Driver.kt | 1037 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/ |
D | PackageItem.kt | 56 fun empty() = topLevelClasses().none() in <lambda>() method 59 if (visitor.skipEmptyPackages && empty()) { in <lambda>()
|
/tools/test/graphicsbenchmark/functional_tests/java/src/cpp/ |
D | surface_flinger_test_activity.cpp | 88 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/ |
D | pylintrc | 68 # 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/ |
D | plugin.proto | 80 // 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/ |
D | SoftApTest.py | 1115 if process_errors.empty(): 1120 while not process_errors.empty():
|
/tools/tradefederation/core/tests/src/com/android/tradefed/device/ |
D | TestDeviceTest.java | 2313 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/ |
D | arrayview.h | 47 bool empty() const { return begin_ == end_; } in empty() function
|
D | intrusive_list.h | 131 bool empty() const { return begin_ == end_; } in empty() function
|
D | buffer.h | 146 bool empty() const { return size_ == 0; } in empty() function
|
D | writer.h | 106 bool empty() const { return count_ == 0; } in empty() function
|
/tools/test/connectivity/acts/tests/google/wifi/rtt/ |
D | README.md | 50 LCR were received from the AP. These are empty by default and should be configured to match the
|
/tools/dexter/dexter/ |
D | dexter.cc | 404 if (!experiments_.empty()) { in ProcessDex()
|
/tools/acloud/internal/proto/ |
D | user_config.proto | 91 // [CVD only] It will get passed into the launch_cvd command if not empty.
|
/tools/security/fuzzing/example_fuzzer/ |
D | README.md | 48 INFO: A corpus is not provided, starting from an empty corpus
|