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

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
sisbkup.h 13 WINBOOL __stdcall SisCreateBackupStructure(PWCHAR volumeRoot,PVOID *sisBackupStructure,PWCHAR *commonStoreRootPathname,PULONG countOfCommonStoreFilesToBackup,PWCHAR **commonStoreFilesToBackup);
14 WINBOOL __stdcall SisCSFilesToBackupForLink(PVOID sisBackupStructure,PVOID reparseData,ULONG reparseDataSize,PVOID thisFileContext,PVOID *matchingFileContext,PULONG countOfCommonStoreFilesToBackup,PWCHAR **commonStoreFilesToBackup);
15 WINBOOL __stdcall SisFreeBackupStructure(PVOID sisBackupStructure);
16 WINBOOL __stdcall SisCreateRestoreStructure(PWCHAR volumeRoot,PVOID *sisRestoreStructure,PWCHAR *commonStoreRootPathname,PULONG countOfCommonStoreFilesToRestore,PWCHAR **commonStoreFilesToRestore);
17 WINBOOL __stdcall SisRestoredLink(PVOID sisRestoreStructure,PWCHAR restoredFileName,PVOID reparseData,ULONG reparseDataSize,PULONG countOfCommonStoreFilesToRestore,PWCHAR **commonStoreFilesToRestore);
18 WINBOOL __stdcall SisRestoredCommonStoreFile(PVOID sisRestoreStructure,PWCHAR commonStoreFileName);
19 WINBOOL __stdcall SisFreeRestoreStructure(PVOID sisRestoreStructure);
20 VOID __stdcall SisFreeAllocatedMemory(PVOID allocatedSpace);
22 typedef WINBOOL (__stdcall *PF_SISCREATEBACKUPSTRUCTURE)(PWCHAR,PVOID *,PWCHAR *,PULONG,PWCHAR **);
23 typedef WINBOOL (__stdcall *PF_SISCSFILESTOBACKUPFORLINK) (PVOID,PVOID,ULONG,PVOID,PVOID *,PULONG,PWCHAR **)
    [all...]
