Home
last modified time | relevance | path

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

12

/frameworks/base/libs/incident/src/
DIncidentReportArgs.cpp120 int32_t section; in readFromParcel() local
171 IncidentReportArgs::addSection(int section) in addSection()
197 IncidentReportArgs::containsSection(int section, bool specific) const in containsSection()
/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
332 int section = strtol(arg, &end, 0); in main() local
/frameworks/base/core/java/com/android/internal/app/procstats/
DIProcessStats.aidl35 long getCommittedStats(long highWaterMarkMs, int section, boolean doAggregate, in getCommittedStats()
/frameworks/base/cmds/incident_helper/src/
Dmain.cpp46 static TextParserBase* selectParser(int section) { in selectParser()
/frameworks/base/core/proto/android/
Dsection.proto61 optional SectionFlags section = 155792027; field
/frameworks/base/cmds/incidentd/src/
Dreport_file.proto55 repeated int32 section = 6; field
DReporter.cpp397 void ReportWriter::warning(const Section* section, status_t err, const char* format, ...) { in warning()
404 void ReportWriter::error(const Section* section, status_t err, const char* format, ...) { in error()
411 void ReportWriter::vflog(const Section* section, status_t err, int level, const char* levelText, in vflog()
582 for (const Section** section = SECTION_LIST; *section; section++) { in runReport() local
DWorkDirectory.cpp129 static bool has_section(const ReportFileProto_Report& report, int section) { in has_section()
281 for (int section: args.sections()) { in addReport() local
295 for (int section: args.sections()) { in addReport() local
DIncidentService.cpp323 for (const Section** section = SECTION_LIST; *section; section++) { in reportIncidentToDumpstate() local
510 const Section* section = SECTION_LIST[idx]; in command() local
/frameworks/compile/mclinker/include/mcld/LD/
DELFReaderIf.h90 LDSection* section; member
/frameworks/base/cmds/idmap/
Dinspect.cpp128 void print(const char *section, const char *subsection, uint32_t value, const char *fmt, ...) { in print()
138 void print_path(const char *section, const char *subsection, const char *fmt, ...) { in print_path()
/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/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
DEhFrameReader.cpp120 LDSection& section = pEhFrame.getSection(); in read() local
DELFObjectWriter.cpp53 LDSection* section) { in writeSection()
371 Module::const_iterator section, sectEnd = pModule.end(); in emitShStrTab() 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.java333 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()
/frameworks/av/media/libstagefright/xmlparser/
DMediaCodecsXmlParser.cpp289 Section section() const { in section() function
645 Section section = mState->section(); in startElementHandler() local
777 Section section = mState->section(); in endElementHandler() local
/frameworks/av/media/codec2/vndk/
DC2Buffer.cpp974 C2Block2D::C2Block2D(std::shared_ptr<Impl> impl, const _C2PlanarSectionAspect &section) in C2Block2D()
991 C2GraphicView::C2GraphicView(std::shared_ptr<Impl> impl, const _C2PlanarSectionAspect &section) in C2GraphicView()
1023 std::shared_ptr<Impl> impl, const _C2PlanarSectionAspect &section, C2Fence fence) in C2ConstGraphicBlock()
1044 std::shared_ptr<Impl> impl, const _C2PlanarSectionAspect &section) in C2GraphicBlock()

12