/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/ |
setuptools_build_ext.py | 136 _config_vars['SO'] = ".dylib"
|
/external/chromium_org/third_party/libvpx/source/libvpx/ |
libs.mk | 280 LIBVPX_SO := libvpx.$(VERSION_MAJOR).dylib 283 libvpx.dylib )
|
/external/chromium_org/tools/gyp/test/lib/ |
TestCommon.py | 154 dll_suffix = '.dylib' 163 dll_suffix = '.dylib'
|
/external/clang/test/ |
lit.cfg | 468 # Will default to '/usr/lib/libgmalloc.dylib' if not set. 470 '/usr/lib/libgmalloc.dylib')
|
/external/libvpx/libvpx/ |
libs.mk | 276 LIBVPX_SO := libvpx.$(VERSION_MAJOR).dylib 279 libvpx.dylib )
|
/external/lldb/scripts/Python/interface/ |
SBModule.i | 136 /// remote debugging might mention a file '/usr/lib/liba.dylib' 139 /// '/tmp/lldb/platform-cache/remote.host.computer/usr/lib/liba.dylib'
|
/external/lldb/www/cpp_reference/html/ |
classlldb_1_1SBModuleSpec.html | 200 <p>Platform file refers to the path of the module as it is known on the remote system on which it is being debugged. For local debugging this is always the same as Module::GetFileSpec(). But remote debugging might mention a file '/usr/lib/liba.dylib' which might be locally downloaded and cached. In this case the platform file could be something like: '/tmp/lldb/platform-cache/remote.host.computer/usr/lib/liba.dylib' The file could also be cached in a local developer kit directory.</p>
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
libs.mk | 276 LIBVPX_SO := libvpx.$(VERSION_MAJOR).dylib 279 libvpx.dylib )
|
/external/lldb/tools/debugserver/source/ |
ChangeLog | 248 packet) for ARM now that libdebugnub.dylib can do both hardware and software [all...] |
/external/clang/lib/Driver/ |
ToolChains.cpp | 377 "libclang_rt.asan_osx_dynamic.dylib", 382 "libclang_rt.asan_iossim_dynamic.dylib", 416 // omitted from 10.4.dylib. 616 llvm::sys::path::append(P, "usr", "lib", "libstdc++.dylib"); 620 llvm::sys::path::append(P, "libstdc++.6.dylib"); 630 // 10.6 and earlier, where /usr/lib/libstdc++.dylib does not exist. 631 if (!llvm::sys::fs::exists("/usr/lib/libstdc++.dylib") && 632 llvm::sys::fs::exists("/usr/lib/libstdc++.6.dylib")) { 633 CmdArgs.push_back("/usr/lib/libstdc++.6.dylib"); [all...] |
/external/qemu/distrib/sdl-1.2.15/Xcode/SDL/SDL.xcodeproj/ |
project.pbxproj | [all...] |
/external/chromium_org/chrome/browser/mac/ |
relauncher.cc | 259 // main executable via crt1.o and this code will run from a dylib, and
|
/external/chromium_org/chrome/installer/mac/ |
dmgdiffer.sh | 254 "${SCRIPT_DIR}/liblzma_decompress.dylib" \
|
/external/chromium_org/tools/checkperms/ |
checkperms.py | 45 'dylib',
|
/external/chromium_org/tools/gyp/pylib/gyp/ |
xcode_emulation.py | 181 # Used by _AdjustLibrary to match .a and .dylib entries in libraries. 182 self.library_re = re.compile(r'^lib([^/]+)\.(a|dylib)$') 347 'shared_library': '.dylib', [all...] |
/external/e2fsprogs/config/ |
config.rpath | 391 shlibext=dylib
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.1.2.R36x_v20101019_1345/ |
eclipse_1310.so | |
/external/libcxx/include/experimental/ |
optional | 139 // Get the key function ~bad_optional_access() into the dylib even if not compiling for C++1y
|
/external/libcxxabi/src/Unwind/ |
AddressSpace.hpp | 284 // In 10.7.0 or later, libSystem.dylib implements this function.
|
/external/libexif/ |
config.rpath | 447 shrext=.dylib
|
/external/libexif/m4m/ |
gp-check-library.m4 | 81 *darwin*) soext=".dylib" ;;
|
/external/llvm/cmake/modules/ |
HandleLLVMOptions.cmake | 102 # We use *.dylib rather than *.so on darwin.
|
/external/openssl/crypto/dso/ |
dso_dlfcn.c | 363 #define DSO_ext ".dylib"
|
/external/qemu/ |
Makefile.android | 122 MY_DLLEXT := .dylib
|
/external/qemu/android/ |
main-emulator.c | 51 # define DLL_EXTENSION ".dylib"
|