/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base.tests/src/com/ibm/icu/tests/ |
D | DecimalFormatSymbolsTest.java | 74 char value1 = (char)(value + 1); in testSetZeroDigit() local 75 dfs.setZeroDigit(value1); in testSetZeroDigit() 78 assertEquals(value1, result); in testSetZeroDigit() 95 char value1 = (char)(value + 1); in testSetGroupingSeparator() local 96 dfs.setGroupingSeparator(value1); in testSetGroupingSeparator() 99 assertEquals(value1, result); in testSetGroupingSeparator() 116 char value1 = (char)(value + 1); in testSetDecimalSeparator() local 117 dfs.setDecimalSeparator(value1); in testSetDecimalSeparator() 120 assertEquals(value1, result); in testSetDecimalSeparator() 137 char value1 = (char)(value + 1); in testSetPerMill() local [all …]
|
D | TimeZoneTest.java | 53 int value1 = value + 100000; in testSetRawOffset() local 54 tz.setRawOffset(value1); in testSetRawOffset() 57 assertEquals(value1, result); in testSetRawOffset() 82 String value1 = tz.getID(); in testSetID() local 83 String value2 = value1 + "!"; in testSetID() 86 assertNotEqual(value1, result); in testSetID()
|
/external/annotation-tools/asmx/src/org/objectweb/asm/tree/analysis/ |
D | Frame.java | 202 Value value1, value2, value3, value4; in execute() local 246 value1 = pop(); in execute() 247 push(interpreter.binaryOperation(insn, value1, value2)); in execute() 254 value1 = interpreter.copyOperation(insn, pop()); in execute() 256 setLocal(var, value1); in execute() 257 if (value1.getSize() == 2) { in execute() 277 value1 = pop(); in execute() 278 interpreter.ternaryOperation(insn, value1, value2, value3); in execute() 293 value1 = pop(); in execute() 294 if (value1.getSize() != 1) { in execute() [all …]
|
D | BasicVerifier.java | 188 final Value value1, in binaryOperation() argument 199 if (!isSubTypeOf(value1, newValue(Type.getType("[Z")))) { in binaryOperation() 301 if (!isSubTypeOf(value1, expected1)) { in binaryOperation() 302 throw new AnalyzerException("First argument", expected1, value1); in binaryOperation() 307 return getElementValue(value1); in binaryOperation() 309 return super.binaryOperation(insn, value1, value2); in binaryOperation() 315 final Value value1, in ternaryOperation() argument 327 if (!isSubTypeOf(value1, newValue(Type.getType("[Z")))) { in ternaryOperation() 355 expected1 = value1; in ternaryOperation() 361 if (!isSubTypeOf(value1, expected1)) { in ternaryOperation() [all …]
|
/external/valgrind/none/tests/s390x/ |
D | clrj.c | 28 void compare_never(uint32_t value1, uint32_t value2) in compare_never() argument 30 register uint32_t val1 asm("r7") = value1; in compare_never() 44 void compare_always(uint32_t value1, uint32_t value2) in compare_always() argument 46 register uint32_t val1 asm("r7") = value1; in compare_always() 60 void compare_le(uint32_t value1, uint32_t value2) in compare_le() argument 62 register uint32_t val1 asm("r7") = value1; in compare_le() 76 void compare_ge(uint32_t value1, uint32_t value2) in compare_ge() argument 78 register uint32_t val1 asm("r7") = value1; in compare_ge() 92 void compare_gt(uint32_t value1, uint32_t value2) in compare_gt() argument 94 register uint32_t val1 asm("r7") = value1; in compare_gt() [all …]
|
D | clgrj.c | 28 void compare_never(uint64_t value1, uint64_t value2) in compare_never() argument 30 register uint64_t val1 asm("r7") = value1; in compare_never() 44 void compare_always(uint64_t value1, uint64_t value2) in compare_always() argument 46 register uint64_t val1 asm("r7") = value1; in compare_always() 60 void compare_le(uint64_t value1, uint64_t value2) in compare_le() argument 62 register uint64_t val1 asm("r7") = value1; in compare_le() 76 void compare_ge(uint64_t value1, uint64_t value2) in compare_ge() argument 78 register uint64_t val1 asm("r7") = value1; in compare_ge() 92 void compare_gt(uint64_t value1, uint64_t value2) in compare_gt() argument 94 register uint64_t val1 asm("r7") = value1; in compare_gt() [all …]
|
D | crj.c | 28 void compare_never(int32_t value1, int32_t value2) in compare_never() argument 30 register int32_t val1 asm("r7") = value1; in compare_never() 44 void compare_always(int32_t value1, int32_t value2) in compare_always() argument 46 register int32_t val1 asm("r7") = value1; in compare_always() 60 void compare_le(int32_t value1, int32_t value2) in compare_le() argument 62 register int32_t val1 asm("r7") = value1; in compare_le() 76 void compare_ge(int32_t value1, int32_t value2) in compare_ge() argument 78 register int32_t val1 asm("r7") = value1; in compare_ge() 92 void compare_gt(int32_t value1, int32_t value2) in compare_gt() argument 94 register int32_t val1 asm("r7") = value1; in compare_gt() [all …]
|
D | cgrj.c | 28 void compare_never(int64_t value1, int64_t value2) in compare_never() argument 30 register int64_t val1 asm("r7") = value1; in compare_never() 44 void compare_always(int64_t value1, int64_t value2) in compare_always() argument 46 register int64_t val1 asm("r7") = value1; in compare_always() 60 void compare_le(int64_t value1, int64_t value2) in compare_le() argument 62 register int64_t val1 asm("r7") = value1; in compare_le() 76 void compare_ge(int64_t value1, int64_t value2) in compare_ge() argument 78 register int64_t val1 asm("r7") = value1; in compare_ge() 92 void compare_gt(int64_t value1, int64_t value2) in compare_gt() argument 94 register int64_t val1 asm("r7") = value1; in compare_gt() [all …]
|
/external/javassist/src/main/javassist/compiler/ast/ |
D | IntConst.java | 65 long value1 = this.value; in compute0() local 70 newValue = value1 + value2; in compute0() 73 newValue = value1 - value2; in compute0() 76 newValue = value1 * value2; in compute0() 79 newValue = value1 / value2; in compute0() 82 newValue = value1 % value2; in compute0() 85 newValue = value1 | value2; in compute0() 88 newValue = value1 ^ value2; in compute0() 91 newValue = value1 & value2; in compute0() 113 double value1 = (double)this.value; in compute0() local [all …]
|
D | DoubleConst.java | 68 private static DoubleConst compute(int op, double value1, double value2, in compute() argument 74 newValue = value1 + value2; in compute() 77 newValue = value1 - value2; in compute() 80 newValue = value1 * value2; in compute() 83 newValue = value1 / value2; in compute() 86 newValue = value1 % value2; in compute()
|
/external/proguard/src/proguard/evaluation/value/ |
D | ComparisonValue.java | 31 private final Value value1; field in ComparisonValue 38 public ComparisonValue(Value value1, in ComparisonValue() argument 41 this.value1 = value1; in ComparisonValue() 52 this.value1.equals(((ComparisonValue)object).value1) && in equals() 60 value1.hashCode() ^ in hashCode() 67 return "("+value1+"~"+ value2 +")"; in toString()
|
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/ |
D | ShadowCookieManagerTest.java | 36 String value1 = "my cookie"; in shouldGetCookieForUrl() local 37 cookieManager.setCookie(url1, value1); in shouldGetCookieForUrl() 43 assertThat(cookieManager.getCookie("http://www.google.com")).isEqualTo(value1); in shouldGetCookieForUrl() 50 String value1 = "my cookie"; in shouldGetCookieForHostInDomain() local 51 cookieManager.setCookie("foo.com/this%20is%20a%20test", value1); in shouldGetCookieForHostInDomain() 53 assertThat(cookieManager.getCookie(".foo.com")).isEqualTo(value1); in shouldGetCookieForHostInDomain() 59 String value1 = "my cookie"; in shouldNotGetCookieForHostNotInDomain() local 60 cookieManager.setCookie("bar.foo.com/this%20is%20a%20test", value1); in shouldNotGetCookieForHostNotInDomain() 68 String value1 = "my cookie"; in shouldGetCookieForHostInSubDomain() local 69 cookieManager.setCookie("host.in.subdomain.bar.com", value1); in shouldGetCookieForHostInSubDomain() [all …]
|
/external/mesa3d/src/amd/addrlib/core/ |
D | addrcommon.h | 354 UINT_32 value1, in Min() argument 357 return ((value1 < (value2)) ? (value1) : value2); in Min() 369 INT_32 value1, in Min() argument 372 return ((value1 < (value2)) ? (value1) : value2); in Min() 384 UINT_32 value1, in Max() argument 387 return ((value1 > (value2)) ? (value1) : value2); in Max() 399 INT_32 value1, in Max() argument 402 return ((value1 > (value2)) ? (value1) : value2); in Max()
|
/external/libchrome/base/ |
D | hash.h | 44 inline size_t HashInts32(uint32_t value1, uint32_t value2) { in HashInts32() argument 45 uint64_t value1_64 = value1; in HashInts32() 65 inline size_t HashInts64(uint64_t value1, uint64_t value2) { in HashInts64() argument 71 uint32_t value1a = static_cast<uint32_t>(value1 & 0xffffffff); in HashInts64() 72 uint32_t value1b = static_cast<uint32_t>((value1 >> 32) & 0xffffffff); in HashInts64() 96 inline size_t HashInts(T1 value1, T2 value2) { in HashInts() argument 100 return HashInts64(value1, value2); in HashInts() 102 return HashInts32(value1, value2); in HashInts()
|
/external/protobuf/src/google/protobuf/io/ |
D | printer.cc | 187 const char* variable1, const string& value1, in Print() argument 190 vars[variable1] = value1; in Print() 196 const char* variable1, const string& value1, in Print() argument 200 vars[variable1] = value1; in Print() 207 const char* variable1, const string& value1, in Print() argument 212 vars[variable1] = value1; in Print() 220 const char* variable1, const string& value1, in Print() argument 226 vars[variable1] = value1; in Print() 235 const char* variable1, const string& value1, in Print() argument 242 vars[variable1] = value1; in Print() [all …]
|
D | printer.h | 215 void Print(const char* text, const char* variable1, const string& value1, 218 void Print(const char* text, const char* variable1, const string& value1, 222 void Print(const char* text, const char* variable1, const string& value1, 227 void Print(const char* text, const char* variable1, const string& value1, 233 void Print(const char* text, const char* variable1, const string& value1, 240 void Print(const char* text, const char* variable1, const string& value1, 248 void Print(const char* text, const char* variable1, const string& value1,
|
/external/libcxx/test/std/experimental/filesystem/class.path/path.nonmember/ |
D | swap.pass.cpp | 30 const char* value1 = "foo/bar/baz"; in main() local 32 path p1(value1); in main() 45 assert(p2.native() == value1); in main() 47 assert(p1.native() == value1); in main()
|
/external/conscrypt/openjdk/src/main/java/org/conscrypt/ |
D | NativeCryptoJni.java | 111 int value1 = e1 instanceof UnsatisfiedLinkError ? 1 : 0; in compare() local 113 if (value1 != value2) { in compare() 115 return value2 - value1; in compare() 123 value1 = m1 != null && m1.contains("java.library.path") ? 0 : 1; in compare() 125 return value2 - value1; in compare()
|
/external/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | LazyFieldLite.java | 154 MessageLite value1 = value; in equals() local 156 if (value1 == null && value2 == null) { in equals() 158 } else if (value1 != null && value2 != null) { in equals() 159 return value1.equals(value2); in equals() 160 } else if (value1 != null) { in equals() 161 return value1.equals(other.getValue(value1.getDefaultInstanceForType())); in equals()
|
/external/libcxx/test/std/experimental/filesystem/class.path/path.member/path.modifiers/ |
D | swap.pass.cpp | 30 const char* value1; member 55 path p1(TC.value1); in main() 62 assert(p2 == TC.value1); in main() 67 assert(p1 == TC.value1); in main()
|
/external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/ |
D | SineWaveTone.java | 43 short value1 = (short) (mAmplitude * Math.sin(mPhase) * Short.MAX_VALUE); in generateTone() local 44 tone[i] = value1; in generateTone() 64 double value1 = mAmplitude * Math.sin(mPhase); in generateTone() local 65 tone[i] = value1; in generateTone()
|
D | TwoSineWavesTone.java | 50 short value1 = (short) (mAmplitude * Math.sin(mPhase1) * Short.MAX_VALUE); in generateTone() local 52 tone[i] = (short) (value1 + value2); in generateTone() 79 double value1 = mAmplitude * Math.sin(mPhase1); in generateTone() local 81 tone[i] = value1 + value2; in generateTone()
|
/external/iw/ |
D | coalesce.c | 27 char *eptr, *value1, *value2, *sptr = NULL, *end, buf[16768]; in handle_coalesce_enable() local 104 value1 = strtok_r(cur_pat, "+", &sptr); in handle_coalesce_enable() 109 if (!value1) in handle_coalesce_enable() 111 value2 = value1; in handle_coalesce_enable() 113 pkt_offset = strtoul(value1, &eptr, 10); in handle_coalesce_enable() 114 if (eptr != value1 + strlen(value1)) in handle_coalesce_enable()
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | identity_n_op_py_test.py | 32 [value0, value1] = sess.run( 37 np.array([b"a", b"b", b"C", b"d", b"E", b"f", b"g"]), value1) 45 [value0, value1, 48 self.assertAllEqual(np.array([[11, 21], [31, 41], [51, 61]]), value1)
|
/external/guava/guava-tests/test/com/google/common/cache/ |
D | CacheReferencesTest.java | 91 String value1 = key1.toString(); 94 assertSame(value1, cache.getUnchecked(key1)); 97 assertThat(cache.asMap().values()).has().exactly(value1, value2); 98 assertEquals(ImmutableSet.of(immutableEntry(key1, value1), immutableEntry(key2, value2)), 106 String value1 = key1.toString(); 109 assertSame(value1, cache.getUnchecked(key1));
|