Home
last modified time | relevance | path

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

/external/jarjar/src/main/com/tonicsystems/jarjar/
DDepFindVisitor.java59 String otherSource = classes.get(key); in map() local
60 if (!source.equals(otherSource)) { in map()
62 handler.handle(curPathClass, new PathClass(otherSource, key)); in map()
/external/cldr/tools/java/org/unicode/cldr/util/
DAnnotations.java281 public String getShortName(String code, Transform<String, String> otherSource) { in getShortName() argument
295 stock = synthesize(code, otherSource); in getShortName()
327 private Annotations synthesize(String code, Transform<String, String> otherSource) { in synthesize() argument
337 if (otherSource != null) { in synthesize()
338 tempName = otherSource.transform(code); in synthesize()
422 return getBasePlusRemainder(cldrFile, code, rem, skipSet, startPattern, otherSource); in synthesize()
432 Transform<String, String> otherSource) { in getBasePlusRemainder() argument
443 } else if (otherSource != null) { in getBasePlusRemainder()
444 shortName = otherSource.transform(base); in getBasePlusRemainder()
471 } else if (otherSource != null) { in getBasePlusRemainder()
[all …]
DXMLSource.java99 public void putAll(XMLSource otherSource, int conflict_resolution) { in putAll() argument
100 for (Iterator<String> it = otherSource.iterator(); it.hasNext();) { in putAll()
106 final String newValue = otherSource.getValueAtDPath(path); in putAll()
110 putValueAtPath(otherSource.getFullPathAtDPath(path), newValue); in putAll()
/external/boringssl/src/util/fipstools/delocate/
Ddelocate.go1121 otherSource := d.contents(argNodes[1])
1123 otherSource = d.contents(argNodes[0])
1126 saveRegWrapper, tempReg := saveRegister(d.output, []string{targetReg, otherSource})
1131 …wrappers = append(wrappers, threeArgCombineOp(d.output, instructionName, tempReg, otherSource, tar…
1133 …wrappers = append(wrappers, threeArgCombineOp(d.output, instructionName, otherSource, tempReg, tar…
/external/cldr/tools/java/org/unicode/cldr/test/
DConsoleCheckCLDR.java1560 final String otherSource = path == null ? null in showValue() local
1582 + otherSource in showValue()