OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dllimport
(Results
101 - 125
of
526
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/llvm/test/CodeGen/ARM/Windows/
stack-probe-non-default.ll
7
declare
dllimport
arm_aapcs_vfpcc void @initialise(i8*)
/ndk/sources/cxx-stl/stlport/stlport/
fstream
31
# define _STLP_CLASS_IMPORT_DECLSPEC __declspec(
dllimport
)
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
loadperf.h
19
#define LOADPERF_FUNCTION __declspec(
dllimport
) DWORD WINAPI
parser.h
15
#define CLASS_IMPORT_EXPORT __declspec(
dllimport
)
wpspihlp.h
12
#define WPPFUNC __declspec(
dllimport
)
rpc.h
59
#define DECLSPEC_IMPORT __declspec(
dllimport
)
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/
fstream
31
# define _STLP_CLASS_IMPORT_DECLSPEC __declspec(
dllimport
)
/external/clang/test/CodeGenCXX/
dllexport.cpp
412
// dllexport takes precedence over the
dllimport
if both are specified.
417
__attribute__((
dllimport
, dllexport)) int PrecedenceGlobal1A; //
dllimport
ignored
418
__declspec(
dllimport
) __declspec(dllexport) int PrecedenceGlobal1B; //
dllimport
ignored
424
__attribute__((dllexport,
dllimport
)) int PrecedenceGlobal2A; //
dllimport
ignored
425
__declspec(dllexport) __declspec(
dllimport
) int PrecedenceGlobal2B; //
dllimport
ignored
430
__declspec(
dllimport
) int PrecedenceGlobalRedecl1 = 0
[
all
...]
/external/avahi/avahi-sharp/
AddressResolver.cs
73
[
DllImport
("avahi-client")]
79
[
DllImport
("avahi-client")]
DomainBrowser.cs
78
[
DllImport
("avahi-client")]
84
[
DllImport
("avahi-client")]
HostNameResolver.cs
51
[
DllImport
("avahi-client")]
56
[
DllImport
("avahi-client")]
ServiceTypeBrowser.cs
71
[
DllImport
("avahi-client")]
77
[
DllImport
("avahi-client")]
/external/libdivsufsort/include/
CMakeLists.txt
46
check_function_keywords("inline;__inline;__inline__;__declspec(dllexport);__declspec(
dllimport
)")
142
set(DIVSUFSORT_IMPORT "__declspec(
dllimport
)")
/external/libxml2/include/libxml/
xmlwin32version.h
193
* libxml itself. It should expand to __declspec(
dllimport
)
205
#define LIBXML_DLL_IMPORT __declspec(
dllimport
)
/ndk/sources/cxx-stl/stlport/stlport/stl/config/
_gcc.h
71
# define _STLP_CLASS_IMPORT_DECLSPEC __declspec(
dllimport
)
76
# define _STLP_IMPORT_DECLSPEC __declspec(
dllimport
)
/prebuilts/misc/common/swig/include/2.0.11/csharp/
wchar.i
26
[
DllImport
("$
dllimport
", EntryPoint="SWIGRegisterWStringCallback_$module")]
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/config/
_gcc.h
71
# define _STLP_CLASS_IMPORT_DECLSPEC __declspec(
dllimport
)
76
# define _STLP_IMPORT_DECLSPEC __declspec(
dllimport
)
/development/ndk/platforms/android-14/include/SLES/
OpenSLES_Platform.h
49
#define SL_API __declspec(
dllimport
)
/development/ndk/platforms/android-21/include/SLES/
OpenSLES_Platform.h
49
#define SL_API __declspec(
dllimport
)
/development/ndk/platforms/android-9/include/SLES/
OpenSLES_Platform.h
48
#define SLAPIENTRY __declspec(
dllimport
)
/external/mesa3d/src/mapi/mapi/
mapi.h
38
#define MAPI_EXPORT __declspec(
dllimport
)
/external/opencv3/modules/core/include/opencv2/core/opencl/runtime/
opencl_clamdblas.hpp
49
#define CL_RUNTIME_EXPORT __declspec(
dllimport
)
opencl_clamdfft.hpp
49
#define CL_RUNTIME_EXPORT __declspec(
dllimport
)
/external/tpm2/include/tpm2/
TpmBuildSwitches.h
59
#define LIB_IMPORT __declspec(
dllimport
)
/frameworks/wilhelm/include/SLES/
OpenSLES_Platform.h
49
#define SL_API __declspec(
dllimport
)
Completed in 1081 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>