HomeSort by relevance Sort by last modified time
    Searched refs:dll (Results 1 - 25 of 95) sorted by null

1 2 3 4

  /development/host/windows/prebuilt/usb/
Android.mk 9 AdbWinApi.dll \
10 AdbWinUsbApi.dll
14 $(LOCAL_PATH)/AdbWinApi.dll : kill-adb
17 @echo "Killing adb server so we can replace AdbWinApi.dll"
22 # dlltool --def $(LOCAL_PATH)/AdbWinApi.def --dllname AdbWinApi.dll --output-lib $(LOCAL_PATH)/AdbWinApi.a
  /external/bluetooth/glib/
glib-zip.in 27 bin/libglib-2.0-@LT_CURRENT_MINUS_AGE@.dll
28 bin/libgio-2.0-@LT_CURRENT_MINUS_AGE@.dll
29 bin/libgmodule-2.0-@LT_CURRENT_MINUS_AGE@.dll
30 bin/libgobject-2.0-@LT_CURRENT_MINUS_AGE@.dll
31 bin/libgthread-2.0-@LT_CURRENT_MINUS_AGE@.dll
45 lib/libglib-2.0.dll.a
48 lib/libgmodule-2.0.dll.a
51 lib/libgobject-2.0.dll.a
54 lib/libgthread-2.0.dll.a
57 lib/libgio-2.0.dll.
    [all...]
  /external/webkit/LayoutTests/http/conf/
cygwin-httpd.conf 203 #LoadModule vhost_alias_module lib/apache/mod_vhost_alias.dll
204 #LoadModule env_module lib/apache/mod_env.dll
205 LoadModule config_log_module lib/apache/mod_log_config.dll
206 #LoadModule agent_log_module lib/apache/mod_log_agent.dll
207 #LoadModule referer_log_module lib/apache/mod_log_referer.dll
208 #LoadModule mime_magic_module lib/apache/mod_mime_magic.dll
209 LoadModule mime_module lib/apache/mod_mime.dll
210 LoadModule negotiation_module lib/apache/mod_negotiation.dll
211 #LoadModule status_module lib/apache/mod_status.dll
212 #LoadModule info_module lib/apache/mod_info.dll
    [all...]
  /development/build/
sdk-windows-x86.atree 33 bin/AdbWinUsbApi.dll platform-tools/AdbWinUsbApi.dll
34 bin/AdbWinApi.dll platform-tools/AdbWinApi.dll
  /external/stlport/stlport/stl/config/
_detect_dll_or_lib.h 2 * _STLP_USE_DYNAMIC_LIB: To signal use STLport as a dll or build of the
13 * _STLP_DLL: If we are building a dll
14 * _STLP_RUNTIME_DLL: If we are using native runtime as a dll
20 /* We are building the STLport dll */
73 # error Unknown STLport usage config (dll/lib?)
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
_detect_dll_or_lib.h 2 * _STLP_USE_DYNAMIC_LIB: To signal use STLport as a dll or build of the
13 * _STLP_DLL: If we are building a dll
14 * _STLP_RUNTIME_DLL: If we are using native runtime as a dll
20 /* We are building the STLport dll */
73 # error Unknown STLport usage config (dll/lib?)
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/config/
_detect_dll_or_lib.h 2 * _STLP_USE_DYNAMIC_LIB: To signal use STLport as a dll or build of the
13 * _STLP_DLL: If we are building a dll
14 * _STLP_RUNTIME_DLL: If we are using native runtime as a dll
20 /* We are building the STLport dll */
73 # error Unknown STLport usage config (dll/lib?)
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/config/
_detect_dll_or_lib.h 2 * _STLP_USE_DYNAMIC_LIB: To signal use STLport as a dll or build of the
13 * _STLP_DLL: If we are building a dll
14 * _STLP_RUNTIME_DLL: If we are using native runtime as a dll
20 /* We are building the STLport dll */
73 # error Unknown STLport usage config (dll/lib?)
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/config/
_detect_dll_or_lib.h 2 * _STLP_USE_DYNAMIC_LIB: To signal use STLport as a dll or build of the
13 * _STLP_DLL: If we are building a dll
14 * _STLP_RUNTIME_DLL: If we are using native runtime as a dll
20 /* We are building the STLport dll */
73 # error Unknown STLport usage config (dll/lib?)
  /sdk/build/
