HomeSort by relevance Sort by last modified time
    Searched refs:implementations (Results 1 - 25 of 70) sorted by null

1 2 3

  /external/compiler-rt/lib/builtins/
Makefile.mk 13 # Add arch specific optimized implementations.
  /bionic/libc/arch-x86/
x86.mk 4 # Default implementations of functions that are commonly optimized.
  /external/compiler-rt/make/
options.mk 15 # Whether optimized function implementations should be used.
  /external/libexif/
libexif.spec 16 intended to replace lots of redundant implementations in command-line
  /hardware/libhardware/modules/audio/
Android.mk 36 # This can also be used as skeleton for new implementations
52 # new implementations.
  /bionic/libc/arch-arm64/
arm64.mk 4 # Default implementations of functions that are commonly optimized.
  /bionic/libc/arch-mips/
mips.mk 4 # Default implementations of functions that are commonly optimized.
  /bionic/libc/arch-mips64/
mips64.mk 4 # Default implementations of functions that are commonly optimized.
  /bionic/libc/arch-x86_64/
x86_64.mk 4 # Default implementations of functions that are commonly optimized.
  /external/libvorbis/doc/
footer.tex 25 distributing independent implementations of Vorbis software under
  /libcore/luni/src/test/java/libcore/java/security/
ProviderTest.java 56 * Makes sure all all expected implementations (but not aliases)
181 // build map of all known aliases and implementations
183 Map<String,String> implementations = new TreeMap<>(String.CASE_INSENSITIVE_ORDER); local
207 implementations.put(key, value);
212 for (Entry<String,String> entry : implementations.entrySet()) {
234 implementations.containsKey(actual));
  /bionic/libc/arch-arm/
arm.mk 4 # Default implementations of functions that are commonly optimized.
  /external/v8/test/mozilla/
mozilla-shell-emulation.js 28 // Sets up fake implementations of MDC built-in objects and functions
  /external/guava/guava-testlib/src/com/google/common/testing/
ArbitraryInstances.java 269 * default implementations and are "new"d upon get().
271 private static final ConcurrentMap<Class<?>, Class<?>> implementations = Maps.newConcurrentMap(); field in class:ArbitraryInstances
277 checkArgument(implementations.put(type, implementation) == null,
302 return (Class<? extends T>) implementations.get(type);
383 // Internal implementations of some classes, with public default constructor that get() needs.
  /external/mesa3d/docs/
MESA_swap_control.spec 39 * Should implementations that export GLX_MESA_swap_control also export
MESA_texture_signed_rgba.spec 54 OpenGL implementations only supporting older versions.
107 is some leeway so other mappings are allowed for implementations which
  /external/v8/test/mjsunit/tools/
profviz.js 28 // Load implementations from <project root>/tools.
codemap.js 28 // Load Splay tree and CodeMap implementations from <project root>/tools.
  /frameworks/support/v7/cardview/
Android.mk 30 # implementations
  /frameworks/rs/api/
rs_vector_math.spec 29 <li>native_: May have custom hardware implementations with weaker precision. Additionally,
  /frameworks/support/design/
Android.mk 34 # implementations
  /ndk/sources/android/support/
Android.mk 130 # Replaces broken implementations in x86 libm.so
  /external/bison/data/
glr.cc 112 # Hijack the epilogue to define implementations (yyerror, parser member
  /external/compiler-rt/make/platform/
clang_macho_embedded.mk 237 # FIXME: Currently, compiler-rt is missing implementations for a number of the
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/streams/
rewrite.rb 62 define specific implementations of stream edits.

Completed in 1645 milliseconds

1 2 3