/frameworks/support/room/compiler/src/test/kotlin/androidx/room/parser/ |
H A D | SqlParserTest.kt | 158 Section.text("select * from users where name like "), 159 Section.bindVar("?")) 162 Section.text("select * from users where name like "), 163 Section.bindVar(":name"), 164 Section.text(" AND last_name like "), 165 Section.bindVar(":lastName")) 168 Section.text("select * from users where name "), 169 Section.newline(), 170 Section.text("like "), 171 Section [all...] |
/frameworks/base/cmds/incidentd/src/ |
H A D | section_list.h | 24 #include "Section.h" 34 extern const Section* SECTION_LIST[];
|
H A D | Section.h | 39 class Section { class in namespace:android::os::incidentd 47 Section(int id, int64_t timeoutMs = REMOTE_CALL_TIMEOUT_MS, bool userdebugAndEngOnly = false, 49 virtual ~Section(); 55 * Section that generates incident headers. 57 class HeaderSection : public Section { 66 * Section that generates incident metadata. 68 class MetadataSection : public Section { 77 * Section that reads in a file. 79 class FileSection : public Section { 93 * Section tha [all...] |
H A D | Section.cpp | 19 #include "Section.h" 118 VLOG("Section %d flushed %zu bytes to fd %d with spec %d", id, privacyBuffer.size(), 142 VLOG("Section %d flushed %zu bytes to dropbox %d with spec %d", id, privacyBuffer.size(), 154 Section::Section(int i, int64_t timeoutMs, bool userdebugAndEngOnly, bool deviceSpecific) function in class:android::os::incidentd::Section 160 Section::~Section() {} 163 HeaderSection::HeaderSection() : Section(FIELD_ID_INCIDENT_HEADER, 0) {} 187 MetadataSection::MetadataSection() : Section(FIELD_ID_INCIDENT_METADATA, 0) {} 245 : Section(i [all...] |
H A D | Reporter.cpp | 180 for (const Section** section = SECTION_LIST; *section; section++) {
|
/frameworks/support/room/compiler/src/main/kotlin/androidx/room/parser/ |
H A D | ParsedQuery.kt | 31 data class Section(val text: String, val type: SectionType) { 33 fun text(text: String) = Section(text, SectionType.TEXT) 34 fun newline() = Section("", SectionType.NEWLINE) 35 fun bindVar(text: String) = Section(text, SectionType.BIND_VAR) 65 val sections = arrayListOf<Section>() 70 sections.add(Section.text(line.substring(charInLine, 73 sections.add(Section.bindVar(bindVar.text)) 77 sections.add(Section.text(line.substring(charInLine))) 80 sections.add(Section.newline())
|
/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/ |
H A D | XmpDepthDecode.java | 127 private static class Section { class in class:XmpDepthDecode 134 List<Section> sections = parse(is, true, skipExtendedContent); 196 private static List<Section> parse(InputStream is, boolean readMetaOnly, 198 List<Section> sections = new ArrayList<Section>(); 223 Section section = new Section(); 284 private static Section readSection(InputStream is, int length, 287 Section section = new Section(); [all...] |
/frameworks/base/cmds/incidentd/tests/ |
H A D | section_list.cpp | 8 const Section* SECTION_LIST[] = {NULL};
|
/frameworks/av/media/libstagefright/xmlparser/include/media/stagefright/xmlparser/ |
H A D | MediaCodecsXmlParser.h | 120 enum Section { enum in class:android::MediaCodecsXmlParser 133 Section mCurrentSection; 135 std::vector<Section> mSectionStack;
|
/frameworks/compile/mclinker/lib/Fragment/ |
H A D | Relocation.cpp | 87 if (m_pSymInfo->type() == ResolveInfo::Section && 144 if (m_pSymInfo->type() == ResolveInfo::Section) {
|
/frameworks/compile/mclinker/lib/LD/ |
H A D | Relocator.cpp | 34 if (pReloc.symInfo()->type() == ResolveInfo::Section) {
|
H A D | SectionSymbolSet.cpp | 40 ResolveInfo::Section, 51 // insert the symbol to the Section to Symbol hash map
|
H A D | ELFBinaryReader.cpp | 72 ResolveInfo::Section,
|
H A D | ELFReaderIf.cpp | 34 if (pShndx == llvm::ELF::SHN_ABS && result == ResolveInfo::Section) {
|
H A D | ELFObjectReader.cpp | 126 ResolveInfo::Section == signature->type()) {
|
H A D | ELFReader.cpp | 134 if (ResolveInfo::Section == ld_type) { 135 // Section symbol's st_name is the section index. 634 if (ResolveInfo::Section == ld_type) { 635 // Section symbol's st_name is the section index.
|
/frameworks/compile/mclinker/unittests/ |
H A D | LinkerTest.cpp | 440 ResolveInfo::Section, 449 ResolveInfo::Section, 458 ResolveInfo::Section, 467 ResolveInfo::Section,
|
/frameworks/support/room/compiler/src/main/kotlin/androidx/room/writer/ |
H A D | QueryWriter.kt | 26 import androidx.room.parser.Section 40 val sectionToParamMapping: List<Pair<Section, QueryParameter?>>,
|
/frameworks/compile/mclinker/include/mcld/LD/ |
H A D | ResolveInfo.h | 53 Section = 3, enumerator in enum:mcld::ResolveInfo::Type 246 static const uint32_t section_flag = Section << TYPE_OFFSET;
|
/frameworks/base/cmds/incidentd/ |
H A D | Android.mk | 110 src/Section.cpp \
|
/frameworks/compile/mclinker/lib/Object/ |
H A D | ObjectLinker.cpp | 446 if (ResolveInfo::Section == pInfo.type() || pInfo.outSymbol() == NULL) 602 ResolveInfo::Section == info->type() && 806 ResolveInfo::Section == info->type() && 890 ResolveInfo::Section == info->type() &&
|
/frameworks/compile/mclinker/lib/Core/ |
H A D | IRBuilder.cpp | 507 if (pType == ResolveInfo::Section) { 537 if (pType == ResolveInfo::Section) 609 ResolveInfo::Section,
|
/frameworks/compile/mclinker/lib/Target/Mips/ |
H A D | MipsLDBackend.cpp | 151 ResolveInfo::Section, 338 return ResolveInfo::Section != pSym.type() || m_pGpDispSymbol == &pSym; 377 Elf64_Half section; // Section header index of section affected,
|
H A D | MipsRelocator.cpp | 679 if (ResolveInfo::Section == rsym->type()) 735 if (pReloc.symInfo()->type() == ResolveInfo::Section)
|
/frameworks/compile/mclinker/lib/Target/X86/ |
H A D | X86Relocator.cpp | 838 if (pReloc.symInfo()->type() == ResolveInfo::Section) 1507 if (pReloc.symInfo()->type() == ResolveInfo::Section)
|