Home
last modified time | relevance | path

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

123

/external/libjpeg-turbo/simd/
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/mockito/src/main/java/org/mockito/
DAnswers.java84 private final Answer<Object> implementation; field in Answers
86 Answers(Answer<Object> implementation) { in Answers()
/external/robolectric-shadows/processor/src/main/java/org/robolectric/annotation/processing/validator/
DImplementsValidator.java60 Implementation implementation = memberElement.getAnnotation(Implementation.class); in visitType() local
164 Implementation implementation = memberElement.getAnnotation(Implementation.class); in validateShadowMethods() local
194 Implementation implementation = memberElement.getAnnotation(Implementation.class); in captureJavadoc() local
/external/tensorflow/tensorflow/stream_executor/
Dkernel.h163 const internal::KernelInterface *implementation() const { in implementation() function
169 internal::KernelInterface *implementation() { return implementation_.get(); } in implementation() function
Dtimer.h58 internal::TimerInterface *implementation() { return implementation_.get(); } in implementation() function
Devent.h63 internal::EventInterface* implementation() { return implementation_.get(); } in implementation() function
Dkernel.cc74 internal::KernelInterface *implementation) in KernelBase()
/external/guice/core/src/com/google/inject/binder/
DLinkedBindingBuilder.java35 ScopedBindingBuilder to(Class<? extends T> implementation); in to()
40 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/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.java60 public BindingBuilder<T> to(Class<? extends T> implementation) { in to()
64 public BindingBuilder<T> to(TypeLiteral<? extends T> implementation) { in to()
/external/python/cpython3/Include/
Dpytime.h156 const char *implementation; member
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
DAntlr.Runtime.Tests.pas33 implementation section
DAntlr.Runtime.Collections.Tests.pas45 implementation section
/external/clang/test/CXX/temp/temp.fct.spec/temp.arg.explicit/
Dp3-0x.cpp34 vararg_func implementation; member
/external/guice/extensions/assistedinject/src/com/google/inject/assistedinject/
DFactoryProvider2.java271 TypeLiteral<?> implementation = collector.getBindings().get(returnType); in FactoryProvider2() local
459 Method method, Key<?> returnType, TypeLiteral<T> implementation, List<Key<?>> paramList) in findMatchingConstructorInjectionPoint()
568 …ivate Set<Dependency<?>> getDependencies(InjectionPoint ctorPoint, TypeLiteral<?> implementation) { in getDependencies()
598 Class<?> implementation, TypeLiteral<?> factoryType) { in isValidForOptimizedAssistedInject()
/external/caliper/examples/src/main/java/examples/
DListModificationBenchmark.java55 private ListImpl implementation; field in ListModificationBenchmark
/external/wayland/src/
Dwayland-server.h50 const void *implementation; member
/external/robolectric-shadows/sandbox/src/main/java/org/robolectric/internal/bytecode/
DShadowWrangler.java263 Implementation implementation = getImplementationAnnotation(method); in findShadowMethodInternal() local
281 private boolean matchesSdk(Implementation implementation) { in matchesSdk()
311 Implementation implementation = method.getAnnotation(Implementation.class); in getImplementationAnnotation() local
/external/tensorflow/tensorflow/python/keras/_impl/keras/layers/
Drecurrent.py1250 implementation=1, argument
1525 implementation=1, argument
1630 def implementation(self): member in GRU
1749 implementation=1, argument
2055 implementation=1, argument
2165 def implementation(self): member in LSTM
2346 implementation=0, argument
/external/guava/guava-testlib/src/com/google/common/testing/
DArbitraryInstances.java293 private static <T> void setImplementation(Class<T> type, Class<? extends T> implementation) { in setImplementation()
340 Class<? extends T> implementation = getImplementation(type); in get() local
/external/wpa_supplicant_8/hostapd/hidl/1.0/
Dhostapd.cpp197 namespace implementation { namespace
/external/webrtc/webrtc/modules/video_capture/linux/
Dvideo_capture_linux.cc36 RefCountImpl<videocapturemodule::VideoCaptureModuleV4L2>* implementation = in Create() local

123