srrestoreptapi.h 67 WINBOOL __stdcall SRSetRestorePointA(PRESTOREPOINTINFOA pRestorePtSpec,PSTATEMGRSTATUS pSMgrStatus);
68 WINBOOL __stdcall SRSetRestorePointW(PRESTOREPOINTINFOW pRestorePtSpec,PSTATEMGRSTATUS pSMgrStatus);
69 DWORD __stdcall SRRemoveRestorePoint(DWORD dwRPNum);
tdh.h 172 ULONG __stdcall TdhEnumerateProviderFieldInformation(
179 ULONG __stdcall TdhEnumerateProviders(
184 ULONG __stdcall TdhGetEventInformation(
192 ULONG __stdcall TdhGetEventMapInformation(
199 ULONG __stdcall TdhGetProperty(
209 ULONG __stdcall TdhGetPropertySize(
218 ULONG __stdcall TdhQueryProviderFieldInformation(
  /external/clang/test/PCH/
single-token-macro.c 15 #ifdef __stdcall
16 // __stdcall is defined as __attribute__((__stdcall__)) for targeting mingw32.
17 #undef __stdcall macro
20 #define __stdcall macro
21 #define STDCALL __stdcall
  /external/clang/test/Sema/
MicrosoftCompatibility-x64.c 2 int __stdcall f(void); /* expected-warning {{calling convention '__stdcall' ignored for this target}} */
4 /* This should compile without warning because __stdcall is treated
MicrosoftCompatibility-x86.c 2 int __stdcall f(void); /* expected-note {{previous declaration is here}} */
  /external/clang/test/CodeGen/
microsoft-call-conv-x64.c 4 void __stdcall f2(void);
10 void __stdcall f5(void) {
18 void (__stdcall *pf2)(void) = f2;
20 void (__stdcall *pf5)(void) = f5;
35 void __stdcall f7(foo) int foo; {}
microsoft-call-conv.c 6 void __stdcall f2(void);
13 void __stdcall f5(void) {
26 void (__stdcall *pf2)(void) = f2;
29 void (__stdcall *pf5)(void) = f5;
48 void __stdcall f7(foo) int foo; {}
59 void __stdcall f11(int x, ...) {};
mangle-windows-rtd.c 6 void __stdcall f2(void) {}
mangle-windows.c 4 void __stdcall f1(void) {}
10 void __stdcall f3() {}
  /external/clang/test/Parser/
arm-windows-calling-convention-handling.c 7 float __stdcall stdcall(float a, float b, float c, float d) { // expected-warning {{calling convention '__stdcall' ignored for this target}}
  /external/chromium_org/ui/base/dragdrop/
drag_source_win.h 35 HRESULT __stdcall QueryContinueDrag(BOOL escape_pressed, DWORD key_state);
36 HRESULT __stdcall GiveFeedback(DWORD effect);
39 HRESULT __stdcall QueryInterface(const IID& iid, void** object);
40 ULONG __stdcall AddRef();
41 ULONG __stdcall Release();
os_exchange_data_provider_win.h 56 HRESULT __stdcall GetData(FORMATETC* format_etc, STGMEDIUM* medium);
57 HRESULT __stdcall GetDataHere(FORMATETC* format_etc, STGMEDIUM* medium);
58 HRESULT __stdcall QueryGetData(FORMATETC* format_etc);
59 HRESULT __stdcall GetCanonicalFormatEtc(
61 HRESULT __stdcall SetData(
63 HRESULT __stdcall EnumFormatEtc(
65 HRESULT __stdcall DAdvise(FORMATETC* format_etc, DWORD advf,
67 HRESULT __stdcall DUnadvise(DWORD connection);
68 HRESULT __stdcall EnumDAdvise(IEnumSTATDATA** enumerator);
71 HRESULT __stdcall EndOperation
    [all...]
drop_target_win.h 34 HRESULT __stdcall DragEnter(IDataObject* data_object,
38 HRESULT __stdcall DragOver(DWORD key_state,
41 HRESULT __stdcall DragLeave();
42 HRESULT __stdcall Drop(IDataObject* data_object,
48 HRESULT __stdcall QueryInterface(const IID& iid, void** object);
49 ULONG __stdcall AddRef();
50 ULONG __stdcall Release();
  /external/chromium_org/base/
bind_internal_win.h 16 // In the x64 architecture in Windows, __fastcall, __stdcall, etc, are all
27 // __stdcall Function: Arity 0.
29 class RunnableAdapter<R(__stdcall *)()> {
33 explicit RunnableAdapter(R(__stdcall *function)())
42 R (__stdcall *function_)();
63 // __stdcall Function: Arity 1.
65 class RunnableAdapter<R(__stdcall *)(A1)> {
69 explicit RunnableAdapter(R(__stdcall *function)(A1))
78 R (__stdcall *function_)(A1);
99 // __stdcall Function: Arity 2
    [all...]
bind_internal_win.h.pump 21 // In the x64 architecture in Windows, __fastcall, __stdcall, etc, are all
36 // __stdcall Function: Arity $(ARITY).
39 class RunnableAdapter<R(__stdcall *)($for ARG , [[A$(ARG)]])> {
43 explicit RunnableAdapter(R(__stdcall *function)($for ARG , [[A$(ARG)]]))
52 R (__stdcall *function_)($for ARG , [[A$(ARG)]]);
  /external/e2fsprogs/lib/uuid/
gen_uuid_nt.c 34 __stdcall
43 (__stdcall*
55 // I should define it here because they MISSED __stdcall in those headers.
60 __stdcall
  /external/chromium_org/content/browser/gamepad/
raw_input_data_fetcher_win.h 85 typedef NTSTATUS (__stdcall *HidPGetCapsFunc)(
87 typedef NTSTATUS (__stdcall *HidPGetButtonCapsFunc)(
90 typedef NTSTATUS (__stdcall *HidPGetValueCapsFunc)(
93 typedef NTSTATUS(__stdcall* HidPGetUsagesExFunc)(
101 typedef NTSTATUS (__stdcall *HidPGetUsageValueFunc)(
105 typedef NTSTATUS (__stdcall *HidPGetScaledUsageValueFunc)(
109 typedef BOOLEAN (__stdcall *HidDGetStringFunc)(
  /external/clang/test/CodeGenCXX/
mangle-windows.cpp 7 void __stdcall f1(void) {}
15 extern "C" void __stdcall f3(void) {}
24 void __stdcall foo();
25 static void __stdcall bar();
39 extern "C" void __stdcall operator++(Foo &x) {
  /external/clang/test/SemaCXX/
decl-microsoft-call-conv.cpp 11 void __stdcall free_func_stdcall(); // expected-note 2 {{previous declaration is here}}
15 void __stdcall free_func_default(); // expected-error {{function declared 'stdcall' here was previously declared without calling convention}}
19 void __stdcall free_func_cdecl(); // expected-error {{function declared 'stdcall' here was previously declared 'cdecl'}}
27 void __stdcall free_func_fastcall(); // expected-error {{function declared 'stdcall' here was previously declared 'fastcall'}}
53 void_fun_t __stdcall member_typedef_stdcall;
61 static void __stdcall static_member_stdcall1();
62 static void __stdcall static_member_stdcall2();
78 void __stdcall S::member_typedef_stdcall() {}
88 void __stdcall S::static_member_default3() {} // expected-error {{function declared 'stdcall' here was previously declared without calling convention}}
91 void __stdcall S::static_member_cdecl2() {} // expected-error {{function declared 'stdcall' here was previously (…)
    [all...]
  /external/chromium_org/chrome/installer/gcapi/
gcapi.h 60 BOOL __stdcall GoogleChromeCompatibilityCheck(BOOL set_flag,
67 BOOL __stdcall LaunchGoogleChrome();
73 BOOL __stdcall LaunchGoogleChromeInBackground();
84 BOOL __stdcall LaunchGoogleChromeWithDimensions(int x,
97 int __stdcall GoogleChromeDaysSinceLastRun();
106 BOOL __stdcall CanOfferReactivation(const wchar_t* brand_code,
116 BOOL __stdcall ReactivateChrome(const wchar_t* brand_code,
127 BOOL __stdcall CanOfferRelaunch(const wchar_t** partner_brandcode_list,
141 BOOL __stdcall SetRelaunchOffered(const wchar_t** partner_brandcode_list,
148 typedef BOOL (__stdcall *GCCC_CompatibilityCheck)(BOOL, int, DWORD *)
    [all...]
  /external/chromium_org/third_party/angle/src/libEGL/
libEGL.cpp 84 EGLint __stdcall eglGetError(void)
98 EGLDisplay __stdcall eglGetDisplay(EGLNativeDisplayType display_id)
105 EGLDisplay __stdcall eglGetPlatformDisplayEXT(EGLenum platform, void *native_display, const EGLint *attrib_list)
173 EGLBoolean __stdcall eglInitialize(EGLDisplay dpy, EGLint *major, EGLint *minor)
196 EGLBoolean __stdcall eglTerminate(EGLDisplay dpy)
212 const char *__stdcall eglQueryString(EGLDisplay dpy, EGLint name)
237 EGLBoolean __stdcall eglGetConfigs(EGLDisplay dpy, EGLConfig *configs, EGLint config_size, EGLint *num_config)
265 EGLBoolean __stdcall eglChooseConfig(EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs, EGLint config_size, EGLint *num_config)
295 EGLBoolean __stdcall eglGetConfigAttrib(EGLDisplay dpy, EGLConfig config, EGLint attribute, EGLint *value)
315 EGLSurface __stdcall eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const EGLint *at (…)
    [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/
main.h 66 __eglMustCastToProperFunctionPointerType __stdcall glGetProcAddress(const char *procname);
67 bool __stdcall glBindTexImage(egl::Surface *surface);
  /external/chromium_org/third_party/skia/src/gpu/gl/win/
GrGLCreateNativeInterface_win.cpp 60 * Windows makes the GL funcs all be __stdcall instead of __cdecl :(
61 * This implementation will only work if GR_GL_FUNCTION_TYPE is __stdcall.
  /external/skia/src/gpu/gl/win/
GrGLCreateNativeInterface_win.cpp 59 * Windows makes the GL funcs all be __stdcall instead of __cdecl :(
60 * This implementation will only work if GR_GL_FUNCTION_TYPE is __stdcall.

Completed in 1346 milliseconds

1 2 3 4 5 6 7 8 91011>>