Searched defs:section (Results 1 – 8 of 8) sorted by relevance
/tools/repohooks/rh/ |
D | config.py | 58 def options(self, section, *args): argument 73 def get(self, section, option, *args): argument 83 def items(self, section, *args): argument
|
D | hooks_unittest.py | 51 def _grab_section(self, section): argument
|
/tools/dexter/slicer/export/slicer/ |
D | reader.h | 121 slicer::ArrayView<const T> section(int offset, int count) const { in section() function
|
/tools/dexter/slicer/ |
D | writer.cc | 220 static void CopySection(const T& section, dex::u1* image, dex::u4 image_size) { in CopySection() 363 auto& section = dex_->string_data; in CreateStringDataSection() local 382 static void AddMapItem(const T& section, std::vector<dex::MapItem>& items) { in AddMapItem() 395 auto& section = dex_->map_list; in CreateMapSection() local
|
/tools/dexter/dexter/ |
D | dexter.cc | 132 const dex::MapItem& section = dexMap.list[i]; in PrintDexMap() local
|
/tools/apksig/src/main/java/com/android/apksig/internal/jar/ |
D | ManifestParser.java | 63 Section section; in readAllSections() local
|
/tools/metalava/src/main/java/com/android/tools/metalava/ |
D | DocAnalyzer.kt | 569 val section = when { in <lambda>() constant
|
/tools/apksig/src/main/java/com/android/apksig/internal/apk/v1/ |
D | V1SchemeVerifier.java | 1634 ManifestParser.Section section, in getDigestsToVerify()
|