HomeSort by relevance Sort by last modified time
    Searched full:c_bool (Results 1 - 14 of 14) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_repr.py 7 c_float, c_double, c_longdouble, c_bool]:
test_numbers.py 41 c_bool
45 bool_types.append(c_bool)
201 # array does not support c_bool / 't'
203 # from ctypes import c_bool
205 # a = array(c_bool._type_, [True])
test_pep3118.py 134 (c_bool, "<?", None, c_bool),
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_repr.py 7 c_float, c_double, c_longdouble, c_bool]:
test_numbers.py 41 c_bool
45 bool_types.append(c_bool)
201 # array does not support c_bool / 't'
203 # from ctypes import c_bool
205 # a = array(c_bool._type_, [True])
test_pep3118.py 134 (c_bool, "<?", None, c_bool),
  /prebuilts/misc/common/swig/include/2.0.11/ocaml/
swig.ml 9 | C_bool of bool
49 C_bool b -> if b then 1 else 0
91 C_bool b -> b
112 let make_bool b = C_bool b
ocaml.swg 12 #define C_bool 0
98 case C_bool:
263 bv = caml_swig_alloc(1,C_bool);
389 case C_bool:
428 case C_bool:
522 case C_bool:
swig.mli 7 | C_bool of bool
swigp4.ml 22 | <:expr< True >> -> <:expr< (C_bool $e$) >>
23 | <:expr< False >> -> <:expr< (C_bool $e$) >>
typecheck.i 85 case C_bool: $1 = 1; break;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/
__init__.py 260 class c_bool(_SimpleCData): class in inherits:_SimpleCData
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/
__init__.py 260 class c_bool(_SimpleCData): class in inherits:_SimpleCData
  /hardware/ti/omap3/omx/ti_omx_config_parser/src/
ti_m4v_config_parser.cpp 936 c_bool highProfileDetected = false;
    [all...]

Completed in 2090 milliseconds