/prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/ |
zconf.h | 202 /* If building or using zlib as a DLL, define ZLIB_DLL. 216 * Caution: the standard ZLIB1.DLL is NOT compiled using ZLIB_WINAPI.
|
/prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/ |
zconf.h | 202 /* If building or using zlib as a DLL, define ZLIB_DLL. 216 * Caution: the standard ZLIB1.DLL is NOT compiled using ZLIB_WINAPI.
|
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/ |
zconf.h | 202 /* If building or using zlib as a DLL, define ZLIB_DLL. 216 * Caution: the standard ZLIB1.DLL is NOT compiled using ZLIB_WINAPI.
|
/prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/ |
zconf.h | 202 /* If building or using zlib as a DLL, define ZLIB_DLL. 216 * Caution: the standard ZLIB1.DLL is NOT compiled using ZLIB_WINAPI.
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/share/info/ |
ld.info | 336 DLL or EXE; see the description of `--export-all-symbols' below. [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/share/info/ |
ld.info | 336 DLL or EXE; see the description of `--export-all-symbols' below. [all...] |
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/share/info/ |
ld.info | 336 DLL or EXE; see the description of `--export-all-symbols' below. [all...] |
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/share/info/ |
ld.info | 336 DLL or EXE; see the description of `--export-all-symbols' below. [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/share/man/man1/ |
arm-eabi-ld.1 | 432 support a similar function to export all symbols from a \s-1DLL\s0 or \s-1EXE\s0; see [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/share/man/man1/ |
arm-linux-androideabi-ld.1 | 432 support a similar function to export all symbols from a \s-1DLL\s0 or \s-1EXE\s0; see [all...] |
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/share/man/man1/ |
arm-eabi-ld.1 | 432 support a similar function to export all symbols from a \s-1DLL\s0 or \s-1EXE\s0; see [all...] |
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/share/man/man1/ |
arm-linux-androideabi-ld.1 | 432 support a similar function to export all symbols from a \s-1DLL\s0 or \s-1EXE\s0; see [all...] |
/ndk/tests/build/issue20862-libpng-O0/jni/ |
pngpriv.h | 63 /* Is this a build of a DLL where compilation of the object modules requires 67 * If libpng is used inside a DLL but that DLL does not export the libpng APIs 69 * static library of libpng then link the DLL against that. 73 /* This is set by libtool when files are compiled for a DLL; libtool 81 * build a DLL. It can't easily be removed from those projects (it 83 * indication that PNG_IMPEXP needs to be set to the DLL export 89 /* This is set by the Borland C system when compiling for a DLL 106 * setting it to the "import" setting for a DLL build. 112 /* Not building a DLL, or the DLL doesn't require specific expor [all...] |
pngconf.h | 149 * A small number of older systems also require a symbol from a DLL to 167 * make a symbol exported from the DLL. Not used in the 172 * from a DLL - used to define PNG_IMPEXP when 179 * and PNG_EXPORT_TYPE(), it may also set a macro to indicate the DLL 269 /* This forces use of a DLL, disallowing static linking */
|
/development/host/windows/usb/api/ |
adb_api.h | 114 // exporting from a DLL simpler. All files within this DLL are compiled with
116 // not be defined on any project that uses this DLL. This way any other project
118 // imported from a DLL, whereas this DLL sees symbols defined with this macro
|
/external/openssl/crypto/rand/ |
rand_win.c | 239 HMODULE advapi = LoadLibrary(TEXT("ADVAPI32.DLL")); 240 HMODULE kernel = LoadLibrary(TEXT("KERNEL32.DLL")); 242 HMODULE netapi = LoadLibrary(TEXT("NETAPI32.DLL")); 280 /* It appears like this can cause an exception deep within ADVAPI32.DLL 388 (user = LoadLibrary(TEXT("USER32.DLL"))))
|
/sdk/find_lock/ |
find_lock.cpp | 159 // Get the NT DLL functions we need to use.
164 GetModuleHandleA("ntdll.dll"), "NtQuerySystemInformation");
168 GetModuleHandleA("ntdll.dll"), "NtQueryInformationFile");
172 GetModuleHandleA("ntdll.dll"), "NtQueryObject");
599 error = "Failed to bind to ntdll.dll";
|
/external/chromium/chrome/browser/download/ |
download_util_unittest.cc | 124 {"filename=evil.dll", 125 "http://www.goodguy.com/evil.dll", 127 L"evil.dll"},
|
/external/icu4c/common/unicode/ |
resbund.h | 217 * @return a pointer to a zero-terminated UChar array which lives in a memory mapped/DLL file. 232 * @return a pointer to a chunk of unsigned bytes which live in a memory mapped/DLL file. 247 * @return a pointer to a vector of integers that lives in a memory mapped/DLL file.
|
/external/openssl/ |
e_os2.h | 128 /* DLL settings. This part is a bit tough, because it's up to the application 134 DLL linkage should be used */ 240 DLL exports and imports for compilers under Win32. These are a little
|
/external/openssl/include/openssl/ |
e_os2.h | 128 /* DLL settings. This part is a bit tough, because it's up to the application 134 DLL linkage should be used */ 240 DLL exports and imports for compilers under Win32. These are a little
|
/external/qemu/distrib/sdl-1.2.15/src/audio/windx5/ |
SDL_dx5audio.c | 56 /* Version check DSOUND.DLL (Is DirectX okay?) */ 58 DSoundDLL = LoadLibrary(TEXT("DSOUND.DLL")); 116 DSoundDLL = LoadLibrary(TEXT("DSOUND.DLL"));
|
/ndk/build/tools/ |
build-llvm.sh | 158 # Eliminate dependency on libgcc_s_sjlj-1.dll and libstdc++-6.dll on cross builds 364 find $TOOLCHAIN_BUILD_PREFIX/lib -maxdepth 1 -type f \( -name "*.dll" -o -name "*.so" \) -exec $STRIP {} \;
|
/prebuilts/tools/windows/swt/ |
about.html | 40 <li>swt-xulrunner-win32-xxxx.dll (where "xxxx" is the version number)</li> 41 <li>swt-xpcominit-win32-xxxx.dll (where "xxxx" is the version number)</li> 55 The library swt-xulrunner-win32-xxxx.dll (where "xxxx" is the version number) contains a small portion of XULRunner 1.9 content (header files) that have
|
/external/chromium/third_party/libjingle/source/talk/base/ |
proxydetect.cc | 612 // In the case of McAfee scriptproxy.dll, it does crash in 664 HMODULE winhttp_handle = LoadLibrary(L"winhttp.dll"); 666 LOG(LS_ERROR) << "Failed to load winhttp.dll."; 716 HMODULE winhttp_handle = LoadLibrary(L"winhttp.dll"); 718 LOG(LS_ERROR) << "Failed to load winhttp.dll."; 805 if (HMODULE hModJS = LoadLibrary(_T("jsproxy.dll"))) { [all...] |