HomeSort by relevance Sort by last modified time
    Searched refs:library (Results 251 - 275 of 345) sorted by null

<<11121314

  /external/v8/tools/
codemap.js 116 * Adds a library entry.
178 // In this case, the whole library is assigned to this address.
tickprocessor.js 133 'shared-library': { parsers: [null, parseInt, parseInt],
428 // Count library ticks
563 // Also double-check that function belongs to the library address space.
622 // If the library cannot be found on this system let's not panic.
666 // If the library cannot be found on this system let's not panic.
  /external/webkit/WebCore/plugins/qt/
PluginViewQt.cpp 686 QLibrary library("libgdk-x11-2.0");
687 if (!library.load())
691 gdk_display_get_default_ptr gdk_display_get_default = (gdk_display_get_default_ptr)library.resolve("gdk_display_get_default");
696 gdk_x11_display_get_xdisplay_ptr gdk_x11_display_get_xdisplay = (gdk_x11_display_get_xdisplay_ptr)library.resolve("gdk_x11_display_get_xdisplay");
  /bionic/libc/
Android.mk 318 # with different C flags when building a static C library.
322 # of the library.
488 # Define HAVE_ARM_TLS_REGISTER macro to indicate to the C library
601 # This is a version of the static C library that does not
664 # WARNING: The only library libc.so should depend on is libdl.so! If you add other libraries,
  /external/chromium/third_party/icu/source/data/
makedata.mak 160 # if you want a static data library.
371 # Common defines for both ways of building ICU's data library.
380 # that here seems to cause confusion with the building of the stub library of the same name.
390 # This target builds the data library. It's identical to
395 @echo Data library is built
706 # This data is now hard coded as a part of the library.
711 # This data is now hard coded as a part of the library.
  /cts/tools/vm-tests/
Android.mk 21 # buildutil java library
  /external/libvpx/build/make/
gen_msvs_proj.sh 28 --lib Generate a project for creating a static library
38 -Lpath/to/lib Additional library search paths
39 -llibname Library to link against
  /frameworks/base/media/libeffects/lvm/lib/
Android.mk 126 # Reverb library
  /libcore/
NativeCode.mk 16 # Definitions for building the native code needed for the core library.
  /ndk/toolchains/arm-linux-androideabi-4.4.3/
setup.mk 120 define cmd-build-shared-library
  /sdk/files/
find_java.bat 22 rem http://technet.microsoft.com/en-us/library/bb490890.aspx
  /sdk/sdkmanager/app/etc/
android.bat 18 rem http://technet.microsoft.com/en-us/library/bb490890.aspx
  /build/core/
java.mk 197 # Skip adding emma instrumentation to class files if this is a static library,
235 # Proguard doesn't like a class in both library and the jar to be processed.
  /external/openssl/crypto/
Android.mk 510 # host shared library
526 # host static library, which is used by some SDK tools.
  /external/openssl/patches/
crypto_Android.mk 510 # host shared library
526 # host static library, which is used by some SDK tools.
  /ndk/build/core/
definitions.mk 18 # We use the GNU Make Standard Library
21 # If NDK_TRACE is enabled then calls to the library functions are
157 # This function also calls host-path to translate the library
388 # 2: list/set of static library modules this module depends on.
400 # 2: list/set of shared library modules this module depends on.
582 # - without a library file extension
    [all...]
  /external/freetype/src/sfnt/
sfobjs.c 430 FT_Library library = face->root.driver->root.library; local
442 sfnt = (SFNT_Service)FT_Get_Module_Interface( library, "sfnt" );
    [all...]
ttcmap.c     [all...]
  /external/webkit/WebKitTools/android/flex-2.5.4a/
configure 138 --x-libraries=DIR X library files are in DIR
    [all...]
  /external/sonivox/jet_tools/JetCreator/
JetCreator.py 416 for library in self.jet_file.GetLibraries():
417 dlg.je.ctrls[JetDefs.F_DLSFILE].Append(library)
470 for library in self.jet_file.GetLibraries():
471 dlg.je.ctrls[JetDefs.F_DLSFILE].Append(library)
    [all...]
  /external/zlib/
make_vms.com 80 $ define sys sys$library:
89 $ if f$trnlnm("SYS").eqs."" then define sys sys$library:
452 $! Read list of core library sources from makefile.in and create options
  /development/samples/TicTacToeLib/src/com/example/android/tictactoe/library/
GameView.java 17 package com.example.android.tictactoe.library;
453 // library in Eclipse's Graphical Layout Editor. Use this workaround instead.
  /external/chromium/base/
win_util.cc 398 // See http://msdn.microsoft.com/en-us/library/dd378459%28VS.85%29.aspx
430 set it as your default include path to build this library. You can grab it by \
  /external/v8/test/mjsunit/tools/
tickprocessor.js 97 // libc library
161 // stdc++ library
  /external/webkit/WebKitTools/Scripts/
webkitdirs.pm 117 # Silently remove ~/Library/Preferences/xcodebuild.plist which can
119 # ~/Library/Preferences/xcodebuild.plist can prevent xcodebuild from
122 my $personalPlistFile = $ENV{HOME} . "/Library/Preferences/xcodebuild.plist";
572 die "Unsupported platform, can't determine built library locations.";
783 if (-d "/Library/QuickTime/Perian.component") {
787 if (-d "$ENV{HOME}/Library/QuickTime/Perian.component") {
    [all...]

Completed in 999 milliseconds

<<11121314