Home
last modified time | relevance | path

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

/tools/repohooks/rh/
Dconfig.py52 def options(self, section, default=_UNSET): argument
60 return configparser.RawConfigParser.options(self, section)
66 def get(self, section, option, default=_UNSET): argument
69 return configparser.RawConfigParser.get(self, section, option)
75 def items(self, section=_UNSET, default=_UNSET): argument
77 if section is _UNSET:
84 return configparser.RawConfigParser.items(self, section)
93 for section, settings in dictionary.items():
95 if not self.has_section(section):
96 self.add_section(section)
[all …]
Dhooks_unittest.py47 def _grab_section(self, section): argument
56 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/apkzlib/src/test/resources/testData/packaging/text-files/
Drfc2460.txt214 Traffic Class 8-bit traffic class field. See section 7.
216 Flow Label 20-bit flow label. See section 6.
231 extension headers [section 4] present are
251 and section 4.4.
609 TLV-encoded options, as described in section
613 PadN options specified in section 4.2.
964 routers along a packet's delivery path -- see section 5.) The
1269 section 4.2.
1272 and PadN options specified in section 4.2.
1303 specifying the desired action (see section 4.2).
[all …]
/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/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
234 This section can only be added to the repo project-wide settings
239 section, it is possible to define a hook that should apply to the majority of
/tools/test/connectivity/acts_tests/tests/google/wifi/
DWifiRoamingPerformanceTest.py638 for section in range(len(waveform_params['atten_levels']) - 1):
639 section_limits = waveform_params['atten_levels'][section:section +
DWifiRssiTest.py699 for section in range(len(waveform['atten_levels']) - 1):
700 section_limits = waveform['atten_levels'][section:section + 2]
/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/apksig/src/main/java/com/android/apksig/internal/apk/v1/
DV1SchemeVerifier.java1110 ManifestParser.Section section, in getDigestsToVerify() argument
1122 String algs = section.getAttributeValue("Digest-Algorithms"); in getDigestsToVerify()
1130 String digestBase64 = section.getAttributeValue(attrName); in getDigestsToVerify()
1157 String digestBase64 = section.getAttributeValue(attrName); in getDigestsToVerify()
/tools/metalava/src/main/java/com/android/tools/metalava/
DDocAnalyzer.kt569 val section = when { in <lambda>() constant
589 item.appendDocumentation(qualified, section) // 2: @ and space after tag in <lambda>()
/tools/dexter/slicer/export/slicer/
Dreader.h121 slicer::ArrayView<const T> section(int offset, int count) const { in section() function
/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/test/openhst/
DLICENSE77 (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/apksig/
DLICENSE89 (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/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