Home
last modified time | relevance | path

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

12

/external/jazzer-api/src/main/java/com/code_intelligence/jazzer/mutation/mutator/lang/
DFloatingPointMutatorFactory.java275 public Float crossOver(Float value, Float otherValue, PseudoRandom prng) { in crossOver()
293 private float crossOverMean(float value, float otherValue) { in crossOverMean()
297 private float crossOverExponent(float value, float otherValue) { in crossOverExponent()
305 private float crossOverMantissa(float value, float otherValue) { in crossOverMantissa()
539 public Double crossOver(Double value, Double otherValue, PseudoRandom prng) { in crossOver()
557 private double crossOverMean(double value, double otherValue) { in crossOverMean()
561 private double crossOverExponent(double value, double otherValue) { in crossOverExponent()
570 private double crossOverMantissa(double value, double otherValue) { in crossOverMantissa()
DByteArrayMutatorFactory.java135 public byte[] crossOver(byte[] value, byte[] otherValue, PseudoRandom prng) { in crossOver()
167 private static byte[] intersect(byte[] value, byte[] otherValue, PseudoRandom prng) { in intersect()
199 private static byte[] insertPart(byte[] value, byte[] otherValue, PseudoRandom prng) { in insertPart()
213 private static byte[] overwritePart(byte[] value, byte[] otherValue, PseudoRandom prng) { in overwritePart()
DIntegralMutatorFactory.java65 public Byte crossOver(Byte value, Byte otherValue, PseudoRandom prng) { in tryCreate()
98 public Short crossOver(Short value, Short otherValue, PseudoRandom prng) { in tryCreate()
DBooleanMutatorFactory.java65 public Boolean crossOver(Boolean value, Boolean otherValue, PseudoRandom prng) { in crossOver()
DNullableMutatorFactory.java98 public T crossOver(T value, T otherValue, PseudoRandom prng) { in crossOver()
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
DValuePathStatus.java41 static int countZeros(String otherValue) { in countZeros()
92 String otherValue = sourceFile.getWinningValue(otherPath); in isMissingOk() local
/external/jazzer-api/src/main/java/com/code_intelligence/jazzer/mutation/api/
DValueMutator.java74 @CheckReturnValue T crossOver(T value, T otherValue, PseudoRandom prng); in crossOver()
DSerializingInPlaceMutator.java72 public final T crossOver(T value, T otherValue, PseudoRandom prng) { in crossOver()
DPseudoRandom.java128 <T> T pickValue(T value, T otherValue, Supplier<T> supplier, int inverseSupplierFrequency); in pickValue()
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/flow/internal/
DCombine.kt126 val otherValue = second.receiveCatching().getOrElse { in zipImpl() constant
/external/tink-java/src/test/java/com/google/crypto/tink/util/
DSecretBigIntegerTest.java58 SecretBigInteger otherValue = in equalsSecretBigInteger() local
/external/tink/java_src/src/test/java/com/google/crypto/tink/util/
DSecretBigIntegerTest.java58 SecretBigInteger otherValue = in equalsSecretBigInteger() local
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/test/
DCheckAlt.java36 String otherValue = getCldrFileToCheck().getStringValue(strippedPath); in handleCheck() local
DCheckChildren.java36 String otherValue; in handleCheck() local
DCheckPlaceHolders.java148 String otherValue = checkAccessor.getStringValue(otherPath); in checkNameOrder() local
729 String otherValue = checkAccessor.getStringValue(otherPath); in checkInitialPattern() local
DCheckDisplayCollisions.java785 String otherValue = file.getWinningValue(pathName); in getPathsWithValue() local
790 String otherValue = in getPathsWithValue() 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/jazzer-api/src/main/java/com/code_intelligence/jazzer/mutation/combinator/
DPostComposedMutator.java60 public R crossOver(R value, R otherValue, PseudoRandom prng) { in crossOver()
DProductMutator.java111 Object otherValue = otherReference[i]; in crossOverInPlace() 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/json-schema-validator/src/main/java/com/networknt/schema/
DJsonNodePath.java247 String otherValue = other.getName(-1); in compareTo() local
/external/javassist/src/main/javassist/bytecode/annotation/
DAnnotationImpl.java261 Object otherValue = null; in checkEquals() local
/external/jazzer-api/src/main/java/com/code_intelligence/jazzer/mutation/engine/
DSeededPseudoRandom.java274 T value, T otherValue, Supplier<T> supplier, int inverseSupplierFrequency) { in pickValue()

12