HomeSort by relevance Sort by last modified time
    Searched full:is_set (Results 1 - 25 of 83) sorted by null

1 2 3 4

  /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::__anon12850::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/dbus/
scoped_dbus_error.h 24 bool is_set() const { return dbus_error_is_set(&error_); } function in class:dbus::ScopedDBusError
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());
  /external/chromium_org/v8/src/
collection.js 28 if (!IS_SET(this)) {
37 if (!IS_SET(this)) {
46 if (!IS_SET(this)) {
55 if (!IS_SET(this)) {
64 if (!IS_SET(this)) {
73 if (!IS_SET(this)) {
collection-iterator.js 34 if (!IS_SET(this)) {
43 if (!IS_SET(this)) {
  /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)))
482 bool is_set; local
    [all...]
  /external/chromium_org/tools/android/adb_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/openssl/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/chromium_org/third_party/openssl/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 189 #define SKM_ASN1_SET_OF_i2d(type, st, pp, i2d_func, ex_tag, ex_class, is_set) \
192 ex_tag, ex_class, 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 189 #define SKM_ASN1_SET_OF_i2d(type, st, pp, i2d_func, ex_tag, ex_class, is_set) \
192 ex_tag, ex_class, is_set)
    [all...]
  /external/chromium_org/tools/json_schema_compiler/templates/ppapi/
idl.template 11 PP_Bool is_set;
29 PP_Bool is_set;
  /packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/
IntentStore.java 54 private static final String IS_SET = "isSet";
117 editor.putBoolean(IS_SET, true);
122 if (!mPrefs.getBoolean(IS_SET, false)) {
  /external/chromium_org/third_party/openssl/openssl/crypto/stack/
safestack.h 189 #define SKM_ASN1_SET_OF_i2d(type, st, pp, i2d_func, ex_tag, ex_class, is_set) \
192 ex_tag, ex_class, is_set)
    [all...]
  /external/openssl/crypto/stack/
safestack.h 189 #define SKM_ASN1_SET_OF_i2d(type, st, pp, i2d_func, ex_tag, ex_class, is_set) \
192 ex_tag, ex_class, is_set)
    [all...]
  /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());
  /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())

Completed in 1373 milliseconds

1 2 3 4