tools.windows.atree 53 lib/libOpenglRender.dll tools/lib/libOpenglRender.dll
54 lib/libGLES_CM_translator.dll tools/lib/libGLES_CM_translator.dll
55 lib/libGLES_V2_translator.dll tools/lib/libGLES_V2_translator.dll
56 lib/libEGL_translator.dll tools/lib/libEGL_translator.dll
117 prebuilts/tools/windows/jetcreator/EASDLL.dll tools/Jet/JetCreator/EASDLL.dll
    [all...]
  /development/build/tools/
patch_windows_sdk.sh 88 for i in fastboot.exe adb.exe AdbWinApi.dll AdbWinUsbApi.dll; do
  /external/webkit/Tools/wx/packaging/
build-win-installer.py 83 dlls = glob.glob(os.path.join(wxwebkit_dir, "*.dll"))
84 for dll in dlls:
85 if dll.find("wxbase") == -1 and dll.find("wxmsw") == -1:
86 fileList += """CopyMode: alwaysoverwrite; Source: %s; DestDir: "{app}" \n""" % dll
  /external/libpng/projects/visualc71/
README_zlib.txt 36 * Win32_DLL_Release\zlib1.dll DLL build
37 * Win32_DLL_Debug\zlib1d.dll DLL build (debug version)
38 * Win32_DLL_ASM_Release\zlib1.dll DLL build using ASM code
39 * Win32_DLL_ASM_Debug\zlib1d.dll DLL build using ASM code (debug version)
  /external/icu4c/config/
mh-os390 53 # For a dynamically called DLL module to share access to the POSIX external
54 # variables, with its caller, the DLL module must define these _SHR_* macros.
66 # The DLL option must be used by the callee and caller code when using shared libraries.
69 CFLAGS += -Wc,'langlvl(extended),ros,rent,dll' $(ICU_IEEE)
70 CXXFLAGS += -Wc,'langlvl(extended),ros,dll' $(ICU_IEEE) -+
105 LINK.c= $(COMPILE_LINK_ENVVAR) $(CC) $(CFLAGS) -Wl,dll $(LDFLAGS) $(ICU_XPLINK_L)
106 LINK.cc= $(COMPILE_LINK_ENVVAR) $(CXX) $(CXXFLAGS) -Wl,dll $(LDFLAGS) $(ICU_XPLINK_L)
108 ## Commands for shared library (dll)
182 SO = dll
mh-cygwin 54 SO = dll
59 IMPORT_LIB_EXT = .dll.a
mh-mingw 52 SO = dll
  /external/icu4c/samples/ufortune/
fortunedefs.mk 6 # dll - will create a dynamically linked library
28 # DLL and static modes are identical here
29 ifeq ($(RESMODE),dll)
  /external/icu4c/samples/ufortune/resources/
Makefile 37 ifeq ($(RESMODE),dll)
fortune_resources.mak 50 all: fortune_resources.dll
52 fortune_resources.dll: $(RESFILES)
53 $(ICUDIR)\$(BIN)\pkgdata --name fortune_resources -v --mode dll -d . res-file-list.txt
  /external/bluetooth/glib/tests/
makefile.msc.in 80 libmoduletestplugin_a.dll \
81 libmoduletestplugin_b.dll
99 libmoduletestplugin_a.dll : libmoduletestplugin_a.obj
102 libmoduletestplugin_b.dll : libmoduletestplugin_b.obj
  /external/icu4c/extra/uconv/
makedata.mak 45 # set the following to 'static' or 'dll' depending
60 .SUFFIXES : .ucm .cnv .dll .dat .res .txt .c
75 !IF "$(PKGMODE)" == "dll"
76 OUTPUT = "$(DLL_OUTPUT)\$(RESNAME).dll"
  /build/core/combo/
HOST_windows-x86.mk 66 HOST_SHLIB_SUFFIX := .dll
  /external/qemu/distrib/sdl-1.2.12/src/video/wincommon/
SDL_syswm.c 221 * Try loading SetWindowTextW from kernel32.dll first, and if it exists,
231 HMODULE dll = LoadLibrary("user32.dll");
232 if (dll != NULL) {
233 swtw = (PtrSetWindowTextW) GetProcAddress(dll, "SetWindowTextW");
235 FreeLibrary(dll);
  /external/valgrind/tsan/
tsan_pin.sh 11 DLL=so
15 DLL=dll
69 -t64 $TS_ROOT/bin/amd64-$OS${TS_VARIANT}-ts_pin$MT.$DLL \
70 -t $TS_ROOT/bin/x86-$OS${TS_VARIANT}-ts_pin$MT.$DLL \
  /external/e2fsprogs/config/
config.rpath 376 shlibext=dll.a
379 shlibext=dll
383 shlibext=dll
386 shlibext=dll
438 shlibext=dll

Completed in 2016 milliseconds

1 2 3 4