Searched refs:value1 (Results 1 - 25 of 59) sorted by relevance

123

/external/skia/src/utils/
H A DSkDebugTrace.h19 #define SK_TRACE_EVENT1(event, name1, value1) \
20 SkDebugf("Trace: %s (%s=%s)\n", event, name1, value1)
21 #define SK_TRACE_EVENT2(event, name1, value1, name2, value2) \
22 SkDebugf("Trace: %s (%s=%s, %s=%s)\n", event, name1, value1, name2, value2)
/external/proguard/src/proguard/evaluation/value/
H A DComparisonValue.java31 private final Value value1; field in class:ComparisonValue
41 this.value1 = integerValue1;
52 this.value1.equals(((ComparisonValue)object).value1) &&
60 value1.hashCode() ^
67 return "("+value1+"~"+ value2 +")";
/external/skia/include/core/
H A DSkTrace.h40 #define SK_TRACE_EVENT1(event, name1, value1)
41 #define SK_TRACE_EVENT2(event, name1, value1, name2, value2)
/external/javassist/src/main/javassist/compiler/ast/
H A DIntConst.java65 long value1 = this.value;
70 newValue = value1 + value2;
73 newValue = value1 - value2;
76 newValue = value1 * value2;
79 newValue = value1 / value2;
82 newValue = value1 % value2;
85 newValue = value1 | value2;
88 newValue = value1 ^ value2;
91 newValue = value1 & value2;
113 double value1
[all...]
H A DDoubleConst.java68 private static DoubleConst compute(int op, double value1, double value2, argument
74 newValue = value1 + value2;
77 newValue = value1 - value2;
80 newValue = value1 * value2;
83 newValue = value1 / value2;
86 newValue = value1 % value2;
/external/apache-harmony/math/src/test/java/org/apache/harmony/tests/java/math/
H A DBigIntegerHashCodeTest.java36 String value1 = "12378246728727834290276457386374882976782849";
38 BigInteger aNumber1 = new BigInteger(value1);
54 String value1 = "12378246728727834290276457386374882976782849";
56 BigInteger aNumber1 = new BigInteger(value1);
70 String value1 = "12378246728727834290276457386374882976782849";
72 BigInteger aNumber1 = new BigInteger(value1);
/external/qemu/android/
H A Dsnaphost-android.c51 char* key, *value1, *value2; local
53 if (iniFile_getEntry(current, n, &key, &value1)) {
61 key, value1);
63 free(value1);
67 ret = strcmp(value1, value2);
70 key, value1, value2);
74 free(value1);
/external/webkit/Source/WebCore/webaudio/
H A DBiquadDSPKernel.cpp43 double value1 = biquadProcessor()->parameter1()->smoothedValue(); local
48 double normalizedValue1 = value1 / nyquist;
/external/chromium/net/base/
H A Dtest_root_certs_mac.cc28 Boolean OurSecCertificateEqual(const void* value1, const void* value2) { argument
29 if (CFGetTypeID(value1) != SecCertificateGetTypeID() ||
31 return CFEqual(value1, value2);
33 reinterpret_cast<SecCertificateRef>(const_cast<void*>(value1)),
/external/quake/quake/src/QW/server/
H A Dpr_cmds.c289 float *value1; local
293 value1 = G_VECTOR(OFS_PARM0);
295 new = value1[0] * value1[0] + value1[1] * value1[1] + value1[2]*value1[2];
303 newvalue[0] = value1[0] * new;
304 newvalue[1] = value1[
320 float *value1; local
340 float *value1; local
367 float *value1; local
[all...]
/external/webkit/Source/JavaScriptCore/qt/tests/qscriptvalue/
H A Dtst_qscriptvalue_generated_comparison.cpp1152 QPair<QString, QScriptValue> value1 = initScriptValues(i); local
1155 QString tag = QString::fromLatin1("%20 <=> %21").arg(value1.first, value2.first);
1156 QTest::newRow(tag.toAscii().constData()) << value1.second << value2.second << equals.contains(tag); }
1690 QPair<QString, QScriptValue> value1 = initScriptValues(i); local
1693 QString tag = QString::fromLatin1("%20 <=> %21").arg(value1.first, value2.first);
1694 QTest::newRow(tag.toAscii().constData()) << value1.second << value2.second << equals.contains(tag); }
1785 QPair<QString, QScriptValue> value1 = initScriptValues(i); local
1788 QString tag = QString::fromLatin1("%20 <=> %21").arg(value1.first, value2.first);
1789 QTest::newRow(tag.toAscii().constData()) << value1.second << value2.second << equals.contains(tag); }
/external/guava/guava-tests/test/com/google/common/cache/
H A DCacheReferencesTest.java92 String value1 = key1.toString();
95 assertSame(value1, cache.getUnchecked(key1));
98 ASSERT.that(cache.asMap().values()).hasContentsAnyOrder(value1, value2);
99 assertEquals(ImmutableSet.of(immutableEntry(key1, value1), immutableEntry(key2, value2)),
107 String value1 = key1.toString();
110 assertSame(value1, cache.getUnchecked(key1));
141 String value1 = cache.getUnchecked(key1);
143 // make (key1, value1) eligible for collection
145 value1 = null;
/external/quake/quake/src/WinQuake/
H A Dpr_cmds.cpp352 float *value1; local
356 value1 = G_VECTOR(OFS_PARM0);
358 temp = value1[0] * value1[0] + value1[1] * value1[1] + value1[2]*value1[2];
366 newvalue[0] = value1[0] * temp;
367 newvalue[1] = value1[
383 float *value1; local
403 float *value1; local
430 float *value1; local
[all...]
/external/clang/test/Analysis/inlining/
H A DInlineObjCInstanceMethod.h29 @property (readonly) int value1; variable
/external/protobuf/src/google/protobuf/io/
H A Dprinter.h83 void Print(const char* text, const char* variable1, const string& value1,
H A Dprinter.cc127 const char* variable1, const string& value1,
130 vars[variable1] = value1;
126 Print(const char* text, const char* variable1, const string& value1, const char* variable2, const string& value2) argument
/external/webkit/Source/WebCore/svg/properties/
H A DSVGAnimatedPropertyMacros.h75 SVGSynchronizableAnimatedProperty(const ConstructorParameter1& value1) argument
76 : value(value1)
82 SVGSynchronizableAnimatedProperty(const ConstructorParameter1& value1, const ConstructorParameter2& value2) argument
83 : value(value1, value2)
/external/clang/test/SemaTemplate/
H A Dnested-template.cpp29 static T value1; member in class:Outer::Inner1
81 X Outer<X>::Inner1<Y>::value1 = 0; member in class:Outer::Inner1
/external/chromium/chrome/browser/task_manager/
H A Dtask_manager.cc54 int ValueCompare(T value1, T value2) { argument
55 if (value1 < value2)
57 if (value1 == value2)
312 size_t value1;
314 if (!GetPrivateMemory(row1, &value1) || !GetPrivateMemory(row2, &value2))
316 return ValueCompare<size_t>(value1, value2);
318 size_t value1;
320 if (!GetSharedMemory(row1, &value1) || !GetSharedMemory(row2, &value2))
322 return ValueCompare<size_t>(value1, value2);
324 size_t value1;
354 size_t value1; variable
[all...]
/external/dexmaker/src/dx/java/com/android/dx/util/
H A DIntList.java59 * @param value1 the second value in the list
61 public static IntList makeImmutable(int value0, int value1) { argument
65 result.add(value1);
/external/icu4c/test/cintltst/
H A Dputiltst.c35 double value1 = 0.021; local
40 y1 = uprv_modf(value1, &n1);
48 log_verbose("[float] x = %f n = %f y = %f\n", value1, n1, y1);
55 expn1=uprv_ceil(value1);
59 expn1=uprv_floor(value1);
114 doAssert(uprv_digitsAfterDecimal(value1), 3, "uprv_digitsAfterDecimal() failed.");
/external/libvpx/examples/includes/HTML-Toc-0.91/
H A DTocUpdator.pm90 my ($key1, $value1, $key2, $value2, $result);
94 HASH1: while (($key1, $value1) = each %$aHash1) {
97 if ($value1 ne $aHash2->{$key1}) {
/external/webkit/Source/JavaScriptCore/runtime/
H A DLookup.h44 intptr_t value1; member in struct:JSC::HashTableValue
67 m_u.store.value1 = v1;
100 intptr_t value1; member in struct:JSC::HashEntry::__anon14988::__anon14989
H A DLookup.cpp49 entry->initialize(identifier, values[i].attributes, values[i].value1, values[i].value2
/external/chromium/webkit/glue/
H A Dwebkitclient_impl.h68 const WebKit::WebString& value1, const WebKit::WebString& value2);

Completed in 4418 milliseconds

123