/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/ |
Value.java | 211 Value value0 = (Value) arg0; 212 if (value0.tag != value0.tag) 217 return getBooleanValue() == value0.getBooleanValue(); 219 return getByteValue() == value0.getByteValue(); 221 return getCharValue() == value0.getCharValue(); 224 && (Double.isNaN(value0.getDoubleValue()))) 226 return getDoubleValue() == value0.getDoubleValue(); 229 && (Float.isNaN(value0.getFloatValue()))) 231 return getFloatValue() == value0.getFloatValue() [all...] |
/dalvik/dexgen/src/com/android/dexgen/util/ |
IntList.java | 58 * @param value0 the first value in the list 61 public static IntList makeImmutable(int value0, int value1) { 64 result.add(value0);
|
/dalvik/dx/src/com/android/dx/util/ |
IntList.java | 58 * @param value0 the first value in the list 61 public static IntList makeImmutable(int value0, int value1) { 64 result.add(value0);
|
/external/chromium_org/third_party/libvpx/source/libvpx/vpx/src/ |
svc_encodeframe.c | 163 int *value0, 166 *value0 = strtol(input, &input, 10); 171 if (*value0 < option_min_values[SCALE_FACTOR] || 173 *value0 > option_max_values[SCALE_FACTOR] || 175 *value0 > *value1) // num shouldn't be greater than den 178 *value0 = atoi(input); 179 if (*value0 < option_min_values[type] || 180 *value0 > option_max_values[type])
|
/external/dexmaker/src/dx/java/com/android/dx/util/ |
IntList.java | 58 * @param value0 the first value in the list 61 public static IntList makeImmutable(int value0, int value1) { 64 result.add(value0);
|
/external/chromium_org/third_party/webrtc/base/ |
sharedexclusivelock_unittest.cc | 137 int value0, value1; local 148 reader0.PostRead(&value0); 154 EXPECT_EQ(1, value0);
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/ |
StepCounterTestActivity.java | 307 float value0 = values[0]; local 309 getString(R.string.snsr_event_value, expectedValue, value0, sensorName); 310 Assert.assertEquals(eventValueMessage, expectedValue, value0);
|
/external/chromium_org/content/browser/indexed_db/ |
indexed_db_backing_store_unittest.cc | 491 IndexedDBValue value0 = IndexedDBValue("value0", blob_info0); local 503 &value0, 581 IndexedDBValue value0 = IndexedDBValue("value0", blob_info0); local 593 &value0, [all...] |
/external/chromium_org/device/bluetooth/ |
bluetooth_gatt_chromeos_unittest.cc | 50 bool ValuesEqual(const std::vector<uint8>& value0, 52 if (value0.size() != value1.size()) 54 for (size_t i = 0; i < value0.size(); ++i) 55 if (value0[i] != value1[i]) [all...] |
/cts/suite/cts/deviceTests/browserbench/assets/octane/ |
mandreel.js | [all...] |