HomeSort by relevance Sort by last modified time
    Searched full:__declspec (Results 276 - 300 of 404) sorted by null

<<11121314151617

  /external/v8/include/
v8-profiler.h 42 #define V8EXPORT __declspec(dllexport)
44 #define V8EXPORT __declspec(dllimport)
  /external/chromium/base/threading/
thread_local_storage_win.cc 138 // if it's not already there. (e.g. if __declspec(thread) is not used).
  /external/compiler-rt/lib/asan/
asan_interface.h 26 // TODO(timurrrr): find out what we need on Windows. __declspec(dllexport) ?
asan_win.cc 203 static __declspec(thread) void *fake_tsd = NULL;
  /external/qemu-pc-bios/bochs/
config.h.in 351 // have __declspec(dllexport) on variables, functions, or classes that the
353 // activate the __declspec(dllimport) instead.
357 # define BOCHSAPI __declspec(dllimport)
360 # define BOCHSAPI __declspec(dllexport)
  /external/srec/seti/sltsEngine/src/
SWIslts.c 27 #define SWISLTS_FNEXPORT __declspec(dllexport)
  /external/libpng/
pngconf.h 200 * __declspec(dllexport) / __declspec(dllimport) and friends. Therefore,
202 * to __declspec() stuff. However, we DO need to worry about
    [all...]
  /external/libyuv/files/source/
rotate.cc 22 #define TALIGN16(t, var) static __declspec(align(16)) t _ ## var
70 __declspec(naked)
160 __declspec(naked)
862 __declspec(naked)
    [all...]
  /external/qemu/distrib/libpng-1.2.19/
pngconf.h 168 * __declspec(dllexport) / __declspec(dllimport) and friends. Therefore,
170 * to __declspec() stuff. However, we DO need to worry about
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/include/
gmp.h 144 In gcc __declspec can go at either the start or end of a prototype.
146 In Microsoft C __declspec must go at the start, or after the type like
147 void __declspec(...) *foo()". There's no __dllexport or anything to
156 #define __GMP_DECLSPEC_EXPORT __declspec(__dllexport__)
157 #define __GMP_DECLSPEC_IMPORT __declspec(__dllimport__)
160 #define __GMP_DECLSPEC_EXPORT __declspec(dllexport)
161 #define __GMP_DECLSPEC_IMPORT __declspec(dllimport)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/include/
gmp.h 144 In gcc __declspec can go at either the start or end of a prototype.
146 In Microsoft C __declspec must go at the start, or after the type like
147 void __declspec(...) *foo()". There's no __dllexport or anything to
156 #define __GMP_DECLSPEC_EXPORT __declspec(__dllexport__)
157 #define __GMP_DECLSPEC_IMPORT __declspec(__dllimport__)
160 #define __GMP_DECLSPEC_EXPORT __declspec(dllexport)
161 #define __GMP_DECLSPEC_IMPORT __declspec(dllimport)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/include/
gmp.h 144 In gcc __declspec can go at either the start or end of a prototype.
146 In Microsoft C __declspec must go at the start, or after the type like
147 void __declspec(...) *foo()". There's no __dllexport or anything to
156 #define __GMP_DECLSPEC_EXPORT __declspec(__dllexport__)
157 #define __GMP_DECLSPEC_IMPORT __declspec(__dllimport__)
160 #define __GMP_DECLSPEC_EXPORT __declspec(dllexport)
161 #define __GMP_DECLSPEC_IMPORT __declspec(dllimport)
    [all...]
  /external/clang/lib/Basic/
Targets.cpp     [all...]
  /development/ndk/platforms/android-4/include/KHR/
khrplatform.h 91 # define KHRONOS_APICALL __declspec(dllimport)
  /external/opencv/otherlibs/highgui/
highgui.h 91 #define CV_EXPORTS __declspec(dllexport)
  /external/protobuf/src/google/protobuf/stubs/
common.h 65 #define LIBPROTOBUF_EXPORT __declspec(dllexport)
67 #define LIBPROTOBUF_EXPORT __declspec(dllimport)
70 #define LIBPROTOC_EXPORT __declspec(dllexport)
72 #define LIBPROTOC_EXPORT __declspec(dllimport)
    [all...]
  /external/webkit/Source/JavaScriptCore/jit/
ExecutableAllocator.h 60 extern "C" __declspec(dllimport) void CacheRangeFlush(LPVOID pAddr, DWORD dwLength, DWORD dwFlags);
  /external/webkit/Source/ThirdParty/ANGLE/include/KHR/
khrplatform.h 101 # define KHRONOS_APICALL __declspec(dllimport)
  /frameworks/native/opengl/include/KHR/
khrplatform.h 91 # define KHRONOS_APICALL __declspec(dllimport)
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/KHR/
khrplatform.h 91 # define KHRONOS_APICALL __declspec(dllimport)
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/KHR/
khrplatform.h 91 # define KHRONOS_APICALL __declspec(dllimport)
  /prebuilts/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/KHR/
khrplatform.h 91 # define KHRONOS_APICALL __declspec(dllimport)
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/KHR/
khrplatform.h 91 # define KHRONOS_APICALL __declspec(dllimport)
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/KHR/
khrplatform.h 91 # define KHRONOS_APICALL __declspec(dllimport)
  /prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/KHR/
khrplatform.h 91 # define KHRONOS_APICALL __declspec(dllimport)

Completed in 3414 milliseconds

<<11121314151617