OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dylib
(Results
76 - 100
of
425
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/mdnsresponder/Clients/
Makefile
27
# If /usr/lib/libSystem.
dylib
exists, then we're on OS X, so we don't need also to link the "dns_sd" shared library
28
ifneq "$(wildcard /usr/lib/libSystem.
dylib
)" ""
/external/chromium_org/sandbox/mac/
xpc.h
7
// dynamically load the libxpc.
dylib
library and set up a stub table, with
BUILD.gn
36
# SDK is higher, then libxpc.
dylib
will be loaded automatically as part
/external/chromium_org/third_party/skia/gyp/
zlib.gyp
63
'$(SDKROOT)/usr/lib/libz.
dylib
',
/external/chromium_org/tools/gyp/test/mac/postbuilds/
test.gyp
81
'${BUILT_PRODUCTS_DIR}/${EXECUTABLE_PATH}_gyp_touch.
dylib
',
/external/compiler-rt/lib/builtins/
eprintf.c
22
* It should never be exported from a
dylib
, so it is marked
/external/harfbuzz_ng/src/
check-symbols.sh
19
for so in `ls .libs/lib*.so .libs/lib*.
dylib
2>/dev/null` ; do
/external/lldb/test/functionalities/plugins/commands/
TestPluginCommands.py
31
retval = debugger.GetCommandInterpreter().HandleCommand("plugin load plugin.
dylib
",retobj)
/external/skia/gyp/
zlib.gyp
63
'$(SDKROOT)/usr/lib/libz.
dylib
',
/external/valgrind/main/drd/tests/
annotate_smart_pointer2.stderr.exp-darwin
9
by 0x........: operator new(unsigned long) (in /usr/lib/libstdc++.6.0.9.
dylib
)
/sdk/emulator/opengl/shared/OpenglOsUtils/
osDynLibrary.h
57
# define DLL_EXTENSION ".
dylib
"
/external/libusb/libusb.xcodeproj/
project.pbxproj
34
D2AAC0630554660B00DB518D /* libusb.
dylib
*/ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.
dylib
"; includeInIndex = 0; path = libusb.
dylib
; sourceTree = BUILT_PRODUCTS_DIR; };
85
D2AAC0630554660B00DB518D /* libusb.
dylib
*/,
121
productReference = D2AAC0630554660B00DB518D /* libusb.
dylib
*/;
/external/lldb/utils/test/
README-lldb-disasm
8
da0603a-dhcp191:9131529 johnny$ /Volumes/data/lldb/svn/trunk/utils/test/lldb-disasm.py -C 'platform create remote-ios' -e /Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS4.3.sdk/usr/lib/libSystem.B.
dylib
11
executable: /Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS4.3.sdk/usr/lib/libSystem.B.
dylib
22
run command: file /Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS4.3.sdk/usr/lib/libSystem.B.
dylib
23
output: Current executable set to '/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS4.3.sdk/usr/lib/libSystem.B.
dylib
' (armv7).
27
Symtab, file = /Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS4.3.sdk/usr/lib/libSystem.B.
dylib
, num_symbols = 851:
/external/libpcap/
Makefile.in
379
# In Mac OS X, the libpcap
dylib
has the name "libpcap.A.
dylib
", with
394
libpcap.
dylib
: $(OBJ)
395
rm -f libpcap*.
dylib
401
-o libpcap.$$VER.
dylib
$(OBJ) $(ADDLOBJS) $(LIBS) \
402
-install_name $(libdir)/libpcap.$$MAJOR_VER.
dylib
\
627
install-shared-
dylib
: libpcap.
dylib
632
$(INSTALL_PROGRAM) libpcap.$$VER.
dylib
$(DESTDIR)$(libdir)/libpcap.$$VER.
dylib
; \
[
all
...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
unixccompiler.py
81
dylib_lib_extension = ".
dylib
"
249
dylib_f = self.library_filename(lib, lib_type='
dylib
')
267
dylib
= os.path.join(dir, dylib_f)
275
dylib
= os.path.join(sysroot, dir[1:], dylib_f)
282
if os.path.exists(
dylib
):
283
return
dylib
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
unixccompiler.py
81
dylib_lib_extension = ".
dylib
"
249
dylib_f = self.library_filename(lib, lib_type='
dylib
')
267
dylib
= os.path.join(dir, dylib_f)
275
dylib
= os.path.join(sysroot, dir[1:], dylib_f)
282
if os.path.exists(
dylib
):
283
return
dylib
/external/clang/runtime/compiler-rt/
Makefile
84
asan_osx_dynamic.
dylib
\
106
RuntimeLibrary.darwin.Configs += asan_iossim_dynamic.
dylib
204
$(PROJ_OBJ_DIR)/clang_$1/%/libcompiler_rt.
dylib
: BuildRuntimeLibraries
219
$(ResourceLibDir)/$1/libclang_rt.%.
dylib
: \
220
$(PROJ_OBJ_DIR)/clang_$1/%/libcompiler_rt.
dylib
\
223
$(Verb) cp $(PROJ_OBJ_DIR)/clang_$1/$$*/libcompiler_rt.
dylib
$$@
241
$(PROJ_resources_lib)/$1/libclang_rt.%.
dylib
: \
242
$(ResourceLibDir)/$1/libclang_rt.%.
dylib
| $(PROJ_resources_lib)/$1
/external/lldb/test/functionalities/data-formatter/data-formatter-stl/libcxx/multiset/
TestDataFormatterLibcxxMultiSet.py
58
self.expect('image list',substrs=['libc++.1.
dylib
','libc++abi.
dylib
'])
/external/lldb/test/functionalities/data-formatter/data-formatter-stl/libcxx/set/
TestDataFormatterLibcxxSet.py
58
self.expect('image list',substrs=['libc++.1.
dylib
','libc++abi.
dylib
'])
/external/chromium_org/chrome/utility/importer/
nss_decryptor_mac.mm
28
base::FilePath nss3_path = dll_path.Append("libnss3.
dylib
");
/external/chromium_org/media/base/
media_posix.cc
37
#define DSO_NAME(MODULE, VERSION) ("lib" MODULE "." VERSION ".
dylib
")
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_dl.h
40
# define UTIL_DL_EXT ".
dylib
"
/external/chromium_org/third_party/widevine/cdm/
widevine_cdm_common.h
31
"libwidevinecdm.
dylib
";
/external/chromium_org/tools/clang/scripts/
blink_gc_plugin_flags.sh
12
LIBSUFFIX=
dylib
/external/compiler-rt/test/BlocksRuntime/
objectRRGC.c
26
// local copy instead of libSystem.B.
dylib
copy
Completed in 1190 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>