/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/ |
build_vc.pl | 34 my (@headerlist, @filelist, $hd, $file, $ofile, $command, $objlist, $libfile, $h); 101 $libfile = File::Spec->catfile('lib', 'omxVC'.$LIB_TYPE); 102 $command = $LIB.' '.$LIB_OPTS.' '.$libfile.' '.$objlist;
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/ |
build_vc.pl | 34 my (@headerlist, @filelist, $hd, $file, $ofile, $command, $objlist, $libfile, $h); 103 $libfile = File::Spec->catfile('lib', 'omxVC'.$LIB_TYPE); 104 $command = $LIB.' '.$LIB_OPTS.' '.$libfile.' '.$objlist;
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/ |
build_vc.pl | 34 my (@headerlist, @filelist, $hd, $file, $ofile, $command, $objlist, $libfile, $h); 101 $libfile = File::Spec->catfile('lib', 'omxVC'.$LIB_TYPE); 102 $command = $LIB.' '.$LIB_OPTS.' '.$libfile.' '.$objlist;
|
/external/chromium_org/build/android/gyp/ |
create_native_libraries_header.py | 41 with open(options.ordered_libraries, 'r') as libfile: 42 libraries = json.load(libfile)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/ |
bcppcompiler.py | 270 libfile = self.find_library_file(library_dirs, lib, debug) 271 if libfile is None: 276 ld_args.append(libfile) 326 libfile = os.path.join(dir, self.library_filename(name)) 327 if os.path.exists(libfile): 328 return libfile
|
msvccompiler.py | 568 libfile = os.path.join(dir, self.library_filename (name)) 569 if os.path.exists(libfile): 570 return libfile
|
msvc9compiler.py | 772 libfile = os.path.join(dir, self.library_filename (name)) 773 if os.path.exists(libfile): 774 return libfile
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/ |
bcppcompiler.py | 270 libfile = self.find_library_file(library_dirs, lib, debug) 271 if libfile is None: 276 ld_args.append(libfile) 326 libfile = os.path.join(dir, self.library_filename(name)) 327 if os.path.exists(libfile): 328 return libfile
|
msvccompiler.py | 568 libfile = os.path.join(dir, self.library_filename (name)) 569 if os.path.exists(libfile): 570 return libfile
|
msvc9compiler.py | 772 libfile = os.path.join(dir, self.library_filename (name)) 773 if os.path.exists(libfile): 774 return libfile
|
/external/llvm/examples/Kaleidoscope/MCJIT/cached/ |
split-lib.py | 48 libfile = open(libname, "w") 56 libfile.write(line)
|
/external/llvm/examples/Kaleidoscope/MCJIT/complete/ |
split-lib.py | 48 libfile = open(libname, "w") 56 libfile.write(line)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/ |
util.py | 217 libfile = os.path.join(dir, "lib%s.so" % name) 218 if os.path.exists(libfile): 219 return libfile
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/ |
util.py | 217 libfile = os.path.join(dir, "lib%s.so" % name) 218 if os.path.exists(libfile): 219 return libfile
|
/external/chromium_org/tools/win/split_link/ |
split_link.py | 269 libfile = 'part%d.lib' % i 270 flags_with_implib_and_deffile = flags + ['/IMPLIB:%s' % libfile, 273 import_libs.append(libfile)
|
/ndk/sources/host-tools/ndk-depends/ |
ndk-depends.cc | 1031 ElfFile libfile; local 1034 if (!libfile.Open(libpath.c_str(), &error)) { 1037 String soname = libfile.GetLibName(); 1048 libfile.GetNeededLibs(&node.needed_libs); 1370 ElfFile libfile; local [all...] |
/external/jpeg/ |
ltmain.sh | [all...] |
/external/qemu/distrib/jpeg-6b/ |
ltmain.sh | [all...] |
/external/chromium/sdch/open-vcdiff/ |
ltmain.sh | [all...] |
/external/chromium/third_party/libevent/ |
ltmain.sh | [all...] |
/external/chromium_org/third_party/libevent/ |
ltmain.sh | [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/config/ |
ltmain.sh | [all...] |
/external/libffi/ |
ltmain.sh | [all...] |
/external/llvm/autoconf/ |
ltmain.sh | [all...] |
/external/llvm/projects/sample/autoconf/ |
ltmain.sh | [all...] |