Home
last modified time | relevance | path

Searched refs:section (Results 1 – 20 of 20) sorted by relevance

/tools/tradefederation/core/tests/res/testtype/
Dgtest_output10.txt1 failed to read section .testzipdata: Section not Found
2 failed to extract test data from elf section
/tools/repohooks/rh/
Dconfig.py58 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)
Dhooks_unittest.py51 def _grab_section(self, section): argument
60 line.lstrip('#').strip() == section):
/tools/dexter/slicer/
Dwriter.cc220 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 …]
Dreader.cc40 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/
Ddexter.cc132 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/
DManifestParser.java63 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/
DWifiRoamingPerformanceTest.py597 for section in range(len(waveform_params['atten_levels']) - 1):
598 section_limits = waveform_params['atten_levels'][section:section +
DWifiRssiTest.py706 for section in range(len(waveform['atten_levels']) - 1):
707 section_limits = waveform['atten_levels'][section:section + 2]
/tools/asuite/aidegen/
DREADME.md55 prerequisites section.
/tools/dexter/slicer/export/slicer/
Dreader.h121 slicer::ArrayView<const T> section(int offset, int count) const { in section() function
/tools/external/fat32lib/
DNOTICE71 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/
DREADME.md138 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/
DV1SchemeVerifier.java1112 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/
DNOTICE89 (except as stated in this section) patent license to make, have made,
/tools/trebuchet/
DLICENSE77 (except as stated in this section) patent license to make, have made,
/tools/acloud/
DLICENSE77 (except as stated in this section) patent license to make, have made,
/tools/apksig/
DLICENSE89 (except as stated in this section) patent license to make, have made,
/tools/treble/
DLICENSE77 (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/
Ddescriptor.proto257 // putting them in a sub-message. See the Custom Options section of the docs