/aosp_15_r20/prebuilts/vndk/v33/arm64/include/external/libjpeg-turbo/simd/nasm/ |
D | jsimdcfg.inc.h | 69 ; 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/ |
D | jsimdcfg.inc.h | 69 ; 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 D | jsimdcfg.inc.h | 69 ; 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/ |
D | jsimdcfg.inc.h | 69 ; 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/ |
D | jsimdcfg.inc.h | 67 ; 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 D | epoll-polling-engine.md | 74 ### 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.py | 32 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 D | ImplementsValidator.java | 257 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 D | CipherPerfTest.java | 149 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 D | KeyPairGeneratorPerfTest.java | 63 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 D | SignaturePerfTest.java | 118 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 D | collective.cc | 181 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 D | lib.rs | 167 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 D | FactoryProvider2.java | 299 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 D | BenchmarksUtil.java | 28 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 D | GpuWorkloadSketch.cpp | 60 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 D | Answers.java | 84 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 D | AndroidSdkShadowMatcher.java | 28 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/ |
D | integer.py | 12 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 D | TagsBenchmarksUtil.java | 47 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 D | kernel.h | 162 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 D | LinkedBindingBuilder.java | 32 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 D | ConscryptInstrumentationListener.java | 94 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 D | collective_util.py | 89 implementation=CommunicationImplementation.AUTO): argument 123 implementation=CommunicationImplementation.AUTO): argument
|
/aosp_15_r20/external/parameter-framework/asio-1.10.6/include/asio/ |
H A D | basic_io_object.hpp | 129 implementation_type implementation; member in asio::basic_io_object 195 implementation_type implementation; member in asio::basic_io_object
|