Searched refs:int_value (Results 1 - 25 of 45) sorted by relevance

12

/external/clang/test/PCH/
H A Dtypes.c9 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;
H A Dcxx_exprs.h21 int int_value; variable
22 typedef __typeof__(double(int_value)) functional_cast_result;
/external/autotest/server/cros/ap_configurators/
H A Dlinksys_ap_15_configurator.py29 int_value = 0 if visible else 1
30 xpath = ('//input[@value="%d" and @name="wl_closed"]' % int_value)
H A Dtrendnet432brp_ap_configurator.py89 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)
H A Dlinksyswrt610n_ap_configurator.py81 int_value = 0 if visible else 1
82 xpath = ('//input[@value="%d" and @name="%s"]' % (int_value, button))
H A Dlinksyse2100_ap_configurator.py97 int_value = 0 if visible else 1
98 xpath = ('//input[@value="%d" and @name="wl_closed"]' % int_value)
H A Dlinksyse2500_ap_configurator.py132 int_value = 0 if visible else 1
133 xpath = ('//input[@value="%d" and @name="%s"]' % (int_value, button))
H A Dlinksyswrt120n_ap_configurator.py112 int_value = 1 if visible else 0
113 xpath = ('//input[@value="%d" and @name="wlan_broadcast"]' % int_value)
H A Dtrendnet654tr_ap_configurator.py164 int_value = not(int(visible))
165 xpath = ('//input[@value="%d" and @name="ssid_broadcast"]' % int_value)
H A Dtrendnet731br_ap_configurator.py106 int_value = int(visible)
108 int_value)
H A Ddlink_ap_configurator.py249 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)
H A Dlinksyswrt600_ap_configurator.py199 int_value = 0 if visible else 1
200 xpath = ('//input[@value="%d" and @name="wl_hide_ssid"]' % int_value)
H A Dbuffalo_ap_configurator.py311 int_value = 0 if visible else 1
312 xpath = '//input[@value="%d" and @name="ath0_closed"]' % int_value
H A Dbuffaloag300h_ap_configurator.py214 int_value = 0 if visible else 1
215 xpath = ('//input[@value="%d" and @name="%s"]' % (int_value, button))
H A Ddlink_dir655_ap_configurator.py295 int_value = 1 if visible else 0
297 'and @name="wlan0_ssid_broadcast"]' % int_value)
H A Dkeeboxw150nr_ap_configurator.py99 int_value = int(enabled)
101 int_value)
/external/libbrillo/brillo/dbus/
H A Ddbus_param_writer_unittest.cc37 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 local
151 int32_t int_value = 0; local
175 int32_t int_value = 0; local
[all...]
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/manage/
H A Dpropget.py43 int_value = int(value)
44 value = choices[int_value-1]
/external/libbrillo/policy/tests/
H A Dlibpolicy_unittest.cc63 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));
/external/valgrind/coregrind/m_gdbserver/
H A Dserver.c196 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/libchrome/base/json/
H A Djson_value_serializer_unittest.cc237 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/
H A Dtrace_event_argument.cc257 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);
/external/v8/src/runtime/
H A Druntime-numbers.cc202 int int_value = FastD2I(value); local
203 if (value == FastI2D(int_value) && Smi::IsValid(int_value)) {
204 return Smi::FromInt(int_value);
/external/webrtc/talk/media/base/
H A Dcodec_unittest.cc237 int int_value = 0; local
238 EXPECT_TRUE(codec.GetParam("a", &int_value));
239 EXPECT_EQ(1, int_value);
240 EXPECT_FALSE(codec.GetParam("b", &int_value));
241 EXPECT_FALSE(codec.GetParam("c", &int_value));
/external/libchrome/dbus/
H A Dvalues_util.cc224 int int_value = 0; local
225 bool success = value.GetAsInteger(&int_value);
227 writer->AppendInt32(int_value);

Completed in 1999 milliseconds

12