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

1 2

  /external/chromium_org/native_client_sdk/src/tools/lib/
get_shared_deps.py 67 def GetNeeded(main_files, objdump, lib_path):
73 lib_path: A list of paths to search for shared libraries.
83 return _GetNeededDynamic(main_files, objdump, lib_path)
88 def _GetNeededDynamic(main_files, objdump, lib_path):
90 all_files, unexamined = GleanFromObjdump(main_files, None, objdump, lib_path)
106 new_files, new_needed = GleanFromObjdump(files, arch, objdump, lib_path)
124 def GleanFromObjdump(files, arch, objdump, lib_path):
136 lib_path: A list of paths to search for shared libraries.
152 for path in _FindLibsInPath(filename, lib_path):
197 def _FindLibsInPath(name, lib_path)
    [all...]
  /external/chromium_org/native_client_sdk/src/tools/lib/tests/
get_shared_deps_test.py 93 lib_path = []
94 needed = get_shared_deps.GetNeeded([nexe], objdump, lib_path)
107 lib_path=[libdir],
120 lib_path = [libdir]
125 get_shared_deps.GleanFromObjdump(nexes, 'x86-32', self.objdump, lib_path)
128 nexes, 'x86-64', self.objdump, lib_path)
131 lib_path = [os.path.join(self.toolchain, 'x86_64-nacl', 'lib32'),
135 lib_path=lib_path,
  /cts/tests/tests/nativeopengl/standalone/jni/
Android.mk 38 LIB_PATH := $(LOCAL_PATH)/../libs/$(TARGET_ARCH_ABI)/
40 LOCAL_LDLIBS := -L$(LIB_PATH) -landroid -lEGL -lGLESv2 -llog
  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
maybe_threads_unittest.sh 67 LIB_PATH="$UNITTEST_DIR/libtcmalloc_minimal.so"
69 LIB_PATH="$UNITTEST_DIR/.libs/libtcmalloc_minimal.so"
71 LIB_PATH="$UNITTEST_DIR/libtcmalloc_minimal.dylib"
73 LIB_PATH="$UNITTEST_DIR/.libs/libtcmalloc_minimal.dylib"
79 LD_PRELOAD="$LIB_PATH" $UNITTEST_DIR/low_level_alloc_unittest
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
maybe_threads_unittest.sh 67 LIB_PATH="$UNITTEST_DIR/libtcmalloc_minimal.so"
69 LIB_PATH="$UNITTEST_DIR/.libs/libtcmalloc_minimal.so"
71 LIB_PATH="$UNITTEST_DIR/libtcmalloc_minimal.dylib"
73 LIB_PATH="$UNITTEST_DIR/.libs/libtcmalloc_minimal.dylib"
79 LD_PRELOAD="$LIB_PATH" $UNITTEST_DIR/low_level_alloc_unittest
  /external/chromium_org/third_party/android_crazy_linker/src/src/
crazy_linker_elf_loader.h 28 // |lib_path| is the full library path, and |wanted_address| should
42 bool LoadAt(const char* lib_path,
crazy_linker_elf_loader.cpp 45 bool ElfLoader::LoadAt(const char* lib_path,
50 LOG("%s: lib_path='%s', file_offset=%p, load_address=%p\n",
52 lib_path,
73 if (!fd_.OpenReadOnly(lib_path)) {
84 path_ = lib_path;
  /ndk/sources/android/crazy_linker/src/
crazy_linker_elf_loader.h 28 // |lib_path| is the full library path, and |wanted_address| should
42 bool LoadAt(const char* lib_path,
crazy_linker_elf_loader.cpp 45 bool ElfLoader::LoadAt(const char* lib_path,
50 LOG("%s: lib_path='%s', file_offset=%p, load_address=%p\n",
52 lib_path,
73 if (!fd_.OpenReadOnly(lib_path)) {
84 path_ = lib_path;
  /external/bison/build-aux/
compile 87 lib_path=
122 for dir in $lib_path $LIB
143 if test -z "$lib_path"; then
144 lib_path=$file
146 lib_path="$lib_path;$file"
  /external/chromium_org/third_party/opus/src/
compile 87 if test -z "$lib_path"; then
88 lib_path=$file
90 lib_path="$lib_path;$file"
103 for dir in $lib_path $LIB
129 lib_path=
  /external/libcap-ng/libcap-ng-0.7/
compile 87 lib_path=
122 for dir in $lib_path $LIB
143 if test -z "$lib_path"; then
144 lib_path=$file
146 lib_path="$lib_path;$file"
  /external/libedit/
compile 86 if test -z "$lib_path"; then
87 lib_path=$file
89 lib_path="$lib_path;$file"
102 for dir in $lib_path $LIB
133 lib_path=
  /external/libopus/
compile 87 if test -z "$lib_path"; then
88 lib_path=$file
90 lib_path="$lib_path;$file"
103 for dir in $lib_path $LIB
129 lib_path=
  /external/libpng/
compile 86 if test -z "$lib_path"; then
87 lib_path=$file
89 lib_path="$lib_path;$file"
102 for dir in $lib_path $LIB
133 lib_path=
  /bionic/tests/
dlext_test.cpp 94 char lib_path[PATH_MAX]; local
95 snprintf(lib_path, sizeof(lib_path), LIBPATH, android_data);
99 extinfo.library_fd = TEMP_FAILURE_RETRY(open(lib_path, O_RDONLY | O_CLOEXEC));
101 handle_ = android_dlopen_ext(lib_path, RTLD_NOW, &extinfo);
  /external/chromium_org/native_client_sdk/src/tools/
create_nmf.py 176 lib_path=None, extra_files=None, lib_prefix=None,
186 lib_path: List of paths to library directories
202 self.lib_path = lib_path or []
244 self.lib_path)
559 parser.add_option('-L', '--library-path', dest='lib_path',
634 for libpath in options.lib_path:
643 options.lib_path += GetDefaultLibPath(config)
644 for path in options.lib_path:
665 lib_path=options.lib_path
    [all...]
  /external/chromium_org/native_client_sdk/src/build_tools/
verify_ppapi.py 23 def __init__(self, lib_path, expected, unexpected):
27 msg = 'In %s:\n' % lib_path
  /external/chromium_org/ppapi/native_client/
chrome_main.scons 139 lib_path = line[pos+4:]
140 pos1 = lib_path.rfind(' (')
143 lib_path = lib_path[:pos1]
144 return lib_name, lib_path
166 lib_name, lib_path = lib_info
167 if lib_path == 'NaClMain':
170 shutil.copyfile(lib_path, os.path.join(target_dir, lib_name))
  /external/clang/
CMakeLists.txt 300 file(RELATIVE_PATH lib_path
304 if(NOT lib_path MATCHES "^[.][.]")
306 ${CLANG_SOURCE_DIR}/include/clang/${lib_path}/*.h
307 ${CLANG_SOURCE_DIR}/include/clang/${lib_path}/*.def
312 ${CLANG_SOURCE_DIR}/include/clang/${lib_path}/*.td
  /external/chromium_org/third_party/libvpx/source/libvpx/
examples.mk 190 LIB_PATH := $(SRC_PATH_BARE)/../lib
193 LIB_PATH-yes += $(if $(BUILD_PFX),$(BUILD_PFX),.)
198 LIB_PATH := $(call enabled,LIB_PATH)
202 INTERNAL_LDFLAGS += $(addprefix -L,$(LIB_PATH))
245 $(LIB_PATH)/lib$(CODEC_LIB)$(CODEC_LIB_SUF)))\
  /external/libvpx/libvpx/
examples.mk 193 LIB_PATH := $(SRC_PATH_BARE)/../lib
196 LIB_PATH-yes += $(if $(BUILD_PFX),$(BUILD_PFX),.)
201 LIB_PATH := $(call enabled,LIB_PATH)
205 INTERNAL_LDFLAGS += $(addprefix -L,$(LIB_PATH))
248 $(LIB_PATH)/lib$(CODEC_LIB)$(CODEC_LIB_SUF)))\
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
examples.mk 193 LIB_PATH := $(SRC_PATH_BARE)/../lib
196 LIB_PATH-yes += $(if $(BUILD_PFX),$(BUILD_PFX),.)
201 LIB_PATH := $(call enabled,LIB_PATH)
205 INTERNAL_LDFLAGS += $(addprefix -L,$(LIB_PATH))
248 $(LIB_PATH)/lib$(CODEC_LIB)$(CODEC_LIB_SUF)))\
  /frameworks/compile/libbcc/gdb_plugin/
android-commands.py 200 lib_path = os.path.join(local_library_directory, lib + ".so")
201 if not os.path.exists(lib_path) and self.verbose:
203 + lib_path + "."
204 ret.append(lib_path)
  /external/chromium_org/build/android/pylib/
forwarder.py 297 cmd, lib_path=Forwarder._DEVICE_FORWARDER_FOLDER)
337 cmd, lib_path=Forwarder._DEVICE_FORWARDER_FOLDER)

Completed in 1057 milliseconds

1 2