HomeSort by relevance Sort by last modified time
    Searched defs:get_bool (Results 1 - 5 of 5) sorted by null

  /external/llvm/utils/llvm-build/llvmbuild/
componentinfo.py 413 def get_bool(self, key): member in class:IniFormatParser
  /external/wpa_supplicant_8/src/eap_peer/
eap.h 145 * get_bool - Get a boolean EAPOL state variable
149 Boolean (*get_bool)(void *ctx, enum eapol_bool_var variable); member in struct:eapol_callbacks
  /prebuilts/misc/common/swig/include/2.0.11/ocaml/
swig.ml 89 let rec get_bool x = var
swig.mli 38 val get_bool : 'a c_obj_t -> bool var
  /external/selinux/policycoreutils/sepolicy/
search.c 299 static PyObject* get_bool(const qpol_policy_t *q, const qpol_cond_t * cond, int enabled) function
406 obj = get_bool(q, cond, enabled);
852 obj = get_bool(q, cond, enabled);

Completed in 296 milliseconds