Searched refs:c_char (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/tools/telemetry/third_party/pyserial/serial/
H A Dwin32.py282 ('XonChar', c_char),
283 ('XoffChar', c_char),
284 ('ErrorChar', c_char),
285 ('EofChar', c_char),
286 ('EvtChar', c_char),
/external/lldb/examples/summaries/cocoa/
H A DNSNumber.py49 return '(char)' + str(ord(ctypes.c_char(chr(self.data % 256)).value))
110 return '(char)' + str(ord(ctypes.c_char(chr(data_vo.GetValueAsUnsigned(0))).value))
/external/llvm/bindings/python/llvm/
H A Dobject.py81 from ctypes import c_char namespace
474 library.LLVMGetSectionContents.restype = POINTER(c_char)
/external/chromium_org/tools/telemetry/third_party/pyserial/serial/tools/
H A Dlist_ports_windows.py26 CHAR = ctypes.c_char
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
H A Dexecutive.py231 ("szExeFile", ctypes.c_char * 260)]
/external/chromium_org/third_party/simplejson/
H A D_speedups.c695 char c_char = Py_CHARMASK(c); local
696 chunk = PyString_FromStringAndSize(&c_char, 1);

Completed in 169 milliseconds