/frameworks/base/core/java/com/android/internal/app/procstats/ |
D | IProcessStats.aidl | 35 long getCommittedStats(long highWaterMarkMs, int section, boolean doAggregate, in getCommittedStats() 46 long getCommittedStatsMerged(long highWaterMarkMs, int section, boolean doAggregate, in getCommittedStatsMerged()
|
/frameworks/base/libs/incident/src/ |
D | IncidentReportArgs.cpp | 127 int32_t section; in readFromParcel() local 187 IncidentReportArgs::addSection(int section) in addSection() 219 IncidentReportArgs::containsSection(int section, bool specific) const in containsSection()
|
D | incident_report.cpp | 55 void AIncidentReportArgs_addSection(AIncidentReportArgs* args, int section) { in AIncidentReportArgs_addSection()
|
/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/ |
D | XmpDepthDecode.java | 223 Section section = new Section(); in parse() local 287 Section section = new Section(); in readSection() local 299 Section section = new Section(); in readSection() local 307 Section section = new Section(); in readSection() local 417 Section section = xmpSections.get(i); in parseExtendedXMPSections() local
|
/frameworks/base/core/java/android/os/ |
D | IncidentReportArgs.java | 175 public void addSection(int section) { in addSection() 191 public boolean containsSection(int section) { in containsSection()
|
D | IIncidentReportStatusListener.aidl | 30 void onReportSectionStatus(int section, int status); in onReportSectionStatus()
|
/frameworks/base/cmds/incident/ |
D | main.cpp | 76 StatusListener::onReportSectionStatus(int32_t section, int32_t status) in onReportSectionStatus() 150 IncidentSection const* section = INCIDENT_SECTIONS + mid; in find_section() local 336 int section = strtol(arg, &end, 0); in main() local
|
/frameworks/base/cmds/incident_helper/src/ |
D | main.cpp | 46 static TextParserBase* selectParser(int section) { in selectParser()
|
/frameworks/base/core/proto/android/ |
D | section.proto | 65 optional SectionFlags section = 155792027; field
|
/frameworks/base/cmds/incidentd/src/ |
D | Reporter.cpp | 443 void ReportWriter::warning(const Section* section, status_t err, const char* format, ...) { in warning() 450 void ReportWriter::error(const Section* section, status_t err, const char* format, ...) { in error() 457 void ReportWriter::vflog(const Section* section, status_t err, int level, const char* levelText, in vflog() 638 for (const Section** section = SECTION_LIST; *section; section++) { in runReport() local 644 for (const Section* section : mRegisteredSections) { in runReport() local 705 status_t Reporter::execute_section(const Section* section, IncidentMetadata* metadata, in execute_section()
|
D | report_file.proto | 55 repeated int32 section = 6; field
|
D | IncidentService.cpp | 328 for (const Section** section = SECTION_LIST; *section; section++) { in reportIncidentToDumpstate() local 335 for (const Section* section : mRegisteredSections) { in reportIncidentToDumpstate() local 564 const Section* section = SECTION_LIST[idx]; in command() local
|
D | WorkDirectory.cpp | 132 static bool has_section(const ReportFileProto_Report& report, int section) { in has_section() 284 for (int section: args.sections()) { in addReport() local 299 for (int section: args.sections()) { in addReport() local
|
/frameworks/compile/mclinker/include/mcld/LD/ |
D | ELFReaderIf.h | 90 LDSection* section; member
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/ |
D | Notifications.proto | 47 optional NotificationSection section = 6; field
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/ |
D | ListAttachState.kt | 37 var section: NotifSection?, variable in com.android.systemui.statusbar.notification.collection.ListAttachState
|
/frameworks/base/cmds/incident_helper/java/com/android/commands/incident/ |
D | IncidentHelper.java | 52 Section section = null; in run() local
|
/frameworks/compile/mclinker/unittests/ |
D | NamePoolTest.cpp | 147 const llvm::MCSectionData* section = 0; in TEST_F() local 173 const llvm::MCSectionData* section = 0; in TEST_F() local
|
/frameworks/base/libs/incident/tests/ |
D | IncidentReportRequest_test.cpp | 52 inline void addSection(int section) { in addSection()
|
/frameworks/compile/mclinker/lib/LD/ |
D | GarbageCollection.cpp | 190 LDSection* section = *sect; in getEntrySections() local 332 LDSection* section = *sect; in stripSections() local
|
D | ELFReader.cpp | 128 LDSection* section = NULL; in readSymbols() local 405 LDSection* section = IRBuilder::CreateELFHeader( in readSectionHeaders() local 628 LDSection* section = NULL; in readSymbols() local 899 LDSection* section = IRBuilder::CreateELFHeader( in readSectionHeaders() local
|
D | ELFObjectReader.cpp | 111 LDContext::sect_iterator section, sectEnd = pInput.context()->sectEnd(); in readSections() local
|
/frameworks/base/tools/aapt2/compile/ |
D | PseudolocaleGenerator.cpp | 60 inline static UnifiedSpan UntranslatableSectionToUnifiedSpan(const UntranslatableSection& section) { in UntranslatableSectionToUnifiedSpan() 252 for (const UntranslatableSection& section : string->untranslatable_sections) { in Visit() local
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/ |
D | NotificationRoundnessManagerTest.java | 340 NotificationSection section = mock(NotificationSection.class); in createSection() local
|
/frameworks/base/cmds/incidentd/tests/ |
D | Reporter_test.cpp | 65 virtual Status onReportSectionStatus(int section, int status) { in onReportSectionStatus()
|