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

<<11121314151617181920>>

  /external/chromium_org/ppapi/tests/
pp_thread.h 18 #error No thread library detected.
  /external/chromium_org/third_party/android_crazy_linker/src/tests/
test_two_shared_relros.cpp 73 bar.library, "Bar", reinterpret_cast<void**>(&bar_func)))
74 Panic("Could not find 'Bar' in library");
test_util.h 340 // The supported library names are "lib<name>_with_relro.so".
382 crazy_library_t* library; member in struct:__anon16132::RelroLibrary
388 if (!crazy_library_open(&this->library, name, context)) {
393 void Close() { crazy_library_close(this->library); }
396 if (!crazy_library_create_shared_relro(this->library,
455 if (!crazy_library_use_shared_relro(this->library,
  /external/chromium_org/third_party/freetype/src/psnames/
psmodule.c 566 /* PSCMAPS_SERVICES_GET derefers `library' in PIC mode */
568 FT_Library library; local
573 library = module->library;
574 if ( !library )
  /external/chromium_org/third_party/freetype/src/sfnt/
sfdriver.c 430 /* SFNT_SERVICES_GET derefers `library' in PIC mode */
432 FT_Library library; local
437 library = module->library;
438 if ( !library )
  /external/chromium_org/third_party/libxslt/linux/
xslt-config 18 --libs print library linking information
117 # a library, save it for later, in reverse order
  /external/chromium_org/third_party/libxslt/
xslt-config.in 18 --libs print library linking information
117 # a library, save it for later, in reverse order
  /external/chromium_org/third_party/skia/include/core/
SkInstCnt.h 24 // if Skia is being used as a dynamic library. Instance counting should be on
27 #error Instance counting works only when Skia is built as a static library.
  /external/compiler-rt/make/
subdir.mk 7 # ModuleName - The library name for objects in that directory.
9 # Implementation - The library configuration the objects should go in (Generic
  /external/freetype/src/psnames/
psmodule.c 566 /* PSCMAPS_SERVICES_GET derefers `library' in PIC mode */
568 FT_Library library; local
573 library = module->library;
574 if ( !library )
  /external/freetype/src/sfnt/
sfdriver.c 430 /* SFNT_SERVICES_GET derefers `library' in PIC mode */
432 FT_Library library; local
437 library = module->library;
438 if ( !library )
  /external/libpng/
Android.mk 3 # We need to build this for both the device (as a shared library)
4 # and the host (as a static library for tools to use).
  /external/linux-tools-perf/perf-3.12.0/tools/perf/scripts/perl/Perf-Trace-Util/lib/Perf/Trace/
Context.pm 47 This library is free software; you can redistribute it and/or modify
Util.pm 86 This library is free software; you can redistribute it and/or modify
  /external/ltrace/
breakpoint.h 43 #include "library.h"
147 /* A library that this breakpoint comes from. May be NULL. */
148 struct library *breakpoint_library(const struct breakpoint *bp);
  /external/ltrace/sysdeps/linux-gnu/x86/
plt.c 27 #include "library.h"
76 arch_elf_init(struct ltelf *lte, struct library *lib)
  /external/openssl/crypto/bn/
bn_prime.pl 41 * This library is free for commercial and non-commercial use as long as
51 * as the author of the parts of the library used.
67 * The word 'cryptographic' can be left out if the rouines from the library
  /development/samples/TicTacToeLib/src/com/example/android/tictactoe/library/
GameActivity.java 17 package com.example.android.tictactoe.library;
31 import com.example.android.tictactoe.library.GameView.ICellListener;
32 import com.example.android.tictactoe.library.GameView.State;
39 "com.example.android.tictactoe.library.GameActivity.EXTRA_START_PLAYER";
56 * IMPORTANT: all resource IDs from this library will eventually be merged
57 * with the resources from the main project that will use the library.
60 * the application project will always have priority and override library resources
65 * from the library.
69 * library resource names.
  /external/chromium_org/chrome/browser/extensions/api/music_manager_private/
device_id_win.cc 129 base::ScopedNativeLibrary library(base::FilePath(L"Iphlpapi.dll"));
135 library.GetFunctionPointer("GetIfTable2"));
137 library.GetFunctionPointer("FreeMibTable"));
  /external/chromium_org/third_party/freetype/src/raster/
ftrend1.c 34 FT_Library library = FT_MODULE_LIBRARY( render ); local
38 library->raster_pool,
39 library->raster_pool_size );
  /external/chromium_org/third_party/icu/source/test/depstest/
dependencies.py 16 files: Set of "library/filename.o" files mentioned in the dependencies file.
17 items: Map from library or group names to item maps.
18 Each item has a "type" ("library" or "group" or "system_symbols").
19 A library or group item can have an optional set of "files" (as in the files attribute).
21 A group item also has a "library" name unless it is a group of system symbols.
23 with standard-library system symbol names.
24 libraries: Set of library names mentioned in the dependencies file.
45 sys.exit("Error:%d: \"library: \" without name" % _line_number)
47 sys.exit("Error:%d: invalid library name %s" % (_line_number, name))
89 def _IsLibrary(item): return item and item["type"] == "library"
    [all...]
  /external/freetype/src/raster/
ftrend1.c 34 FT_Library library = FT_MODULE_LIBRARY( render ); local
38 library->raster_pool,
39 library->raster_pool_size );
  /external/icu/icu4c/source/test/depstest/
dependencies.py 16 files: Set of "library/filename.o" files mentioned in the dependencies file.
17 items: Map from library or group names to item maps.
18 Each item has a "type" ("library" or "group" or "system_symbols").
19 A library or group item can have an optional set of "files" (as in the files attribute).
21 A group item also has a "library" name unless it is a group of system symbols.
23 with standard-library system symbol names.
24 libraries: Set of library names mentioned in the dependencies file.
45 sys.exit("Error:%d: \"library: \" without name" % _line_number)
47 sys.exit("Error:%d: invalid library name %s" % (_line_number, name))
89 def _IsLibrary(item): return item and item["type"] == "library"
    [all...]
  /external/ceres-solver/
Android.mk 33 # standalone). It uses LLVM's libc++ as the standard library. It is a
34 # modern BSD licensed implementation of the standard c++ library. We
49 # Using the library
51 # Copy the static library:
68 # Changing the logging library
  /external/ceres-solver/jni/
Android.mk 33 # standalone). It uses LLVM's libc++ as the standard library. It is a
34 # modern BSD licensed implementation of the standard c++ library. We
49 # Using the library
51 # Copy the static library:
68 # Changing the logging library

Completed in 789 milliseconds

<<11121314151617181920>>