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

1 2 3 4 5 6 7 8

  /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/PCH/
single-token-macro.c 15 #define __stdcall macro
16 #define STDCALL __stdcall
  /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(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/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 4 void __stdcall f2(void);
11 void __stdcall f5(void) {
24 void (__stdcall *pf2)(void) = f2;
27 void (__stdcall *pf5)(void) = f5;
46 void __stdcall f7(foo) int foo; {}
  /external/chromium_org/chrome_frame/test/
urlmon_moniker_tests.h 22 MOCK_METHOD2_WITH_CALLTYPE(__stdcall, OnStartBinding,
25 MOCK_METHOD1_WITH_CALLTYPE(__stdcall, GetPriority,
28 MOCK_METHOD1_WITH_CALLTYPE(__stdcall, OnLowResource,
31 MOCK_METHOD4_WITH_CALLTYPE(__stdcall, OnProgress,
37 MOCK_METHOD2_WITH_CALLTYPE(__stdcall, OnStopBinding,
41 MOCK_METHOD2_WITH_CALLTYPE(__stdcall, GetBindInfo,
45 MOCK_METHOD4_WITH_CALLTYPE(__stdcall, OnDataAvailable,
51 MOCK_METHOD2_WITH_CALLTYPE(__stdcall, OnObjectAvailable,
64 MOCK_METHOD1_WITH_CALLTYPE(__stdcall, RegisterObjectBound,
67 MOCK_METHOD1_WITH_CALLTYPE(__stdcall, RevokeObjectBound
    [all...]
  /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();
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();
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...]
  /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/clang/test/SemaCXX/
decl-microsoft-call-conv.cpp 6 void __stdcall free_func_stdcall(); // expected-note {{previous declaration is here}}
10 void __stdcall free_func_default(); // expected-error {{function declared 'stdcall' here was previously declared without calling convention}}
14 void __stdcall free_func_cdecl(); // expected-error {{function declared 'stdcall' here was previously declared 'cdecl'}}
22 void __stdcall free_func_fastcall(); // expected-error {{function declared 'stdcall' here was previously declared 'fastcall'}}
48 __stdcall void_fun_t member_typedef_stdcall;
55 static void __stdcall static_member_stdcall1();
56 static void __stdcall static_member_stdcall2();
71 void __stdcall S::member_typedef_stdcall() {}
80 void __stdcall S::static_member_default2() {} // expected-error {{function declared 'stdcall' here was previously declared without calling convention}}
83 void __stdcall S::static_member_cdecl2() {} // expected-error {{function declared 'stdcall' here was previously (…)
    [all...]
  /external/clang/test/Parser/
MicrosoftExtensions.c 2 __stdcall int func0();
3 int __stdcall func();
7 extern __declspec(dllimport) void __stdcall VarR4FromDec();
46 typedef bool (__stdcall __stdcall *blarg)(int);
50 bool (__stdcall *p)(int);
  /external/chromium_org/third_party/angle/src/common/
event_tracer.h 17 void __stdcall SetTraceFunctionPointers(GetCategoryEnabledFlagFunc get_category_enabled_flag,
event_tracer.cpp 17 void __stdcall SetTraceFunctionPointers(GetCategoryEnabledFlagFunc getCategoryEnabledFlag,
  /external/chromium_org/v8/test/cctest/
test-code-stubs.h 35 #define STDCALL __stdcall
  /external/qemu/distrib/sdl-1.2.15/src/thread/win32/
SDL_systhread.c 45 unsigned (__stdcall *func)(void *), void *arg,
50 unsigned (__stdcall *func)(void *), void *arg,
55 unsigned (__stdcall *func)(void *), void *arg,
93 static unsigned __stdcall RunThreadViaBeginThreadEx(void *data)
  /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...]
  /external/chromium_org/tools/memory_watcher/
call_stack.cc 15 typedef BOOL (__stdcall *t_StackWalk64)(DWORD, HANDLE, HANDLE,
21 typedef PVOID (__stdcall *t_SymFunctionTableAccess64)(HANDLE, DWORD64);
22 typedef DWORD64 (__stdcall *t_SymGetModuleBase64)(HANDLE, DWORD64);
23 typedef BOOL (__stdcall *t_SymCleanup)(HANDLE);
24 typedef BOOL (__stdcall *t_SymGetSymFromAddr64)(HANDLE, DWORD64,
26 typedef BOOL (__stdcall *t_SymGetLineFromAddr64)(HANDLE, DWORD64, PDWORD,
28 typedef BOOL (__stdcall *t_SymInitialize)(HANDLE, PCTSTR, BOOL);
29 typedef DWORD (__stdcall *t_SymGetOptions)(void);
30 typedef DWORD (__stdcall *t_SymSetOptions)(DWORD);
31 typedef BOOL (__stdcall *t_SymGetSearchPath)(HANDLE, PTSTR, DWORD)
    [all...]
  /external/chromium_org/content/shell/tools/
content_shell_crash_service.cc 15 int __stdcall wWinMain(HINSTANCE instance, HINSTANCE, wchar_t* cmd_line,
  /external/chromium_org/third_party/angle/src/libEGL/
libEGL.cpp 84 EGLint __stdcall eglGetError(void)
98 EGLDisplay __stdcall eglGetDisplay(EGLNativeDisplayType display_id)
112 EGLBoolean __stdcall eglInitialize(EGLDisplay dpy, EGLint *major, EGLint *minor)
142 EGLBoolean __stdcall eglTerminate(EGLDisplay dpy)
165 const char *__stdcall eglQueryString(EGLDisplay dpy, EGLint name)
198 EGLBoolean __stdcall eglGetConfigs(EGLDisplay dpy, EGLConfig *configs, EGLint config_size, EGLint *num_config)
233 EGLBoolean __stdcall eglChooseConfig(EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs, EGLint config_size, EGLint *num_config)
270 EGLBoolean __stdcall eglGetConfigAttrib(EGLDisplay dpy, EGLConfig config, EGLint attribute, EGLint *value)
297 EGLSurface __stdcall eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const EGLint *attrib_list)
326 EGLSurface __stdcall eglCreatePbufferSurface(EGLDisplay dpy, EGLConfig config, const EGLint *attrib_list
    [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/
libGLESv2.cpp 259 void __stdcall glActiveTexture(GLenum texture)
283 void __stdcall glAttachShader(GLuint program, GLuint shader)
332 void __stdcall glBeginQueryEXT(GLenum target, GLuint id)
365 void __stdcall glBindAttribLocation(GLuint program, GLuint index, const GLchar* name)
408 void __stdcall glBindBuffer(GLenum target, GLuint buffer)
437 void __stdcall glBindFramebuffer(GLenum target, GLuint framebuffer)
469 void __stdcall glBindRenderbuffer(GLenum target, GLuint renderbuffer)
493 void __stdcall glBindTexture(GLenum target, GLuint texture)
529 void __stdcall glBlendColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha)
549 void __stdcall glBlendEquation(GLenum mode
    [all...]
main.h 64 __eglMustCastToProperFunctionPointerType __stdcall glGetProcAddress(const char *procname);
65 bool __stdcall glBindTexImage(egl::Surface *surface);
  /external/chromium/base/
bind_internal_win.h 24 // __stdcall Function: Arity 0.
26 struct FunctionTraits<R(__stdcall *)()> {
38 // __stdcall Function: Arity 1.
40 struct FunctionTraits<R(__stdcall *)(X1)> {
56 // __stdcall Function: Arity 2.
58 struct FunctionTraits<R(__stdcall *)(X1, X2)> {
76 // __stdcall Function: Arity 3.
78 struct FunctionTraits<R(__stdcall *)(X1, X2, X3)> {
98 // __stdcall Function: Arity 4.
100 struct FunctionTraits<R(__stdcall *)(X1, X2, X3, X4)>
    [all...]
  /external/chromium_org/third_party/npapi/npspy/include/
epmanager.h 44 typedef NPError (__stdcall * NP_GETENTRYPOINTS) (NPPluginFuncs* pFuncs);
45 typedef NPError (__stdcall * NP_INITIALIZE) (NPNetscapeFuncs* pFuncs);
46 typedef NPError (__stdcall * NP_SHUTDOWN) (void);

Completed in 864 milliseconds

1 2 3 4 5 6 7 8