Home
last modified time | relevance | path

Searched refs:getPaths (Results 1 – 25 of 61) sorted by relevance

123

/external/protobuf/java/util/src/test/java/com/google/protobuf/util/
DFieldMaskUtilTest.java101 assertEquals("foo", mask.getPaths(0)); in testFromString()
104 assertEquals("foo", mask.getPaths(0)); in testFromString()
105 assertEquals("bar.baz", mask.getPaths(1)); in testFromString()
110 assertEquals("foo", mask.getPaths(0)); in testFromString()
111 assertEquals("bar", mask.getPaths(1)); in testFromString()
131 assertEquals("optional_int32", mask.getPaths(0)); in testFromFieldNumbers()
138 assertEquals("optional_int32", mask.getPaths(0)); in testFromFieldNumbers()
139 assertEquals("optional_int64", mask.getPaths(1)); in testFromFieldNumbers()
165 assertEquals("foo", mask.getPaths(0)); in testFromJsonString()
168 assertEquals("foo.bar_baz", mask.getPaths(0)); in testFromJsonString()
[all …]
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/util/
DPath.java53 List<Box> all = getPaths(box, path); in getPath()
58 public static List<Box> getPaths(Box box, String path) { in getPaths() method in Path
65 return getPaths(isoFile, path.substring(1)); in getPaths()
83 return getPaths(box.getParent(), later); in getPaths()
96 children.addAll(getPaths(box1, later)); in getPaths()
113 return getPaths(box, path).contains(box); in isContained()
/external/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/mapper/
DLocaleMapperTest.java42 assertThat(icuData).getPaths().hasSize(1); in testSimple()
57 assertThat(icuData).getPaths().hasSize(1); in testCorrectLocaleIsUsed()
75 assertThat(icuData).getPaths().hasSize(1); in testInheritedValuesNotIncludedByDefault()
96 assertThat(icuData).getPaths().hasSize(1); in testInheritedValuesIncludedWhenSameResourceBundle()
121 assertThat(icuData).getPaths().hasSize(1); in testChildPathsNotIncludedByDefault()
140 assertThat(icuData).getPaths().hasSize(1); in testParentPathsNotIncludedByDefault()
174 assertThat(icuData).getPaths().hasSize(2); in testHiddenLabelsIncludeParentPaths()
242 assertThat(icuData).getPaths().hasSize(1); in testHiddenLabelsAreNotIncludedAutomatically()
249 assertThat(icuData).getPaths().hasSize(1); in testDefaultCalendar()
295 assertThat(icuData).getPaths().hasSize(1); in testDateTimeHack()
DCollationMapperTest.java31 assertThat(icuData).getPaths().isEmpty(); in testEmpty()
39 assertThat(rootData).getPaths().hasSize(2); in testEmpty()
51 assertThat(icuData).getPaths().hasSize(1); in testDefault()
71 assertThat(icuData).getPaths().hasSize(2); in testLastAltRuleOverridesExisting()
122 assertThat(icuData).getPaths().hasSize(2); in testEmoji()
144 assertThat(icuData).getPaths().hasSize(2); in testSpecials()
DAbstractPathValueMapperTest.java35 assertThat(icuData).getPaths().hasSize(2); in testUngroupedConcatenation()
48 assertThat(icuData).getPaths().hasSize(2); in testGrouping()
93 assertThat(allFallbacks).getPaths().isEmpty(); in testFallbackResults()
106 assertThat(icuData).getPaths().hasSize(5); in testAliases_ungrouped()
128 assertThat(icuData).getPaths().hasSize(2); in testAliases_grouped()
144 assertThat(icuData).getPaths().hasSize(3); in testAliases_explicit()
DSupplementalMapperTest.java37 assertThat(icuData).getPaths().hasSize(1); in testSimple()
62 assertThat(icuData).getPaths().hasSize(3); in testFifoLabel()
81 assertThat(icuData).getPaths().hasSize(1); in testPathFilter()
DBcp47MapperTest.java49 assertThat(bcp47Data).getPaths().hasSize(7 + EXPECTED_ALIAS_MAP.size()); in testSimple()
64 assertThat(tzData).getPaths().isEmpty(); in testSimple()
83 assertThat(bcp47Data).getPaths().hasSize(4 + EXPECTED_ALIAS_MAP.size()); in testSimpleTimezone()
97 assertThat(tzData).getPaths().hasSize(3); in testSimpleTimezone()
140 assertThat(bcp47Data).getPaths().doesNotContain(RbPath.parse("typeAlias/key/main")); in testTypeAliases_multiple()
207 assertThat(tzData).getPaths().hasSize(4); in testTimezonePathQuotingForAliases()
DBreakIteratorMapperTest.java56 assertThat(icuData).getPaths().hasSize(1); in testSingleSuppression()
79 assertThat(icuData).getPaths().hasSize(2); in testMultipleSupressionTypes()
99 assertThat(icuData).getPaths().hasSize(2); in testSpecials_dictionary()
113 assertThat(icuData).getPaths().hasSize(2); in testSpecials_boundaries()
DTransformsMapperTest.java74 assertThat(icuData).getPaths().hasSize(DEFAULT_PATH_COUNT); in testDefaultContent()
96 assertThat(icuData).getPaths().hasSize(DEFAULT_PATH_COUNT + 5); in testForward()
126 assertThat(icuData).getPaths().hasSize(DEFAULT_PATH_COUNT + 5); in testBackward()
158 assertThat(icuData).getPaths().hasSize(DEFAULT_PATH_COUNT + 6); in testBoth()
/external/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/testing/
DIcuDataSubject.java31 public IterableSubject getPaths() { in getPaths() method in IcuDataSubject
32 return check("getPaths()").that(actual.getPaths()); in getPaths()
/external/llvm-project/clang/include/clang/IndexSerialization/
DSerializablePathCollection.h78 StringRef getPaths() const;
104 llvm::StringRef getPathsBuffer() const { return Paths.getPaths(); } in getPathsBuffer()
/external/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/
DIcuDataTest.java48 assertThat(icuData.getPaths()).containsExactly(rbPath); in testSetVersion()
56 Set<RbPath> paths = icuData.getPaths(); in testGetPaths()
/external/llvm-project/llvm/include/llvm/Support/
DAutomaton.h141 ArrayRef<NfaPath> getPaths() { in getPaths() function
257 return Transcriber->getPaths(); in getNfaPaths()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DAutomaton.h141 ArrayRef<NfaPath> getPaths() { in getPaths() function
257 return Transcriber->getPaths(); in getNfaPaths()
/external/protobuf/php/src/Google/Protobuf/
DFieldMask.php202 public function getPaths() function in Google\\Protobuf\\FieldMask
/external/cldr/tools/java/org/unicode/cldr/tool/
DDumpCoverage.java30 cf.getPaths("//ldml", null, paths); in main()
/external/skqp/src/utils/
DSkTextUtils.cpp39 font.getPaths(ag.glyphs(), ag.count(), [](const SkPath* src, const SkMatrix& mx, void* ctx) { in GetPath()
/external/skia/src/utils/
DSkTextUtils.cpp39 font.getPaths(ag.glyphs(), ag.count(), [](const SkPath* src, const SkMatrix& mx, void* ctx) { in GetPath()
/external/robolectric-shadows/resources/src/main/java/org/robolectric/manifest/
DIntentFilterData.java47 public List<String> getPaths() { in getPaths() method in IntentFilterData
/external/cldr/tools/java/org/unicode/cldr/util/
DVariableAndPathParser.java120 public Map<E, F> getPaths(String pathsXPath) { in getPaths() method in VariableAndPathParser
DLogicalGrouping.java102 … public static Set<String> getPaths(CLDRFile cldrFile, String path, Output<PathType> pathTypeOut) { in getPaths() method in LogicalGrouping
166 public static Set<String> getPaths(CLDRFile cldrFile, String path) { in getPaths() method in LogicalGrouping
167 return getPaths(cldrFile, path, null); in getPaths()
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestPaths.java83 + getPaths(errorPaths)); in VerifyEnglishVsRoot()
86 + getPaths(suspiciousPaths)); in VerifyEnglishVsRoot()
89 private String getPaths(Set<PathHeader> altPaths) { in getPaths() method in TestPaths
/external/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/
DIcuData.java112 public Set<RbPath> getPaths() { in getPaths() method in IcuData
/external/llvm-project/clang/lib/IndexSerialization/
DSerializablePathCollection.cpp37 StringRef PathPool::getPaths() const { return Paths.getBuffer(); } in getPaths() function in PathPool
/external/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/mapper/
DLocaleMapper.java116 for (RbPath rbPath : icuData.getPaths()) { in doDateTimeHack()

123