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

1 2 3

  /external/proguard/src/proguard/evaluation/value/
ComparisonValue.java 31 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/javassist/src/main/javassist/compiler/ast/
IntConst.java 65 long value1 = this.value; local
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 = (double)this.value local
    [all...]
DoubleConst.java 68 private static DoubleConst compute(int op, double value1, double value2,
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/
BigIntegerHashCodeTest.java 36 String value1 = "12378246728727834290276457386374882976782849"; local
38 BigInteger aNumber1 = new BigInteger(value1);
54 String value1 = "12378246728727834290276457386374882976782849"; local
56 BigInteger aNumber1 = new BigInteger(value1);
70 String value1 = "12378246728727834290276457386374882976782849"; local
72 BigInteger aNumber1 = new BigInteger(value1);
  /libcore/luni/src/test/java/libcore/java/util/logging/
OldLevelTest.java 43 int value1 = 120; local
44 Level l = new MockLevel("level1", value1);
46 value1, l.intValue());
  /external/bluetooth/glib/tests/
env-test.c 52 gchar *value1 = "works"; local
58 result = g_setenv (variable, value1, TRUE);
63 g_assert (strcmp (data, value1) == 0 && "g_getenv() returns wrong value");
71 g_assert (strcmp (data, value1) == 0 && "g_getenv() returns wrong value");
78 g_assert (strcmp (data, value1) != 0 && "g_setenv() doesn't overwrite");
  /external/webkit/Source/WebCore/webaudio/
BiquadDSPKernel.cpp 43 double value1 = biquadProcessor()->parameter1()->smoothedValue(); local
48 double normalizedValue1 = value1 / nyquist;
  /external/chromium/net/base/
