/external/chromium_org/mojo/public/cpp/system/tests/ |
macros_unittest.cc | 95 assert(is_set()); 98 bool is_set() const { return is_set_; } function in class:mojo::__anon13421::MoveOnlyInt 107 EXPECT_TRUE(x.is_set()); 110 EXPECT_FALSE(y.is_set()); 112 EXPECT_FALSE(x.is_set()); 113 EXPECT_TRUE(y.is_set()); 116 EXPECT_FALSE(y.is_set()); 117 EXPECT_TRUE(z.is_set()); 120 EXPECT_TRUE(z.is_set());
|
/external/chromium_org/v8/src/compiler/ |
js-graph.cc | 27 if (!c_entry_stub_constant_.is_set()) { 36 if (!undefined_constant_.is_set()) { 45 if (!the_hole_constant_.is_set()) { 53 if (!true_constant_.is_set()) { 61 if (!false_constant_.is_set()) { 69 if (!null_constant_.is_set()) { 77 if (!zero_constant_.is_set()) zero_constant_.set(NumberConstant(0.0)); 83 if (!one_constant_.is_set()) one_constant_.set(NumberConstant(1.0)); 89 if (!nan_constant_.is_set()) {
|
/external/chromium_org/dbus/ |
scoped_dbus_error.cc | 17 bool ScopedDBusError::is_set() const { function in class:dbus::ScopedDBusError
|
scoped_dbus_error.h | 23 bool is_set() const;
|
bus_unittest.cc | 319 ASSERT_FALSE(error.is_set()); 324 ASSERT_FALSE(error.is_set()); 330 ASSERT_FALSE(error.is_set()); 337 ASSERT_FALSE(error.is_set());
|
/art/runtime/entrypoints/ |
entrypoint_utils-inl.h | 261 bool is_set; local 264 case InstanceObjectRead: is_primitive = false; is_set = false; is_static = false; break; 265 case InstanceObjectWrite: is_primitive = false; is_set = true; is_static = false; break; 266 case InstancePrimitiveRead: is_primitive = true; is_set = false; is_static = false; break; 267 case InstancePrimitiveWrite: is_primitive = true; is_set = true; is_static = false; break; 268 case StaticObjectRead: is_primitive = false; is_set = false; is_static = true; break; 269 case StaticObjectWrite: is_primitive = false; is_set = true; is_static = true; break; 270 case StaticPrimitiveRead: is_primitive = true; is_set = false; is_static = true; break; 272 default: is_primitive = true; is_set = true; is_static = true; break; 292 if (UNLIKELY(is_set && resolved_field->IsFinal() && (fields_class != referring_class))) 489 bool is_set; local [all...] |
/external/chromium_org/v8/src/ |
collection.js | 48 if (!IS_SET(this)) { 64 if (!IS_SET(this)) { 73 if (!IS_SET(this)) { 82 if (!IS_SET(this)) { 91 if (!IS_SET(this)) { 100 if (!IS_SET(this)) {
|
collection-iterator.js | 50 if (!IS_SET(this)) { 59 if (!IS_SET(this)) {
|
/external/chromium_org/tools/profile_chrome/ |
systrace_controller.py | 72 while not self._done.is_set(): 74 if not self._ring_buffer or self._done.is_set():
|
/external/oprofile/libutil++/ |
generic_spec.h | 41 bool is_set() const { function in class:generic_spec 45 /// return the specific value (only if is_set() == true)
|
comma_list.h | 38 bool is_set() const { function in class:comma_list
|
/external/chromium_org/base/debug/ |
debugger_posix.cc | 64 // the result is cached (see |is_set| and |being_debugged| static variables 70 static bool is_set = false; local 73 if (is_set) 104 is_set = true; 110 is_set = true;
|
/external/chromium_org/third_party/boringssl/src/include/openssl/ |
asn1_mac.h | 388 ret+=i2d_ASN1_SET(a,NULL,f,V_ASN1_SET,V_ASN1_UNIVERSAL,IS_SET); 392 V_ASN1_UNIVERSAL,IS_SET); 411 ret+=i2d_ASN1_SET(a,NULL,f,x,V_ASN1_CONTEXT_SPECIFIC,IS_SET); 415 V_ASN1_CONTEXT_SPECIFIC,IS_SET); 420 IS_SET); 425 V_ASN1_CONTEXT_SPECIFIC,IS_SET); 452 v=i2d_ASN1_SET(a,NULL,f,tag,V_ASN1_UNIVERSAL,IS_SET); \ 485 V_ASN1_UNIVERSAL,IS_SET) 487 i2d_ASN1_SET_OF_##type(a,&p,f,V_ASN1_SET,V_ASN1_UNIVERSAL,IS_SET) 489 V_ASN1_CONTEXT_SPECIFIC,IS_SET) [all...] |
/external/openssl/crypto/asn1/ |
asn1_mac.h | 388 ret+=i2d_ASN1_SET(a,NULL,f,V_ASN1_SET,V_ASN1_UNIVERSAL,IS_SET); 392 V_ASN1_UNIVERSAL,IS_SET); 411 ret+=i2d_ASN1_SET(a,NULL,f,x,V_ASN1_CONTEXT_SPECIFIC,IS_SET); 415 V_ASN1_CONTEXT_SPECIFIC,IS_SET); 420 IS_SET); 425 V_ASN1_CONTEXT_SPECIFIC,IS_SET); 452 v=i2d_ASN1_SET(a,NULL,f,tag,V_ASN1_UNIVERSAL,IS_SET); \ 485 V_ASN1_UNIVERSAL,IS_SET) 487 i2d_ASN1_SET_OF_##type(a,&p,f,V_ASN1_SET,V_ASN1_UNIVERSAL,IS_SET) 489 V_ASN1_CONTEXT_SPECIFIC,IS_SET) [all...] |
a_set.c | 87 /* int is_set: if TRUE, then sort the contents (i.e. it isn't a SEQUENCE) */ 90 int is_set) 112 if(!is_set || (sk_OPENSSL_BLOCK_num(a) < 2))
|
/external/openssl/include/openssl/ |
asn1_mac.h | 388 ret+=i2d_ASN1_SET(a,NULL,f,V_ASN1_SET,V_ASN1_UNIVERSAL,IS_SET); 392 V_ASN1_UNIVERSAL,IS_SET); 411 ret+=i2d_ASN1_SET(a,NULL,f,x,V_ASN1_CONTEXT_SPECIFIC,IS_SET); 415 V_ASN1_CONTEXT_SPECIFIC,IS_SET); 420 IS_SET); 425 V_ASN1_CONTEXT_SPECIFIC,IS_SET); 452 v=i2d_ASN1_SET(a,NULL,f,tag,V_ASN1_UNIVERSAL,IS_SET); \ 485 V_ASN1_UNIVERSAL,IS_SET) 487 i2d_ASN1_SET_OF_##type(a,&p,f,V_ASN1_SET,V_ASN1_UNIVERSAL,IS_SET) 489 V_ASN1_CONTEXT_SPECIFIC,IS_SET) [all...] |
safestack.h | 193 #define SKM_ASN1_SET_OF_i2d(type, st, pp, i2d_func, ex_tag, ex_class, is_set) \ 196 ex_tag, ex_class, is_set) [all...] |
/external/openssl/crypto/stack/ |
safestack.h | 193 #define SKM_ASN1_SET_OF_i2d(type, st, pp, i2d_func, ex_tag, ex_class, is_set) \ 196 ex_tag, ex_class, is_set) [all...] |
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/ |
IntentStore.java | 58 private static final String IS_SET = "isSet"; 133 editor.putBoolean(IS_SET, true); 138 if (!mPrefs.getBoolean(IS_SET, false)) {
|
/external/chromium_org/chrome/browser/chromeos/system/ |
input_device_settings.h | 43 bool is_set() const { function in class:chromeos::system::internal::Optional 48 DCHECK(is_set());
|
/external/chromium_org/tools/usb_gadget/ |
hid_descriptors.py | 86 for bit, is_set in properties: 87 if is_set:
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
lock_tests.py | 244 self.assertFalse(evt.is_set()) 246 self.assertTrue(evt.is_set()) 248 self.assertTrue(evt.is_set()) 250 self.assertFalse(evt.is_set()) 252 self.assertFalse(evt.is_set())
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
lock_tests.py | 244 self.assertFalse(evt.is_set()) 246 self.assertTrue(evt.is_set()) 248 self.assertTrue(evt.is_set()) 250 self.assertFalse(evt.is_set()) 252 self.assertFalse(evt.is_set())
|
/external/chromium_org/tools/telemetry/telemetry/core/platform/power_monitor/ |
monsoon_power_monitor.py | 32 while is_collecting.is_set():
|
/external/chromium_org/tools/telemetry/telemetry/core/platform/profiler/ |
monsoon_profiler.py | 38 while is_collecting.is_set():
|