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

/external/clang/bindings/python/clang/
H A Dcindex.py1133 _clang_getNumDiagnostics.restype = c_uint
1137 _clang_getDiagnostic.restype = c_object_p
1144 _clang_getDiagnosticSeverity.restype = c_int
1148 _clang_getDiagnosticLocation.restype = SourceLocation
1152 _clang_getDiagnosticSpelling.restype = _CXString
1157 _clang_getDiagnosticNumRanges.restype = c_uint
1161 _clang_getDiagnosticRange.restype = SourceRange
1165 _clang_getDiagnosticNumFixIts.restype = c_uint
1169 _clang_getDiagnosticFixIt.restype = _CXString
1564 _CXString_getCString.restype
[all...]
/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)

Completed in 1083 milliseconds