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

/external/chromium_org/tools/telemetry/third_party/pyserial/serial/
H A 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
[all...]
/external/llvm/bindings/python/llvm/
H A 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.LLVMInitializeIPA.restype
[all...]
H A Dobject.py440 library.LLVMCreateObjectFile.restype = c_object_p
445 library.LLVMGetSections.restype = c_object_p
450 library.LLVMIsSectionIteratorAtEnd.restype = bool
457 library.LLVMGetSymbols.restype = c_object_p
462 library.LLVMIsSymbolIteratorAtEnd.restype = bool
467 library.LLVMGetSectionName.restype = c_char_p
470 library.LLVMGetSectionSize.restype = c_uint64
474 library.LLVMGetSectionContents.restype = POINTER(c_char)
477 library.LLVMGetSectionAddress.restype = c_uint64
480 library.LLVMGetSectionContainsSymbol.restype
[all...]
H A Dbit_reader.py29 library.LLVMParseBitcode.restype = bool
H A Ddisassembler.py152 library.LLVMCreateDisasm.restype = c_object_p
158 library.LLVMDisasmInstruction.restype = c_size_t
161 library.LLVMSetDisasmOptions.restype = c_int
/external/chromium_org/tools/telemetry/third_party/pyserial/serial/tools/
H A 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
H A 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/chromium_org/chrome/tools/build/win/
H A Dresedit.py37 UpdateResource.restype = ctypes.c_short
/external/chromium_org/third_party/icu/source/tools/genrb/
H A Dwrtxml.cpp533 * <trans-unit id = "blah" resname = "blah" restype = "x-id-alias" translate = "no">
534 * <group id "calendar_gregorian" resname = "gregorian" restype = "x-icu-array">
536 static char *printContainer(struct SResource *res, const char *container, const char *restype, const char *mimetype, const char *id, UErrorCode *status) argument
563 if (restype != NULL) {
564 printAttribute("restype", restype, (int32_t) uprv_strlen(restype));
732 printAttribute("restype", integer_restype, (int32_t) strlen(integer_restype));
/external/icu/icu4c/source/tools/genrb/
H A Dwrtxml.cpp543 * <trans-unit id = "blah" resname = "blah" restype = "x-id-alias" translate = "no">
544 * <group id "calendar_gregorian" resname = "gregorian" restype = "x-icu-array">
546 static char *printContainer(struct SResource *res, const char *container, const char *restype, const char *mimetype, const char *id, UErrorCode *status) argument
573 if (restype != NULL) {
574 printAttribute("restype", restype, (int32_t) uprv_strlen(restype));
742 printAttribute("restype", integer_restype, (int32_t) strlen(integer_restype));
/external/tcpdump/
H A Dprint-smb.c1178 int restype; local
1183 restype = EXTRACT_16BITS(p);
1195 if (restype == 0x21) {
/external/sonivox/jet_tools/JetCreator/
H A Deas.py609 eas_dll.EAS_Config.restype = POINTER(EAS_Config)
/external/clang/bindings/python/clang/
H A Dcindex.py3362 func.restype = item[2]

Completed in 9243 milliseconds