HomeSort by relevance Sort by last modified time
    Searched full:__cdecl (Results 1 - 25 of 110) sorted by null

1 2 3 4 5

  /external/bluetooth/glib/build/win32/dirent/
dirent.h 64 DIR* __cdecl opendir (const char*);
65 struct dirent* __cdecl readdir (DIR*);
66 int __cdecl closedir (DIR*);
67 void __cdecl rewinddir (DIR*);
68 long __cdecl telldir (DIR*);
69 void __cdecl seekdir (DIR*, long);
113 _WDIR* __cdecl _wopendir (const wchar_t*);
114 struct _wdirent* __cdecl _wreaddir (_WDIR*);
115 int __cdecl _wclosedir (_WDIR*);
116 void __cdecl _wrewinddir (_WDIR*);
    [all...]
  /external/chromium/chrome/common/
child_process_logging_win.cc 19 // exported in breakpad_win.cc: void __declspec(dllexport) __cdecl SetActiveURL.
20 typedef void (__cdecl *MainSetActiveURL)(const wchar_t*);
22 // exported in breakpad_win.cc: void __declspec(dllexport) __cdecl SetClientId.
23 typedef void (__cdecl *MainSetClientId)(const wchar_t*);
26 // void __declspec(dllexport) __cdecl SetNumberOfExtensions.
27 typedef void (__cdecl *MainSetNumberOfExtensions)(int);
30 // void __declspec(dllexport) __cdecl SetExtensionID.
31 typedef void (__cdecl *MainSetExtensionID)(size_t, const wchar_t*);
33 // exported in breakpad_win.cc: void __declspec(dllexport) __cdecl SetGpuInfo.
34 typedef void (__cdecl *MainSetGpuInfo)(const wchar_t*, const wchar_t*
    [all...]
  /development/host/windows/usb/api/
adb_api.cpp 41 ADBAPIHANDLE __cdecl AdbEnumInterfaces(GUID class_id,
69 bool __cdecl AdbNextInterface(ADBAPIHANDLE adb_handle,
91 bool __cdecl AdbResetInterfaceEnum(ADBAPIHANDLE adb_handle) {
106 ADBAPIHANDLE __cdecl AdbCreateInterfaceByName(
142 ADBAPIHANDLE __cdecl AdbCreateInterface(GUID class_id,
199 bool __cdecl AdbGetInterfaceName(ADBAPIHANDLE adb_interface,
218 bool __cdecl AdbGetSerialNumber(ADBAPIHANDLE adb_interface,
237 bool __cdecl AdbGetUsbDeviceDescriptor(ADBAPIHANDLE adb_interface,
254 bool __cdecl AdbGetUsbConfigurationDescriptor(ADBAPIHANDLE adb_interface,
271 bool __cdecl AdbGetUsbInterfaceDescriptor(ADBAPIHANDLE adb_interface,
    [all...]
adb_api.h 227 ADBWIN_API ADBAPIHANDLE __cdecl AdbEnumInterfaces(GUID class_id,
250 ADBWIN_API bool __cdecl AdbNextInterface(ADBAPIHANDLE adb_handle,
262 ADBWIN_API bool __cdecl AdbResetInterfaceEnum(ADBAPIHANDLE adb_handle);
271 ADBWIN_API ADBAPIHANDLE __cdecl AdbCreateInterfaceByName(const wchar_t* interface_name);
287 ADBWIN_API ADBAPIHANDLE __cdecl AdbCreateInterface(GUID class_id,
308 ADBWIN_API bool __cdecl AdbGetInterfaceName(ADBAPIHANDLE adb_interface,
329 ADBWIN_API bool __cdecl AdbGetSerialNumber(ADBAPIHANDLE adb_interface,
344 ADBWIN_API bool __cdecl AdbGetUsbDeviceDescriptor(ADBAPIHANDLE adb_interface,
356 ADBWIN_API bool __cdecl AdbGetUsbConfigurationDescriptor(
369 ADBWIN_API bool __cdecl AdbGetUsbInterfaceDescriptor(ADBAPIHANDLE adb_interface,
    [all...]
  /external/libxml2/include/libxml/
xmlexports.h 73 #define XMLCALL __cdecl
75 #define XMLCDECL __cdecl
98 #define XMLCALL __cdecl
99 #define XMLCDECL __cdecl
127 #define XMLCALL __cdecl
128 #define XMLCDECL __cdecl
151 #define XMLCALL __cdecl
152 #define XMLCDECL __cdecl
  /external/webkit/Source/WebCore/platform/graphics/ca/win/
WKCACFViewLayerTreeHost.cpp 52 SOFT_LINK(WebKitQuartzCoreAdditions, WKCACFViewCreate, WKCACFViewRef, __cdecl, (WKCACFViewDrawingDestination destination), (destination))
53 SOFT_LINK(WebKitQuartzCoreAdditions, WKCACFViewSetLayer, void, __cdecl, (WKCACFViewRef view, CACFLayerRef layer), (view, layer))
54 SOFT_LINK(WebKitQuartzCoreAdditions, WKCACFViewUpdate, void, __cdecl, (WKCACFViewRef view, HWND window, const CGRect* bounds), (view, window, bounds))
55 SOFT_LINK(WebKitQuartzCoreAdditions, WKCACFViewCanDraw, bool, __cdecl, (WKCACFViewRef view), (view))
56 SOFT_LINK(WebKitQuartzCoreAdditions, WKCACFViewDraw, void, __cdecl, (WKCACFViewRef view), (view))
57 SOFT_LINK(WebKitQuartzCoreAdditions, WKCACFViewFlushContext, void, __cdecl, (WKCACFViewRef view), (view))
58 SOFT_LINK(WebKitQuartzCoreAdditions, WKCACFViewInvalidateRects, void, __cdecl, (WKCACFViewRef view, const CGRect rects[], size_t count), (view, rects, count))
60 SOFT_LINK(WebKitQuartzCoreAdditions, WKCACFViewSetContextDidChangeCallback, void, __cdecl, (WKCACFViewRef view, WKCACFViewContextDidChangeCallback callback, void* info), (view, callback, info))
61 SOFT_LINK(WebKitQuartzCoreAdditions, WKCACFViewGetLastCommitTime, CFTimeInterval, __cdecl, (WKCACFViewRef view), (view))
62 SOFT_LINK(WebKitQuartzCoreAdditions, WKCACFViewSetContextUserData, void, __cdecl, (WKCACFViewRef view, void* userData), (view, userData)
    [all...]
  /external/clang/test/Parser/
MicrosoftExtensions.c 4 typedef int (__cdecl *tptr)();
8 __declspec(deprecated) __declspec(deprecated) char * __cdecl ltoa( long _Val, char * _DstBuf, int _Radix);
9 __declspec(noalias) __declspec(restrict) void * __cdecl xxx( void * _Memory );
  /external/icu4c/tools/ctestfw/unicode/
testtype.h 20 #define T_CTEST_EXPORT2 __cdecl
  /external/libxslt/libxslt/
xsltexports.h 63 #define XSLTCALL __cdecl
85 #define XSLTCALL __cdecl
110 #define XSLTCALL __cdecl
132 #define XSLTCALL __cdecl
  /external/clang/test/Rewriter/
missing-dllimport.c 7 __declspec(dllimport) int __cdecl foo(void);
8 inline int __cdecl foo() { return 0; }
  /external/quake/quake/src/QW/scitech/include/
debug.h 47 #define __cdecl /* GCC doesn't know about __cdecl modifiers */ macro
68 #define __cdecl macro
163 #define _ASMAPI __cdecl
174 #define _VARAPI __cdecl
181 #define _DLLASM __export __cdecl
191 #define _DLLASM __cdecl
  /external/quake/quake/src/WinQuake/scitech/INCLUDE/
DEBUG.H 47 #define __cdecl /* GCC doesn't know about __cdecl modifiers */ macro
68 #define __cdecl macro
163 #define _ASMAPI __cdecl
174 #define _VARAPI __cdecl
181 #define _DLLASM __export __cdecl
191 #define _DLLASM __cdecl
  /external/stlport/stlport/stl/config/
_bc.h 126 # define _STLP_CALL __cdecl __export
128 # define _STLP_CALL __cdecl
131 # define _STLP_CALL __cdecl
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
_bc.h 126 # define _STLP_CALL __cdecl __export
128 # define _STLP_CALL __cdecl
131 # define _STLP_CALL __cdecl
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/config/
_bc.h 126 # define _STLP_CALL __cdecl __export
128 # define _STLP_CALL __cdecl
131 # define _STLP_CALL __cdecl
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/config/
_bc.h 126 # define _STLP_CALL __cdecl __export
128 # define _STLP_CALL __cdecl
131 # define _STLP_CALL __cdecl
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/config/
_bc.h 126 # define _STLP_CALL __cdecl __export
128 # define _STLP_CALL __cdecl
131 # define _STLP_CALL __cdecl
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_thread.h 71 typedef unsigned long (__cdecl *pfnSDL_CurrentBeginThread) (void *, unsigned,
74 typedef void (__cdecl *pfnSDL_CurrentEndThread)(unsigned code);
76 typedef uintptr_t (__cdecl *pfnSDL_CurrentBeginThread) (void *, unsigned,
79 typedef void (__cdecl *pfnSDL_CurrentEndThread)(unsigned code);
  /external/qemu/distrib/sdl-1.2.12/src/thread/win32/
SDL_systhread.c 40 typedef unsigned long (__cdecl *pfnSDL_CurrentBeginThread) (void *, unsigned,
43 typedef void (__cdecl *pfnSDL_CurrentEndThread)(unsigned code);
54 typedef uintptr_t (__cdecl *pfnSDL_CurrentBeginThread) (void *, unsigned,
57 typedef void (__cdecl *pfnSDL_CurrentEndThread)(unsigned code);
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_thread.h 71 typedef unsigned long (__cdecl *pfnSDL_CurrentBeginThread) (void *, unsigned,
74 typedef void (__cdecl *pfnSDL_CurrentEndThread)(unsigned code);
76 typedef uintptr_t (__cdecl *pfnSDL_CurrentBeginThread) (void *, unsigned,
79 typedef void (__cdecl *pfnSDL_CurrentEndThread)(unsigned code);
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_thread.h 71 typedef unsigned long (__cdecl *pfnSDL_CurrentBeginThread) (void *, unsigned,
74 typedef void (__cdecl *pfnSDL_CurrentEndThread)(unsigned code);
76 typedef uintptr_t (__cdecl *pfnSDL_CurrentBeginThread) (void *, unsigned,
79 typedef void (__cdecl *pfnSDL_CurrentEndThread)(unsigned code);
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_thread.h 71 typedef unsigned long (__cdecl *pfnSDL_CurrentBeginThread) (void *, unsigned,
74 typedef void (__cdecl *pfnSDL_CurrentEndThread)(unsigned code);
76 typedef uintptr_t (__cdecl *pfnSDL_CurrentBeginThread) (void *, unsigned,
79 typedef void (__cdecl *pfnSDL_CurrentEndThread)(unsigned code);
  /external/webkit/Source/JavaScriptCore/wtf/wince/
FastMallocWinCE.h 70 static inline void* __cdecl operator new(size_t s) { return fastMalloc(s); }
71 static inline void __cdecl operator delete(void* p) { fastFree(p); }
72 static inline void* __cdecl operator new[](size_t s) { return fastMalloc(s); }
73 static inline void __cdecl operator delete[](void* p) { fastFree(p); }
  /external/webkit/Source/WebCore/platform/network/cf/
CookieJarCFNet.cpp 54 SOFT_LINK_OPTIONAL(CFNetwork, CFHTTPCookieCopyDomain, CFStringRef, __cdecl, (CFHTTPCookieRef))
55 SOFT_LINK_OPTIONAL(CFNetwork, CFHTTPCookieGetExpirationTime, CFAbsoluteTime, __cdecl, (CFHTTPCookieRef))
56 SOFT_LINK_OPTIONAL(CFNetwork, CFHTTPCookieCopyName, CFStringRef, __cdecl, (CFHTTPCookieRef))
57 SOFT_LINK_OPTIONAL(CFNetwork, CFHTTPCookieCopyPath, CFStringRef, __cdecl, (CFHTTPCookieRef))
58 SOFT_LINK_OPTIONAL(CFNetwork, CFHTTPCookieCopyValue, CFStringRef, __cdecl, (CFHTTPCookieRef))
  /external/chromium/base/debug/
debug_on_start_win.h 37 typedef int (__cdecl *PIFV)(void);
41 static int __cdecl Init();

Completed in 756 milliseconds

1 2 3 4 5