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

  /prebuilts/go/darwin-x86/misc/cgo/test/
issue4417.go 14 static int c_bool(bool a, bool b, int c, bool d, bool e) {
22 b := C.c_bool(true, true, 10, true, false)
26 b = C.c_bool(true, true, 5, true, true)
30 b = C.c_bool(true, true, 3, true, false)
34 b = C.c_bool(false, false, 1, true, false)
38 b = C.c_bool(false, true, 200, true, false)
  /prebuilts/go/linux-x86/misc/cgo/test/
issue4417.go 14 static int c_bool(bool a, bool b, int c, bool d, bool e) {
22 b := C.c_bool(true, true, 10, true, false)
26 b = C.c_bool(true, true, 5, true, true)
30 b = C.c_bool(true, true, 3, true, false)
34 b = C.c_bool(false, false, 1, true, false)
38 b = C.c_bool(false, true, 200, true, false)
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/test/
test_repr.py 7 c_float, c_double, c_longdouble, c_bool]:
test_pep3118.py 134 (c_bool, "<?", None, 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])
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/test/
test_repr.py 7 c_float, c_double, c_longdouble, c_bool]:
test_pep3118.py 134 (c_bool, "<?", None, 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])
  /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_pep3118.py 134 (c_bool, "<?", None, 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])
  /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_pep3118.py 134 (c_bool, "<?", None, 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])
  /external/autotest/site_utils/
rpc_logserver.py 47 server_started = multiprocessing.Value(ctypes.c_bool, False)
log_socket_server.py 125 server_started = multiprocessing.Value(ctypes.c_bool, False)
  /external/autotest/client/common_lib/
smogcheck_tpm.py 27 from ctypes import c_uint, c_uint32, cdll, c_bool, Structure, POINTER, \
257 bValue: a c_bool, place holder for specific TPM flag bit value (0/1).
277 bValue: a c_bool, place holder for specific TPM flag bit value (0/1).
517 bValue = c_bool()
565 bValue = c_bool()
  /system/sepolicy/tests/
policy.py 35 create_string_buffer(Type), c_bool(IsAttr))
  /external/autotest/site_utils/rpm_control_system/
rpm_controller.py 156 result = multiprocessing.Value(ctypes.c_bool, False)
167 is_timeout = multiprocessing.Value(ctypes.c_bool, False)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/
__init__.py 260 class c_bool(_SimpleCData): class in inherits:_SimpleCData
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/
__init__.py 260 class c_bool(_SimpleCData): class in inherits:_SimpleCData
  /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

Completed in 511 milliseconds