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

1 2 3 4

  /external/chromium_org/ppapi/api/dev/
pp_optional_structs_dev.idl 12 PP_Bool 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
  /external/chromium_org/ppapi/c/dev/
pp_optional_structs_dev.h 27 PP_Bool is_set; member in struct:PP_Optional_Double_Dev
  /external/chromium_org/media/cast/rtp_receiver/rtp_parser/test/
rtp_packet_builder.cc 46 bool is_set) {
47 is_reference_set_ = is_set;
48 if (is_set)
rtp_packet_builder.h 23 void SetReferenceFrameId(uint32 reference_frame_id, bool 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
  /art/runtime/entrypoints/
entrypoint_utils.h 150 bool is_set; local
153 case InstanceObjectRead: is_primitive = false; is_set = false; is_static = false; break;
154 case InstanceObjectWrite: is_primitive = false; is_set = true; is_static = false; break;
155 case InstancePrimitiveRead: is_primitive = true; is_set = false; is_static = false; break;
156 case InstancePrimitiveWrite: is_primitive = true; is_set = true; is_static = false; break;
157 case StaticObjectRead: is_primitive = false; is_set = false; is_static = true; break;
158 case StaticObjectWrite: is_primitive = false; is_set = true; is_static = true; break;
159 case StaticPrimitiveRead: is_primitive = true; is_set = false; is_static = true; break;
160 case StaticPrimitiveWrite: is_primitive = true; is_set = true; is_static = true; break;
164 is_set = true
    [all...]
entrypoint_utils.cc 81 bool is_set; local
84 case InstanceObjectRead: is_primitive = false; is_set = false; is_static = false; break;
85 case InstanceObjectWrite: is_primitive = false; is_set = true; is_static = false; break;
86 case InstancePrimitiveRead: is_primitive = true; is_set = false; is_static = false; break;
87 case InstancePrimitiveWrite: is_primitive = true; is_set = true; is_static = false; break;
88 case StaticObjectRead: is_primitive = false; is_set = false; is_static = true; break;
89 case StaticObjectWrite: is_primitive = false; is_set = true; is_static = true; break;
90 case StaticPrimitiveRead: is_primitive = true; is_set = false; is_static = true; break;
92 default: is_primitive = true; is_set = true; is_static = true; break;
126 if (UNLIKELY(is_set && resolved_field->IsFinal() && (fields_class != referring_class)))
    [all...]
  /external/chromium_org/third_party/mtpd/mtpd_server/
mtpd_server.h 193 if (__error.is_set())
207 if (__error.is_set())
222 if (__error.is_set())
235 if (__error.is_set())
248 if (__error.is_set())
263 if (__error.is_set())
280 if (__error.is_set())
297 if (__error.is_set())
312 if (__error.is_set())
327 if (__error.is_set())
    [all...]
  /external/chromium/base/debug/
debugger_posix.cc 61 static bool is_set = false; local
64 if (is_set) {
85 is_set = true;
91 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;
  /external/v8/src/
collection.js 51 if (!IS_SET(this)) {
63 if (!IS_SET(this)) {
75 if (!IS_SET(this)) {
  /external/chromium_org/base/debug/
debugger_posix.cc 82 // the result is cached (see |is_set| and |being_debugged| static variables
88 static bool is_set = false; local
91 if (is_set)
122 is_set = true;
128 is_set = true;
  /external/chromium_org/v8/src/
collection.js 56 if (!IS_SET(this)) {
68 if (!IS_SET(this)) {
80 if (!IS_SET(this)) {
97 if (!IS_SET(this)) {
106 if (!IS_SET(this)) {
  /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...]

Completed in 2935 milliseconds

1 2 3 4