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

  /external/chromium_org/tools/telemetry/third_party/pyserial/serial/
win32.py 282 ('XonChar', c_char),
283 ('XoffChar', c_char),
284 ('ErrorChar', c_char),
285 ('EofChar', c_char),
286 ('EvtChar', c_char),
  /external/lldb/examples/summaries/cocoa/
NSNumber.py 49 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/
object.py 81 from ctypes import c_char namespace
474 library.LLVMGetSectionContents.restype = POINTER(c_char)
  /external/chromium_org/tools/telemetry/third_party/pyserial/serial/tools/
list_ports_windows.py 26 CHAR = ctypes.c_char
  /art/runtime/arch/
stub_test.cc 1785 const char c_char[kCharCount] = { 'a', 'b', 'c', 'd', 'e' }; local
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
executive.py 231 ("szExeFile", ctypes.c_char * 260)]
  /external/chromium_org/third_party/simplejson/
_speedups.c 695 char c_char = Py_CHARMASK(c); local
696 chunk = PyString_FromStringAndSize(&c_char, 1);
    [all...]

Completed in 198 milliseconds