HomeSort by relevance Sort by last modified time
    Searched full:__stdcall (Results 26 - 50 of 293) sorted by null

12 3 4 5 6 7 8 91011>>

  /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/base/
bind_internal_win.h.pump 31 // __stdcall Function: Arity $(ARITY).
34 struct FunctionTraits<R(__stdcall *)($for ARG , [[X$(ARG)]])> {
port.h 50 #define API_CALL __stdcall
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/
config.hpp 58 // when we want to test __stdcall etc function types with is_function etc
59 // (Note, does not work with Borland, even though it does support __stdcall etc):
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/bind/
mem_fn.hpp 67 #define BOOST_MEM_FN_CC __stdcall
120 #define BOOST_MEM_FN_CC __stdcall
176 #define BOOST_MEM_FN_CC __stdcall
235 #define BOOST_MEM_FN_CC __stdcall
288 #define BOOST_MEM_FN_CC __stdcall
  /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);
  /external/chromium_org/chrome_frame/
vtable_patch_manager_unittest.cc 24 MOCK_METHOD2_WITH_CALLTYPE(__stdcall, QueryInterface,
26 MOCK_METHOD0_WITH_CALLTYPE(__stdcall, AddRef, ULONG());
27 MOCK_METHOD0_WITH_CALLTYPE(__stdcall, Release, ULONG());
28 MOCK_METHOD3_WITH_CALLTYPE(__stdcall, CreateInstance,
30 MOCK_METHOD1_WITH_CALLTYPE(__stdcall, LockServer, HRESULT(BOOL lock));
76 typedef HRESULT (__stdcall* LockServerFun)(IClassFactory* self, BOOL lock);
  /external/chromium_org/sandbox/win/src/
threadpool_unittest.cc 8 void __stdcall EmptyCallBack(void*, unsigned char) {
11 void __stdcall TestCallBack(void* context, unsigned char) {
  /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/mesa/src/src/gallium/state_trackers/d3d1x/gd3dapi/
galliumd3d10_1.idl 30 // just adding __stdcall to the function makes at least one version of widl crash
galliumd3d11.idl 30 // just adding __stdcall to the function makes at least one version of widl crash
  /external/mesa3d/src/gallium/state_trackers/d3d1x/gd3dapi/
galliumd3d10_1.idl 30 // just adding __stdcall to the function makes at least one version of widl crash
galliumd3d11.idl 30 // just adding __stdcall to the function makes at least one version of widl crash
  /hardware/ti/omap3/dspbridge/inc/
dspapi.h 26 * Provides __stdcall (required by VB 4.0) and __declspec(dllimport)
  /hardware/ti/omap3/dspbridge/libbridge/inc/
dspapi.h 26 * Provides __stdcall (required by VB 4.0) and __declspec(dllimport)
  /external/chromium_org/printing/
printing_context_win.h 52 void SetPrintDialog(HRESULT (__stdcall *print_dialog_func)(LPPRINTDLGEX)) {
95 HRESULT (__stdcall *print_dialog_func_)(LPPRINTDLGEX);
  /external/chromium_org/base/
port.h 49 #define API_CALL __stdcall
  /external/chromium_org/third_party/cld/base/
port.h 49 #define API_CALL __stdcall
  /external/chromium_org/v8/test/cctest/
test-code-stubs.h 35 #define STDCALL __stdcall
  /external/libffi/testsuite/libffi.call/
closure_stdcall.c 26 typedef int (__stdcall *closure_test_type0)(int, int, int, int);
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/detail/
yield_k.hpp 58 extern "C" void __stdcall Sleep( unsigned long ms );
  /external/chromium_org/third_party/npapi/npspy/extern/java/
jni_md.h 67 #define JNICALL __stdcall
101 # define JNI_PUBLIC_API(ResultType) _declspec(dllexport) ResultType __stdcall
104 # define JNICALL __stdcall
  /external/chromium_org/chrome_frame/test/
util_unittests.cc 195 MOCK_METHOD2_WITH_CALLTYPE(__stdcall, QueryInterface,
198 MOCK_METHOD0_WITH_CALLTYPE(__stdcall, AddRef, ULONG());
199 MOCK_METHOD0_WITH_CALLTYPE(__stdcall, Release, ULONG());
201 MOCK_METHOD1_WITH_CALLTYPE(__stdcall, SetSecuritySite,
203 MOCK_METHOD1_WITH_CALLTYPE(__stdcall, GetSecuritySite,
205 MOCK_METHOD3_WITH_CALLTYPE(__stdcall, MapUrlToZone,
207 MOCK_METHOD4_WITH_CALLTYPE(__stdcall, GetSecurityId,
210 MOCK_METHOD8_WITH_CALLTYPE(__stdcall, ProcessUrlAction,
214 MOCK_METHOD7_WITH_CALLTYPE(__stdcall, QueryCustomPolicy,
217 MOCK_METHOD3_WITH_CALLTYPE(__stdcall, SetZoneMapping
    [all...]
  /external/chromium_org/third_party/libwebp/utils/
thread.c 31 // _beginthreadex requires __stdcall
32 #define THREADFN unsigned int __stdcall
36 unsigned int (__stdcall *start)(void*), void* arg) {
  /external/libvpx/libvpx/vp9/decoder/
vp9_thread.c 34 // _beginthreadex requires __stdcall
35 #define THREADFN unsigned int __stdcall
39 unsigned int (__stdcall *start)(void*), void* arg) {

Completed in 955 milliseconds

12 3 4 5 6 7 8 91011>>