/external/valgrind/none/tests/s390x/ |
D | clrj.c | 28 void compare_never(uint32_t value1, uint32_t value2) in compare_never() 44 void compare_always(uint32_t value1, uint32_t value2) in compare_always() 60 void compare_le(uint32_t value1, uint32_t value2) in compare_le() 76 void compare_ge(uint32_t value1, uint32_t value2) in compare_ge() 92 void compare_gt(uint32_t value1, uint32_t value2) in compare_gt() 108 void compare_lt(uint32_t value1, uint32_t value2) in compare_lt() 124 void compare_eq(uint32_t value1, uint32_t value2) in compare_eq() 140 void compare_ne(uint32_t value1, uint32_t value2) in compare_ne()
|
D | clgrj.c | 28 void compare_never(uint64_t value1, uint64_t value2) in compare_never() 44 void compare_always(uint64_t value1, uint64_t value2) in compare_always() 60 void compare_le(uint64_t value1, uint64_t value2) in compare_le() 76 void compare_ge(uint64_t value1, uint64_t value2) in compare_ge() 92 void compare_gt(uint64_t value1, uint64_t value2) in compare_gt() 108 void compare_lt(uint64_t value1, uint64_t value2) in compare_lt() 124 void compare_eq(uint64_t value1, uint64_t value2) in compare_eq() 140 void compare_ne(uint64_t value1, uint64_t value2) in compare_ne()
|
D | crj.c | 28 void compare_never(int32_t value1, int32_t value2) in compare_never() 44 void compare_always(int32_t value1, int32_t value2) in compare_always() 60 void compare_le(int32_t value1, int32_t value2) in compare_le() 76 void compare_ge(int32_t value1, int32_t value2) in compare_ge() 92 void compare_gt(int32_t value1, int32_t value2) in compare_gt() 108 void compare_lt(int32_t value1, int32_t value2) in compare_lt() 124 void compare_eq(int32_t value1, int32_t value2) in compare_eq() 140 void compare_ne(int32_t value1, int32_t value2) in compare_ne()
|
D | cgrj.c | 28 void compare_never(int64_t value1, int64_t value2) in compare_never() 44 void compare_always(int64_t value1, int64_t value2) in compare_always() 60 void compare_le(int64_t value1, int64_t value2) in compare_le() 76 void compare_ge(int64_t value1, int64_t value2) in compare_ge() 92 void compare_gt(int64_t value1, int64_t value2) in compare_gt() 108 void compare_lt(int64_t value1, int64_t value2) in compare_lt() 124 void compare_eq(int64_t value1, int64_t value2) in compare_eq() 140 void compare_ne(int64_t value1, int64_t value2) in compare_ne()
|
/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 95 char value1 = (char)(value + 1); in testSetGroupingSeparator() local 116 char value1 = (char)(value + 1); in testSetDecimalSeparator() local 137 char value1 = (char)(value + 1); in testSetPerMill() local 158 char value1 = (char)(value + 1); in testSetPercent() local 179 char value1 = (char)(value + 1); in testSetDigit() local 200 char value1 = (char)(value + 1); in testSetPatternSeparator() local 221 String value1 = value + "!"; in testSetInfinity() local 242 String value1 = value + "!"; in testSetNaN() local 263 char value1 = (char)(value + 1); in testSetMinusSign() local [all …]
|
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/ |
D | ShadowCookieManagerTest.java | 36 String value1 = "my cookie"; in shouldGetCookieForUrl() local 50 String value1 = "my cookie"; in shouldGetCookieForHostInDomain() local 59 String value1 = "my cookie"; in shouldNotGetCookieForHostNotInDomain() local 68 String value1 = "my cookie"; in shouldGetCookieForHostInSubDomain() local 77 String value1 = "my cookie"; in shouldGetCookieForHostInDomainDefinedWithProtocol() local
|
/external/proguard/src/proguard/evaluation/value/ |
D | ComparisonValue.java | 31 private final Value value1; field in ComparisonValue 38 public ComparisonValue(Value value1, in ComparisonValue()
|
/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 64 double value1 = mAmplitude * Math.sin(mPhase); in generateTone() local
|
D | TwoSineWavesTone.java | 50 short value1 = (short) (mAmplitude * Math.sin(mPhase1) * Short.MAX_VALUE); in generateTone() local 79 double value1 = mAmplitude * Math.sin(mPhase1); in generateTone() local
|
/external/libchrome/base/ |
D | hash.h | 44 inline size_t HashInts32(uint32_t value1, uint32_t value2) { in HashInts32() 65 inline size_t HashInts64(uint64_t value1, uint64_t value2) { in HashInts64() 96 inline size_t HashInts(T1 value1, T2 value2) { in HashInts()
|
/external/protobuf/src/google/protobuf/io/ |
D | printer.cc | 187 const char* variable1, const string& value1, in Print() 196 const char* variable1, const string& value1, in Print() 207 const char* variable1, const string& value1, in Print() 220 const char* variable1, const string& value1, in Print() 235 const char* variable1, const string& value1, in Print() 252 const char* variable1, const string& value1, in Print() 271 const char* variable1, const string& value1, in Print()
|
/external/annotation-tools/asmx/src/org/objectweb/asm/tree/analysis/ |
D | Interpreter.java | 128 Value binaryOperation(AbstractInsnNode insn, Value value1, Value value2) in binaryOperation() 146 Value value1, in ternaryOperation()
|
D | BasicInterpreter.java | 235 final Value value1, in binaryOperation() 312 final Value value1, in ternaryOperation()
|
D | DataflowInterpreter.java | 105 final Value value1, in binaryOperation() 138 final Value value1, in ternaryOperation()
|
D | BasicVerifier.java | 188 final Value value1, in binaryOperation() 315 final Value value1, in ternaryOperation()
|
/external/javassist/src/main/javassist/compiler/ast/ |
D | IntConst.java | 65 long value1 = this.value; in compute0() local 113 double value1 = (double)this.value; in compute0() local
|
/external/libcxx/test/std/experimental/filesystem/class.path/path.nonmember/ |
D | swap.pass.cpp | 30 const char* value1 = "foo/bar/baz"; in main() local
|
/external/clang/test/SemaObjC/ |
D | ivar-sem-check-2.m | 7 @property(retain) id value1; property
|
D | weak-property.m | 9 @property (weak) id value1; property
|
/external/llvm/utils/lit/tests/Inputs/test-data/ |
D | metrics.ini | 7 value1 = 2.3456 key
|
/external/compiler-rt/test/safestack/ |
D | overflow.c | 21 int value1 = 42; in main() local
|
/external/nanopb-c/examples/using_union_messages/ |
D | unionproto.proto | 20 required int32 value1 = 1; field
|
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/ |
D | CookieManagerTest.java | 33 String value1 = "my cookie"; in shouldGetCookieForUrl() local
|
/external/clang/test/SemaTemplate/ |
D | nested-template.cpp | 29 static T value1; member in Outer::Inner1 81 X Outer<X>::Inner1<Y>::value1 = 0; member in Outer<X>::Inner1<Y>
|
/external/libcxx/test/std/experimental/filesystem/class.path/path.member/path.modifiers/ |
D | swap.pass.cpp | 30 const char* value1; member
|