Searched defs:value2 (Results 1 - 25 of 34) sorted by relevance

12

/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/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/bouncycastle/src/main/java/org/bouncycastle/asn1/x509/
H A DX509NameElementList.java36 private String value2; field in class:X509NameElementList
96 value2 = value;
171 case 2: return 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/bouncycastle/src/main/java/org/bouncycastle/asn1/
H A DOrderedTable.java40 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/
H A Dprinter.cc128 const char* variable2, const string& value2) {
131 vars[variable2] = value2;
126 Print(const char* text, const char* variable1, const string& value1, const char* variable2, const string& value2) argument
/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/webkit/JavaScriptCore/runtime/
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::__anon6511::__anon6512
/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/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/chromium/base/
H A Dvalues_unittest.cc326 DictionaryValue* value2; local
327 ASSERT_TRUE(dict.GetDictionaryWithoutPathExpansion(L"this", &value2));
328 EXPECT_EQ(value1, value2);
329 EXPECT_EQ(1U, value2->size());
/external/chromium/third_party/icu/source/test/cintltst/
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...]
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...]
/external/icu4c/test/cintltst/
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...]
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...]
/external/chromium/third_party/icu/source/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/bluetooth/glib/gobject/
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...]
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...]
/external/skia/src/animator/
H A DSkScriptTokenizer.cpp1055 SkScriptValue2 value2; local
1056 fValueStack.pop(&value2);
1057 value2.fIsWritten = SkScriptValue2::kUnwritten;
1061 bool constantOperands = value2.fIsConstant == SkScriptValue2::kConstant;
1067 SkTSwap(value1, value2);
1079 if (value2.fType == SkOperand2::kObject && (value2.fType & attributes->fLeftType) == 0) {
1080 value1.fType = getUnboxType(value2.fOperand);
1084 if (value1.fType != value2.fType) {
1086 ((value1.fType | value2
[all...]
/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/chromium/third_party/icu/source/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/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/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/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);

Completed in 569 milliseconds

12