HomeSort by relevance Sort by last modified time
    Searched full:dylib (Results 1 - 25 of 316) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/macholib/
dylib.py 5 Generic dylib path manipulation
18 \.dylib$
24 A dylib name can take one of the following four forms:
25 Location/Name.SomeVersion_Suffix.dylib
26 Location/Name.SomeVersion.dylib
27 Location/Name_Suffix.dylib
28 Location/Name.dylib
33 name='Name.SomeVersion_Suffix.dylib',
59 assert dylib_info('P/Foo.dylib') == d('P', 'Foo.dylib', 'Foo'
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/macholib/
dylib.py 5 Generic dylib path manipulation
18 \.dylib$
24 A dylib name can take one of the following four forms:
25 Location/Name.SomeVersion_Suffix.dylib
26 Location/Name.SomeVersion.dylib
27 Location/Name_Suffix.dylib
28 Location/Name.dylib
33 name='Name.SomeVersion_Suffix.dylib',
59 assert dylib_info('P/Foo.dylib') == d('P', 'Foo.dylib', 'Foo'
    [all...]
  /external/chromium_org/third_party/leveldatabase/src/
.gitignore 4 *.dylib*
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_macholib.py 14 possible = ['lib'+name+'.dylib', name+'.dylib',
16 for dylib in possible:
18 return os.path.realpath(dyld_find(dylib))
26 '/usr/lib/libSystem.B.dylib'
28 '/usr/lib/libz.1.dylib'
39 possible = ['lib'+name+'.dylib', name+'.dylib', name+'.framework/'+name]
40 for dylib in possible:
42 return os.path.realpath(dyld_find(dylib))
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_macholib.py 14 possible = ['lib'+name+'.dylib', name+'.dylib',
16 for dylib in possible:
18 return os.path.realpath(dyld_find(dylib))
26 '/usr/lib/libSystem.B.dylib'
28 '/usr/lib/libz.1.dylib'
39 possible = ['lib'+name+'.dylib', name+'.dylib', name+'.framework/'+name]
40 for dylib in possible:
42 return os.path.realpath(dyld_find(dylib))
    [all...]
  /external/chromium_org/tools/gyp/test/mac/
gyptest-copy-dylib.py 18 test.run_gyp('test.gyp', chdir='copy-dylib')
20 test.build('test.gyp', 'test_app', chdir='copy-dylib')
23 'Test App.app/Contents/Resources/libmy_dylib.dylib', chdir='copy-dylib')
gyptest-installname.py 35 if (GetInstallname('libdefault_installname.dylib') !=
36 '/usr/local/lib/libdefault_installname.dylib'):
44 if (GetInstallname('libexplicit_installname.dylib') !=
48 if (GetInstallname('libexplicit_installname_base.dylib') !=
49 '@executable_path/../../../libexplicit_installname_base.dylib'):
57 if (GetInstallname('libexplicit_installname_with_base.dylib') !=
58 '/usr/local/lib/libexplicit_installname_with_base.dylib'):
61 if (GetInstallname('libexplicit_installname_with_explicit_base.dylib') !=
62 '@executable_path/../libexplicit_installname_with_explicit_base.dylib'):
65 if (GetInstallname('libboth_base_and_installname.dylib') !
    [all...]
gyptest-rpath.py 33 if (GetRpaths('libdefault_rpath.dylib') != []):
36 if (GetRpaths('libexplicit_rpath.dylib') != ['@executable_path/.']):
39 if (GetRpaths('libexplicit_rpaths_escaped.dylib') !=
  /external/chromium_org/tools/gyp/test/mac/type_envvars/
test_nonbundle_shared_library.sh 11 test $FULL_PRODUCT_NAME = libnonbundle_shared_library.dylib
13 test $EXECUTABLE_NAME = libnonbundle_shared_library.dylib
14 test $EXECUTABLE_PATH = libnonbundle_shared_library.dylib
18 test $LD_DYLIB_INSTALL_NAME = "/usr/local/lib/libnonbundle_shared_library.dylib"
  /external/sonivox/arm-wt-22k/jetcreator_lib_src/darwin-x86/
README.txt 7 3/ Copy build/Release/libEASLIb.dylib to the JetCreator folder
  /development/build/
sdk-darwin-x86.atree 25 lib/libLLVM.dylib strip build-tools/${PLATFORM_NAME}/libLLVM.dylib
26 lib/libbcc.dylib strip build-tools/${PLATFORM_NAME}/libbcc.dylib
27 lib/libbcinfo.dylib strip build-tools/${PLATFORM_NAME}/libbcinfo.dylib
28 lib/libclang.dylib strip build-tools/${PLATFORM_NAME}/libclang.dylib
  /external/chromium/base/
native_library_mac.mm 22 if (library_path.Extension() == "dylib" ||
24 void* dylib = dlopen(library_path.value().c_str(), RTLD_LAZY);
25 if (!dylib)
29 native_lib->dylib = dylib;
58 dlclose(library->dylib);
72 return dlsym(library->dylib, name);
77 return name + ASCIIToUTF16(".dylib");
  /external/chromium_org/third_party/skia/gyp/
zlib.gyp 18 '$(SDKROOT)/usr/lib/libz.dylib',
26 '$(SDKROOT)/usr/lib/libz.dylib',
  /external/skia/gyp/
zlib.gyp 18 '$(SDKROOT)/usr/lib/libz.dylib',
26 '$(SDKROOT)/usr/lib/libz.dylib',
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
DEPS 2 # In order to link modules as a separate dylib, we'll need to sort out
  /external/compiler-rt/make/
AppleBI.mk 41 install-MacOSX : $(SYMROOT)/libcompiler_rt.dylib \
47 $(call GetCNAVar,STRIP,Platform.darwin_bni,Release,) -S $(SYMROOT)/libcompiler_rt.dylib \
48 -o $(DSTROOT)/usr/lib/system/libcompiler_rt.dylib
50 ln -s libcompiler_rt.dylib libcompiler_rt_profile.dylib; \
51 ln -s libcompiler_rt.dylib libcompiler_rt_debug.dylib
53 # Rule to make each dylib slice
54 $(OBJROOT)/libcompiler_rt-%.dylib : $(OBJROOT)/darwin_bni/Release/%/libcompiler_rt.a
58 -install_name /usr/lib/system/libcompiler_rt.dylib \
    [all...]
  /external/chromium_org/base/
native_library_mac.mm 48 if (library_path.Extension() == "dylib" || !DirectoryExists(library_path)) {
49 void* dylib = dlopen(library_path.value().c_str(), RTLD_LAZY);
50 if (!dylib)
54 native_lib->dylib = dylib;
85 dlclose(library->dylib);
90 // Deliberately do not CFRelease the bundle or dlclose the dylib because
109 function_pointer = dlsym(library->dylib, name);
122 return name + ASCIIToUTF16(".dylib");
  /external/valgrind/main/
darwin11.supp 13 # at 0x1973E6: __mtx_droplock (in /usr/lib/system/libsystem_c.dylib)
14 # by 0x1976AA: pthread_mutex_unlock (in /usr/lib/system/libsystem_c.dylib)
15 # by 0x100B3D: unlock_node (in /usr/lib/system/libkeymgr.dylib)
25 # at 0x2EB883: ??? (in /usr/lib/system/libxpc.dylib)
26 # by 0x237C6: ??? (in /usr/lib/libSystem.B.dylib)
31 obj:/usr/lib/system/libxpc.dylib
32 obj:/usr/lib/libSystem.B.dylib
40 obj:/usr/lib/libz.*dylib
41 obj:/usr/lib/libz.*dylib
46 obj:/usr/lib/libz.*dylib
    [all...]
  /external/chromium_org/tools/gyp/test/mac/copy-dylib/
test.gyp 24 '<(PRODUCT_DIR)/libmy_dylib.dylib',
  /external/compiler-rt/lib/asan/lit_tests/TestCases/Darwin/
interface_symbols_darwin.c 1 // Check the presense of interface symbols in the ASan runtime dylib.
8 // RUN: nm -g `otool -L %t.exe | grep "asan_osx_dynamic.dylib" | \
10 // RUN: sed "s/.dylib.*/.dylib/"` \
reexec-insert-libraries-env.cc 7 // RUN: -dynamiclib -o darwin-dummy-shared-lib-so.dylib
10 // RUN: DYLD_INSERT_LIBRARIES=darwin-dummy-shared-lib-so.dylib \
18 // CHECK: {{DYLD_INSERT_LIBRARIES=.*darwin-dummy-shared-lib-so.dylib.*}}
unset-insert-libraries-on-exec.cc 7 // RUN: -dynamiclib -o %t-darwin-dummy-shared-lib-so.dylib
13 // RUN: DYLD_INSERT_LIBRARIES=%t-darwin-dummy-shared-lib-so.dylib \
18 // CHECK: {{DYLD_INSERT_LIBRARIES = .*darwin-dummy-shared-lib-so.dylib.*}}
  /external/chromium_org/build/mac/
copy_asan_runtime_dylib.sh 8 # (libclang_rt.asan_osx_dynamic.dylib), on which their executables depend, from
9 # the compiler installation path into the bundle and fixes the dylib's install
26 sed -Ene 's/^[[:blank:]]+(.*libclang_rt\.asan_.*_dynamic\.dylib).*$/\1/p')
29 ASAN_DYLIB_NAME=libclang_rt.asan_iossim_dynamic.dylib
31 ASAN_DYLIB_NAME=libclang_rt.asan_osx_dynamic.dylib
  /external/libmtp/libmtp.xcodeproj/
project.pbxproj 10 5AE8833E138DA9A800550A90 /* libusb-compat.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 5AE88311138DA93F00550A90 /* libusb-compat.dylib */; };
11 5AE8833F138DA9AA00550A90 /* libusb.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 5AE88316138DA94B00550A90 /* libusb.dylib */; };
28 B00306061277B3CD009FA3E1 /* libiconv.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = B00306051277B3CD009FA3E1 /* libiconv.dylib */; };
82 B00306051277B3CD009FA3E1 /* libiconv.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libiconv.dylib; path = usr/lib/libiconv.dylib; sourceTree = SDKROOT; }
    [all...]
  /external/chromium_org/net/dns/
dns_config_watcher_mac.cc 14 // dnsinfo symbols are available via libSystem.dylib, but can also be present in
16 // libSystem.dylib.
27 handle_ = dlopen("/usr/lib/libSystem.dylib",

Completed in 648 milliseconds

1 2 3 4 5 6 7 8 91011>>