Home
last modified time | relevance | path

Searched defs:section (Results 1 – 25 of 49) sorted by relevance

12

/frameworks/base/core/java/com/android/internal/app/procstats/
DIProcessStats.aidl35 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/
DIncidentReportArgs.cpp127 int32_t section; in readFromParcel() local
187 IncidentReportArgs::addSection(int section) in addSection()
219 IncidentReportArgs::containsSection(int section, bool specific) const in containsSection()
Dincident_report.cpp55 void AIncidentReportArgs_addSection(AIncidentReportArgs* args, int section) { in AIncidentReportArgs_addSection()
/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/
DXmpDepthDecode.java223 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/
DIncidentReportArgs.java175 public void addSection(int section) { in addSection()
191 public boolean containsSection(int section) { in containsSection()
DIIncidentReportStatusListener.aidl30 void onReportSectionStatus(int section, int status); in onReportSectionStatus()
/frameworks/base/cmds/incident/
Dmain.cpp76 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/
Dmain.cpp46 static TextParserBase* selectParser(int section) { in selectParser()
/frameworks/base/core/proto/android/
Dsection.proto65 optional SectionFlags section = 155792027; field
/frameworks/base/cmds/incidentd/src/
DReporter.cpp443 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()
Dreport_file.proto55 repeated int32 section = 6; field
DIncidentService.cpp328 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
DWorkDirectory.cpp132 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/
DELFReaderIf.h90 LDSection* section; member
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/
DNotifications.proto47 optional NotificationSection section = 6; field
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DListAttachState.kt37 var section: NotifSection?, variable in com.android.systemui.statusbar.notification.collection.ListAttachState
/frameworks/base/cmds/incident_helper/java/com/android/commands/incident/
DIncidentHelper.java52 Section section = null; in run() local
/frameworks/compile/mclinker/unittests/
DNamePoolTest.cpp147 const llvm::MCSectionData* section = 0; in TEST_F() local
173 const llvm::MCSectionData* section = 0; in TEST_F() local
/frameworks/base/libs/incident/tests/
DIncidentReportRequest_test.cpp52 inline void addSection(int section) { in addSection()
/frameworks/compile/mclinker/lib/LD/
DGarbageCollection.cpp190 LDSection* section = *sect; in getEntrySections() local
332 LDSection* section = *sect; in stripSections() local
DELFReader.cpp128 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
DELFObjectReader.cpp111 LDContext::sect_iterator section, sectEnd = pInput.context()->sectEnd(); in readSections() local
/frameworks/base/tools/aapt2/compile/
DPseudolocaleGenerator.cpp60 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/
DNotificationRoundnessManagerTest.java340 NotificationSection section = mock(NotificationSection.class); in createSection() local
/frameworks/base/cmds/incidentd/tests/
DReporter_test.cpp65 virtual Status onReportSectionStatus(int section, int status) { in onReportSectionStatus()

12