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

/external/llvm/bindings/python/llvm/
H A Dobject.py441 library.LLVMCreateObjectFile.restype = c_object_p
446 library.LLVMGetSections.restype = c_object_p
451 library.LLVMIsSectionIteratorAtEnd.restype = bool
458 library.LLVMGetSymbols.restype = c_object_p
463 library.LLVMIsSymbolIteratorAtEnd.restype = bool
468 library.LLVMGetSectionName.restype = c_char_p
471 library.LLVMGetSectionSize.restype = c_uint64
474 library.LLVMGetSectionContents.restype = c_char_p
477 library.LLVMGetSectionAddress.restype = c_uint64
480 library.LLVMGetSectionContainsSymbol.restype
[all...]
H A Ddisassembler.py120 library.LLVMCreateDisasm.restype = c_object_p
126 library.LLVMDisasmInstruction.restype = c_size_t
H A Dcore.py89 library.LLVMCreateMemoryBufferWithContentsOfFile.restype = bool
/external/icu4c/tools/genrb/
H A Dwrtxml.cpp531 * <trans-unit id = "blah" resname = "blah" restype = "x-id-alias" translate = "no">
532 * <group id "calendar_gregorian" resname = "gregorian" restype = "x-icu-array">
534 static char *printContainer(struct SResource *res, const char *container, const char *restype, const char *mimetype, const char *id, UErrorCode *status) argument
561 if (restype != NULL) {
562 printAttribute("restype", restype, (int32_t) uprv_strlen(restype));
732 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.py2972 func.restype = item[2]

Completed in 282 milliseconds