Home
last modified time | relevance | path

Searched refs:value2 (Results 1 – 25 of 233) sorted by relevance

12345678910

/external/snakeyaml/src/test/java/org/pyyaml/
DPyRecursiveTest.java47 Map<AnInstance, AnInstance> value2 = (Map<AnInstance, AnInstance>) yaml.load(output1); in testDict() local
48 assertEquals(value.size(), value2.size()); in testDict()
49 for (AnInstance tmpInstance : value2.values()) { in testDict()
51 assertSame(tmpInstance.getBar(), value2); in testDict() local
52 assertSame(tmpInstance, value2.get(tmpInstance)); in testDict()
64 Map value2 = (Map) yaml.load(output1); in testDictSafeConstructor() local
65 assertEquals(2, value2.size()); in testDictSafeConstructor()
66 assertEquals("www", value2.get("abc")); in testDictSafeConstructor()
67 assertTrue(value2.get("qwerty") instanceof Map); in testDictSafeConstructor()
68 Map value3 = (Map) value2.get("qwerty"); in testDictSafeConstructor()
[all …]
/external/proguard/src/proguard/evaluation/value/
DComparisonValue.java32 private final Value value2; field in ComparisonValue
39 Value value2) in ComparisonValue() argument
42 this.value2 = value2; in ComparisonValue()
53 this.value2.equals(((ComparisonValue)object).value2); in equals()
61 value2.hashCode(); in hashCode()
67 return "("+value1+"~"+ value2 +")"; in toString()
/external/grpc-grpc-java/context/src/test/java/io/grpc/
DPersistentHashArrayMappedTrieTest.java37 Object value2 = new Object(); in leaf_replace() local
39 Node<Key, Object> ret = leaf.put(key, value2, key.hashCode(), 0); in leaf_replace()
41 assertSame(value2, ret.get(key, key.hashCode(), 0)); in leaf_replace()
54 Object value2 = new Object(); in leaf_collision() local
56 Node<Key, Object> ret = leaf.put(key2, value2, key2.hashCode(), 0); in leaf_collision()
59 assertSame(value2, ret.get(key2, key2.hashCode(), 0)); in leaf_collision()
73 Object value2 = new Object(); in leaf_insert() local
75 Node<Key, Object> ret = leaf.put(key2, value2, key2.hashCode(), 0); in leaf_insert()
78 assertSame(value2, ret.get(key2, key2.hashCode(), 0)); in leaf_insert()
104 Object value2 = new Object(); in collisionLeaf_insert() local
[all …]
/external/icu/icu4c/source/test/cintltst/
Dtrie2test.c115 uint32_t value, value2; in testTrieGetters() local
134 value2=UTRIE2_GET16_FROM_U16_SINGLE_LEAD(trie, start); in testTrieGetters()
136 value2=UTRIE2_GET32_FROM_U16_SINGLE_LEAD(trie, start); in testTrieGetters()
138 if(value!=value2) { in testTrieGetters()
140 typeName, testName, (long)start, (long)value2, (long)value); in testTrieGetters()
145 value2=UTRIE2_GET16_FROM_SUPP(trie, start); in testTrieGetters()
147 value2=UTRIE2_GET32_FROM_SUPP(trie, start); in testTrieGetters()
149 if(value!=value2) { in testTrieGetters()
151 typeName, testName, (long)start, (long)value2, (long)value); in testTrieGetters()
155 value2=UTRIE2_GET16(trie, start); in testTrieGetters()
[all …]
Ducptrietest.c188 uint32_t value, value2; in testTrieGetters() local
205 value2 = UCPTRIE_ASCII_GET(trie, UCPTRIE_16, start); in testTrieGetters()
207 value2 = UCPTRIE_ASCII_GET(trie, UCPTRIE_32, start); in testTrieGetters()
209 value2 = UCPTRIE_ASCII_GET(trie, UCPTRIE_8, start); in testTrieGetters()
211 if (value != value2) { in testTrieGetters()
213 typeName, testName, (long)start, (long)value2, (long)value); in testTrieGetters()
220 value2=UCPTRIE_FAST_BMP_GET(trie, UCPTRIE_16, start); in testTrieGetters()
222 value2=UCPTRIE_FAST_BMP_GET(trie, UCPTRIE_32, start); in testTrieGetters()
224 value2=UCPTRIE_FAST_BMP_GET(trie, UCPTRIE_8, start); in testTrieGetters()
226 if(value!=value2) { in testTrieGetters()
[all …]
Dtrietest.c264 uint32_t value, value2; in testTrieRangesWithMalloc() local
380 value2=UTRIE_GET32_FROM_BMP(&trie, start); in testTrieRangesWithMalloc()
382 value2=UTRIE_GET16_FROM_BMP(&trie, start); in testTrieRangesWithMalloc()
384 if(value!=value2) { in testTrieRangesWithMalloc()
386 testName, start, value2, value); in testTrieRangesWithMalloc()
390 value2=UTRIE_GET32_FROM_LEAD(&trie, start); in testTrieRangesWithMalloc()
392 value2=UTRIE_GET16_FROM_LEAD(&trie, start); in testTrieRangesWithMalloc()
394 if(value!=value2) { in testTrieRangesWithMalloc()
396 testName, start, value2, value); in testTrieRangesWithMalloc()
401 UTRIE_GET32(&trie, start, value2); in testTrieRangesWithMalloc()
[all …]
/external/curl/tests/unit/
Dunit1602.c52 int *value2; variable
70 value2 = malloc(sizeof(int));
71 abort_unless(value2 != NULL, "Out of memory");
72 *value2 = 204;
73 nodep = Curl_hash_add(&hash_static, &key2, klen, value2);
75 free(value2);
/external/protobuf/src/google/protobuf/io/
Dprinter.cc188 const char* variable2, const string& value2) { in Print() argument
191 vars[variable2] = value2; in Print()
197 const char* variable2, const string& value2, in Print() argument
201 vars[variable2] = value2; in Print()
208 const char* variable2, const string& value2, in Print() argument
213 vars[variable2] = value2; in Print()
221 const char* variable2, const string& value2, in Print() argument
227 vars[variable2] = value2; in Print()
236 const char* variable2, const string& value2, in Print() argument
243 vars[variable2] = value2; in Print()
[all …]
Dprinter.h216 const char* variable2, const string& value2);
219 const char* variable2, const string& value2,
223 const char* variable2, const string& value2,
228 const char* variable2, const string& value2,
234 const char* variable2, const string& value2,
241 const char* variable2, const string& value2,
249 const char* variable2, const string& value2,
/external/llvm/test/CodeGen/X86/
Dfast-isel-store.ll20 define <4 x i32> @test_store_4xi32(<4 x i32>* nocapture %addr, <4 x i32> %value, <4 x i32> %value2)…
23 %foo = add <4 x i32> %value, %value2 ; to force integer type on store
28 …x i32> @test_store_4xi32_aligned(<4 x i32>* nocapture %addr, <4 x i32> %value, <4 x i32> %value2) {
31 %foo = add <4 x i32> %value, %value2 ; to force integer type on store
50 …uble> @test_store_2xf64(<2 x double>* nocapture %addr, <2 x double> %value, <2 x double> %value2) {
53 %foo = fadd <2 x double> %value, %value2 ; to force dobule type on store
58 …est_store_2xf64_aligned(<2 x double>* nocapture %addr, <2 x double> %value, <2 x double> %value2) {
61 %foo = fadd <2 x double> %value, %value2 ; to force dobule type on store
/external/libchrome/base/
Dhash.h40 BASE_EXPORT size_t HashInts32(uint32_t value1, uint32_t value2);
41 BASE_EXPORT size_t HashInts64(uint64_t value1, uint64_t value2);
44 inline size_t HashInts(T1 value1, T2 value2) { in HashInts() argument
48 return HashInts64(value1, value2); in HashInts()
50 return HashInts32(value1, value2); in HashInts()
Dhash.cc55 size_t HashInts32(uint32_t value1, uint32_t value2) { in HashInts32() argument
57 uint64_t hash64 = (value1_64 << 32) | value2; in HashInts32()
76 size_t HashInts64(uint64_t value1, uint64_t value2) { in HashInts64() argument
84 uint32_t value2a = static_cast<uint32_t>(value2 & 0xffffffff); in HashInts64()
85 uint32_t value2b = static_cast<uint32_t>((value2 >> 32) & 0xffffffff); in HashInts64()
/external/mesa3d/src/amd/addrlib/core/
Daddrcommon.h375 UINT_32 value2) in Min() argument
377 return ((value1 < (value2)) ? (value1) : value2); in Min()
390 INT_32 value2) in Min() argument
392 return ((value1 < (value2)) ? (value1) : value2); in Min()
405 UINT_32 value2) in Max() argument
407 return ((value1 > (value2)) ? (value1) : value2); in Max()
420 INT_32 value2) in Max() argument
422 return ((value1 > (value2)) ? (value1) : value2); in Max()
/external/clang/test/Parser/
Dobjc-synthesized-recover.m6 int value2; field
9 @property int value2; property
13 @synthesize value, - value2; // expected-error{{expected a property name}} method
14 @synthesize value2;
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DCodePointTrieTest.java224 int value, value2; in testTrieGetters() local
242 value2 = trie.asciiGet(start); in testTrieGetters()
243 if (value != value2) { in testTrieGetters()
246 typeName, testName, start, value2, value)); in testTrieGetters()
252 value2 = fastTrie.bmpGet(start); in testTrieGetters()
253 if(value!=value2) { in testTrieGetters()
256 typeName, testName, start, value2, value)); in testTrieGetters()
260 value2 = fastTrie.suppGet(start); in testTrieGetters()
261 if(value!=value2) { in testTrieGetters()
264 typeName, testName, start, value2, value)); in testTrieGetters()
[all …]
/external/libcxx/test/std/input.output/filesystems/class.path/path.nonmember/
Dswap.pass.cpp30 …const char* value2 = "_THIS_IS_LONG_THIS_IS_LONG_THIS_IS_LONG_THIS_IS_LONG_THIS_IS_LONG_THIS_IS_LO… in main() local
32 path p2(value2); in main()
43 assert(p1.native() == value2); in main()
47 assert(p2.native() == value2); in main()
/external/guava/guava-tests/test/com/google/common/cache/
DCacheReferencesTest.java93 String value2 = key2.toString();
95 assertSame(value2, cache.getUnchecked(key2));
97 assertThat(cache.asMap().values()).has().exactly(value1, value2);
98 assertEquals(ImmutableSet.of(immutableEntry(key1, value1), immutableEntry(key2, value2)),
108 String value2 = key2.toString();
110 assertSame(value2, cache.getUnchecked(key2));
116 assertThat(cache.asMap().values()).has().item(value2);
117 assertEquals(ImmutableSet.of(immutableEntry(key2, value2)), cache.asMap().entrySet());
/external/conscrypt/openjdk/src/main/java/org/conscrypt/
DNativeCryptoJni.java112 int value2 = e2 instanceof UnsatisfiedLinkError ? 1 : 0; in compare() local
113 if (value1 != value2) { in compare()
115 return value2 - value1; in compare()
124 value2 = m2 != null && m2.contains("java.library.path") ? 0 : 1; in compare()
125 return value2 - value1; in compare()
/external/conscrypt/repackaged/openjdk/src/main/java/com/android/org/conscrypt/
DNativeCryptoJni.java113 int value2 = e2 instanceof UnsatisfiedLinkError ? 1 : 0; in compare() local
114 if (value1 != value2) { in compare()
116 return value2 - value1; in compare()
125 value2 = m2 != null && m2.contains("java.library.path") ? 0 : 1; in compare()
126 return value2 - value1; in compare()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DCodePointTrieTest.java221 int value, value2; in testTrieGetters() local
239 value2 = trie.asciiGet(start); in testTrieGetters()
240 if (value != value2) { in testTrieGetters()
243 typeName, testName, start, value2, value)); in testTrieGetters()
249 value2 = fastTrie.bmpGet(start); in testTrieGetters()
250 if(value!=value2) { in testTrieGetters()
253 typeName, testName, start, value2, value)); in testTrieGetters()
257 value2 = fastTrie.suppGet(start); in testTrieGetters()
258 if(value!=value2) { in testTrieGetters()
261 typeName, testName, start, value2, value)); in testTrieGetters()
[all …]
/external/clang/test/SemaObjC/
Divar-sem-check-2.m4 id value2; // expected-note {{previously declared 'value2' here}} field
20 @synthesize prop=value2; // expected-error {{property 'prop' attempting to use instance variable '
/external/libcxx/test/std/input.output/filesystems/class.path/path.member/path.modifiers/
Dswap.pass.cpp30 const char* value2; member
55 path p2(TC.value2); in main()
60 assert(p1 == TC.value2); in main()
67 assert(p2 == TC.value2); in main()
/external/clang/test/PCH/
Dchain-cxx.cpp46 static const int value2; member
51 const int TS3<T>::value2 = 1; member in TS3<T>
109 extern int arr[TS3<int>::value2];
144 int arr[TS3<int>::value2];
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DLazyFieldLite.java155 MessageLite value2 = other.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()
163 return getValue(value2.getDefaultInstanceForType()).equals(value2); in equals()
/external/libxml2/
Dpattern.c158 const xmlChar *value2; /* The namespace name */ member
249 if (op->value2 != NULL) in xmlFreePattern()
250 xmlFree((xmlChar *) op->value2); in xmlFreePattern()
349 xmlPatOp op, xmlChar * value, xmlChar * value2) in xmlPatternAdd() argument
365 comp->steps[comp->nbStep].value2 = value2; in xmlPatternAdd()
389 tmp = comp->steps[i].value2;
390 comp->steps[i].value2 = comp->steps[j].value2;
391 comp->steps[j].value2 = tmp;
417 comp->steps[i].value2 = comp->steps[j].value2; in xmlReversePattern()
442 tmp = comp->steps[i].value2; in xmlReversePattern()
[all …]

12345678910