Searched refs:value2 (Results 1 - 25 of 33) sorted by relevance

12

/external/proguard/src/proguard/evaluation/value/
H A DComparisonValue.java32 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 +")";
/external/bluetooth/glib/tests/
H A Denv-test.c53 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/icu4c/test/cintltst/
H A Dtrie2test.c114 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
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...]
H A Dtrietest.c263 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/bluetooth/glib/gobject/
H A Dgparamspecs.c167 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)
165 param_int_values_cmp(GParamSpec *pspec, const GValue *value1, const GValue *value2) argument
205 param_uint_values_cmp(GParamSpec *pspec, const GValue *value1, const GValue *value2) argument
250 param_long_values_cmp(GParamSpec *pspec, const GValue *value1, const GValue *value2) argument
294 param_ulong_values_cmp(GParamSpec *pspec, const GValue *value1, const GValue *value2) argument
334 param_int64_values_cmp(GParamSpec *pspec, const GValue *value1, const GValue *value2) argument
374 param_uint64_values_cmp(GParamSpec *pspec, const GValue *value1, const GValue *value2) argument
416 param_unichar_values_cmp(GParamSpec *pspec, const GValue *value1, const GValue *value2) argument
548 param_float_values_cmp(GParamSpec *pspec, const GValue *value1, const GValue *value2) argument
591 param_double_values_cmp(GParamSpec *pspec, const GValue *value1, const GValue *value2) argument
699 param_string_values_cmp(GParamSpec *pspec, const GValue *value1, const GValue *value2) argument
768 param_boxed_values_cmp(GParamSpec *pspec, const GValue *value1, const GValue *value2) argument
804 param_pointer_values_cmp(GParamSpec *pspec, const GValue *value1, const GValue *value2) argument
923 param_value_array_values_cmp(GParamSpec *pspec, const GValue *value1, const GValue *value2) argument
996 param_object_values_cmp(GParamSpec *pspec, const GValue *value1, const GValue *value2) argument
1048 param_override_values_cmp(GParamSpec *pspec, const GValue *value1, const GValue *value2) argument
1089 param_gtype_values_cmp(GParamSpec *pspec, const GValue *value1, const GValue *value2) argument
[all...]
H A Dgparam.h227 * @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)
H A Dgparam.c716 * @value2: a #GValue of correct type for @pspec
718 * Compares @value1 with @value2 according to @pspec, and return -1, 0 or +1,
719 * if @value1 is found to be less than, equal to or greater than @value2,
727 const GValue *value2)
731 /* param_values_cmp() effectively does: value1 - value2
733 * -1) value1 < value2
734 * 0) value1 == value2
735 * 1) value1 > value2
739 g_return_val_if_fail (G_IS_VALUE (value2), 0);
741 g_return_val_if_fail (PSPEC_APPLIES_TO_VALUE (pspec, value2),
725 g_param_values_cmp(GParamSpec *pspec, const GValue *value1, const GValue *value2) argument
1345 default_values_cmp(GParamSpec *pspec, const GValue *value1, const GValue *value2) argument
[all...]
/external/libxml2/
H A Dpattern.c155 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;
343 xmlPatternAdd(xmlPatParserContextPtr ctxt ATTRIBUTE_UNUSED, xmlPatternPtr comp, xmlPatOp op, xmlChar * value, xmlChar * value2) argument
[all...]
/external/bluetooth/glib/tests/gobject/
H A Difaceproperties.c164 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/webkit/WebCore/svg/
H A DSVGAnimatedProperty.h104 SVGAnimatedProperty(const ConstructorParameterOne& value1, const ConstructorParameterTwo& value2) argument
105 : m_value(value1, value2)
144 SVGAnimatedProperty##UpperProperty(const ConstructorParameterOne& value1, const ConstructorParameterTwo& value2) \
145 : SVGAnimatedProperty<AnimatedType>(value1, value2) \
/external/freetype/src/base/
H A Dftutil.c416 FT_UInt32 value2; local
425 value2 = value & (value - 1); /* clear lowest bit */
426 if ( value2 == 0 )
429 value = value2;
/external/webkit/JavaScriptCore/runtime/
H A DLookup.cpp49 entry->initialize(identifier, values[i].attributes, values[i].value1, values[i].value2);
H A DLookup.h46 intptr_t value2; member in struct:JSC::HashTableValue
61 m_u.store.value2 = v2;
88 intptr_t value2; member in struct:JSC::HashEntry::__anon5571::__anon5572
/external/icu4c/common/
H A Duchar.c823 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...]
H A Dunorm.cpp1860 * If these two characters combine, then set (value, value2)
1872 uint16_t &value, uint16_t &value2) {
1897 value2=*(table+1);
1901 value2=0;
1906 value2=0;
1995 uint16_t result, value, value2; local
2002 value=value2=0; /* always set by _combine() before used - avoid compiler warnings */
2109 0!=(result=_combine(combiningTable+combineFwdIndex, combineBackIndex, value, value2)) &&
2111 !nx_contains(nx, value, value2)
2119 if(value2!
1871 _combine(const uint16_t *table, uint16_t combineBackIndex, uint16_t &value, uint16_t &value2) argument
[all...]
/external/proguard/src/proguard/evaluation/
H A DStack.java491 Value value2 = values[currentSize - 2].category1Value();
493 values[currentSize - 1] = value2;
/external/libxml2/include/libxml/
H A Dxmlregexp.h93 const xmlChar *value2,
/external/v8/src/mips/
H A Dsimulator-mips.cc355 int32_t value2; local
356 if (GetValue(arg1, &value1) && GetValue(arg2, &value2)) {
358 end = cur + (value2 * Instruction::kInstructionSize);
417 int32_t value2; local
418 if (GetValue(arg1, &value1) && GetValue(arg2, &value2)) {
420 end = cur + (value2 * Instruction::kInstructionSize);
/external/webkit/WebCore/css/
H A DCSSParser.cpp2313 void CSSParser::parseFillPosition(RefPtr<CSSValue>& value1, RefPtr<CSSValue>& value2) argument
2334 value2 = parseFillPositionXY(value2IsX, value2IsY);
2335 if (value2)
2345 if (!value2)
2350 value2 = CSSPrimitiveValue::create(50, CSSPrimitiveValue::CSS_PERCENTAGE);
2353 value1.swap(value2);
2356 void CSSParser::parseFillRepeat(RefPtr<CSSValue>& value1, RefPtr<CSSValue>& value2) argument
2364 value2 = CSSPrimitiveValue::createIdentifier(CSSValueNoRepeat);
2371 value2 = CSSPrimitiveValue::createIdentifier(CSSValueRepeat);
2392 value2
2449 RefPtr<CSSValue> value2; local
2680 parseTransformOriginShorthand(RefPtr<CSSValue>& value1, RefPtr<CSSValue>& value2, RefPtr<CSSValue>& value3) argument
4607 parseTransformOrigin(int propId, int& propId1, int& propId2, int& propId3, RefPtr<CSSValue>& value, RefPtr<CSSValue>& value2, RefPtr<CSSValue>& value3) argument
4649 parsePerspectiveOrigin(int propId, int& propId1, int& propId2, RefPtr<CSSValue>& value, RefPtr<CSSValue>& value2) argument
[all...]
/external/apache-http/src/org/apache/commons/codec/language/
H A DDoubleMetaphone.java222 * @param value2 The right-hand side of the encoded {@link String#equals(Object)}.
227 public boolean isDoubleMetaphoneEqual(String value1, String value2) { argument
228 return isDoubleMetaphoneEqual(value1, value2, false);
236 * @param value2 The right-hand side of the encoded {@link String#equals(Object)}.
242 String value2,
245 (value2, alternate));
241 isDoubleMetaphoneEqual(String value1, String value2, boolean alternate) argument
/external/webkit/WebCore/inspector/front-end/
H A DElementsPanel.js405 var value2 = this._changedStyles[identifier][selector][property];
407 if (value1 === value2)
410 merge[property].push(value2);
412 merge[property] = [value1, value2];
/external/srec/srec/test/SRecTest/src/
H A DSRecTest.c2433 char* value2; local
2436 value2 = (char*)CALLOC(len, sizeof(char), "srectest.nametag");
2438 memcpy( value2, value, len);
2445 esr_status = SR_NametagCreateFromValue( L("dummyID"), value2, len2, &data->nametag);
2446 FREE( value2);
2447 value2 = NULL;
/external/icu4c/test/intltest/
H A Dwbnf.cpp1499 Pick * value2 = new Literal("string2"); local
1500 tab.put(var2, value2);
1508 pass = pass && strcmp(var2.next(), value2->next()) == 0;
/external/v8/src/arm/
H A Dsimulator-arm.cc307 int32_t value2; local
308 if (GetValue(arg1, &value1) && GetValue(arg2, &value2)) {
310 end = cur + (value2 * Instr::kInstrSize);
/external/webkit/WebKitTools/DumpRenderTree/win/
H A DDumpRenderTree.cpp981 static Boolean pthreadEqualCallback(const void* value1, const void* value2) argument
983 return (Boolean)pthread_equal(*(pthread_t*)value1, *(pthread_t*)value2);

Completed in 409 milliseconds

12