/tools/tradefederation/core/tests/res/testtype/ |
D | gtest_output10.txt | 1 failed to read section .testzipdata: Section not Found 2 failed to extract test data from elf section
|
/tools/repohooks/rh/ |
D | config.py | 58 def options(self, section, *args): argument 67 return configparser.RawConfigParser.options(self, section) 73 def get(self, section, option, *args): argument 77 return configparser.RawConfigParser.get(self, section, option) 83 def items(self, section, *args): argument 87 return configparser.RawConfigParser.items(self, section)
|
D | hooks_unittest.py | 51 def _grab_section(self, section): argument 60 line.lstrip('#').strip() == section):
|
/tools/dexter/slicer/ |
D | writer.cc | 220 static void CopySection(const T& section, dex::u1* image, dex::u4 image_size) { in CopySection() argument 221 if (section.size() == 0) { in CopySection() 222 SLICER_CHECK(section.ItemsCount() == 0); in CopySection() 226 SLICER_CHECK(section.ItemsCount() > 0); in CopySection() 227 dex::u4 offset = section.SectionOffset(); in CopySection() 228 dex::u4 size = section.size(); in CopySection() 232 ::memcpy(image + offset, section.data(), size); in CopySection() 363 auto& section = dex_->string_data; in CreateStringDataSection() local 364 section.SetOffset(section_offset); in CreateStringDataSection() 371 dex::u4 offset = section.AddItem(); in CreateStringDataSection() [all …]
|
D | reader.cc | 40 return section<dex::ClassDef>(header_->class_defs_off, in ClassDefs() 45 return section<dex::StringId>(header_->string_ids_off, in StringIds() 50 return section<dex::TypeId>(header_->type_ids_off, in TypeIds() 55 return section<dex::FieldId>(header_->field_ids_off, in FieldIds() 60 return section<dex::MethodId>(header_->method_ids_off, in MethodIds() 65 return section<dex::ProtoId>(header_->proto_ids_off, in ProtoIds()
|
/tools/dexter/dexter/ |
D | dexter.cc | 132 const dex::MapItem& section = dexMap.list[i]; in PrintDexMap() local 134 switch (section.type) { in PrintDexMap() 192 ? reader.Header()->file_size - section.offset in PrintDexMap() 193 : dexMap.list[i + 1].offset - section.offset; in PrintDexMap() 195 printf(" %-25s : %8x, %8x [%u]\n", sectionName, section.offset, in PrintDexMap() 196 sectionByteSize, section.size); in PrintDexMap()
|
/tools/apksig/src/main/java/com/android/apksig/internal/jar/ |
D | ManifestParser.java | 63 Section section; in readAllSections() local 64 while ((section = readSection()) != null) { in readAllSections() 65 sections.add(section); in readAllSections()
|
/tools/test/connectivity/acts/tests/google/wifi/ |
D | WifiRoamingPerformanceTest.py | 597 for section in range(len(waveform_params['atten_levels']) - 1): 598 section_limits = waveform_params['atten_levels'][section:section +
|
D | WifiRssiTest.py | 706 for section in range(len(waveform['atten_levels']) - 1): 707 section_limits = waveform['atten_levels'][section:section + 2]
|
/tools/asuite/aidegen/ |
D | README.md | 55 prerequisites section.
|
/tools/dexter/slicer/export/slicer/ |
D | reader.h | 121 slicer::ArrayView<const T> section(int offset, int count) const { in section() function
|
/tools/external/fat32lib/ |
D | NOTICE | 71 Thus, it is not the intent of this section to claim rights or contest your rights to work written e… 120 … this section is held invalid or unenforceable under any particular circumstance, the balance of t… 122 …e of this section to induce you to infringe any patents or other property right claims or to conte… 124 This section is intended to make thoroughly clear what is believed to be a consequence of the rest …
|
/tools/repohooks/ |
D | README.md | 138 This section allows for setting options that affect the overall behavior of the 146 This section allows for completely arbitrary hooks to run on a per-repo basis. 170 This section allows for turning on common/builtin hooks. There are a bunch of
|
/tools/apksig/src/main/java/com/android/apksig/internal/apk/v1/ |
D | V1SchemeVerifier.java | 1112 ManifestParser.Section section, in getDigestsToVerify() argument 1124 String algs = section.getAttributeValue("Digest-Algorithms"); in getDigestsToVerify() 1132 String digestBase64 = section.getAttributeValue(attrName); in getDigestsToVerify() 1159 String digestBase64 = section.getAttributeValue(attrName); in getDigestsToVerify()
|
/tools/security/sanitizer-status/ |
D | NOTICE | 89 (except as stated in this section) patent license to make, have made,
|
/tools/trebuchet/ |
D | LICENSE | 77 (except as stated in this section) patent license to make, have made,
|
/tools/acloud/ |
D | LICENSE | 77 (except as stated in this section) patent license to make, have made,
|
/tools/apksig/ |
D | LICENSE | 89 (except as stated in this section) patent license to make, have made,
|
/tools/treble/ |
D | LICENSE | 77 (except as stated in this section) patent license to make, have made,
|
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/dev_utils/proto/google/protobuf/ |
D | descriptor.proto | 257 // putting them in a sub-message. See the Custom Options section of the docs
|