HomeSort by relevance Sort by last modified time
    Searched defs:value2 (Results 1 - 25 of 45) sorted by null

1 2

  /external/bluetooth/glib/tests/
env-test.c 53 gchar *value2 = "again"; local
65 result = g_setenv (variable, value2, FALSE);
70 g_assert (strcmp (data, value2) != 0 && "g_setenv() always overwrites");
73 result = g_setenv (variable, value2, TRUE);
79 g_assert (strcmp (data, value2) == 0 && "g_getenv() returns wrong value");
  /external/proguard/src/proguard/evaluation/value/
ComparisonValue.java 32 private final Value value2; field in class:ComparisonValue
42 this.value2 = integerValue2;
53 this.value2.equals(((ComparisonValue)object).value2);
61 value2.hashCode();
67 return "("+value1+"~"+ value2 +")";
  /cts/tests/tests/provider/src/android/provider/cts/
Contacts_SettingsTest.java 103 String value2 = "value 2"; local
105 Settings.setSetting(mContentResolver, "account", key2, value2);
107 assertEquals(value2, Settings.getSetting(mContentResolver, "account", key2));
110 Settings.setSetting(mContentResolver, "account", key1, value2);
111 assertEquals(value2, Settings.getSetting(mContentResolver, "account", key1));
  /external/bouncycastle/src/main/java/org/bouncycastle/asn1/x509/
X509NameElementList.java 36 private String value2; field in class:X509NameElementList
96 value2 = value;
171 case 2: return value2;
  /external/freetype/src/base/
ftutil.c 416 FT_UInt32 value2; local
425 value2 = value & (value - 1); /* clear lowest bit */
426 if ( value2 == 0 )
429 value = value2;
  /external/bouncycastle/src/main/java/org/bouncycastle/asn1/
OrderedTable.java 40 private Object value2; field in class:OrderedTable
88 value2 = value;
215 case 2: return value2;
238 case 2: value2 = value; return;
  /packages/apps/Email/src/org/apache/commons/io/
EndianUtils.java 316 int value2 = read( input ); local
319 ( ( value2 & 0xff ) << 8 ) );
349 int value2 = read( input ); local
354 ( ( value2 & 0xff ) << 8 ) +
370 int value2 = read( input ); local
375 ( ( value2 & 0xff ) << 8 ) +
  /cts/tests/tests/webkit/src/android/webkit/cts/
CookieManagerTest.java 234 String value2 = cookie2 + "; expires=" + date.toGMTString(); local
235 mCookieManager.setCookie(url, value2); // expires in 10min
  /cts/tools/host/test/com/android/cts/
CommandParserTest.java 52 final String value2 = "0"; local
56 + " " + option2 + " " + value2);
62 assertEquals(value2, cp.getValue(CTSCommand.OPTION_DEVICE));
74 final String value2 = "0"; local
77 + value1 + " " + option2 + " " + value2);
121 final String value2 = "v2"; local
124 + option2 + " " + value2);
139 final String value2 = "v2"; local
142 + " " + option2 + " " + value2);
  /external/bluetooth/glib/tests/gobject/
ifaceproperties.c 164 GValue value2 = { 0, }; local
186 g_value_init (&value2, G_TYPE_INT);
199 g_value_set_int (&value2, 2);
200 g_assert (g_param_values_cmp (pspec, &value1, &value2) < 0);
201 g_assert (g_param_values_cmp (pspec, &value2, &value1) > 0);
204 g_value_unset (&value2);
  /external/chromium/third_party/icu/source/test/cintltst/
trietest.c 263 uint32_t value, value2; local
379 value2=UTRIE_GET32_FROM_BMP(&trie, start);
381 value2=UTRIE_GET16_FROM_BMP(&trie, start);
383 if(value!=value2) {
385 testName, start, value2, value);
389 value2=UTRIE_GET32_FROM_LEAD(&trie, start);
391 value2=UTRIE_GET16_FROM_LEAD(&trie, start);
393 if(value!=value2) {
395 testName, start, value2, value);
400 UTRIE_GET32(&trie, start, value2);
457 uint32_t value, value2; local
    [all...]
trie2test.c 114 uint32_t value, value2; local
133 value2=UTRIE2_GET16_FROM_U16_SINGLE_LEAD(trie, start);
135 value2=UTRIE2_GET32_FROM_U16_SINGLE_LEAD(trie, start);
137 if(value!=value2) {
139 typeName, testName, (long)start, (long)value2, (long)value);
144 value2=UTRIE2_GET16_FROM_SUPP(trie, start);
146 value2=UTRIE2_GET32_FROM_SUPP(trie, start);
148 if(value!=value2) {
150 typeName, testName, (long)start, (long)value2, (long)value);
154 value2=UTRIE2_GET16(trie, start)
489 uint32_t value, value2; local
733 uint32_t value, value2; local
1378 uint32_t value1, value2; local
1397 uint32_t value1, value2; local
    [all...]
  /external/icu4c/test/cintltst/
