/external/jazzer-api/src/main/java/com/code_intelligence/jazzer/mutation/mutator/lang/ |
D | FloatingPointMutatorFactory.java | 275 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()
|
D | ByteArrayMutatorFactory.java | 135 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()
|
D | IntegralMutatorFactory.java | 65 public Byte crossOver(Byte value, Byte otherValue, PseudoRandom prng) { in tryCreate() 98 public Short crossOver(Short value, Short otherValue, PseudoRandom prng) { in tryCreate()
|
D | BooleanMutatorFactory.java | 65 public Boolean crossOver(Boolean value, Boolean otherValue, PseudoRandom prng) { in crossOver()
|
D | NullableMutatorFactory.java | 98 public T crossOver(T value, T otherValue, PseudoRandom prng) { in crossOver()
|
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/ |
D | ValuePathStatus.java | 41 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/ |
D | ValueMutator.java | 74 @CheckReturnValue T crossOver(T value, T otherValue, PseudoRandom prng); in crossOver()
|
D | SerializingInPlaceMutator.java | 72 public final T crossOver(T value, T otherValue, PseudoRandom prng) { in crossOver()
|
D | PseudoRandom.java | 128 <T> T pickValue(T value, T otherValue, Supplier<T> supplier, int inverseSupplierFrequency); in pickValue()
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/flow/internal/ |
D | Combine.kt | 126 val otherValue = second.receiveCatching().getOrElse { in zipImpl() constant
|
/external/tink-java/src/test/java/com/google/crypto/tink/util/ |
D | SecretBigIntegerTest.java | 58 SecretBigInteger otherValue = in equalsSecretBigInteger() local
|
/external/tink/java_src/src/test/java/com/google/crypto/tink/util/ |
D | SecretBigIntegerTest.java | 58 SecretBigInteger otherValue = in equalsSecretBigInteger() local
|
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/test/ |
D | CheckAlt.java | 36 String otherValue = getCldrFileToCheck().getStringValue(strippedPath); in handleCheck() local
|
D | CheckChildren.java | 36 String otherValue; in handleCheck() local
|
D | CheckPlaceHolders.java | 148 String otherValue = checkAccessor.getStringValue(otherPath); in checkNameOrder() local 729 String otherValue = checkAccessor.getStringValue(otherPath); in checkInitialPattern() local
|
D | CheckDisplayCollisions.java | 785 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/ |
D | FloatNode.java | 115 final float otherValue = ((FloatNode) o)._value; in equals() local
|
D | DoubleNode.java | 114 final double otherValue = ((DoubleNode) o)._value; in equals() local
|
/external/jazzer-api/src/main/java/com/code_intelligence/jazzer/mutation/combinator/ |
D | PostComposedMutator.java | 60 public R crossOver(R value, R otherValue, PseudoRandom prng) { in crossOver()
|
D | ProductMutator.java | 111 Object otherValue = otherReference[i]; in crossOverInPlace() local
|
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/common/src/main/java/com/google/android/exoplayer2/source/ |
D | TrackGroup.java | 213 @Nullable String otherValue, in logErrorMessage()
|
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/common/src/main/java/com/google/android/exoplayer2/source/ |
D | TrackGroup.java | 237 @Nullable String otherValue, in logErrorMessage()
|
/external/json-schema-validator/src/main/java/com/networknt/schema/ |
D | JsonNodePath.java | 247 String otherValue = other.getName(-1); in compareTo() local
|
/external/javassist/src/main/javassist/bytecode/annotation/ |
D | AnnotationImpl.java | 261 Object otherValue = null; in checkEquals() local
|
/external/jazzer-api/src/main/java/com/code_intelligence/jazzer/mutation/engine/ |
D | SeededPseudoRandom.java | 274 T value, T otherValue, Supplier<T> supplier, int inverseSupplierFrequency) { in pickValue()
|