test_root_certs_mac.cc 28 Boolean OurSecCertificateEqual(const void* value1, const void* value2) {
29 if (CFGetTypeID(value1) != SecCertificateGetTypeID() ||
31 return CFEqual(value1, value2);
33 reinterpret_cast<SecCertificateRef>(const_cast<void*>(value1)),
  /external/bluetooth/glib/tests/gobject/
ifaceproperties.c 163 GValue value1 = { 0, }; local
185 g_value_init (&value1, G_TYPE_INT);
188 g_param_value_set_default (pspec, &value1);
189 g_assert (g_value_get_int (&value1) == 42);
191 g_value_reset (&value1);
192 g_value_set_int (&value1, 0x10000);
193 g_assert (g_param_value_validate (pspec, &value1));
194 g_assert (g_value_get_int (&value1) == 0xFFFF);
195 g_assert (!g_param_value_validate (pspec, &value1));
197 g_value_reset (&value1);
    [all...]
  /external/quake/quake/src/QW/server/
pr_cmds.c 289 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[1] * new
320 float *value1; local
340 float *value1; local
367 float *value1; local
    [all...]
  /cts/tests/tests/provider/src/android/provider/cts/
Contacts_SettingsTest.java 101 String value1 = "value 1"; local
104 Settings.setSetting(mContentResolver, "account", key1, value1);
106 assertEquals(value1, Settings.getSetting(mContentResolver, "account", key1));
  /external/webkit/Source/JavaScriptCore/qt/tests/qscriptvalue/
tst_qscriptvalue_generated_comparison.cpp 1152 QPair<QString, QScriptValue> value1 = initScriptValues(i); local
1690 QPair<QString, QScriptValue> value1 = initScriptValues(i); local
1785 QPair<QString, QScriptValue> value1 = initScriptValues(i); local
    [all...]
  /external/quake/quake/src/WinQuake/
pr_cmds.cpp 352 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[1] * temp
383 float *value1; local
403 float *value1; local
430 float *value1; local
    [all...]
  /external/bluetooth/glib/gobject/
gparamspecs.c 166 const GValue *value1,
169 if (value1->data[0].v_int < value2->data[0].v_int)
172 return value1->data[0].v_int > value2->data[0].v_int;
206 const GValue *value1,
209 if (value1->data[0].v_uint < value2->data[0].v_uint)
212 return value1->data[0].v_uint > value2->data[0].v_uint;
251 const GValue *value1,
254 if (value1->data[0].v_long < value2->data[0].v_long)
257 return value1->data[0].v_long > value2->data[0].v_long;
295 const GValue *value1,
    [all...]
  /external/protobuf/src/google/protobuf/io/
printer.h 83 void Print(const char* text, const char* variable1, const string& value1,
  /external/webkit/Source/WebCore/svg/properties/
SVGAnimatedPropertyMacros.h 75 SVGSynchronizableAnimatedProperty(const ConstructorParameter1& value1)
76 : value(value1)
82 SVGSynchronizableAnimatedProperty(const ConstructorParameter1& value1, const ConstructorParameter2& value2)
83 : value(value1, value2)
  /sdk/ide_common/src/com/android/ide/common/resources/configuration/
ScreenDimensionQualifier.java 50 public ScreenDimensionQualifier(int value1, int value2) {
51 mValue1 = value1;
  /packages/apps/Email/emailcommon/src/org/apache/commons/io/
EndianUtils.java 315 int value1 = read( input ); local
318 return ( ( ( value1 & 0xff ) << 0 ) +
348 int value1 = read( input ); local
353 return ( ( value1 & 0xff ) << 0 ) +
369 int value1 = read( input ); local
374 long low = ( ( ( value1 & 0xff ) << 0 ) +
  /external/clang/test/SemaTemplate/
nested-template.cpp 29 static T value1; member in class:Outer::Inner1
81 X Outer<X>::Inner1<Y>::value1 = 0; member in class:Outer::Inner1
  /external/collada/src/dae/
daeMetaAttribute.cpp 44 daeArray& value1 = (daeArray&)*get(elt1); local
46 return _type->compareArray(value1, value2);
58 daeArray& value1 = (daeArray&)*get(e);
60 return _type->compareArray(value1, value2);
daeAtomicType.cpp 187 daeInt daeAtomicType::compareArray(daeArray& value1, daeArray& value2) {
188 if (value1.getCount() != value2.getCount())
189 return value1.getCount() > value2.getCount() ? 1 : -1;
191 size_t value1_count = value1.getCount();
193 daeInt result = compare(value1.getRaw(i), value2.getRaw(i));
209 daeAtomicType::compare(daeChar* value1, daeChar* value2) {
210 return memcmp(value1, value2, _size);
787 daeInt daeStringRefType::compare(daeChar* value1, daeChar* value2) {
788 daeString s1 = *((daeStringRef *)value1);
798 daeInt daeResolverType::compare(daeChar* value1, daeChar* value2)
    [all...]
  /external/collada/include/dae/
daeAtomicType.h 117 * @param value1 Memory location of the first value.
119 * @return Returns a positive integer if value1 > value2, a negative integer if
120 * value1 < value2, and 0 if value1 == value2.
122 virtual daeInt compare(daeChar* value1, daeChar* value2);
126 * @param value1 First array to compare.
128 * @return Returns a positive integer if value1 > value2, a negative integer if
129 * value1 < value2, and 0 if value1 == value2.
131 virtual daeInt compareArray(daeArray& value1, daeArray& value2)
    [all...]
  /external/chromium/chrome/browser/task_manager/
task_manager.cc 54 int ValueCompare(T value1, T value2) {
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...]
  /dalvik/dexgen/src/com/android/dexgen/util/
IntList.java 59 * @param value1 the second value in the list
61 public static IntList makeImmutable(int value0, int value1) {
65 result.add(value1);
  /dalvik/dx/src/com/android/dx/util/
IntList.java 59 * @param value1 the second value in the list
61 public static IntList makeImmutable(int value0, int value1) {
65 result.add(value1);

Completed in 1618 milliseconds

1 2 3