Home
last modified time | relevance | path

Searched defs:implementation (Results 26 – 50 of 1043) sorted by relevance

12345678910>>...42

/aosp_15_r20/prebuilts/vndk/v33/arm64/include/external/libjpeg-turbo/simd/nasm/
Djsimdcfg.inc.h69 ; On this SIMD implementation, this must be 'unsigned char'. variable
78 ; On this SIMD implementation, this must be 'short'. variable
84 ; On this SIMD implementation, this must be 'unsigned int'. variable
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/external/libjpeg-turbo/simd/nasm/
Djsimdcfg.inc.h69 ; On this SIMD implementation, this must be 'unsigned char'. variable
78 ; On this SIMD implementation, this must be 'short'. variable
84 ; On this SIMD implementation, this must be 'unsigned int'. variable
/aosp_15_r20/external/libjpeg-turbo/simd/nasm/
H A Djsimdcfg.inc.h69 ; On this SIMD implementation, this must be 'unsigned char'. variable
78 ; On this SIMD implementation, this must be 'short'. variable
84 ; On this SIMD implementation, this must be 'unsigned int'. variable
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/external/libjpeg-turbo/simd/nasm/
Djsimdcfg.inc.h69 ; On this SIMD implementation, this must be 'unsigned char'. variable
78 ; On this SIMD implementation, this must be 'short'. variable
84 ; On this SIMD implementation, this must be 'unsigned int'. variable
/aosp_15_r20/prebuilts/vndk/v30/arm/include/external/libjpeg-turbo/simd/nasm/
Djsimdcfg.inc.h67 ; On this SIMD implementation, this must be 'unsigned char'. variable
76 ; On this SIMD implementation, this must be 'short'. variable
82 ; On this SIMD implementation, this must be 'unsigned int'. variable
/aosp_15_r20/external/grpc-grpc/doc/core/
H A Depoll-polling-engine.md74 ### 4.1 Relation between `fd`, `pollset` and `polling_island:`
80 ### 4.2 Algorithm to add an `fd` to a `pollset`
91 ### 4.3 Directed wakeups:
/aosp_15_r20/external/grpc-grpc/src/python/grpcio_testing/grpc_testing/_server/
H A D_server.py32 def service(implementation, rpc, servicer_context): argument
39 def service(implementation, rpc, servicer_context): argument
46 def service(implementation, rpc, servicer_context): argument
53 def service(implementation, rpc, servicer_context): argument
/aosp_15_r20/external/robolectric/processor/src/main/java/org/robolectric/annotation/processing/validator/
H A DImplementsValidator.java257 Implementation implementation = memberElement.getAnnotation(Implementation.class); in validateShadow() local
276 Implementation implementation = methodElement.getAnnotation(Implementation.class); in verifySdkMethod() local
308 Implementation implementation = methodElement.getAnnotation(Implementation.class); in checkForMissingImplementationAnnotation() local
351 Implementation implementation = memberElement.getAnnotation(Implementation.class); in captureJavadoc() local
/aosp_15_r20/frameworks/base/apct-tests/perftests/core/src/android/libcore/regression/
H A DCipherPerfTest.java149 public void setUp(Mode mode, Padding padding, int keySize, Implementation implementation) in setUp()
187 Mode mode, Padding padding, int keySize, int inputSize, Implementation implementation) in timeEncrypt()
199 Mode mode, Padding padding, int keySize, int inputSize, Implementation implementation) in timeDecrypt()
H A DKeyPairGeneratorPerfTest.java63 public void setUp(Algorithm algorithm, Implementation implementation) throws Exception { in setUp()
79 public void time(Algorithm algorithm, Implementation implementation) throws Exception { in time()
H A DSignaturePerfTest.java118 public void timeSign(Algorithm algorithm, Implementation implementation) throws Exception { in timeSign()
141 public void timeVerify(Algorithm algorithm, Implementation implementation) throws Exception { in timeVerify()
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dcollective.cc181 CollectiveImplementationInterface** implementation) { in Lookup()
188 CollectiveImplementationInterface** implementation) { in LookupParamResolverInstance()
216 CollectiveImplementationInterface** implementation, bool param_resolver) { in LookupHelper()
/aosp_15_r20/external/gsc-utils/rust/enum_utils/src/
H A Dlib.rs167 let implementation: TokenStream = format!( in gen_to_string() localVariable
299 let implementation: TokenStream = format!( in enum_as() localVariable
448 let implementation: TokenStream = format!( in passthru_to() localVariable
/aosp_15_r20/external/guice/extensions/assistedinject/src/com/google/inject/assistedinject/
H A DFactoryProvider2.java299 TypeLiteral<?> implementation = collector.getBindings().get(returnType); in FactoryProvider2() local
503 Method method, Key<?> returnType, TypeLiteral<T> implementation, List<Key<?>> paramList) in findMatchingConstructorInjectionPoint()
611 InjectionPoint ctorPoint, TypeLiteral<?> implementation) { in getDependencies()
641 Set<Dependency<?>> dependencies, Class<?> implementation, TypeLiteral<?> factoryType) { in isValidForOptimizedAssistedInject()
/aosp_15_r20/external/opencensus-java/benchmarks/src/jmh/java/io/opencensus/benchmarks/trace/
H A DBenchmarksUtil.java28 static Tracer getTracer(String implementation) { in getTracer()
42 static PropagationComponent getPropagationComponent(String implementation) { in getPropagationComponent()
/aosp_15_r20/external/ComputeLibrary/src/dynamic_fusion/sketch/gpu/
H A DGpuWorkloadSketch.cpp60 GpuWorkloadSketch::Implementation &GpuWorkloadSketch::implementation() in implementation() function in arm_compute::experimental::dynamic_fusion::GpuWorkloadSketch
64 const GpuWorkloadSketch::Implementation &GpuWorkloadSketch::implementation() const in implementation() function in arm_compute::experimental::dynamic_fusion::GpuWorkloadSketch
/aosp_15_r20/external/mockito/src/main/java/org/mockito/
H A DAnswers.java84 private final Answer<Object> implementation; field in Answers
86 Answers(Answer<Object> implementation) { in Answers()
/aosp_15_r20/external/robolectric/robolectric/src/main/java/org/robolectric/android/
H A DAndroidSdkShadowMatcher.java28 Implementation implementation = getImplementationAnnotation(method); in matches() local
37 Implementation implementation = method.getAnnotation(Implementation.class); in getImplementationAnnotation() local
/aosp_15_r20/external/python/pyasn1/pyasn1/compat/
Dinteger.py12 implementation = platform.python_implementation() variable
15 implementation = 'CPython' variable
/aosp_15_r20/external/opencensus-java/benchmarks/src/jmh/java/io/opencensus/benchmarks/tags/
H A DTagsBenchmarksUtil.java47 public static Tagger getTagger(String implementation) { in getTagger()
63 public static TagContextBinarySerializer getTagContextBinarySerializer(String implementation) { in getTagContextBinarySerializer()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/stream_executor/
H A Dkernel.h162 const internal::KernelInterface *implementation() const { in implementation() function
168 internal::KernelInterface *implementation() { return implementation_.get(); } in implementation() function
/aosp_15_r20/external/guice/core/src/com/google/inject/binder/
H A DLinkedBindingBuilder.java32 ScopedBindingBuilder to(Class<? extends T> implementation); in to()
35 ScopedBindingBuilder to(TypeLiteral<? extends T> implementation); in to()
/aosp_15_r20/external/conscrypt/test-support/src/java/org/conscrypt/
H A DConscryptInstrumentationListener.java94 Implementation implementation = Implementation.lookup(implementationName); in testRunStarted() local
182 private void selectImplementation(Implementation implementation) { in selectImplementation()
/aosp_15_r20/external/tensorflow/tensorflow/python/distribute/
H A Dcollective_util.py89 implementation=CommunicationImplementation.AUTO): argument
123 implementation=CommunicationImplementation.AUTO): argument
/aosp_15_r20/external/parameter-framework/asio-1.10.6/include/asio/
H A Dbasic_io_object.hpp129 implementation_type implementation; member in asio::basic_io_object
195 implementation_type implementation; member in asio::basic_io_object

12345678910>>...42