HomeSort by relevance Sort by last modified time
    Searched refs:restype (Results 1 - 7 of 7) sorted by null

  /external/llvm/bindings/python/llvm/
object.py 441 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 = boo
    [all...]
disassembler.py 127 library.LLVMCreateDisasm.restype = c_object_p
133 library.LLVMDisasmInstruction.restype = c_size_t
136 library.LLVMSetDisasmOptions.restype = c_int
core.py 89 library.LLVMCreateMemoryBufferWithContentsOfFile.restype = bool
  /external/icu4c/tools/genrb/
wrtxml.cpp 533 * <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)
563 if (restype != NULL) {
564 printAttribute("restype", restype, (int32_t) uprv_strlen(restype));
732 printAttribute("restype", integer_restype, (int32_t) strlen(integer_restype));
    [all...]
  /external/tcpdump/
print-smb.c 1178 int restype; local
    [all...]
  /external/sonivox/jet_tools/JetCreator/
eas.py 609 eas_dll.EAS_Config.restype = POINTER(EAS_Config)
    [all...]
  /external/clang/bindings/python/clang/
cindex.py     [all...]

Completed in 721 milliseconds