Home
last modified time | relevance | path

Searched refs:restype (Results 1 – 13 of 13) sorted by relevance

/external/chromium-trace/catapult/telemetry/third_party/pyserial/serial/
Dwin32.py40 CreateEventA.restype = HANDLE
45 CreateFileA.restype = HANDLE
49 CreateEventW.restype = HANDLE
54 CreateFileW.restype = HANDLE
75 GetLastError.restype = DWORD
82 GetOverlappedResult.restype = BOOL
86 ResetEvent.restype = BOOL
92 WriteFile.restype = BOOL
98 ReadFile.restype = BOOL
102 CloseHandle.restype = BOOL
[all …]
/external/llvm/bindings/python/llvm/
Dcore.py442 library.LLVMInitializeCore.restype = None
445 library.LLVMInitializeTransformUtils.restype = None
448 library.LLVMInitializeScalarOpts.restype = None
451 library.LLVMInitializeObjCARCOpts.restype = None
454 library.LLVMInitializeVectorization.restype = None
457 library.LLVMInitializeInstCombine.restype = None
460 library.LLVMInitializeIPO.restype = None
463 library.LLVMInitializeInstrumentation.restype = None
466 library.LLVMInitializeAnalysis.restype = None
469 library.LLVMInitializeCodeGen.restype = None
[all …]
Dobject.py432 library.LLVMCreateObjectFile.restype = c_object_p
437 library.LLVMGetSections.restype = c_object_p
442 library.LLVMIsSectionIteratorAtEnd.restype = bool
449 library.LLVMGetSymbols.restype = c_object_p
454 library.LLVMIsSymbolIteratorAtEnd.restype = bool
459 library.LLVMGetSectionName.restype = c_char_p
462 library.LLVMGetSectionSize.restype = c_uint64
466 library.LLVMGetSectionContents.restype = POINTER(c_char)
469 library.LLVMGetSectionAddress.restype = c_uint64
472 library.LLVMGetSectionContainsSymbol.restype = bool
[all …]
Ddisassembler.py152 library.LLVMCreateDisasm.restype = c_object_p
158 library.LLVMDisasmInstruction.restype = c_size_t
161 library.LLVMSetDisasmOptions.restype = c_int
Dbit_reader.py28 library.LLVMParseBitcode2.restype = bool
/external/chromium-trace/catapult/telemetry/third_party/pyserial/serial/tools/
Dlist_ports_osx.py36 iokit.IOServiceMatching.restype = ctypes.c_void_p
39 iokit.IOServiceGetMatchingServices.restype = ctypes.c_void_p
44 iokit.IORegistryEntryCreateCFProperty.restype = ctypes.c_void_p
47 iokit.IORegistryEntryGetPath.restype = ctypes.c_void_p
50 iokit.IORegistryEntryGetName.restype = ctypes.c_void_p
53 iokit.IOObjectGetClass.restype = ctypes.c_void_p
59 cf.CFStringCreateWithCString.restype = ctypes.c_void_p
62 cf.CFStringGetCStringPtr.restype = ctypes.c_char_p
65 cf.CFNumberGetValue.restype = ctypes.c_void_p
Dlist_ports_windows.py79 SetupDiDestroyDeviceInfoList.restype = BOOL
83 SetupDiClassGuidsFromName.restype = BOOL
87 SetupDiEnumDeviceInfo.restype = BOOL
91 SetupDiGetClassDevs.restype = HDEVINFO
96 SetupDiGetDeviceRegistryProperty.restype = BOOL
100 SetupDiGetDeviceInstanceId.restype = BOOL
104 SetupDiOpenDevRegKey.restype = HKEY
109 RegCloseKey.restype = LONG
113 RegQueryValueEx.restype = LONG
/external/autotest/client/cros/graphics/
Ddrm.py259 l.drmGetVersion.restype = POINTER(DrmVersion)
262 l.drmFreeVersion.restype = None
265 l.drmModeGetResources.restype = POINTER(DrmModeResources)
268 l.drmModeFreeResources.restype = None
271 l.drmModeGetCrtc.restype = POINTER(DrmModeCrtc)
274 l.drmModeFreeCrtc.restype = None
277 l.drmModeGetFB.restype = POINTER(DrmModeFB)
280 l.drmModeFreeFB.restype = None
283 l.drmIoctl.restype = c_int
/external/chromium-trace/catapult/common/py_trace_event/py_trace_event/
Dtrace_time.py59 mach_absolute_time.restype = ctypes.c_uint64
166 get_tick_count_64.restype = ctypes.c_ulonglong
172 get_tick_count.restype = ctypes.c_uint32
/external/icu/icu4c/source/tools/genrb/
Dwrtxml.cpp547 static char *printContainer(SResource *res, const char *container, const char *restype, const char … in printContainer() argument
573 if (restype != NULL) { in printContainer()
574 printAttribute("restype", restype, (int32_t) uprv_strlen(restype)); in printContainer()
/external/tcpdump/
Dprint-smb.c1162 int restype; in nbt_udp137_print() local
1167 restype = EXTRACT_16BITS(p); in nbt_udp137_print()
1179 if (restype == 0x21) { in nbt_udp137_print()
/external/sonivox/jet_tools/JetCreator/
Deas.py609 eas_dll.EAS_Config.restype = POINTER(EAS_Config)
/external/clang/bindings/python/clang/
Dcindex.py3508 func.restype = item[2]