HomeSort by relevance Sort by last modified time
    Searched refs:library (Results 451 - 475 of 2552) sorted by null

<<11121314151617181920>>

  /external/fonttools/
README.md 4 > a tool to convert OpenType and TrueType fonts to and from XML. FontTools is a library for manipulating fonts, written in Python. It supports TrueType, OpenType, AFM and to an extent Type 1 and some Mac-specific formats.
  /external/freetype/include/freetype/
ftcache.h 188 * library ::
189 * A handle to a FreeType library object.
211 FT_Library library,
282 /* library :: The parent FreeType library handle to use. */
308 FTC_Manager_New( FT_Library library,
    [all...]
  /external/llvm/bindings/go/llvm/
support.go 28 // Loads a dynamic library such that it may be used as an LLVM plugin.
  /external/llvm/bindings/ocaml/bitreader/
llvm_bitreader.mli 13 classes in the Bitreader library. *)
  /external/llvm/bindings/ocaml/bitwriter/
llvm_bitwriter.mli 13 classes in the Bitwriter library. *)
  /external/llvm/bindings/ocaml/transforms/passmgr_builder/
llvm_passmgr_builder.mli 13 from the [LLVMCore] library. *)
  /external/proguard/examples/
scala.pro 8 # Specify the input jars, output jars, and library jars.
11 -injars /usr/local/java/scala-2.9.1/lib/scala-library.jar
81 # introspection in the Scala compiler library, if it is processed as well.
  /external/rootdev/
Android.mk 26 # Build the shared library.
  /external/swiftshader/third_party/LLVM/bindings/ocaml/bitreader/
llvm_bitreader.mli 13 classes in the Bitreader library. *)
  /external/swiftshader/third_party/LLVM/bindings/ocaml/bitwriter/
llvm_bitwriter.mli 13 classes in the Bitwriter library. *)
  /external/tensorflow/tensorflow/contrib/framework/python/framework/
graph_util.py 128 out.library.CopyFrom(graph_def.library)
  /external/v8/tools/
dumpcpp-driver.js 5 // Dump C++ symbols of shared library if possible
  /frameworks/av/media/libeffects/dynamicsproc/
Android.mk 17 # DynamicsProcessing library
  /frameworks/av/media/libeffects/lvm/wrapper/
Android.mk 4 # the lvm library -DBUILD_FLOAT.
  /frameworks/av/services/audioflinger/
Android.mk 8 # FIXME Move this library to frameworks/native
  /frameworks/av/services/mediaextractor/
Android.mk 3 # service library
  /frameworks/base/core/tests/coretests/apks/install_jni_lib/
Android.mk 29 # from installing library to /system/lib
  /frameworks/base/media/mca/filterfw/native/
Android.mk 50 # TODO: Build a shared library as well?
  /frameworks/base/media/mca/samples/CameraEffectsRecordingSample/
Android.mk 34 # Also build all of the sub-targets under this one: the shared library.
  /frameworks/ex/framesequence/samples/FrameSequenceSamples/
Android.mk 30 # proguard for framesequence library code
  /frameworks/native/opengl/libagl/
Android.mk 4 # Build the software OpenGL ES library
  /frameworks/opt/car/setupwizard/library/tests/robotests/
Android.mk 18 include frameworks/opt/car/setupwizard/library/common.mk
23 # Car Setup Wizard Library Robolectric test target. #
50 # Car Setup Wizard Library runner target to run the previous target. #
  /frameworks/rs/tests/java_api/HelloComputeNDK/libhellocomputendk/
Android.mk 16 # This is the shared library included by the JNI test app.
  /frameworks/rs/tests/java_api/RsBLAS_Benchmark/libsgemm/
Android.mk 16 # This is the shared library included by the JNI test app.
  /frameworks/support/jetifier/jetifier/processor/src/main/kotlin/com/android/tools/build/jetifier/processor/
Processor.kt 38 * The main entry point to the library. Extracts any given archive recursively and runs all
61 * Transformers to be used when refactoring the support library itself.
76 * @param rewritingSupportLib Whether we are rewriting the support library itself
181 "into support library and dejetifier doesn't know where to move them. " +
190 // TODO: Here we might need to modify the POM files if they point at a library that we have
219 * dependencies. Used for mapping of old support library artifacts to jetpack ones.
277 for (library in inputLibraries) {
278 if (!library.from.canRead()) {
279 throw FileNotFoundException("Cannot open a library at '$library'")
    [all...]

Completed in 448 milliseconds

<<11121314151617181920>>