trietest.c 263 uint32_t value, value2; local
379 value2=UTRIE_GET32_FROM_BMP(&trie, start);
381 value2=UTRIE_GET16_FROM_BMP(&trie, start);
383 if(value!=value2) {
385 testName, start, value2, value);
389 value2=UTRIE_GET32_FROM_LEAD(&trie, start);
391 value2=UTRIE_GET16_FROM_LEAD(&trie, start);
393 if(value!=value2) {
395 testName, start, value2, value);
400 UTRIE_GET32(&trie, start, value2);
457 uint32_t value, value2; local
    [all...]
trie2test.c 114 uint32_t value, value2; local
133 value2=UTRIE2_GET16_FROM_U16_SINGLE_LEAD(trie, start);
135 value2=UTRIE2_GET32_FROM_U16_SINGLE_LEAD(trie, start);
137 if(value!=value2) {
139 typeName, testName, (long)start, (long)value2, (long)value);
144 value2=UTRIE2_GET16_FROM_SUPP(trie, start);
146 value2=UTRIE2_GET32_FROM_SUPP(trie, start);
148 if(value!=value2) {
150 typeName, testName, (long)start, (long)value2, (long)value);
154 value2=UTRIE2_GET16(trie, start)
489 uint32_t value, value2; local
733 uint32_t value, value2; local
1378 uint32_t value1, value2; local
1397 uint32_t value1, value2; local
    [all...]
  /external/proguard/src/proguard/evaluation/
Stack.java 491 Value value2 = values[currentSize - 2].category1Value(); local
493 values[currentSize - 1] = value2;
  /external/webkit/JavaScriptCore/runtime/
Lookup.h 46 intptr_t value2; member in struct:JSC::HashTableValue
61 m_u.store.value2 = v2;
88 intptr_t value2; member in struct:JSC::HashEntry::__anon8105::__anon8106
  /frameworks/base/tests/CoreTests/android/core/
LinkedListTest.java 168 int value1 = 500, value2 = 0; local
170 list.set(value1, value2);
171 list.set(value1, value2);
172 list.set(value1, value2);
173 list.set(value1, value2);
174 list.set(value1, value2);
175 list.set(value1, value2);
176 list.set(value1, value2);
177 list.set(value1, value2);
178 list.set(value1, value2);
    [all...]
VectorTest.java 490 int value1 = 500, value2 = 50; local
492 vector.setElementAt(value1, value2);
493 vector.setElementAt(value1, value2);
494 vector.setElementAt(value1, value2);
495 vector.setElementAt(value1, value2);
496 vector.setElementAt(value1, value2);
497 vector.setElementAt(value1, value2);
498 vector.setElementAt(value1, value2);
499 vector.setElementAt(value1, value2);
500 vector.setElementAt(value1, value2);
    [all...]
  /libcore/luni/src/test/java/libcore/java/math/
OldBigDecimalConstructorsTest.java 725 BigInteger value2 = new BigInteger("12334560000"); local
726 BigDecimal big2 = new BigDecimal(value2, 5);
728 big2.unscaledValue().equals(value2
    [all...]
  /external/chromium/base/
values_unittest.cc 326 DictionaryValue* value2; local
327 ASSERT_TRUE(dict.GetDictionaryWithoutPathExpansion(L"this", &value2));
328 EXPECT_EQ(value1, value2);
329 EXPECT_EQ(1U, value2->size());
  /libcore/luni/src/main/java/org/apache/harmony/luni/util/
TwoKeyHashMap.java 377 Object value2 = entry2.getValue(); local
378 return value == null ? value2 == null : value.equals(value2);
  /packages/apps/Settings/src/com/android/settings/
ZoneList.java 253 Object value2 = map2.get(mSortingKey); local
260 return isComparable(value2) ? 1 : 0;
261 } else if (!isComparable(value2)) {
265 return ((Comparable) value1).compareTo(value2);
  /external/chromium/third_party/icu/source/common/
uchar.c 823 int32_t value, value2; local
849 value2=uchar_getHST(c);
850 if(value!=value2) {
851 value=value2;
859 value2=uchar_getHST(c);
860 if(value!=value2) {
861 value=value2;
869 value2=uchar_getHST(c);
870 if(value!=value2) {
871 value=value2;
    [all...]
  /frameworks/base/services/audioflinger/
AudioPolicyService.cpp 931 String8 value2; local
932 param2.getAt(k, key2, value2);
    [all...]
  /external/libxml2/
pattern.c 155 const xmlChar *value2; /* The namespace name */ member in struct:_xmlStepOp
246 if (op->value2 != NULL)
247 xmlFree((xmlChar *) op->value2);
336 * @value2: the second value
345 xmlPatOp op, xmlChar * value, xmlChar * value2)
361 comp->steps[comp->nbStep].value2 = value2;
385 tmp = comp->steps[i].value2;
386 comp->steps[i].value2 = comp->steps[j].value2;
    [all...]

Completed in 1431 milliseconds

1 2