HomeSort by relevance Sort by last modified time
    Searched refs:implementations (Results 76 - 100 of 285) sorted by null

1 2 34 5 6 7 8 91011>>

  /prebuilts/go/darwin-x86/src/net/
conn_test.go 15 // someTimeout is used just to test that net.Conn implementations
  /prebuilts/go/linux-x86/src/crypto/rc4/
rc4.go 58 // implementations. This is here for tests and to prevent bitrot.
  /prebuilts/go/linux-x86/src/net/
conn_test.go 15 // someTimeout is used just to test that net.Conn implementations
  /compatibility/cdd/3_software/
3_7_runtime-compatibility.md 3 Device implementations:
24 device implementations MAY allocate more memory per application.
  /compatibility/cdd/5_multimedia/
5_7_network-protocols.md 3 Device implementations MUST support the [media network protocols](
7 If device implementations include an audio or a video decoder, they:
  /prebuilts/go/darwin-x86/src/math/big/
arith.go 5 // This file provides Go implementations of elementary multi-precision
7 // assembly implementations of these routines.
  /prebuilts/go/linux-x86/src/math/big/
arith.go 5 // This file provides Go implementations of elementary multi-precision
7 // assembly implementations of these routines.
  /prebuilts/go/darwin-x86/src/hash/
hash.go 12 // Hash implementations in the standard library (e.g. hash/crc32 and
  /prebuilts/go/linux-x86/src/hash/
hash.go 12 // Hash implementations in the standard library (e.g. hash/crc32 and
  /external/guava/guava-testlib/src/com/google/common/testing/
ArbitraryInstances.java 289 * default implementations and are "new"d upon get().
291 private static final ConcurrentMap<Class<?>, Class<?>> implementations = Maps.newConcurrentMap(); field in class:ArbitraryInstances
297 checkArgument(implementations.put(type, implementation) == null,
326 return (Class<? extends T>) implementations.get(type);
407 // Internal implementations of some classes, with public default constructor that get() needs.
  /prebuilts/go/darwin-x86/src/image/jpeg/
dct_test.go 68 // Check that the optimized and slow FDCT implementations agree.
82 // Check that the optimized and slow IDCT implementations agree.
95 // a given JPEG image, even before the YCbCr to RGB conversion; implementations
  /prebuilts/go/linux-x86/src/image/jpeg/
dct_test.go 68 // Check that the optimized and slow FDCT implementations agree.
82 // Check that the optimized and slow IDCT implementations agree.
95 // a given JPEG image, even before the YCbCr to RGB conversion; implementations
  /external/mesa3d/docs/specs/
EXT_shader_integer_mix.spec 91 On desktop implementations that support ARB_ES3_compatibility,
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/protobuf/csharp/src/Google.Protobuf/
WireFormat.cs 37 /// message implementations. It is public only for the sake of those generated
  /prebuilts/go/darwin-x86/src/crypto/aes/
modes_test.go 12 // Check that the optimized implementations of cipher modes will
  /prebuilts/go/darwin-x86/src/crypto/hmac/
hmac.go 67 // Note that unlike other hash implementations in the standard library,
  /prebuilts/go/darwin-x86/src/sync/
map_reference_test.go 12 // This file contains reference map implementations for unit-tests.
  /prebuilts/go/linux-x86/src/crypto/aes/
modes_test.go 12 // Check that the optimized implementations of cipher modes will
  /prebuilts/go/linux-x86/src/crypto/hmac/
hmac.go 67 // Note that unlike other hash implementations in the standard library,
  /prebuilts/go/linux-x86/src/sync/
map_reference_test.go 12 // This file contains reference map implementations for unit-tests.
  /compatibility/cdd/7_hardware-compatibility/
7_9_virtual-reality.md 5 implementations MUST properly implement these APIs and behaviors,
17 If device implementations identify the support of high performance VR
  /libcore/luni/src/test/java/libcore/java/security/
ProviderTest.java 85 * Makes sure all all expected implementations (but not aliases)
242 // build map of all known aliases and implementations
244 Map<String,String> implementations = new TreeMap<>(String.CASE_INSENSITIVE_ORDER); local
268 implementations.put(key, value);
273 for (Entry<String,String> entry : implementations.entrySet()) {
295 implementations.containsKey(actual));
    [all...]
  /frameworks/rs/script_api/
rs_vector_math.spec 29 <li>native_: May have custom hardware implementations with weaker precision. Additionally,

Completed in 462 milliseconds

1 2 34 5 6 7 8 91011>>