/external/webrtc/webrtc/modules/video_capture/external/ |
video_capture_external.cc | 21 RefCountImpl<VideoCaptureImpl>* implementation = local 23 return implementation;
|
/external/mockito/src/org/mockito/ |
Answers.java | 74 private Answer<Object> implementation;
field in class:Answers 76 private Answers(Answer<Object> implementation) {
77 this.implementation = implementation;
81 return implementation;
|
/libcore/benchmarks/src/benchmarks/regression/ |
DigestBenchmark.java | 37 @Param private Implementation implementation; field in class:DigestBenchmark 39 public enum Implementation { OPENSSL, BOUNCYCASTLE }; 46 switch (implementation) { 54 throw new RuntimeException(implementation.toString());
|
KeyPairGeneratorBenchmark.java | 33 @Param private Implementation implementation; field in class:KeyPairGeneratorBenchmark 35 public enum Implementation { OpenSSL, BouncyCastle }; 46 if (implementation == Implementation.BouncyCastle) {
|
CipherBenchmark.java | 78 @Param private Implementation implementation; field in class:CipherBenchmark 80 public enum Implementation { OpenSSL, BouncyCastle }; 112 switch (implementation) { 120 throw new RuntimeException(implementation.toString());
|
SignatureBenchmark.java | 52 @Param private Implementation implementation; field in class:SignatureBenchmark 54 public enum Implementation { OpenSSL, BouncyCastle }; 94 switch (implementation) { 102 throw new RuntimeException(implementation.toString()); 113 switch (implementation) { 121 throw new RuntimeException(implementation.toString());
|
/external/clang/test/CXX/temp/temp.fct.spec/temp.arg.explicit/ |
p3-0x.cpp | 34 vararg_func implementation; member in struct:rdar12176336::method 36 method(vararg_func implementation) : implementation(implementation) {} 41 return reinterpret_cast<TFunctionType>(implementation);
|
/external/mockito/src/org/mockito/internal/stubbing/defaultanswers/ |
Answers.java | 30 private Answer<Object> implementation;
field in class:Answers 32 private Answers(Answer<Object> implementation) {
33 this.implementation = implementation;
37 return implementation;
|
/external/webrtc/talk/app/webrtc/ |
streamcollection.h | 38 // Implementation of StreamCollection. 42 rtc::RefCountedObject<StreamCollection>* implementation = local 44 return implementation; 49 rtc::RefCountedObject<StreamCollection>* implementation = local 51 return implementation;
|
/frameworks/base/tests/utils/testutils/java/android/app/test/ |
MockAnswerUtil.java | 41 Method implementation = getClass().getMethod("answer", method.getParameterTypes()); local 42 if (!implementation.getReturnType().equals(method.getReturnType())) { 45 + implementation.getReturnType()); 49 return implementation.invoke(this, args);
|
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/ |
MockAnswerUtil.java | 41 Method implementation = getClass().getMethod("answer", method.getParameterTypes()); local 42 if (!implementation.getReturnType().equals(method.getReturnType())) { 45 + implementation.getReturnType()); 49 return implementation.invoke(this, args);
|
/external/parameter-framework/asio-1.10.6/include/asio/ |
basic_io_object.hpp | 57 /// The underlying implementation type of I/O object. 82 service.construct(implementation); 93 service.destroy(implementation); 115 /// Get the underlying implementation of the I/O object. 118 return implementation; 121 /// Get the underlying implementation of the I/O object. 124 return implementation; 127 /// (Deprecated: Use get_implementation().) The underlying implementation of 129 implementation_type implementation; member in class:asio::basic_io_object 153 service_->construct(implementation); 195 implementation_type implementation; member in class:asio::basic_io_object [all...] |
/external/caliper/examples/src/main/java/examples/ |
ListModificationBenchmark.java | 55 private ListImpl implementation; field in class:ListModificationBenchmark 60 list = implementation.create(); 68 List<Element> list = implementation.create();
|
/external/chromium-trace/catapult/third_party/html5lib-python/html5lib/treebuilders/ |
dom.py | 166 implementation = DomImplementation variable in class:getDomBuilder.TreeBuilder
|
etree_lxml.py | 188 implementation = etree variable in class:TreeBuilder
|
etree.py | 316 implementation = ElementTreeImplementation variable in class:getETreeBuilder.TreeBuilder
|
/external/webrtc/webrtc/modules/video_capture/linux/ |
video_capture_linux.cc | 36 RefCountImpl<videocapturemodule::VideoCaptureModuleV4L2>* implementation = local 39 if (!implementation || implementation->Init(deviceUniqueId) != 0) 41 delete implementation; 42 implementation = NULL; 45 return implementation;
|
/external/guava/guava-testlib/src/com/google/common/testing/ |
ArbitraryInstances.java | 288 * type -> implementation. Inherently mutable interfaces and abstract classes are mapped to their 293 private static <T> void setImplementation(Class<T> type, Class<? extends T> implementation) { 294 checkArgument(type != implementation, "Don't register %s to itself!", type); 297 checkArgument(implementations.put(type, implementation) == null, 298 "Implementation for %s was already registered", type); 340 Class<? extends T> implementation = getImplementation(type); local 341 if (implementation != null) { 342 return get(implementation);
|
/external/webrtc/webrtc/modules/video_capture/ |
video_capture_impl.cc | 34 RefCountImpl<VideoCaptureImpl>* implementation = local 36 externalCapture = implementation; 37 return implementation;
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/bind/ |
bind.hpp | 53 namespace _bi // implementation details 883 template<class F, class L> class implementation class in struct:boost::_bi::bind_t_generator 887 typedef implementation this_type; 889 implementation(F f, L const & l): f_(f), l_(l) {} function in class:boost::_bi::bind_t_generator::implementation 902 template<class F, class L> class implementation class in struct:boost::_bi::bind_t_generator 912 implementation(F f, L const & l): f_(f), l_(l) {} function in class:boost::_bi::bind_t_generator::implementation [all...] |
/prebuilts/tools/common/m2/repository/nl/jqno/equalsverifier/equalsverifier/2.1.5/ |
equalsverifier-2.1.5.jar | |
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/ |
DTMNodeProxy.java | 78 static final DOMImplementation implementation=new DTMNodeProxyImplementation(); field in class:DTMNodeProxy 265 return implementation.hasFeature(feature,version); 281 return implementation.hasFeature(feature,version); 580 return implementation; 1361 * When set to <code>false</code>, the implementation is free to not 1382 * When set to <code>false</code>, the implementation is free to not [all...] |
/external/guice/extensions/assistedinject/src/com/google/inject/assistedinject/ |
FactoryProvider2.java | 77 * The newer implementation of factory provider. This implementation uses a child injector to 119 /** the constructor the implementation is constructed with. */ 125 /** the type of the implementation constructed */ 160 .add("implementation type", implementationType) 207 * implementation types. 271 TypeLiteral<?> implementation = collector.getBindings().get(returnType); local 272 if(implementation == null) { 273 implementation = returnType.getTypeLiteral(); 276 Annotations.findScopeAnnotation(errors, implementation.getRawType()) [all...] |
/hardware/ti/omap4-aah/kernel-headers-ti/linux/ |
bltsville.h | 487 unsigned long implementation; member in struct:bvbltparams
|
/prebuilts/gdb/darwin-x86/lib/python2.7/xml/dom/ |
minidom.py | 1 """Simple implementation of the Level 1 DOM. 208 return self.ownerDocument.implementation.hasFeature(feature, version) 406 # This implementation does not call the base implementation 1489 implementation = DOMImplementation() variable in class:Document [all...] |