HomeSort by relevance Sort by last modified time
    Searched full:libraryname (Results 226 - 250 of 254) sorted by null

1 2 3 4 5 6 7 8 91011

  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
GraphReader.java 100 public AddLibraryCommand(String libraryName) {
101 mLibraryName = libraryName;
284 String libraryName = getRequiredAttribute(attributes, "name");
285 mCommandStack.append(new AddLibraryCommand(libraryName));
  /libcore/luni/src/main/java/java/lang/
Runtime.java 358 void loadLibrary(String libraryName, ClassLoader loader) {
360 String filename = loader.findLibrary(libraryName);
367 System.mapLibraryName(libraryName) + "\"");
376 String filename = System.mapLibraryName(libraryName);
395 throw new UnsatisfiedLinkError("Library " + libraryName + " not found; tried " + candidates);
  /external/chromium_org/third_party/icu/source/common/unicode/
icuplug.h 40 * LIBRARYNAME ENTRYPOINT [ CONFIGURATION .. ]</li>
44 * <li>LIBRARYNAME is the name of a shared library, either a short name if
  /external/icu/icu4c/source/common/unicode/
icuplug.h 40 * LIBRARYNAME ENTRYPOINT [ CONFIGURATION .. ]</li>
44 * <li>LIBRARYNAME is the name of a shared library, either a short name if
  /external/llvm/docs/
Projects.rst 145 ``LIBRARYNAME``
148 example, to build a library named ``libsample.a``, ``LIBRARYNAME`` should
MakefileGuide.rst 152 LIBRARYNAME = mylib
189 LIBRARYNAME := MyMod
533 ``LIBRARYNAME``
    [all...]
GarbageCollection.rst 511 LIBRARYNAME = MyGC
    [all...]
WritingAnLLVMBackend.rst 140 ``LEVEL``, ``LIBRARYNAME`` and ``TARGET`` variables, and then include
    [all...]
WritingAnLLVMPass.rst 67 LIBRARYNAME = Hello
    [all...]
  /libcore/dalvik/src/main/java/dalvik/system/
DexPathList.java 379 public String findLibrary(String libraryName) {
380 String fileName = System.mapLibraryName(libraryName);
  /external/chromium_org/tools/clang/scripts/
package.sh 119 $(grep LIBRARYNAME "$THIS_DIR"/../blink_gc_plugin/Makefile \
update.sh 32 $(grep LIBRARYNAME "$THIS_DIR"/../blink_gc_plugin/Makefile \
  /external/llvm/
Makefile.rules 602 LD.Flags += -Wl,-install_name -Wl,"@rpath/lib$(LIBRARYNAME)$(SHLIBEXT)"
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/actions/
AddSupportJarAction.java 448 final String libraryName,
462 libraryName, "_"); //$NON-NLS-1$
  /external/llvm/tools/llvm-nm/
llvm-nm.cpp 405 StringRef LibraryName;
406 if (MachO->getLibraryShortNameByIndex(LibraryOrdinal - 1, LibraryName))
409 outs() << " (from " << LibraryName << ")";
    [all...]
  /external/clang/lib/Lex/
ModuleMap.cpp     [all...]
  /external/chromium_org/third_party/icu/
readme.html     [all...]
  /external/icu/icu4c/
readme.html     [all...]
  /frameworks/base/tools/aapt/
Command.cpp     [all...]
  /prebuilts/devtools/tools/lib/
jython-standalone-2.5.3.jar 
ddmuilib.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
jython-standalone-2.5.3.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 
  /external/valgrind/main/perf/
tinycc.c     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/lib/
libX11.a     [all...]

Completed in 1929 milliseconds

1 2 3 4 5 6 7 8 91011