| /external/snakeyaml/src/test/java/org/pyyaml/ |
| D | PyRecursiveTest.java | 47 Map<AnInstance, AnInstance> value2 = (Map<AnInstance, AnInstance>) yaml.load(output1); in testDict() local 51 assertSame(tmpInstance.getBar(), value2); in testDict() local 64 Map value2 = (Map) yaml.load(output1); in testDictSafeConstructor() local 82 List value2 = (List) yaml.load(output1); in testList() local 104 List value2 = (List) yaml.load(output1); in testListSafeConstructor() local 122 Set<AnInstance> value2 = (Set<AnInstance>) yaml.load(output1); in testSet() local 127 assertSame(tmpInstance.getBar(), value2); in testSet() local
|
| /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 | 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()
|
| 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()
|
| /external/clang/test/Parser/ |
| D | objc-synthesized-recover.m | 6 int value2; field 9 @property int value2; property 13 @synthesize value, - value2; // expected-error{{expected a property name}} method
|
| /external/proguard/src/proguard/evaluation/value/ |
| D | ComparisonValue.java | 32 private final Value value2; field in ComparisonValue 39 Value value2) in ComparisonValue()
|
| /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 | 188 const char* variable2, const string& value2) { in Print() 197 const char* variable2, const string& value2, in Print() 208 const char* variable2, const string& value2, in Print() 221 const char* variable2, const string& value2, in Print() 236 const char* variable2, const string& value2, in Print() 253 const char* variable2, const string& value2, in Print() 272 const char* variable2, const string& value2, in Print()
|
| /external/clang/test/Analysis/ |
| D | CFContainers.mm | 12 typedef Boolean (*CFArrayEqualCallBack)(const void *value1, const void *value2); typedef 50 typedef Boolean (*CFDictionaryEqualCallBack)(const void *value1, const void *value2); typedef 51 typedef Boolean (*CFArrayEqualCallBack)(const void *value1, const void *value2); typedef 52 typedef Boolean (*CFSetEqualCallBack)(const void *value1, const void *value2); typedef
|
| /external/libcxx/test/std/experimental/filesystem/class.path/path.nonmember/ |
| D | swap.pass.cpp | 31 …const char* value2 = "_THIS_IS_LONG_THIS_IS_LONG_THIS_IS_LONG_THIS_IS_LONG_THIS_IS_LONG_THIS_IS_LO… in main() local
|
| /external/javassist/src/main/javassist/compiler/ast/ |
| D | IntConst.java | 66 long value2 = right.value; in compute0() local 114 double value2 = right.value; in compute0() local
|
| D | DoubleConst.java | 68 private static DoubleConst compute(int op, double value1, double value2, in compute()
|
| /external/clang/test/SemaObjC/ |
| D | ivar-sem-check-2.m | 4 id value2; // expected-note {{previously declared 'value2' here}} field
|
| D | weak-property.m | 11 @property () __weak id value2; property
|
| /external/compiler-rt/test/safestack/ |
| D | overflow.c | 23 int value2 = 42; in main() local
|
| /external/nanopb-c/examples/using_union_messages/ |
| D | unionproto.proto | 21 required int32 value2 = 2; field
|
| /external/curl/tests/unit/ |
| D | unit1602.c | 52 int *value2; variable
|
| /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/ |
| D | CookieManagerTest.java | 37 String value2 = "some special value: thing"; in shouldGetCookieForUrl() local
|
| /external/libcxx/test/std/utilities/optional/optional.object/optional.object.dtor/ |
| D | dtor.pass.cpp | 23 int value2; member
|
| /external/clang/test/PCH/ |
| D | chain-cxx.cpp | 46 static const int value2; member 51 const int TS3<T>::value2 = 1; member in TS3<T>
|
| /external/libcxx/test/std/experimental/filesystem/class.path/path.member/path.modifiers/ |
| D | swap.pass.cpp | 31 const char* value2; member
|
| /external/clang/test/SemaTemplate/ |
| D | nested-template.cpp | 30 static U value2; member in Outer::Inner1 85 Y Outer<X>::Inner1<Y>::value2 = Y(); member in Outer<X>::Inner1<Y>
|
| D | instantiate-enum.cpp | 7 value2 enumerator
|
| /external/protobuf/javanano/src/test/java/com/google/protobuf/nano/ |
| D | map_test.proto | 41 int32 value2 = 2; field
|