/external/capstone/bindings/python/capstone/ |
arm.py | 37 ('subtracted', ctypes.c_bool), 63 ('usermode', ctypes.c_bool), 69 ('update_flags', ctypes.c_bool), 70 ('writeback', ctypes.c_bool),
|
arm64.py | 81 ('update_flags', ctypes.c_bool), 82 ('writeback', ctypes.c_bool),
|
x86.py | 31 ('avx_zero_opmask', ctypes.c_bool), 65 ('avx_sae', ctypes.c_bool),
|
ppc.py | 56 ('update_cr0', ctypes.c_bool),
|
__init__.py | 329 _setup_prototype(_cs, "cs_support", ctypes.c_bool, ctypes.c_int)
|
/external/python/cpython2/Lib/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) 202 # array does not support c_bool / 't' 205 from ctypes import c_bool 207 a = array(c_bool._type_, [True])
|
test_pep3118.py | 114 s_bool = {1: '?', 2: 'H', 4: 'L', 8: 'Q'}[sizeof(c_bool)] 165 (c_bool, "<" + s_bool, None, c_bool),
|
/external/python/cpython3/Lib/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) 203 # array does not support c_bool / 't' 206 from ctypes import c_bool 208 a = array(c_bool._type_, [True])
|
test_pep3118.py | 117 s_bool = {1: '?', 2: 'H', 4: 'L', 8: 'Q'}[sizeof(c_bool)] 168 (c_bool, "<" + s_bool, (), c_bool),
|
/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()
|
/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...] |
/external/python/cpython2/Lib/ctypes/ |
__init__.py | 257 class c_bool(_SimpleCData): class in inherits:_SimpleCData
|
/external/python/cpython3/Lib/ctypes/ |
__init__.py | 246 class c_bool(_SimpleCData): class in inherits:_SimpleCData
|
/external/scapy/scapy/modules/ |
winpcapy.py | 621 pcap_offline_filter.restype = c_bool
|
/external/autotest/frontend/afe/ |
moblab_rpc_interface.py | 613 ssh_test_result = multiprocessing.Value(ctypes.c_bool) [all...] |
/external/bcc/src/python/bcc/ |
__init__.py | 397 u"_Bool": ct.c_bool, [all...] |