OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dll
(Results
226 - 250
of
1116
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/bluetooth/glib/build/win32/
make.msc
57
#
DLL
was built with gcc.
133
# Use single import library for both libtiff
DLL
versions (with or
134
# without LZW code). The user selects which
DLL
to use.
169
-del *.
dll
/external/bluetooth/glib/build/win32/vs9/
gthread.vcproj
69
OutputFile="$(OutDir)\$(ProjectName)-2-vs9.
dll
"
146
OutputFile="$(OutDir)\$(ProjectName)-2-vs9.
dll
"
228
OutputFile="$(OutDir)\$(ProjectName)-2-vs9.
dll
"
306
OutputFile="$(OutDir)\$(ProjectName)-2-vs9.
dll
"
/external/chromium/base/win/
windows_version.cc
59
GetProcAddress(GetModuleHandle(L"kernel32.
dll
"), "IsWow64Process"));
pe_image_unittest.cc
97
// Retrieves the expected value from advapi32.
dll
based on the OS.
155
HMODULE module = LoadLibrary(L"advapi32.
dll
");
201
HMODULE module = LoadLibrary(L"advapi32.
dll
");
/external/chromium/chrome/browser/ui/webui/options/
advanced_options_utils_win.cc
35
shell32dll = shell32dll.AppendASCII("shell32.
dll
");
/external/chromium/googleurl/src/
url_common.h
49
// Not a
DLL
.
/external/chromium/net/tools/spdyshark/
README
39
> copy D:\src\wireshark\trunk\plugins\spdyshark.
dll
/external/icu4c/samples/ufortune/resources/
Makefile
37
ifeq ($(RESMODE),
dll
)
/external/icu4c/tools/icuinfo/
testplug.vcproj
81
OutputFile="..\..\..\bin\testplug.
dll
"
176
OutputFile="..\..\..\bin\testplug.
dll
"
269
OutputFile="..\..\..\bin64\testplug.
dll
"
363
OutputFile="..\..\..\bin64\testplug.
dll
"
/external/libpng/scripts/
pngw32.rc
97
VALUE "OriginalFilename", PNG_LIBPNG_DLLFNAME QUOTE(PNG_LIBPNG_VER_DLLNUM) PNG_LIBPNG_DLLFNAME_POSTFIX ".
DLL
\000"
/external/protobuf/
autogen.sh
28
# Temporary hack: Must change C runtime library to "multi-threaded
DLL
",
/external/stlport/doc/
README.cygwin
37
To build STLport libraries that do not depend on cygwin1.
dll
/external/webkit/Source/WebCore/platform/graphics/win/
QTCFDictionary.cpp
39
HMODULE qtcfDLL = LoadLibraryW(L"QTCF.
dll
");
QTMovieWinTimer.h
30
// It is used by the QuickTime access
DLL
. It copies some WebCore code
/hardware/ti/omap3/dspbridge/inc/
dsptrap.h
30
*! 08-Oct-1999 rr: header information changed to dbclsdrv.
dll
/hardware/ti/omap3/dspbridge/libbridge/inc/
dsptrap.h
30
*! 08-Oct-1999 rr: header information changed to dbclsdrv.
dll
/system/core/fastboot/
Android.mk
63
$(LOCAL_INSTALLED_MODULE): $(HOST_OUT_EXECUTABLES)/AdbWinApi.
dll
/external/chromium/net/base/
network_change_notifier_win.cc
42
// (1) Use InternetGetConnectedState (wininet.
dll
). This function is really easy
44
// dependency on the wininet
DLL
.
47
// (iphlpapi.
dll
), and assume we are "online" if there is at least one interface
/external/chromium/net/http/
http_auth_sspi_win.h
27
// the SSPI implementation provided by Secur32.
dll
.
28
// NOTE(cbentzel): I considered replacing the Secur32.
dll
with a mock
DLL
, but
/external/chromium/third_party/libjingle/source/talk/base/
latebindingsymboltable.h
91
// Loads the
DLL
and the symbol table. Returns true iff the
DLL
and symbol
99
// likely to succeed and
DLL
loading is costly.
/external/dbus/cmake/
cross-compile.sh
69
if ! test -f "$cross_root/lib/libexpat.
dll
.a"; then
76
if test -f "$cross_root/lib/libexpat.
dll
.a"; then
77
xml_library=-DDBUS_USE_EXPAT=On -DLIBEXPAT_INCLUDE_DIR:PATH=$cross_root/include -DLIBEXPAT_LIBRARIES:PATH=$cross_root/lib/libexpat.
dll
.a
/external/pcre/
NON-UNIX-USE
191
a non-
dll
.a file, you must define PCRE_STATIC before including pcre.h or
227
. A
DLL
(cygwin1.
dll
) which acts as a Linux API emulation layer providing
232
The Cygwin
DLL
currently works with all recent, commercially released x86 32
247
"pcre.
dll
" under mingw32 using the "msys" environment. It provides "pcre.
dll
"
252
./configure --enable-utf --disable-cpp CFLAGS="-03 -s"; make pcre.
dll
255
cygwin1.
dll
. If a library that is generated this way is distributed,
256
cygwin1.
dll
has to be distributed as well. Since cygwin1.
dll
is under the GP
[
all
...]
/external/quake/quake/src/QW/scitech/include/
debug.h
156
* _DLLAPI - Calling conventions for all
DLL
exported functions
157
* _DLLVAR - Modifier to export/import globals in 32 bit
DLL
's
158
* _EXPORT - Expands to _export when compiling a
DLL
/external/quake/quake/src/WinQuake/scitech/INCLUDE/
DEBUG.H
156
* _DLLAPI - Calling conventions for all
DLL
exported functions
157
* _DLLVAR - Modifier to export/import globals in 32 bit
DLL
's
158
* _EXPORT - Expands to _export when compiling a
DLL
/external/webkit/Source/WebKit2/WebProcess/
WebKitMain.cpp
90
HMODULE hMod = ::GetModuleHandleW(L"Kernel32.
dll
");
111
HMODULE hMod = ::GetModuleHandleW(L"kernel32.
dll
");
129
HMODULE lib = LoadLibrary(TEXT("kernel32.
dll
"));
Completed in 351 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>