HomeSort by relevance Sort by last modified time
    Searched full:libname (Results 201 - 225 of 449) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/icu4c/tools/pkgdata/
pkgtypes.h 95 * @param libName Name of the .lib, etc file
98 void pkg_sttc_writeReadme(struct UPKGOptions_ *opt, const char *libName, UErrorCode *status);
124 const char *libName; /* name for library (default: shortName) */
  /external/libpng/scripts/
makefile.atari 54 (cd $(DESTDIR)$(INCPATH); ln -f -s $(LIBNAME) libpng; \
55 ln -f -s $(LIBNAME)/* .)
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/
Makefile 4 LIBNAME = gallium
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/gd3d10/
Makefile 0 LIBNAME=gd3d10
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
Makefile 6 LIBNAME = vega
  /external/chromium_org/third_party/mesa/src/src/gallium/targets/dri-swrast/
Makefile 4 LIBNAME = swrast_dri.so
  /external/mesa3d/src/gallium/auxiliary/
Makefile 4 LIBNAME = gallium
  /external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d10/
Makefile 0 LIBNAME=gd3d10
  /external/mesa3d/src/gallium/state_trackers/vega/
Makefile 6 LIBNAME = vega
  /external/mesa3d/src/gallium/targets/dri-swrast/
Makefile 4 LIBNAME = swrast_dri.so
  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11dyn.c 40 const char *libname; member in struct:__anon25189
79 printf("X11: Found '%s' in %s (%p)\n", fnname, x11libs[i].libname, *fn);
174 if (x11libs[i].libname != NULL) {
175 x11libs[i].lib = SDL_LoadObject(x11libs[i].libname);
  /frameworks/av/media/libstagefright/omx/
OMXMaster.h 61 void addPlugin(const char *libname);
OMXMaster.cpp 50 void OMXMaster::addPlugin(const char *libname) {
51 mVendorLibHandle = dlopen(libname, RTLD_NOW);
  /external/llvm/autoconf/m4/
libtool.m4     [all...]
  /external/llvm/projects/sample/autoconf/m4/
libtool.m4     [all...]
  /external/libffi/
ltcf-gcj.sh 80 archive_cmds='$rm $output_objdir/a2ixlibrary.data~$echo "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$echo "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$echo "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$echo "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'
177 $DLLTOOL --as=$AS --dllname $soname --exclude-symbols '$dll_exclude_symbols' --def $output_objdir/$soname-def --base-file $output_objdir/$soname-base --output-exp $output_objdir/$soname-exp --output-lib $output_objdir/$libname.dll.a~
350 archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs $compiler_flags ${wl}-bE:$export_symbols ${wl}-bnoentry${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
356 archive_cmds='$rm $output_objdir/a2ixlibrary.data~$echo "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$echo "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$echo "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$echo "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'
414 archive_expsym_cmds='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -r ${wl}-bind_at_load -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
415 module_expsym_cmds='sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
501 archive_cmds='$echo "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$echo "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~$echo DATA >> $output_objdir/$ (…)
    [all...]
  /frameworks/base/media/mca/
structgen.py 191 self.libname = None
216 elif cmd == "@libname":
218 self.libname = linecomps[1]
247 elif not self.libname:
248 raise ParseError(lineno, "Required field '@libname' missing!")
251 if self.libname[:3] == "lib":
252 self.libname = self.libname[3:]
301 self.libname)
  /external/chromium_org/build/android/
asan_symbolize.py 68 libname = _TranslateLibPath(library, asan_libs)
70 info_dict = symbol.SymbolInformationForSet(libname,
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
Makefile 4 LIBNAME = llvmpipe
  /external/chromium_org/v8/tools/
tickprocessor.js 627 libName, libStart, libEnd, processorFunc) {
628 this.loadSymbols(libName);
668 CppEntriesProvider.prototype.loadSymbols = function(libName) {
687 UnixCppEntriesProvider.prototype.loadSymbols = function(libName) {
689 libName = this.targetRootFS + libName;
692 os.system(this.nmExec, ['-C', '-n', '-S', libName], -1, -1),
693 os.system(this.nmExec, ['-C', '-n', '-S', '-D', libName], -1, -1)
735 MacCppEntriesProvider.prototype.loadSymbols = function(libName) {
737 libName = this.targetRootFS + libName
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
Makefile 4 LIBNAME = llvmpipe
  /frameworks/base/core/java/android/app/
NativeActivity.java 130 String libname = "main"; local
154 if (ln != null) libname = ln;
165 System.mapLibraryName(libname));
171 throw new IllegalArgumentException("Unable to find native library: " + libname);
  /external/dropbear/libtomcrypt/
Makefile.in 51 ifndef LIBNAME
52 LIBNAME=libtomcrypt.a
200 library: $(LIBNAME)
205 $(LIBNAME): $(OBJECTS)
211 $(CC) $(HASHOBJECTS) $(LIBNAME) $(EXTRALIBS) -o $(HASH) $(WARN)
215 $(CC) $(CRYPTOBJECTS) $(LIBNAME) $(EXTRALIBS) -o $(CRYPT) $(WARN)
219 $(CC) $(SMALLOBJECTS) $(LIBNAME) $(EXTRALIBS) -o $(SMALL) $(WARN)
222 $(CC) $(LDFLAGS) $(TVS) $(LIBNAME) $(EXTRALIBS) -o $(TV)
225 $(CC) $(MULTIS) $(LIBNAME) $(EXTRALIBS) -o $(MULTI)
228 $(CC) $(LDFLAGS) $(TIMINGS) testprof/$(LIBTEST) $(LIBNAME) $(EXTRALIBS) -o $(TIMING
    [all...]
  /external/libexif/auto-m4/
lib-link.m4 11 dnl AC_LIB_LINKFLAGS(name [, dependencies]) searches for libname and
42 dnl searches for libname and the libraries corresponding to explicit and
122 dnl AC_LIB_LINKFLAGS_BODY(name [, dependencies]) searches for libname and
192 dnl and the already constructed $LIBNAME/$LTLIBNAME.
267 dnl The hardcoding into $LIBNAME is system dependent.
269 dnl Using DIR/libNAME.so during linking hardcodes DIR into the
278 dnl The rpathdirs will be appended to $LIBNAME at the end.
292 dnl or the already constructed $LIBNAME
390 dnl Potentially add $additional_libdir to $LIBNAME and $LTLIBNAME.
395 dnl constructed $LIBNAME,
    [all...]
  /external/oprofile/m4/
qt.m4 81 dnl check a particular libname
112 for libname in -lqt-mt -lqt3 -lqt2 -lqt;
114 QT_TRY_LINK($libname)

Completed in 1561 milliseconds

1 2 3 4 5 6 7 891011>>