Home
last modified time | relevance | path

Searched defs:xpp (Results 1 – 18 of 18) sorted by relevance

/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/util/
DXmlPullParserUtil.java37 public static boolean isEndTag(XmlPullParser xpp, String name) throws XmlPullParserException { in isEndTag()
48 public static boolean isEndTag(XmlPullParser xpp) throws XmlPullParserException { in isEndTag()
60 public static boolean isStartTag(XmlPullParser xpp, String name) throws XmlPullParserException { in isStartTag()
71 public static boolean isStartTag(XmlPullParser xpp) throws XmlPullParserException { in isStartTag()
84 public static boolean isStartTagIgnorePrefix(XmlPullParser xpp, String name) in isStartTagIgnorePrefix()
97 public static @Nullable String getAttributeValue(XmlPullParser xpp, String attributeName) { in getAttributeValue()
117 XmlPullParser xpp, String attributeName) { in getAttributeValueIgnorePrefix()
/external/cldr/tools/java/org/unicode/cldr/icu/
DXPPUtil.java16 XPathParts xpp = XPathParts.getFrozenInstance(xpath); in getXpathName() local
21 XPathParts xpp = XPathParts.getFrozenInstance(xpath); in getXpathName() local
26 XPathParts xpp = XPathParts.getFrozenInstance(xpath); in getAttributeValue() local
35 XPathParts xpp = XPathParts.getFrozenInstance(xpath); in getAttributeValue() local
49 XPathParts xpp = XPathParts.getFrozenInstance(fullPath); in findAttributeValue() local
/external/exoplayer/tree/library/dash/src/main/java/com/google/android/exoplayer2/source/dash/manifest/
DDashManifestParser.java87 XmlPullParser xpp = xmlParserFactory.newPullParser(); in parse() local
100 protected DashManifest parseMediaPresentationDescription(XmlPullParser xpp, in parseMediaPresentationDescription()
213 protected UtcTimingElement parseUtcTiming(XmlPullParser xpp) { in parseUtcTiming()
223 protected Pair<Period, Long> parsePeriod(XmlPullParser xpp, String baseUrl, long defaultStartMs) in parsePeriod()
273 XmlPullParser xpp, String baseUrl, @Nullable SegmentBase segmentBase, long periodDurationMs) in parseAdaptationSet()
402 protected int parseContentType(XmlPullParser xpp) { in parseContentType()
421 XmlPullParser xpp) throws XmlPullParserException, IOException { in parseContentProtection()
493 protected void parseAdaptationSetChild(XmlPullParser xpp) in parseAdaptationSetChild()
501 XmlPullParser xpp, in parseRepresentation()
683 XmlPullParser xpp, @Nullable SingleSegmentBase parent) in parseSegmentBase()
[all …]
/external/exoplayer/tree/library/dash/src/test/java/com/google/android/exoplayer2/source/dash/manifest/
DDashManifestParserTest.java272 XmlPullParser xpp = XmlPullParserFactory.newInstance().newPullParser(); in parseSegmentTimeline_repeatCount() local
295 XmlPullParser xpp = XmlPullParserFactory.newInstance().newPullParser(); in parseSegmentTimeline_singleUndefinedRepeatCount() local
318 XmlPullParser xpp = XmlPullParserFactory.newInstance().newPullParser(); in parseSegmentTimeline_timeOffsetsAndUndefinedRepeatCount() local
347 XmlPullParser xpp = XmlPullParserFactory.newInstance().newPullParser(); in parseLabel() local
359 XmlPullParser xpp = XmlPullParserFactory.newInstance().newPullParser(); in parseLabel_noText() local
483 private static void assertNextTag(XmlPullParser xpp) throws Exception { in assertNextTag()
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestPerf.java82 XPathParts xpp = XPathParts.getFrozenInstance(p); in TestXPathParts() local
96 XPathParts xpp = XPathParts.getFrozenInstance(p); in TestMutableXPathParts() local
111 XPathParts xpp = XPathParts.getFrozenInstance(p); in TestFastFrozenXPathParts() local
126 XPathParts xpp = XPathParts.getFrozenInstance(p); in TestFastXPathParts() local
/external/cldr/tools/java/org/unicode/cldr/json/
DCldrItem.java228 XPathParts xpp = XPathParts.getFrozenInstance(path); in split() local
278 XPathParts xpp = XPathParts.getFrozenInstance(path); in needsSort() local
DLdml2JsonConverter.java374 XPathParts xpp = XPathParts.getFrozenInstance(fullPath); in mapPathsToSections() local
615 XPathParts xpp = XPathParts.getFrozenInstance(item.getPath()); in convertCldrItems() local
/external/cldr/tools/java/org/unicode/cldr/tool/
DGenerateLanguageData.java42 XPathParts xpp = new XPathParts() in main() local
DGenerateDecompCollationRules.java157 XPathParts xpp = new XPathParts() in main() local
DChartCollation.java159 XPathParts xpp = XPathParts.getFrozenInstance(path); in writeSubcharts() local
/external/cldr/tools/java/org/unicode/cldr/test/
DCheckUnits.java142 XPathParts xpp = parts; in handleCheck() local
DTestSupplementalData.java74 …XPathParts xpp = XPathParts.getFrozenInstance(root.getFullXPath("//ldml/dates/timeZoneNames/single… in showMultiZones() local
/external/llvm-project/flang/test/Semantics/
Ddata05.f9067 …real, pointer :: xpp(:,:) ! CHECK: xpp, POINTER (InDataStmt) size=72 offset=48: ObjectEntity type:… local
/external/cldr/tools/java/org/unicode/cldr/util/
DICUServiceBuilder.java154 XPathParts xpp = XPathParts.getFrozenInstance(fullPath); in _getRuleBasedCollator() local
DTimezoneFormatter.java178 XPathParts xpp = XPathParts.getFrozenInstance(temp); in TimezoneFormatter() local
DXPathParts.java1339 XPathParts xpp = getFrozenInstance(xpath).cloneAsThawed(); in getPathWithoutAlt() local
DCLDRFile.java1147 XPathParts xpp = XPathParts.getFrozenInstance(i.next()); in getLocaleIDFromIdentity() local
/external/mksh/src/
Deval.c1747 char **xpp, /* ptr to dest end */ in globit()