Searched refs:c_char_p (Results 1 - 8 of 8) sorted by relevance

/external/llvm/bindings/python/llvm/
H A Dbit_reader.py11 from ctypes import c_char_p namespace
19 out = c_char_p(None)
28 library.LLVMParseBitcode.argtypes = [MemoryBuffer, POINTER(c_object_p), POINTER(c_char_p)]
H A Ddisassembler.py14 from ctypes import c_char_p namespace
76 ptr = lib.LLVMCreateDisasm(c_char_p(triple), c_void_p(None), c_int(0),
101 buf = cast(c_char_p(source), POINTER(c_ubyte))
102 out_str = cast((c_byte * 255)(), c_char_p)
122 source_bytes = c_char_p(source)
123 out_str = cast((c_byte * 255)(), c_char_p)
150 library.LLVMCreateDisasm.argtypes = [c_char_p, c_void_p, c_int,
157 c_uint64, c_uint64, c_char_p, c_size_t]
166 callbacks['symbol_lookup'] = CFUNCTYPE(c_char_p, c_void_p, c_uint64,
168 POINTER(c_char_p))
[all...]
H A Dcore.py18 from ctypes import c_char_p namespace
159 out = c_char_p(None)
263 out = c_char_p(None)
495 library.LLVMCreateMemoryBufferWithContentsOfFile.argtypes = [c_char_p,
496 POINTER(c_object_p), POINTER(c_char_p)]
504 library.LLVMModuleCreateWithName.argtypes = [c_char_p]
511 library.LLVMGetDataLayout.restype = c_char_p
513 library.LLVMSetDataLayout.argtypes = [Module, c_char_p]
517 library.LLVMGetTarget.restype = c_char_p
519 library.LLVMSetTarget.argtypes = [Module, c_char_p]
[all...]
H A Dobject.py80 from ctypes import c_char_p namespace
467 library.LLVMGetSectionName.restype = c_char_p
473 # Can't use c_char_p here as it isn't a NUL-terminated string.
493 library.LLVMGetSymbolName.restype = c_char_p
514 library.LLVMGetRelocationTypeName.restype = c_char_p
517 library.LLVMGetRelocationValueString.restype = c_char_p
/external/chromium_org/tools/telemetry/third_party/pyserial/serial/tools/
H A Dlist_ports_osx.py58 cf.CFStringCreateWithCString.argtypes = [ctypes.c_void_p, ctypes.c_char_p, ctypes.c_int32]
62 cf.CFStringGetCStringPtr.restype = ctypes.c_char_p
H A Dlist_ports_windows.py24 PCTSTR = ctypes.c_char_p
/external/clang/bindings/python/clang/
H A Dcindex.py150 _fields_ = [("spelling", c_char_p), ("free", c_int)]
1837 return conf.lib.clang_Type_getOffsetOf(self, c_char_p(fieldname))
1881 _fields_ = [("name", c_char_p), ("contents", c_char_p), ('length', c_ulong)]
2236 args_array = (c_char_p * len(args))(* args)
2752 [c_char_p, POINTER(c_uint)],
2762 [c_object_p, c_char_p],
2792 [TranslationUnit, c_char_p, c_int, c_int, c_void_p, c_int, c_int],
2808 [Index, c_char_p],
2918 c_char_p),
[all...]
/external/sonivox/jet_tools/JetCreator/
H A Deas.py108 EAS_METADATA_CBFUNC = CFUNCTYPE(c_int, c_int, c_char_p, c_ulong)
208 LOG_FUNC_TYPE = CFUNCTYPE(c_int, c_int, c_char_p)
545 ('buildGUID', c_char_p)]

Completed in 560 milliseconds