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

<<11121314151617181920>>

  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/rdf/tests/
rdfext.asm 11 library alib.rdl label
  /external/freetype/include/internal/
pshints.h 705 FT_Init_Class_ ## class_( FT_Library library, \
708 FT_UNUSED( library ); \
  /external/freetype/src/smooth/
ftsmooth.c 34 FT_Library library = FT_MODULE_LIBRARY( render ); local
38 library->raster_pool,
39 library->raster_pool_size );
210 if ( slot->library->lcd_filter_func )
212 FT_Int extra = slot->library->lcd_extra;
309 if ( slot->library->lcd_filter_func )
310 slot->library->lcd_filter_func( bitmap, mode, slot->library );
  /external/llvm/bindings/ocaml/irreader/
llvm_irreader.mli 13 classes in the IRReader library. *)
  /external/llvm/bindings/ocaml/transforms/vectorize/
llvm_vectorize.mli 13 classes in the [LLVMVectorize] library. *)
  /external/icu/icu4c/source/
icudefs.mk 85 # If defined to a valid value, pkgdata will generate a data library more quickly
103 # Library suffix (to support different C++ compilers)
139 # LIB_M is for linking against the math library
141 # LIB_THREAD is for linking against the threading library
171 # Commands to make a shared library
197 # Versioned target for a shared library.
203 # Prefix for the ICU library names
215 # Static library prefix and file extension
224 # Platform commands to remove or move executable and library targets
226 # when the library needs to have executable permission
    [all...]
  /cts/build/
test_host_java_library.mk 16 # Builds a host library and defines a rule to generate the associated test
33 $(hide) echo Generating test description for host library $(PRIVATE_LIBRARY)
test_target_java_library.mk 16 # Builds a host library and defines a rule to generate the associated test
34 $(hide) echo Generating test description for target library $(PRIVATE_LIBRARY)
test_uiautomator.mk 16 # Builds a uiautomator library and defines a rule to generate the associated test
43 $(hide) echo Generating test description for uiautomator library $(PRIVATE_LIBRARY)
  /cts/common/util/
Android.mk 16 # Build the common utility library for use device-side
34 # Build the common utility library for use host-side
  /cts/tests/print/
Android.mk 18 # Build the print instrument library
33 # Copy the built print instrument library Jar to the CTS out folder.
  /device/asus/grouper/keymaster/
Android.mk 19 # links against a non-Open library, so we can only build it
20 # when that library is present.
  /device/sample/products/
sample_addon.mk 7 # Manually copy the optional library XML files in the system image.
34 # in the optional library with the tag
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
itunes_data_provider.h 24 // library XML file it will read it in, parse the data, and provide convenient
40 // Returns true if |artist| exists in the library.
43 // Returns true if |artist| has an album by the name |album| in the library.
65 typedef std::map<ArtistName, Artist> Library;
67 // Parse the library xml file.
71 // Called when the utility process finishes parsing the library XML file.
74 const parser::Library& library);
80 Library library_;
  /external/chromium_org/third_party/android_crazy_linker/src/tests/
test_relocated_shared_relro.cpp 58 foo.library, "Foo", reinterpret_cast<void**>(&foo_func)))
59 Panic("Could not find 'Foo' in library");
75 printf("Library loaded\n");
test_shared_relro.cpp 6 // - Load a library (libfoo.so) with the linker.
9 // - Close the library.
41 printf("Library loaded\n");
64 foo.library, "Foo", reinterpret_cast<void**>(&foo_func)))
65 Panic("Could not find 'Foo' in library");
  /external/chromium_org/third_party/boringssl/src/include/openssl/
err.h 8 * This library is free for commercial and non-commercial use as long as
18 * as the author of the parts of the library used.
34 * The word 'cryptographic' can be left out if the rouines from the library
128 * 1) The library (i.e. ec, pem, rsa) which created it.
133 * The library identifier, function identifier and reason code are packed in a
197 * error:[error code]:[library name]:[function name]:[reason string]
199 * error code is an 8 digit hexadecimal number; library name, function name
213 /* ERR_lib_error_string returns a string representation of the library that
242 * [thread id]:error:[error code]:[library name]:[function name]:
267 * |library| argument to |ERR_put_error|. This is intended for code that wishe
    [all...]
  /external/chromium_org/third_party/freetype/include/freetype/
ftglyph.h 27 /* handy for many other simple uses of the library. */
83 /* Glyph objects are not owned by the library. You must thus release */
100 /* library :: A handle to the FreeType library object. */
110 FT_Library library; member in struct:FT_GlyphRec_
    [all...]
  /external/chromium_org/third_party/freetype/src/cache/
ftcmanag.h 93 FT_Library library; member in struct:FTC_ManagerRec_
  /external/chromium_org/third_party/libvpx/source/libvpx/build/make/
gen_msvs_def.sh 33 --name=project_name Name of the library (required)
77 [ -n "$name" ] || die "Library name (--name) must be specified!"
79 echo "LIBRARY ${name}" > ${outfile}
  /external/chromium_org/third_party/libxml/linux/
xml2-config 17 --libs print library linking information
  /external/chromium_org/third_party/libxml/src/
xml2-config.in 17 --libs print library linking information
  /external/chromium_org/tools/binary_size/
run_binary_size_analysis.py 6 """Generate a spatial analysis against an arbitrary library.
9 in the location of the library to be analyzed along with any other options
31 # library of python tools. http://crbug.com/375725
498 def RunElfSymbolizer(outfile, library, addr2line_binary, nm_binary, jobs,
500 nm_output = RunNm(library, nm_binary)
552 symbolizer = elf_symbolizer.ELFSymbolizer(library, addr2line_binary,
594 symbol_path_origin_dir = os.path.dirname(os.path.abspath(library))
637 def GetNmSymbols(nm_infile, outfile, library, jobs, verbose,
645 RunElfSymbolizer(outfile, library, addr2line_binary, nm_binary, jobs,
732 def CheckDebugFormatSupport(library, addr2line_binary)
    [all...]
  /external/chromium_org/tools/gn/bootstrap/
bootstrap.py 349 for library, settings in static_libraries.iteritems():
368 library,
381 ' '.join(['%s.a' % library for library in static_libraries])),
  /external/chromium_org/ui/gl/
gl_implementation.h 93 // Add a native library to those searched for GL entry points.
94 void AddGLNativeLibrary(base::NativeLibrary library);
107 // and when querying functions from the EGL library supplied by Android, it may

Completed in 1060 milliseconds

<<11121314151617181920>>