Home
last modified time | relevance | path

Searched defs:otherValue (Results 1 – 23 of 23) sorted by relevance

/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
DValuePathStatus.java38 static int countZeros(String otherValue) { in countZeros()
84 String otherValue = sourceFile.getWinningValue(otherPath); in isMissingOk() local
DCLDRFile.java888 String otherValue = other.getStringValue(key); in putAll() local
891 dataSource.putValueAtPath(other.getFullXPath(key), otherValue); in putAll() local
1068 String otherValue = other.dataSource.getValueAtPath(otherXpath); in removeDuplicates() local
DXPathParts.java387 String otherValue = elements.get(i).getAttributeValue(attribute); in containsAttributeValue() local
/external/proguard/src/proguard/evaluation/
DVariables.java125 Value otherValue = other.values[index]; in generalize() local
296 Value otherValue = other.values[index]; in equals() local
DStack.java139 Value otherValue = other.values[index]; in generalize() local
517 Value otherValue = other.values[index]; in equals() local
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/flow/internal/
DCombine.kt132 val otherValue = second.receiveCatching().getOrElse { in zipImpl() constant
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/test/
DCheckAlt.java34 String otherValue = getCldrFileToCheck().getStringValue(strippedPath); in handleCheck() local
DCheckChildren.java38 String otherValue; in handleCheck() local
DCheckDisplayCollisions.java647 String otherValue = file.getWinningValue(pathName); in getPathsWithValue() local
652 … String otherValue = SimpleXMLSource.normalizeCaseSensitive(file.getWinningValue(pathName)); in getPathsWithValue() local
/external/proguard/src/proguard/classfile/editor/
DComparableConstant.java129 int otherValue = ((IntegerConstant)otherConstant).getValue(); in visitIntegerConstant() local
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/node/
DFloatNode.java115 final float otherValue = ((FloatNode) o)._value; in equals() local
DDoubleNode.java114 final double otherValue = ((DoubleNode) o)._value; in equals() local
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/common/src/main/java/com/google/android/exoplayer2/source/
DTrackGroup.java213 @Nullable String otherValue, in logErrorMessage()
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/common/src/main/java/com/google/android/exoplayer2/source/
DTrackGroup.java237 @Nullable String otherValue, in logErrorMessage()
/external/javassist/src/main/javassist/bytecode/annotation/
DAnnotationImpl.java261 Object otherValue = null; in checkEquals() local
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/
DGenerateBirth.java347 String otherValue = "n/a"; in writeBirth() local
DExtractMessages.java117 Set<String> otherValue = dataHandler.id_to_value.getAll(id); in main() local
/external/auto/value/src/test/java/com/google/auto/value/extension/memoized/
DMemoizedTest.java169 abstract K otherValue(); in otherValue() method in MemoizedTest.ListValue
/external/jsilver/src/com/google/clearsilver/jsilver/values/
DValue.java230 Value otherValue = (Value) other; in equals() local
/external/guava/android/guava-tests/test/com/google/common/math/
DQuantilesTest.java261 double otherValue = 16.0 * 5.0 / Integer.MAX_VALUE + 25.0 * (1.0 - 5.0 / Integer.MAX_VALUE); in testScale_indexes_largeVarargs_compute_doubleCollection() local
/external/guava/guava-tests/test/com/google/common/math/
DQuantilesTest.java261 double otherValue = 16.0 * 5.0 / Integer.MAX_VALUE + 25.0 * (1.0 - 5.0 / Integer.MAX_VALUE); in testScale_indexes_largeVarargs_compute_doubleCollection() local
/external/opencensus-java/impl_core/src/main/java/io/opencensus/implcore/stats/
DMutableAggregation.java509 MutableLastValueDouble otherValue = (MutableLastValueDouble) other; in combine() local
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DFieldSet.java511 Object otherValue = entry.getValue(); in mergeFromField() local