HomeSort by relevance Sort by last modified time
    Searched refs:library (Results 426 - 450 of 725) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/freetype/src/base/
ftstroke.c 781 FT_Library library; member in struct:FT_StrokerRec_
789 FT_Stroker_New( FT_Library library,
797 if ( !library )
800 memory = library->memory;
804 stroker->library = library;
862 FT_Memory memory = stroker->library->memory;
868 stroker->library = NULL;
2263 FT_Library library = stroker->library; local
2339 FT_Library library = stroker->library; local
    [all...]
  /external/freetype/src/base/
ftstroke.c 781 FT_Library library; member in struct:FT_StrokerRec_
789 FT_Stroker_New( FT_Library library,
797 if ( !library )
800 memory = library->memory;
804 stroker->library = library;
862 FT_Memory memory = stroker->library->memory;
868 stroker->library = NULL;
2263 FT_Library library = stroker->library; local
2339 FT_Library library = stroker->library; local
    [all...]
  /external/chromium_org/third_party/freetype/src/cff/
cffobjs.c 67 module = FT_Get_Module( size->root.face->driver->root.library,
362 module = FT_Get_Module( slot->face->driver->root.library,
495 FT_Library library = cffface->driver->root.library; local
499 library, "sfnt" );
510 library, "pshinter" );
582 error = cff_font_load( library, stream, face_index, cff, pure_cff );
    [all...]
  /external/freetype/src/cff/
cffobjs.c 67 module = FT_Get_Module( size->root.face->driver->root.library,
362 module = FT_Get_Module( slot->face->driver->root.library,
495 FT_Library library = cffface->driver->root.library; local
499 library, "sfnt" );
510 library, "pshinter" );
582 error = cff_font_load( library, stream, face_index, cff, pure_cff );
    [all...]
  /external/ltrace/
ltrace-elf.c 49 #include "library.h"
57 arch_elf_init(struct ltelf *lte, struct library *lib)
391 " nor a shared library\n", filename);
794 struct library_symbol **libsymp, struct library *lib)
812 struct ltelf *lte, struct library *lib)
902 struct ltelf *lte, struct library *lib,
907 * symbol names that this library exports. */
1082 * what's already in the library. */
1106 struct ltelf *lte, struct library *lib,
1117 * library (-l). *
    [all...]
breakpoints.c 39 #include "library.h"
315 * a recursive library call. */
376 struct library *
414 struct library *lib)
444 struct library *lib = ltelf_read_main_binary(proc, proc->filename);
Android.mk 39 library.c \
  /external/chromium_org/build/android/gyp/util/
build_utils.py 289 for library, dependencies in unsorted_deps.items():
291 sorted_deps.append(library)
292 del unsorted_deps[library]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
constants.rb 41 token names used by ANTLR throughout the runtime library.
  /external/chromium_org/chrome/utility/media_galleries/
itunes_library_parser_unittest.cc 64 void CompareLibrary(const parser::Library& a, const parser::Library& b) {
67 parser::Library::const_iterator a_it;
68 parser::Library::const_iterator b_it;
88 CompareLibrary(expected_library_, parser.library());
104 parser::Library expected_library_;
  /external/chromium_org/net/http/
http_auth_sspi_win.h 191 // |library| and |max_token_length| must be non-NULL pointers to valid objects.
203 NET_EXPORT_PRIVATE int DetermineMaxTokenLength(SSPILibrary* library,
  /external/chromium_org/third_party/libvpx/source/libvpx/build/make/
iosbuild.sh 157 # Build the fat library.
167 vlog "Created fat library ${FRAMEWORK_DIR}/VPX containing:"
192 --show-build-output: Show output from each library build.
  /external/chromium_org/third_party/sqlite/src/tool/
mksqlite3c.tcl 62 ** the programming interface to the SQLite library. (If you do not have
68 ** separate file. This file contains only code for the core SQLite library.
  /external/flac/libFLAC/ia32/
nasm.h 1 ; libFLAC - Free Lossless Audio Codec library
  /external/libpng/scripts/
makevms.com 31 $ if f$trnlnm("SYS").eqs."" then define sys sys$library:
35 $ if f$trnlnm("SYS").eqs."" then define sys sys$library:
  /bootable/recovery/updater/
Android.mk 49 # Each library in TARGET_RECOVERY_UPDATER_LIBS should have a function
  /development/build/
build_android_stubs.mk 9 # The source files for this library are _all_ generated, something we don't do
  /development/ide/xcode/ports/
skia_mac.cp 27 // since different applications share this library, they only have in common:
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Ruby/
Ruby.stg 28 # Ruby runtime library version: <runtimeLibraryVersion()>
41 Failed to load the ANTLR3 runtime library (version <runtimeLibraryVersion()>):
43 Ensure the library has been installed on your system and is available
57 # 1: try to load the ruby antlr3 runtime library from the system path
    [all...]
  /external/ceres-solver/jni/
Application.mk 37 # the standard C++ library.
  /external/chromium_org/chrome/browser/
chrome_browser_main_win.cc 297 base::ScopedNativeLibrary library(base::FilePath(L"kernel32.dll"));
301 library.GetFunctionPointer("RegisterApplicationRestart"));
  /external/chromium_org/third_party/libjpeg_turbo/simd/
jccolmmx.asm 8 ; x86 SIMD extension for IJG JPEG library
jccolss2-64.asm 4 ; x86 SIMD extension for IJG JPEG library
jccolss2.asm 4 ; x86 SIMD extension for IJG JPEG library
jcgrammx.asm 8 ; x86 SIMD extension for IJG JPEG library

Completed in 530 milliseconds

<<11121314151617181920>>