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

1 2

  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
Value.java 262 Value value0 = (Value) arg0;
263 if (tag != value0.tag)
268 return getBooleanValue() == value0.getBooleanValue();
270 return getByteValue() == value0.getByteValue();
272 return getCharValue() == value0.getCharValue();
275 && (Double.isNaN(value0.getDoubleValue())))
277 return getDoubleValue() == value0.getDoubleValue();
280 && (Float.isNaN(value0.getFloatValue())))
282 return getFloatValue() == value0.getFloatValue();
284 return getIntValue() == value0.getIntValue()
    [all...]
  /art/libartbase/base/
bit_table_test.cc 128 BitTableBuilderBase<2>::Entry value0{1, 2};
130 EXPECT_EQ(0u, builder.Dedup(&value0));
132 EXPECT_EQ(0u, builder.Dedup(&value0));
173 BitTableBuilderBase<2>::Entry value0{56948505, 0};
177 EXPECT_EQ(hasher(MemoryRegion(&value0, sizeof(value0))),
179 EXPECT_EQ(0u, builder.Dedup(&value0));
181 EXPECT_EQ(0u, builder.Dedup(&value0));
186 EXPECT_EQ(hasher(MemoryRegion(&value0, BitsToBytesRoundUp(MinimumBitsToStore(value0[0]))))
    [all...]
  /external/tensorflow/tensorflow/python/kernel_tests/
identity_n_op_py_test.py 34 [value0, value1] = sess.run(
37 self.assertAllEqual(np.array([1, 2, 3, 4, 5, 6]), value0)
48 [value0, value1,
50 self.assertAllEqual(np.array([[10, 20, 30], [40, 50, 60]]), value0)
  /device/linaro/bootloader/arm-trusted-firmware/plat/hisilicon/hikey960/
hikey960_boardid.c 64 unsigned int data, value1, value0; local
88 value0 = mmio_read_32(HKADC_DSP_RD3_DATA_REG) & 0xffff;
91 ((value0 >> 4) & HKADC_VALUE_LOW);
  /external/aac/libSYS/src/
syslib_channelMapDescr.cpp 208 UCHAR value0 = pMapInfo->pChannelMap[i]; local
210 if (value0 > numChannels - 1) { /* out of range? */
214 if (value0 == pMapInfo->pChannelMap[j]) { /* not unique */
  /external/icu/icu4c/source/common/unicode/
simpleformatter.h 163 * @param value0 Value for argument {0}.
171 const UnicodeString &value0,
179 * @param value0 Value for argument {0}.
188 const UnicodeString &value0,
197 * @param value0 Value for argument {0}.
207 const UnicodeString &value0,
  /external/webrtc/webrtc/base/
sharedexclusivelock_unittest.cc 136 int value0, value1; local
147 reader0.PostRead(&value0);
153 EXPECT_EQ(1, value0);
  /external/icu/icu4c/source/common/
simpleformatter.cpp 159 const UnicodeString &value0,
161 const UnicodeString *values[] = { &value0 };
166 const UnicodeString &value0,
169 const UnicodeString *values[] = { &value0, &value1 };
174 const UnicodeString &value0,
178 const UnicodeString *values[] = { &value0, &value1, &value2 };
  /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/libvpx/libvpx/examples/
svc_encodeframe.c 118 int *value0, int *value1) {
120 *value0 = (int)strtol(input, &input, 10);
124 if (*value0 < option_min_values[SCALE_FACTOR] ||
126 *value0 > option_max_values[SCALE_FACTOR] ||
128 *value0 > *value1) // num shouldn't be greater than den
131 *value0 = atoi(input);
132 if (*value0 < option_min_values[type] || *value0 > option_max_values[type])
  /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/u-boot/drivers/adc/
meson-saradc.c 459 uint nominal0, nominal1, value0, value1; local
468 ret = meson_saradc_get_sample(priv, 7, &value0);
478 if (value1 <= value0) {
484 value1 - value0);
485 priv->calibbias = nominal0 - div_s64((s64)value0 * priv->calibscale,
  /cts/tests/tests/security/src/android/security/cts/
EffectBundleTest.java 424 private void testGetParam(int media, int command, int[] bandArray, int value0, int value1) {
425 int reply[] = {value0, value1};
432 assertEquals("getParam should not change value0", value0, reply[0]);
  /external/tensorflow/tensorflow/contrib/framework/python/framework/
tensor_util_test.py 44 value0 = 42
45 variables_lib2.local_variable(value0)
52 self.assertAllEqual(set([value0, value1]), set(sess.run(variables)))
  /external/linux-kselftest/tools/testing/selftests/bpf/
test_lru_map.c 46 unsigned long long value0[nr_cpus], value1[nr_cpus]; local
51 ret = bpf_map_lookup_elem(map0, &next_key, value0);
57 if (value0[0] != value1[0]) {
58 printf("key:%llu value0:%llu != value1:%llu\n",
59 next_key, value0[0], value1[0]);
  /external/brotli/research/
brotlidump.py 519 value0 contains the value of symbol 0
541 """Override if you don't define value0 and extraTable
553 lower = self.value0+sum(1<<x for x in self.extraTable[:index])
819 value0 = 1 variable in class:TypeCountAlphabet
873 value0 = 1 variable in class:BlockCountAlphabet
937 value0 = 0 variable in class:RLEmaxAlphabet
1017 value0 = 0 variable in class:InsertLengthAlphabet
1021 value0 = 2 variable in class:CopyLengthAlphabet
    [all...]
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/
DiskLruCacheTest.java     [all...]
  /external/tensorflow/tensorflow/contrib/framework/python/ops/
variables_test.py 50 value0 = 42
51 variables_lib2.local_variable(value0)
58 self.assertAllEqual(set([value0, value1]), set(sess.run(variables)))
119 value0 = 42
120 variables_lib2.global_variable(value0)
129 self.assertAllEqual(set([value0, value1]), set(sess.run(variables)))
    [all...]
  /external/tensorflow/tensorflow/core/common_runtime/
direct_session_test.cc     [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_performance_query.c 590 uint64_t value0 = report0[a_index + 4] | high0; local
594 if (value0 > value1)
595 delta = (1ULL << 40) + value1 - value0;
597 delta = value1 - value0;
    [all...]
  /external/webrtc/webrtc/modules/video_coding/codecs/vp8/
simulcast_unittest.h 48 void SetExpectedValues3(T value0, T value1, T value2, T* expected_values) {
49 expected_values[0] = value0;
    [all...]
  /external/mesa3d/src/intel/compiler/
brw_vec4_nir.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderPackingFunctionTests.cpp 823 const deBool value0 = checkValue(in0, res0, conversion); local
827 const deBool valuesOK = value0 && value1;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
vktSpvAsmInstructionTests.cpp     [all...]

Completed in 2751 milliseconds

1 2