HomeSort by relevance Sort by last modified time
    Searched full:dylib (Results 101 - 125 of 425) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/compiler-rt/test/BlocksRuntime/
objectassign.c 25 // local copy instead of libSystem.B.dylib copy
  /external/libcxxabi/src/
abort_message.cpp 34 fprintf(stderr, "libc++abi.dylib: ");
  /external/lldb/lldb.xcodeproj/xcshareddata/xcschemes/
Run Testsuite.xcscheme 89 value = "/usr/lib/libgmalloc.dylib"
  /external/llvm/test/Transforms/LoopVectorize/X86/
rauw-bug.ll 10 ; gmalloc_path=/usr/lib/libgmalloc.dylib
  /external/llvm/tools/lto/
Makefile 33 # set dylib internal version number to llvmCore submission number
  /external/mesa3d/src/gallium/auxiliary/util/
u_dl.h 40 # define UTIL_DL_EXT ".dylib"
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
abort_message.cpp 29 fprintf(stderr, "libc++abi.dylib: ");
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/lib/
buildit 65 SOEXT=dylib
72 LDSHARED_FLAGS="-o libc++abi.dylib \
76 -install_name /usr/lib/libc++abi.dylib \
  /external/sonivox/arm-wt-22k/jetcreator_lib_src/darwin-x86/EASLIb.xcodeproj/
project.pbxproj 46 D2AAC0630554660B00DB518D /* libEASLIb.dylib */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; path = libEASLIb.dylib; sourceTree = BUILT_PRODUCTS_DIR; };
92 D2AAC0630554660B00DB518D /* libEASLIb.dylib */,
134 productReference = D2AAC0630554660B00DB518D /* libEASLIb.dylib */;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/
util.py 91 possible = ['lib%s.dylib' % name,
92 '%s.dylib' % name,
280 print cdll.LoadLibrary("libm.dylib")
281 print cdll.LoadLibrary("libcrypto.dylib")
282 print cdll.LoadLibrary("libSystem.dylib")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/
util.py 91 possible = ['lib%s.dylib' % name,
92 '%s.dylib' % name,
280 print cdll.LoadLibrary("libm.dylib")
281 print cdll.LoadLibrary("libcrypto.dylib")
282 print cdll.LoadLibrary("libSystem.dylib")
  /external/llvm/tools/llvm-rtdyld/
llvm-rtdyld.cpp 69 Dylibs("dylib",
152 for (const std::string &Dylib : Dylibs) {
153 if (sys::fs::is_regular_file(Dylib)) {
155 if (sys::DynamicLibrary::LoadLibraryPermanently(Dylib.c_str(), &ErrMsg))
156 llvm::errs() << "Error loading '" << Dylib << "': "
159 llvm::errs() << "Dylib not found: '" << Dylib << "'.\n";
  /external/libpng/scripts/
makefile.darwin 12 # where "make install" puts libpng.a, libpng16.dylib, png.h, pngconf.h,
26 LIBSO=$(LIBNAME).dylib
27 LIBSOMAJ=$(LIBNAME).$(PNGMAJ).dylib
28 LIBSOREL=$(LIBNAME).$(PNGMAJ).$(RELEASE).dylib
29 OLDSO=libpng.dylib
198 libpng.pc $(LIBNAME).*dylib pngtesti pnglibconf.h
  /external/valgrind/main/
darwin9.supp 251 helgrind-darwinlibc-nuke-everything-in-libSystem.B.dylib
253 obj:/usr/lib/libSystem.B.dylib
286 # by 0x2300B8: pthread_rwlock_wrlock$UNIX2003 (in /usr/lib/libSystem.B.dylib)
  /external/chromium_org/build/
get_landmines.py 37 print 'Switching from bundle to unbundled dylib (issue 14743002).'
  /external/chromium_org/chrome/browser/
load_library_perf_test.cc 70 base::FilePath::FromUTF8Unsafe("libclearkeycdm.dylib"));
  /external/chromium_org/third_party/ots/
ots-standalone.gyp 53 '/usr/lib/libz.dylib'
  /external/chromium_org/tools/clang/scripts/
repackage.sh 23 SO_EXT="dylib"
  /external/chromium_org/tools/gyp/test/mac/
gyptest-strip-default.py 47 CheckNsyms(OutPath('libsingle_dylib.dylib'),
  /external/chromium_org/tools/
isolate_driver.py 137 # TODO(maruel): Use a whitelist instead? .stamp, .so.TOC, .dylib.TOC,
171 if i.endswith('.dylib.TOC'):
172 # Remove only the suffix .TOC, not the .dylib!
183 if ext not in ['.dll', '.nexe', '.so', '.dylib']:
  /external/compiler-rt/lib/builtins/
int_util.c 36 /* from libSystem.dylib */
  /external/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
DynamicLoaderMacOSXDYLD.h 171 lldb::addr_t address; // Address of mach header for this dylib
173 lldb::addr_t mod_date; // Modification date for this dylib
174 lldb_private::FileSpec file_spec; // Resolved path for this dylib
175 lldb_private::UUID uuid; // UUID for this dylib if it has one, else all zeros
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_find.py 70 ## # and the default suffix is either none or '.dylib'.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_find.py 70 ## # and the default suffix is either none or '.dylib'.
  /external/chromium_org/testing/
gtest.gyp 94 # Package the ASan runtime dylib into the test app bundles.
105 'postbuild_name': 'Copy ASan runtime dylib',

Completed in 915 milliseconds

1 2 3 45 6 7 8 91011>>