/tools/dexter/slicer/ |
D | tryblocks_encoder.cc | 59 SLICER_CHECK(handlers_.empty()); in Encode() 60 SLICER_CHECK(tries_.empty()); in Encode() 94 SLICER_CHECK(!tries_.empty()); in Encode() 95 SLICER_CHECK(!handlers_.empty()); in Encode()
|
D | debuginfo_encoder.cc | 124 SLICER_CHECK(dbginfo_.empty()); in Encode() 139 SLICER_CHECK(!dbginfo_.empty()); in Encode()
|
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 | writer.cc | 625 if (types.empty()) { in WriteTypeList() 816 SLICER_CHECK(!instructions.empty()); in WriteInstructions() 898 SLICER_CHECK(!irCode->try_blocks.empty()); in WriteTryBlocks() 965 if (!irCode->try_blocks.empty()) { in WriteCode() 1009 if (ir_class->static_fields.empty() && ir_class->instance_fields.empty() && in WriteClassData() 1010 ir_class->direct_methods.empty() && ir_class->virtual_methods.empty()) { in WriteClassData()
|
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_builder.cc | 117 if (types.empty()) { in GetTypeList()
|
D | bytecode_encoder.cc | 606 SLICER_CHECK(bytecode_.empty()); in Encode()
|
/tools/metalava/src/main/java/com/android/tools/metalava/model/ |
D | PackageItem.kt | 51 fun empty() = topLevelClasses().none() in <lambda>() method 54 if (visitor.skipEmptyPackages && empty()) { in <lambda>()
|
/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/tradefederation/core/src/com/android/tradefed/testtype/ |
D | DeviceTestCase.java | 125 HashMap<String, Metric> empty = new HashMap<>(); in run() local 137 listener.testEnded(testId, empty); in run() 144 listener.testEnded(testId, empty); in run()
|
D | HostTest.java | 531 HashMap<String, Metric> empty = new HashMap<>(); in runJUnit3Tests() local 539 listener.testEnded(testId, empty); in runJUnit3Tests()
|
/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/repohooks/tools/ |
D | pylintrc | 61 # Only show warnings with the listed confidence levels. Leave empty to show 222 # `empty-line` allows space-only lines. 235 # Expected format of line ending, e.g. empty (any line ending), LF or CRLF.
|
/tools/tradefederation/core/src/com/android/tradefed/build/ |
D | FileDownloadCache.java | 396 void empty() { in empty() method in FileDownloadCache
|
/tools/dexter/dexter/ |
D | dexter.cc | 404 if (!experiments_.empty()) { in ProcessDex()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/device/ |
D | TestDeviceTest.java | 1775 List<String> empty = Collections.emptyList(); in testMountInfo_simple() local 1776 MountPointInfo info = new MountPointInfo("filesystem", "mountpoint", "type", empty); in testMountInfo_simple() 1780 assertEquals(empty, info.options); in testMountInfo_simple()
|
/tools/tradefederation/core/res/jacoco/ |
D | jacocoant.jar | META-INF/MANIFEST.MF
META-INF/MTNMINDS.SF
META-INF/MTNMINDS ... |