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

12 3 4 5 6 7 8 9

  /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/5/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/6/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/7/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/8/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/9/sources/cxx-stl/EH/stlport/stlport/stl/config/
_bc.h 126 # define _STLP_CALL __cdecl __export
128 # define _STLP_CALL __cdecl
131 # define _STLP_CALL __cdecl
  /development/host/windows/usb/api/
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/chromium_org/chrome/common/
dump_without_crashing.cc 31 typedef void (__cdecl *DumpProcessFunction)();
  /external/chromium_org/remoting/client/plugin/
pepper_plugin_thread_delegate.h 12 #define CDECL __cdecl
  /external/qemu/distrib/sdl-1.2.15/src/thread/win32/
SDL_systhread.c 49 typedef unsigned long (__cdecl *pfnSDL_CurrentBeginThread) (void *, unsigned,
52 typedef void (__cdecl *pfnSDL_CurrentEndThread)(unsigned code);
54 typedef uintptr_t (__cdecl *pfnSDL_CurrentBeginThread) (void *, unsigned,
57 typedef void (__cdecl *pfnSDL_CurrentEndThread)(unsigned code);
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/
config.hpp 20 // it needs to be declared __cdecl to suppress compiler
24 # define BOOST_TT_DECL __cdecl
  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
sched.h 151 PTW32_DLLPORT int __cdecl sched_yield (void);
153 PTW32_DLLPORT int __cdecl sched_get_priority_min (int policy);
155 PTW32_DLLPORT int __cdecl sched_get_priority_max (int policy);
157 PTW32_DLLPORT int __cdecl sched_setscheduler (pid_t pid, int policy);
159 PTW32_DLLPORT int __cdecl sched_getscheduler (pid_t pid);
  /external/chromium_org/sandbox/win/src/
sandbox_nt_util.h 15 void* __cdecl operator new(size_t size, sandbox::AllocationType type,
17 void __cdecl operator delete(void* memory, sandbox::AllocationType type);
22 void __cdecl operator delete(void* memory, sandbox::AllocationType type,
26 void* __cdecl operator new(size_t size, void* buffer,
28 void __cdecl operator delete(void* memory, void* buffer,
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/bind/
mem_fn.hpp 55 #define BOOST_MEM_FN_CC __cdecl
108 #define BOOST_MEM_FN_CC __cdecl
162 #define BOOST_MEM_FN_CC __cdecl
223 #define BOOST_MEM_FN_CC __cdecl
276 #define BOOST_MEM_FN_CC __cdecl
  /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(safebuffers) __declspec(noalias) __declspec(restrict) void * __cdecl xxx( void * _Memory ); /* expected-warning{{__declspec attribute 'safebuffers' is not supported}} expected-warning{{__declspec attribute 'noalias' is not supported}} expected-warning{{__declspec attribute 'restrict' is not supported}} */
  /external/chromium_org/chrome/test/security_tests/
security_tests.cc 31 BOOL __declspec(dllexport) __cdecl RunRendererTests(int *test_count) {
56 BOOL __declspec(dllexport) __cdecl RunPluginTests(int *test_count) {
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_init.h 44 #define UTIL_INIT(f) static void __cdecl f##__init(void) {f();}; __declspec(allocate(".CRT$XCU")) void (__cdecl* f##__xcu)(void) = f##__init;
  /external/mesa3d/src/gallium/auxiliary/util/
u_init.h 44 #define UTIL_INIT(f) static void __cdecl f##__init(void) {f();}; __declspec(allocate(".CRT$XCU")) void (__cdecl* f##__xcu)(void) = f##__init;
  /external/chromium_org/chrome_frame/
exception_barrier.h 54 typedef EXCEPTION_DISPOSITION (__cdecl* ExceptionHandlerFunc)(
68 extern "C" EXCEPTION_DISPOSITION __cdecl
77 extern "C" EXCEPTION_DISPOSITION __cdecl
87 extern "C" EXCEPTION_DISPOSITION __cdecl
  /external/chromium_org/mojo/apps/js/
main.cc 15 #define CDECL __cdecl
  /external/chromium_org/mojo/examples/sample_app/
sample_app.cc 18 #define CDECL __cdecl
  /external/chromium_org/third_party/npapi/npspy/extern/java/
jni_md.h 107 # define JNI_PUBLIC_API(ResultType) ResultType __cdecl __export __loadds
109 # define JNI_NATIVE_STUB(ResultType) ResultType __cdecl __loadds
112 # define JNI_PUBLIC_API(ResultType) ResultType __cdecl __export
114 # define JNI_NATIVE_STUB(ResultType) ResultType __cdecl __export
  /external/chromium/base/debug/
debug_on_start_win.h 37 typedef int (__cdecl *PIFV)(void);
41 static int __cdecl Init();
  /external/chromium_org/base/debug/
debug_on_start_win.h 36 typedef int (__cdecl *PIFV)(void);
40 static int __cdecl Init();
  /external/chromium_org/sandbox/win/sandbox_poc/pocdll/
exports.h 11 #define POCDLL_API __declspec(dllexport) __cdecl
13 #define POCDLL_API __declspec(dllimport) __cdecl

Completed in 964 milliseconds

12 3 4 5 6 7 8 9