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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/
__init__.py 113 from _ctypes import FUNCFLAG_STDCALL as _FUNCFLAG_STDCALL
116 _FUNCFLAG_STDCALL = _FUNCFLAG_CDECL
121 flags = _FUNCFLAG_STDCALL
401 _func_flags_ = _FUNCFLAG_STDCALL
425 _func_flags_ = _FUNCFLAG_STDCALL
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/
__init__.py 113 from _ctypes import FUNCFLAG_STDCALL as _FUNCFLAG_STDCALL
116 _FUNCFLAG_STDCALL = _FUNCFLAG_CDECL
121 flags = _FUNCFLAG_STDCALL
401 _func_flags_ = _FUNCFLAG_STDCALL
425 _func_flags_ = _FUNCFLAG_STDCALL

Completed in 712 milliseconds