Home
last modified time | relevance | path

Searched refs:sections (Results 1 – 5 of 5) sorted by relevance

/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/
DXmpDepthDecode.java144 List<Section> sections = parse(is, true, skipExtendedContent); in read() local
145 if (sections == null) { in read()
149 XMPMeta xmpMeta = parseFirstValidXMPSection(sections); in read()
165 if (!checkExtendedSectionExists(sections, extensionName)) { in read()
173 XMPMeta xmpExtended = parseExtendedXMPSections(sections, extensionName); in read()
208 List<Section> sections = new ArrayList<Section>(); in parse() local
210 return sections; in parse()
215 return sections; in parse()
220 return sections; in parse()
226 return sections; in parse()
[all …]
/cts/tests/tests/widget/src/android/widget/cts/
DAlphabetIndexerTest.java56 Object[] sections = indexer.getSections(); in testAlphabetIndexer() local
57 assertTrue(sections instanceof String[]); in testAlphabetIndexer()
58 assertEquals(ALPHABET.length(), sections.length); in testAlphabetIndexer()
59 assertEquals(ALPHABET.charAt(0), ((String[]) sections)[0].charAt(0)); in testAlphabetIndexer()
60 assertEquals(ALPHABET.charAt(1), ((String[]) sections)[1].charAt(0)); in testAlphabetIndexer()
62 ((String[]) sections)[ALPHABET.length() - 2].charAt(0)); in testAlphabetIndexer()
64 ((String[]) sections)[ALPHABET.length() - 1].charAt(0)); in testAlphabetIndexer()
/cts/tests/tests/provider/src/android/provider/cts/contacts/
DContactsContract_ContactCountsTest.java84 final String sections[] = in testContactCounts_correctCountsReturned() local
86 assertTrue(Arrays.equals(expectedSections, sections)); in testContactCounts_correctCountsReturned()
/cts/hostsidetests/services/activityandwindowmanager/windowmanager/src/android/server/cts/
DCrossAppDragAndDropTests.java294 final String[] sections = taskInfo.split("\\["); in getWindowBounds() local
295 if (sections.length > 2) { in getWindowBounds()
297 parsePoint(sections[1], from); in getWindowBounds()
298 parsePoint(sections[2], to); in getWindowBounds()
/cts/tools/dasm/src/java_cup/
Dparser.cup31 These sections provide small bits of code that initialize, then
35 These sections declare all the terminal and non terminal symbols