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

1 2 3

  /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/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/chromium/third_party/icu/source/test/cintltst/
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...]
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...]
  /external/icu4c/test/cintltst/
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...]
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...]
  /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;
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/resources/
Keyboard.java 32 private Keyboard(String value, String value2, String shortDisplayValue,
35 mValue2 = value2;
  /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/gobject/
gparamspecs.c 167 const GValue *value2)
169 if (value1->data[0].v_int < value2->data[0].v_int)
172 return value1->data[0].v_int > value2->data[0].v_int;
207 const GValue *value2)
209 if (value1->data[0].v_uint < value2->data[0].v_uint)
212 return value1->data[0].v_uint > value2->data[0].v_uint;
252 const GValue *value2)
254 if (value1->data[0].v_long < value2->data[0].v_long)
257 return value1->data[0].v_long > value2->data[0].v_long;
296 const GValue *value2)
    [all...]
gparam.h 227 * @values_cmp: Compares @value1 with @value2 according to this type
249 const GValue *value2);
298 const GValue *value2);
330 * @values_cmp: Compares @value1 with @value2 according to @pspec
357 const GValue *value2);
403 * const GValue *value2):
404 * return value1 - value2, i.e. (-1) if value1 < value2,
405 * (+1) if value1 > value2, and (0) otherwise (equality)
  /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;
  /external/protobuf/src/google/protobuf/io/
printer.h 84 const char* variable2, const string& value2);
printer.cc 128 const char* variable2, const string& value2) {
131 vars[variable2] = value2;
  /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 ) +
  /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...]
  /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);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/configurations/
ScreenDimensionQualifier.java 54 public ScreenDimensionQualifier(int value1, int value2) {
56 mValue2 = value2;
  /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...]
  /external/webkit/WebCore/svg/
SVGAnimatedProperty.h 104 SVGAnimatedProperty(const ConstructorParameterOne& value1, const ConstructorParameterTwo& value2)
105 : m_value(value1, value2)
144 SVGAnimatedProperty##UpperProperty(const ConstructorParameterOne& value1, const ConstructorParameterTwo& value2) \
145 : SVGAnimatedProperty<AnimatedType>(value1, 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/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/webkit/JavaScriptCore/runtime/
Lookup.cpp 49 entry->initialize(identifier, values[i].attributes, values[i].value1, values[i].value2);

Completed in 683 milliseconds

1 2 3