HomeSort by relevance Sort by last modified time
    Searched refs:is_set (Results 1 - 22 of 22) sorted by null

  /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/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/openssl/crypto/asn1/
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))
asn1.h 770 /* for the is_set parameter to i2d_ASN1_SET */
772 #define IS_SET 1
895 int is_set); variable
    [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/openssl/include/openssl/
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...]
asn1.h 770 /* for the is_set parameter to i2d_ASN1_SET */
772 #define IS_SET 1
895 int is_set); variable
    [all...]
  /external/oprofile/libpp/
profile_spec.cpp 209 if (!cl.is_set())
214 if (!value.is_set())
  /external/v8/src/
hydrogen.h 317 return osr_loop_entry_.is_set();
    [all...]
preparser.h 570 bool* is_set,
parser.h 740 bool* is_set,
preparser.cc     [all...]
utils.h 438 bool is_set() const { return pointer_ != NULL; }
parser.cc     [all...]
hydrogen.cc 565 if (!pointer->is_set()) {
    [all...]
  /hardware/ti/wlan/wl1271/wpa_supplicant_lib/
driver_ti.c 380 static int wpa_driver_tista_config_power_management(void *priv, TPowerMgr_PowerMode *mode, u8 is_set)
384 if(is_set) /* set power mode */
    [all...]
  /external/v8/src/arm/
lithium-arm.h 244 bool HasPointerMap() const { return pointer_map_.is_set(); }
256 return deoptimization_environment_.is_set();
    [all...]
  /external/v8/src/ia32/
lithium-ia32.h 239 bool HasPointerMap() const { return pointer_map_.is_set(); }
252 return deoptimization_environment_.is_set();
    [all...]
  /external/v8/src/mips/
lithium-mips.h 243 bool HasPointerMap() const { return pointer_map_.is_set(); }
255 return deoptimization_environment_.is_set();
    [all...]
  /external/v8/src/x64/
lithium-x64.h 245 bool HasPointerMap() const { return pointer_map_.is_set(); }
257 return deoptimization_environment_.is_set();
    [all...]
  /external/opencv/cxcore/src/
cxdatastructs.cpp 2614 int is_set; local
    [all...]

Completed in 1484 milliseconds