/frameworks/base/core/proto/android/os/ |
D | incident.proto | 56 import "frameworks/base/core/proto/android/section.proto"; 72 (section).type = SECTION_COMMAND, 73 (section).args = "getprop" 77 (section).type = SECTION_FILE, 78 (section).args = "/proc/version", 84 (section).type = SECTION_FILE, 85 (section).args = "/system/etc/event-log-tags" 89 (section).type = SECTION_LOG, 90 (section).args = "LOG_ID_MAIN" 94 (section).type = SECTION_LOG, [all …]
|
D | metadata.proto | 23 // such as the section ids and privacy policy specs from caller as well as how long 24 // and how many bytes a section takes, etc. 47 // stats of each section taken in this incident report. 49 // section id. 51 // if the section is successfully taken. 55 // the total duration to execute the section. 58 // number of bytes dumped from the section directly. 62 // true if the section timed out. 64 // true if the section is truncated.
|
/frameworks/compile/mclinker/lib/LD/ |
D | ELFObjectReader.cpp | 111 LDContext::sect_iterator section, sectEnd = pInput.context()->sectEnd(); in readSections() local 112 for (section = pInput.context()->sectBegin(); section != sectEnd; ++section) { in readSections() 114 if (*section == NULL) in readSections() 117 switch ((*section)->kind()) { in readSections() 120 assert((*section)->getLink() != NULL); in readSections() 122 pInput, *(*section)->getLink(), (*section)->getInfo()); in readSections() 129 signatures().insert((*section)->name(), exist); in readSections() 138 pInput.fileOffset() + (*section)->offset(), (*section)->size()); in readSections() 158 llvm::StringRef((*section)->name()).drop_front(14)); in readSections() 162 (*section)->setKind(LDFileFormat::Debug); in readSections() [all …]
|
D | ELFObjectWriter.cpp | 53 LDSection* section) { in writeSection() argument 56 switch (section->kind()) { in writeSection() 58 if (section->getSectionData() == NULL) in writeSection() 69 region = pOutput.request(section->offset(), section->size()); in writeSection() 85 llvm::errs() << "WARNING: unsupported section kind: " << section->kind() in writeSection() 86 << " of section " << section->name() << ".\n"; in writeSection() 91 switch (section->kind()) { in writeSection() 97 emitSectionData(*section, region); in writeSection() 100 emitEhFrame(pModule, *section->getEhFrame(), region); in writeSection() 104 target().sortRelocation(*section); in writeSection() [all …]
|
D | GarbageCollection.cpp | 190 LDSection* section = *sect; in getEntrySections() local 191 if (!mayProcessGC(*section)) in getEntrySections() 195 sect_map.find(input_name, section->name()).second; in getEntrySections() 197 shouldKeep(section->name())) in getEntrySections() 198 pEntry.push_back(section); in getEntrySections() 332 LDSection* section = *sect; in stripSections() local 333 if (!mayProcessGC(*section)) in stripSections() 336 if (m_ReferencedSections.find(section) == m_ReferencedSections.end()) { in stripSections() 337 section->setKind(LDFileFormat::Ignore); in stripSections() 338 debug(diag::debug_print_gc_sections) << section->name() in stripSections()
|
D | ELFReader.cpp | 128 LDSection* section = NULL; in readSymbols() local 130 section = pInput.context()->getSection(st_shndx); in readSymbols() 136 assert(section != NULL && "get a invalid section"); in readSymbols() 137 ld_name = section->name(); in readSymbols() 149 section, in readSymbols() 405 LDSection* section = IRBuilder::CreateELFHeader( in readSectionHeaders() local 407 section->setSize(sh_size); in readSectionHeaders() 408 section->setOffset(sh_offset); in readSectionHeaders() 409 section->setInfo(sh_info); in readSectionHeaders() 412 LinkInfo link_info = {section, sh_link, sh_info}; in readSectionHeaders() [all …]
|
/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/ |
D | XmpDepthDecode.java | 223 Section section = new Section(); in parse() local 224 section.marker = marker; in parse() 225 section.length = -1; in parse() 226 section.data = new byte[is.available()]; in parse() 227 is.read(section.data, 0, section.data.length); in parse() 228 sections.add(section); in parse() 287 Section section = new Section(); in readSection() local 288 section.marker = marker; in readSection() 289 section.length = length; in readSection() 290 section.data = new byte[length - 2]; in readSection() [all …]
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/Tests/CocoaPods/OSXCocoaPodsTester/OSXCocoaPodsTester.xcodeproj/ |
D | project.pbxproj | 9 /* Begin PBXBuildFile section */ 14 /* End PBXBuildFile section */ 16 /* Begin PBXFileReference section */ 24 /* End PBXFileReference section */ 26 /* Begin PBXFrameworksBuildPhase section */ 34 /* End PBXFrameworksBuildPhase section */ 36 /* Begin PBXGroup section */ 74 /* End PBXGroup section */ 76 /* Begin PBXNativeTarget section */ 94 /* End PBXNativeTarget section */ [all …]
|
/frameworks/compile/mclinker/include/mcld/LD/ |
D | DiagLayouts.inc | 11 "section %0 has not been laid out. Developers may use an output LDSection " 13 "section %0 has not been laid out. Developers may use an output LDSection " 17 "Duplicated definition of section map \"from %0 to %0\".", 18 "Duplicated definition of section map \"from %0 to %0\".") 21 "Illegal section mapping rule: %0 -> %1. (conflict with %2 -> %3)", 22 "Illegal section mapping rule: %0 -> %1. (conflict with %2 -> %3)") 25 "Cannot merge section %0 of %1", 26 "Cannot merge section %0 of %1") 33 "ICF folding section `%0' of `%1' into `%2' of `%3'", 34 "ICF folding section `%0' of `%1' into `%2' of `%3'")
|
D | DiagCommonKinds.inc | 42 "Unable to emit section `%0'\nPlease report to `%1'", 43 "Unable to emit section `%0'\nPlease report to `%1'") 60 "can not read section `%0'.", 61 "can not read section `%0'.") 64 "can not read target-dependent section `%0'.", 65 "can not read target-dependent section `%0'.") 68 "can not read the section being relocated in file %0.\ninvalid sh_info: " 69 "%1\nrelocation section: %2", 70 "can not read the section being relocated in file %0.\ninvalid sh_info: " 71 "%1\nrelocation section: %2") [all …]
|
D | DiagReaders.inc | 7 "cannot parse .eh_frame section in input %0", 8 "cannot parse .eh_frame section in input %0.") 11 "cannot scan .eh_frame section in input %0", 12 "cannot scan .eh_frame section in input %0.")
|
D | DiagRelocations.inc | 55 "TLS relocation against invalid symbol `%0' in section `%1'", 56 "TLS relocation against invalid symbol `%0' in section `%1'") 59 "unknown relocation section type: `%0' in section `%1'", 60 "unknown relocation section type: `%0' in section `%1'")
|
D | DiagMips.inc | 12 "invalid size of .MIPS.abiflags section in %0", 13 "invalid size of .MIPS.abiflags section in %0") 16 "unexpected .MIPS.abiflags section version number '%0' in %1", 17 "unexpected .MIPS.abiflags section version number '%0' in %1")
|
/frameworks/base/cmds/incidentd/tests/ |
D | Reporter_test.cpp | 65 virtual Status onReportSectionStatus(int section, int status) { in onReportSectionStatus() argument 68 if (startSections.count(section) == 0) startSections[section] = 0; in onReportSectionStatus() 69 startSections[section] = startSections[section] + 1; in onReportSectionStatus() 72 if (finishSections.count(section) == 0) finishSections[section] = 0; in onReportSectionStatus() 73 finishSections[section] = finishSections[section] + 1; in onReportSectionStatus()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/Tests/CocoaPods/iOSCocoaPodsTester/iOSCocoaPodsTester.xcodeproj/ |
D | project.pbxproj | 9 /* Begin PBXBuildFile section */ 16 /* End PBXBuildFile section */ 18 /* Begin PBXFileReference section */ 29 /* End PBXFileReference section */ 31 /* Begin PBXFrameworksBuildPhase section */ 39 /* End PBXFrameworksBuildPhase section */ 41 /* Begin PBXGroup section */ 82 /* End PBXGroup section */ 84 /* Begin PBXNativeTarget section */ 102 /* End PBXNativeTarget section */ [all …]
|
/frameworks/base/libs/incident/src/ |
D | IncidentReportArgs.cpp | 120 int32_t section; in readFromParcel() local 121 err = in->readInt32(§ion); in readFromParcel() 126 mSections.insert(section); in readFromParcel() 171 IncidentReportArgs::addSection(int section) in addSection() argument 174 mSections.insert(section); in addSection() 197 IncidentReportArgs::containsSection(int section, bool specific) const in containsSection() argument 200 return mSections.find(section) != mSections.end(); in containsSection() 202 return mAll || mSections.find(section) != mSections.end(); in containsSection()
|
/frameworks/base/cmds/incident/ |
D | main.cpp | 51 virtual Status onReportSectionStatus(int32_t section, int32_t status); 72 StatusListener::onReportSectionStatus(int32_t section, int32_t status) in onReportSectionStatus() argument 74 fprintf(stderr, "section %d status %d\n", section, status); in onReportSectionStatus() 75 ALOGD("section %d status %d\n", section, status); in onReportSectionStatus() 141 IncidentSection const* section = INCIDENT_SECTIONS + mid; in find_section() local 143 int cmp = strcmp(section->name, name); in find_section() 149 return section; in find_section() 301 int section = strtol(arg, &end, 0); in main() local 303 args.addSection(section); in main()
|
/frameworks/base/core/java/android/os/ |
D | IncidentReportArgs.java | 173 public void addSection(int section) { in addSection() argument 174 if (!mAll && section > 1) { in addSection() 175 mSections.add(section); in addSection() 189 public boolean containsSection(int section) { in containsSection() argument 190 return mAll || mSections.indexOf(section) >= 0; in containsSection()
|
/frameworks/base/cmds/incidentd/src/ |
D | Reporter.cpp | 397 void ReportWriter::warning(const Section* section, status_t err, const char* format, ...) { in warning() argument 400 vflog(section, err, ANDROID_LOG_ERROR, "error", format, args); in warning() 404 void ReportWriter::error(const Section* section, status_t err, const char* format, ...) { in error() argument 407 vflog(section, err, ANDROID_LOG_WARN, "warning", format, args); in error() 411 void ReportWriter::vflog(const Section* section, status_t err, int level, const char* levelText, in vflog() argument 414 int prefixLen = snprintf(NULL, 0, prefixFormat, levelText, section->id, in vflog() 428 sprintf(line, prefixFormat, levelText, section->id, err, strerror(-err)); in vflog() 582 for (const Section** section = SECTION_LIST; *section; section++) { in runReport() local 583 const int sectionId = (*section)->id; in runReport() 590 ALOGD("Start incident report section %d '%s'", sectionId, (*section)->name.string()); in runReport() [all …]
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
D | NotificationRoundnessManager.java | 186 for (NotificationSection section : sections) { in handleRemovedOldViews() 188 (first ? section.getFirstVisibleChild() in handleRemovedOldViews() 189 : section.getLastVisibleChild()); in handleRemovedOldViews() 215 for (NotificationSection section : sections) { in handleAddedNewViews() 217 (first ? section.getFirstVisibleChild() : section.getLastVisibleChild()); in handleAddedNewViews()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/DevTools/ |
D | pddm.py | 560 for section in imported_src_file._sections: 561 section.BindMacroCollection(macro_colletion) 587 section = self.TextSection(line_num) 591 section = self.ExpansionSection(line_num) 593 section = self.DefinitionSection(line_num) 595 section = self.ImportDefinesSection(line_num, self._import_resolver) 598 self._sections.append(section) 599 return section 609 for section in self._sections: 610 section.BindMacroCollection(collection) [all …]
|
/frameworks/base/tools/aapt2/compile/ |
D | PseudolocaleGenerator.cpp | 60 inline static UnifiedSpan UntranslatableSectionToUnifiedSpan(const UntranslatableSection& section) { in UntranslatableSectionToUnifiedSpan() argument 62 {}, static_cast<uint32_t>(section.start), static_cast<uint32_t>(section.end) - 1}; in UntranslatableSectionToUnifiedSpan() 252 for (const UntranslatableSection& section : string->untranslatable_sections) { in Visit() local 254 const size_t len = section.start - start; in Visit() 260 result += original_string.substr(section.start, section.end - section.start); in Visit() 261 start = section.end; in Visit()
|
/frameworks/native/cmds/dumpstate/tests/ |
D | dumpstate_smoke_test.cpp | 263 for (auto const& section : *ZippedBugreportGenerationTest::sections) { in numMatches() 264 if (section.name.find(substring) != std::string::npos) { in numMatches() 271 for (auto const& section : *ZippedBugreportGenerationTest::sections) { in SectionExists() 272 if (sectionName == section.name) { in SectionExists() 273 EXPECT_GE(section.size_bytes, minsize); in SectionExists() 283 for (auto const& section : *ZippedBugreportGenerationTest::sections) { in TEST_F() 284 EXPECT_EQ(section.status, 0) << section.name << " failed with status " << section.status; in TEST_F()
|
/frameworks/compile/mclinker/unittests/ |
D | NamePoolTest.cpp | 147 const llvm::MCSectionData* section = 0; in TEST_F() local 154 name, isDyn, type, binding, section, value, size, other); in TEST_F() 173 const llvm::MCSectionData* section = 0; in TEST_F() local 184 name, isDyn, type, binding, section, value, size, other); in TEST_F() 194 name, isDyn, type, binding, section, value, size, other); in TEST_F() 203 name, isDyn, type, binding, section, value, size, other); in TEST_F()
|
/frameworks/base/cmds/incident_helper/src/ |
D | main.cpp | 46 static TextParserBase* selectParser(int section) { in selectParser() argument 47 switch (section) { in selectParser()
|