Home
last modified time | relevance | path

Searched refs:Section (Results 1 – 25 of 45) sorted by relevance

12

/frameworks/support/room/compiler/src/test/kotlin/android/arch/persistence/room/parser/
DSqlParserTest.kt109 Section.text("select * from users where name like "), in foo()
110 Section.bindVar("?")) in foo()
113 Section.text("select * from users where name like "), in foo()
114 Section.bindVar(":name"), in foo()
115 Section.text(" AND last_name like "), in foo()
116 Section.bindVar(":lastName")) in foo()
119 Section.text("select * from users where name "), in foo()
120 Section.newline(), in foo()
121 Section.text("like "), in foo()
122 Section.bindVar(":name"), in foo()
[all …]
/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/
DXmpDepthDecode.java127 private static class Section { class in XmpDepthDecode
134 List<Section> sections = parse(is, true, skipExtendedContent); in read()
196 private static List<Section> parse(InputStream is, boolean readMetaOnly, in parse()
198 List<Section> sections = new ArrayList<Section>(); in parse()
223 Section section = new Section(); in parse()
284 private static Section readSection(InputStream is, int length, in readSection()
287 Section section = new Section(); in readSection()
299 Section section = new Section(); in readSection()
307 Section section = new Section(); in readSection()
345 private static XMPMeta parseFirstValidXMPSection(List<Section> sections) { in parseFirstValidXMPSection()
[all …]
/frameworks/support/room/compiler/src/main/kotlin/android/arch/persistence/room/parser/
DParsedQuery.kt31 data class Section(val text: String, val type: SectionType) { dataClass
33 fun text(text: String) = Section(text, SectionType.TEXT) in text()
34 fun newline() = Section("", SectionType.NEWLINE) in text()
35 fun bindVar(text: String) = Section(text, SectionType.BIND_VAR) in text()
62 val sections = arrayListOf<Section>() in text()
67 sections.add(Section.text(line.substring(charInLine, in text()
70 sections.add(Section.bindVar(bindVar.text)) in text()
74 sections.add(Section.text(line.substring(charInLine))) in text()
77 sections.add(Section.newline()) in text()
/frameworks/base/cmds/incidentd/src/
DSection.h31 class Section
37 Section(int id);
38 virtual ~Section();
48 class FileSection : public Section
63 class WorkerThreadSection : public Section
77 class CommandSection : public Section
DSection.cpp30 Section::Section(int i) in Section() function in Section
35 Section::~Section() in ~Section()
40 Section::WriteHeader(ReportRequestSet* requests, size_t size) const in WriteHeader()
81 :Section(id) in WorkerThreadSection()
208 :Section(id) in CommandSection()
Dsection_list.h25 extern const Section* SECTION_LIST[];
Dsection_list.cpp24 const Section* SECTION_LIST[] = {
/frameworks/native/opengl/specs/
DEGL_ANDROID_framebuffer_target.txt63 Section 3.4, Configuration Management, add a row to Table 3.1.
71 Section 3.4, Configuration Management, add a row to Table 3.4.
78 Section 3.4, Configuration Management, add a paragraph at the end of the
86 Section 3.4.1, Querying Configurations, change the last paragraph as follow
DEGL_ANDROID_recordable.txt62 Section 3.4, Configuration Management, add a row to Table 3.1.
69 Section 3.4, Configuration Management, add a row to Table 3.4.
76 Section 3.4, Configuration Management, add a paragraph at the end of the
84 Section 3.4.1, Querying Configurations, change the last paragraph as follow
DEGL_ANDROID_native_fence_sync.txt86 Add the following after the sixth paragraph of Section 3.8.1 (Sync
112 Modify Section 3.8.1 (Sync Objects), added by KHR_fence_sync, starting at
147 Modify the list of eglCreateSyncKHR errors in Section 3.8.1 (Sync Objects),
180 Modify table 3.cc in Section 3.8.1 (Sync Objects), added by KHR_fence_sync
191 Modify the second paragraph description of eglDestroySyncKHR in Section
200 Add the following after the last paragraph of Section 3.8.1 (Sync
DEGL_ANDROID_blob_cache.txt100 Add a new subsection after Section 3.8, page 50
118 semantics of these callback functions are described in Section 3.9.1 (Cache
/frameworks/av/media/libstagefright/xmlparser/include/media/stagefright/xmlparser/
DMediaCodecsXmlParser.h120 enum Section { enum
133 Section mCurrentSection;
135 std::vector<Section> mSectionStack;
/frameworks/compile/mclinker/lib/Script/
DScriptParser.yy144 /* Input Section Description */
152 /* Output Section Data */
159 /* Output Section Discarding */
161 /* Output Section Keywords */
164 /* Output Section Attributes */
165 /* Output Section Type */
171 /* Output Section LMA */
175 /* Output Section Constraint */
384 /* Output Section Attributes */
481 an input section description (see Input Section)
[all …]
DScriptScanner.ll133 /* Input Section Description */
141 /* Output Section Data */
148 /* Output Section Discarding */
150 /* Output Section Keywords */
153 /* Output Section Attributes */
154 /* Output Section Type */
160 /* Output Section LMA */
164 /* Output Section Constraint */
/frameworks/compile/mclinker/lib/Fragment/
DRelocation.cpp87 if (m_pSymInfo->type() == ResolveInfo::Section && in symValue()
144 if (m_pSymInfo->type() == ResolveInfo::Section) { in updateAddend()
/frameworks/compile/mclinker/unittests/
DLinkerTest.cpp440 ResolveInfo::Section, in TEST_F()
449 ResolveInfo::Section, in TEST_F()
458 ResolveInfo::Section, in TEST_F()
467 ResolveInfo::Section, in TEST_F()
/frameworks/compile/mclinker/include/mcld/LD/
DResolveInfo.h53 Section = 3, enumerator
246 static const uint32_t section_flag = Section << TYPE_OFFSET;
/frameworks/base/cmds/incidentd/
DAndroid.mk24 src/Section.cpp \
/frameworks/support/room/compiler/src/main/kotlin/android/arch/persistence/room/writer/
DQueryWriter.kt26 import android.arch.persistence.room.parser.Section in <lambda>()
40 val sectionToParamMapping : List<Pair<Section, QueryParameter?>>, in <lambda>()
/frameworks/compile/mclinker/lib/LD/
DSectionSymbolSet.cpp40 ResolveInfo::Section, in add()
DRelocator.cpp34 if (pReloc.symInfo()->type() == ResolveInfo::Section) { in partialScanRelocation()
DELFBinaryReader.cpp72 ResolveInfo::Section, in readBinary()
DELFReaderIf.cpp34 if (pShndx == llvm::ELF::SHN_ABS && result == ResolveInfo::Section) { in getSymType()
/frameworks/compile/mclinker/lib/Object/
DObjectLinker.cpp446 if (ResolveInfo::Section == pInfo.type() || pInfo.outSymbol() == NULL) in addSymbolToOutput()
602 ResolveInfo::Section == info->type() && in scanRelocations()
806 ResolveInfo::Section == info->type() && in relocation()
890 ResolveInfo::Section == info->type() && in normalSyncRelocationResult()
/frameworks/compile/mclinker/lib/Core/
DIRBuilder.cpp507 if (pType == ResolveInfo::Section) { in addSymbolFromObject()
537 if (pType == ResolveInfo::Section) in addSymbolFromDynObj()
609 ResolveInfo::Section, in CreateLocalSymbol()

12