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.java296 public String getShortName(String code, Transform<String, String> otherSource) { in getShortName() argument
310 stock = synthesize(code, otherSource); in getShortName()
342 private Annotations synthesize(String code, Transform<String, String> otherSource) { in synthesize() argument
352 if (otherSource != null) { in synthesize()
353 tempName = otherSource.transform(code); in synthesize()
438 return getBasePlusRemainder(cldrFile, code, rem, skipSet, startPattern, otherSource); in synthesize()
448 Transform<String, String> otherSource) { in getBasePlusRemainder() argument
459 } else if (otherSource != null) { in getBasePlusRemainder()
460 shortName = otherSource.transform(base); in getBasePlusRemainder()
487 } else if (otherSource != null) { in getBasePlusRemainder()
[all …]
DXMLSource.java110 public void putAll(XMLSource otherSource, int conflict_resolution) { in putAll() argument
111 for (Iterator<String> it = otherSource.iterator(); it.hasNext();) { in putAll()
117 final String newValue = otherSource.getValueAtDPath(path); in putAll()
121 putValueAtPath(otherSource.getFullPathAtDPath(path), newValue); in putAll()
/external/boringssl/src/util/fipstools/delocate/
Ddelocate.go1412 otherSource := d.contents(argNodes[i^1])
1413 saveRegWrapper, tempReg := saveRegister(d.output, []string{otherSource})
1417 wrappers = append(wrappers, compare(d.output, instructionName, tempReg, otherSource))
1419 wrappers = append(wrappers, compare(d.output, instructionName, otherSource, tempReg))
1460 otherSource := d.contents(argNodes[1])
1462 otherSource = d.contents(argNodes[0])
1465 saveRegWrapper, tempReg := saveRegister(d.output, []string{targetReg, otherSource})
1470 …wrappers = append(wrappers, threeArgCombineOp(d.output, instructionName, tempReg, otherSource, tar…
1472 …wrappers = append(wrappers, threeArgCombineOp(d.output, instructionName, otherSource, tempReg, tar…
/external/cldr/tools/java/org/unicode/cldr/test/
DConsoleCheckCLDR.java1543 final String otherSource = path == null ? null in showValue() local
1565 + otherSource in showValue()