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

1 2 3

  /external/clang/test/PCH/
types.c 9 INT int_value; variable
14 ASInt *as_int_ptr1 = &int_value; // expected-error{{changes address space of pointer}}
26 int_ptr int_value_ptr = &int_value;
68 typeof_17 *t17 = &int_value;
cxx_exprs.h 21 int int_value; variable
22 typedef __typeof__(double(int_value)) functional_cast_result;
  /external/autotest/server/cros/ap_configurators/
linksys_ap_15_configurator.py 29 int_value = 0 if visible else 1
30 xpath = ('//input[@value="%d" and @name="wl_closed"]' % int_value)
trendnet432brp_ap_configurator.py 89 int_value = not(int(enabled))
90 xpath = ('//input[@value="%d" and @name="enable"]' % int_value)
149 int_value = not(int(visible))
150 xpath = ('//input[@value="%d" and @name="ssid_broadcast"]' % int_value)
linksyswrt610n_ap_configurator.py 81 int_value = 0 if visible else 1
82 xpath = ('//input[@value="%d" and @name="%s"]' % (int_value, button))
linksyse2100_ap_configurator.py 97 int_value = 0 if visible else 1
98 xpath = ('//input[@value="%d" and @name="wl_closed"]' % int_value)
linksyswrt120n_ap_configurator.py 112 int_value = 1 if visible else 0
113 xpath = ('//input[@value="%d" and @name="wlan_broadcast"]' % int_value)
dlink_ap_configurator.py 249 int_value = 0
252 int_value = 1
255 'and @name="band"]' % int_value)
310 int_value = int(not visible)
312 'and @name="visibility_status"]' % int_value)
linksyse2500_ap_configurator.py 132 int_value = 0 if visible else 1
133 xpath = ('//input[@value="%d" and @name="%s"]' % (int_value, button))
trendnet654tr_ap_configurator.py 164 int_value = not(int(visible))
165 xpath = ('//input[@value="%d" and @name="ssid_broadcast"]' % int_value)
trendnet731br_ap_configurator.py 106 int_value = int(visible)
108 int_value)
  /external/libbrillo/brillo/dbus/
dbus_param_writer_unittest.cc 37 int32_t int_value = 0; local
42 EXPECT_TRUE(PopValueFromReader(&reader, &int_value));
46 EXPECT_EQ(2, int_value);
57 int32_t int_value = 0; local
62 EXPECT_TRUE(PopValueFromReader(&reader, &int_value));
66 EXPECT_EQ(9, int_value);
92 int32_t int_value = 0; local
97 EXPECT_TRUE(PopValueFromReader(&reader, &int_value));
101 EXPECT_EQ(5, int_value);
116 int32_t int_value = 0 local
151 int32_t int_value = 0; local
175 int32_t int_value = 0; local
    [all...]
  /system/extras/tests/memtest/
bandwidth.cpp 61 int int_value; member in union:__anon74476
80 (*values)[name].int_value = strtol(argv[++i], NULL, 0);
98 size = values["size"].int_value;
145 bench->set_num_loops(values["num_warm_loops"].int_value);
148 bench->set_num_loops(values["num_loops"].int_value);
214 (*values)["num_warm_loops"].int_value = 1000000;
215 (*values)["num_loops"].int_value = 10000000;
220 if (values->count("size") > 0 && ((*values)["size"].int_value % 64) != 0) {
248 (*values)["run_time"].int_value = run_time;
249 (*values)["size"].int_value = bench->size()
    [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
nds32-dis.c 148 int int_value, new_value; local
153 int_value =
156 int_value = __GF (insn, pfd->bitpos, pfd->bitsize) << pfd->shift;
158 if (int_value < 0)
159 func (stream, "#%d", int_value);
161 func (stream, "#0x%x", int_value);
164 int_value =
166 new_value = int_value;
172 new_value = int_value & 0x03;
173 new_value |= ((int_value & 0x10) >> 2)
238 int int_value, ifthe1st = 1; local
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/manage/
propget.py 43 int_value = int(value)
44 value = choices[int_value-1]
  /frameworks/compile/mclinker/lib/Target/
ELFAttributeData.cpp 41 uint64_t int_value = leb128::decode<uint64_t>(pBuf, size); local
42 pValue.setIntValue(static_cast<unsigned int>(int_value));
  /external/libbrillo/policy/tests/
libpolicy_unittest.cc 63 int int_value = -1; local
64 ASSERT_TRUE(policy.GetPolicyRefreshRate(&int_value));
65 ASSERT_EQ(100, int_value);
173 int int_value; local
179 ASSERT_FALSE(policy.GetPolicyRefreshRate(&int_value));
  /system/connectivity/shill/
static_ip_parameters_unittest.cc 103 int32_t int_value; local
104 EXPECT_TRUE(store->GetInt32Property(property_prefix + ".Mtu", &int_value,
106 EXPECT_EQ(kMtu + version, int_value);
118 &int_value,
120 EXPECT_EQ(kPrefixLen + version, int_value);
233 int32_t int_value; local
234 EXPECT_TRUE(store.GetInt32Property("StaticIP.Prefixlen", &int_value,
236 EXPECT_EQ(kPrefixLen, int_value);
  /external/valgrind/coregrind/m_gdbserver/
server.c 196 int int_value; local
217 int_value = 0;
220 case -2: int_value = 0; break;
221 case -1: int_value = 0; break;
222 case 0: int_value = 1; break;
242 if (int_value) { VG_(gdb_printf) (
275 int_value = 0;
279 int_value = strtol (wcmd, &the_end, 10);
286 VG_(dyn_vgdb_error), int_value);
287 VG_(dyn_vgdb_error) = int_value;
    [all...]
  /external/v8/src/runtime/
runtime-numbers.cc 188 int int_value = FastD2I(value); local
189 if (value == FastI2D(int_value) && Smi::IsValid(int_value)) {
190 return Smi::FromInt(int_value);
  /toolchain/binutils/binutils-2.25/gold/
attributes.cc 407 if (in_attr->int_value() > 0
415 if (in_attr->int_value() != out_attr->int_value()
420 name, in_attr->int_value(),
422 out_attr->int_value(),
arm.cc     [all...]
  /external/libchrome/base/json/
json_value_serializer_unittest.cc 237 int int_value = 0; local
238 ASSERT_TRUE(root_dict->GetInteger("int", &int_value));
239 ASSERT_EQ(42, int_value);
436 int int_value = 0; local
437 ASSERT_TRUE(root_dict->GetInteger("int", &int_value));
438 ASSERT_EQ(42, int_value);
  /external/libchrome/base/trace_event/
trace_event_argument.cc 257 int int_value; local
258 value.GetAsInteger(&int_value);
259 SetIntegerWithCopiedName(name, int_value);
311 int int_value; local
312 value.GetAsInteger(&int_value);
313 AppendInteger(int_value);
  /art/test/457-regs/
regs_jni.cc 139 JNIEnv*, jclass value ATTRIBUTE_UNUSED, jobject main, jint int_value, jfloat float_value) {
143 CHECK_EQ(int_value, 0);

Completed in 604 milliseconds

1 2 3