Home
last modified time | relevance | path

Searched defs:implementation (Results 1 – 25 of 76) sorted by relevance

1234

/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
/external/grpc-grpc/src/python/grpcio_testing/grpc_testing/_server/
D_service.py45 def _unary_response(argument, implementation, rpc, servicer_context): argument
54 def _stream_response(argument, implementation, rpc, servicer_context): argument
73 def unary_unary(implementation, rpc, request, servicer_context): argument
77 def unary_stream(implementation, rpc, request, servicer_context): argument
81 def stream_unary(implementation, rpc, handler, servicer_context): argument
86 def stream_stream(implementation, rpc, handler, servicer_context): argument
D_server.py33 def service(implementation, rpc, servicer_context): argument
41 def service(implementation, rpc, servicer_context): argument
49 def service(implementation, rpc, servicer_context): argument
57 def service(implementation, rpc, servicer_context): argument
/external/grpc-grpc/doc/
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:
/external/mockito/src/main/java/org/mockito/
DAnswers.java84 private final Answer<Object> implementation; field in Answers
86 Answers(Answer<Object> implementation) { in Answers()
/external/python/pyasn1/pyasn1/compat/
Dinteger.py12 implementation = platform.python_implementation() variable
15 implementation = 'CPython' variable
/external/tensorflow/tensorflow/stream_executor/
Dkernel.h161 const internal::KernelInterface *implementation() const { in implementation() function
167 internal::KernelInterface *implementation() { return implementation_.get(); } in implementation() function
Dtimer.h57 internal::TimerInterface *implementation() { return implementation_.get(); } in implementation() function
Devent.h62 internal::EventInterface* implementation() { return implementation_.get(); } in implementation() function
Dkernel.cc75 internal::KernelInterface *implementation) in KernelBase()
/external/guice/core/src/com/google/inject/binder/
DLinkedBindingBuilder.java32 ScopedBindingBuilder to(Class<? extends T> implementation); in to()
35 ScopedBindingBuilder to(TypeLiteral<? extends T> implementation); in to()
/external/zlib/src/contrib/delphi/
DZLibConst.pas9 implementation section
/external/webrtc/talk/app/webrtc/
Dstreamcollection.h42 rtc::RefCountedObject<StreamCollection>* implementation = in Create() local
49 rtc::RefCountedObject<StreamCollection>* implementation = in Create() local
/external/tensorflow/tensorflow/core/framework/
Dcollective.cc181 CollectiveImplementationInterface** implementation) { in Lookup()
188 CollectiveImplementationInterface** implementation) { in LookupParamResolverInstance()
216 CollectiveImplementationInterface** implementation, bool param_resolver) { in LookupHelper()
/external/opencensus-java/benchmarks/src/jmh/java/io/opencensus/benchmarks/trace/
DBenchmarksUtil.java27 static Tracer getTracer(String implementation) { in getTracer()
DRecordTraceEventsBenchmark.java54 String implementation; field in RecordTraceEventsBenchmark.Data
/external/webrtc/webrtc/modules/video_capture/external/
Dvideo_capture_external.cc21 RefCountImpl<VideoCaptureImpl>* implementation = in Create() local
/external/parameter-framework/asio-1.10.6/include/asio/
Dbasic_io_object.hpp129 implementation_type implementation; member in asio::basic_io_object
195 implementation_type implementation; member in asio::basic_io_object
/external/guice/core/src/com/google/inject/internal/
DBindingBuilder.java62 public BindingBuilder<T> to(Class<? extends T> implementation) { in to()
67 public BindingBuilder<T> to(TypeLiteral<? extends T> implementation) { in to()
/external/robolectric-shadows/processor/src/main/java/org/robolectric/annotation/processing/validator/
DImplementsValidator.java222 Implementation implementation = memberElement.getAnnotation(Implementation.class); in validateShadowMethods() local
237 Implementation implementation = methodElement.getAnnotation(Implementation.class); in verifySdkMethod() local
275 Implementation implementation = memberElement.getAnnotation(Implementation.class); in captureJavadoc() local
/external/python/cpython3/Include/
Dpytime.h185 const char *implementation; member
/external/guice/extensions/assistedinject/src/com/google/inject/assistedinject/
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()
/external/clang/test/CXX/temp/temp.fct.spec/temp.arg.explicit/
Dp3-0x.cpp34 vararg_func implementation; member
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
DAntlr.Runtime.Tests.pas33 implementation section
/external/tensorflow/tensorflow/python/keras/layers/
Dlocal.py134 implementation=1, argument
409 implementation=1, argument

1234