Searched defs:Wrapper (Results 1 - 25 of 81) sorted by relevance

1234

/external/chromium-trace/catapult/common/py_utils/py_utils/
H A Dretry_util.py42 def Wrapper(*args, **kwargs): function in function:RetryOnException.Decorator
56 return Wrapper
/external/swiftshader/third_party/LLVM/lib/Target/Blackfin/
H A DBlackfinISelLowering.h28 Wrapper // Address wrapper enumerator in enum:llvm::BFISD::__anon22851
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/
H A DWrapper.java3 public interface Wrapper interface
/external/eigen/test/
H A Dconstructor.cpp15 template<typename MatrixType> struct Wrapper struct
18 inline Wrapper(const MatrixType &x) : m_mat(x) {} function in struct:Wrapper
35 Wrapper<MatrixType> wrapper(m0);
/external/tensorflow/tensorflow/python/keras/_impl/keras/utils/
H A Dvis_utils.py68 from tensorflow.python.keras._impl.keras.layers.wrappers import Wrapper namespace
90 if isinstance(layer, Wrapper):
/external/testng/src/main/java/org/testng/xml/dom/
H A DWrapper.java10 public class Wrapper { class
18 public Wrapper(Annotation a, Object bean) { method in class:Wrapper
/external/clang/test/CodeGenCXX/
H A Ddevirtualize-virtual-function-calls.cpp94 struct Wrapper { struct in namespace:test4
97 extern Wrapper *p;
/external/llvm/lib/Target/Lanai/
H A DLanaiISelLowering.h53 // Wrapper - A wrapper node for TargetConstantPool, TargetExternalSymbol,
55 Wrapper, enumerator in enum:llvm::LanaiISD::__anon14398
/external/perfetto/tools/
H A Drun_android_test58 def Wrapper(*args, **kwargs): function in function:RetryOn.Decorator
80 return Wrapper
/external/snakeyaml/src/test/java/examples/staticstate/
H A DWrapper.java18 public class Wrapper { class
33 public Wrapper() { method in class:Wrapper
38 public Wrapper(JavaBeanWithStaticState bean) { method in class:Wrapper
/external/tensorflow/tensorflow/core/framework/
H A Dvariant_test.cc33 struct Wrapper { struct in namespace:tensorflow::__anon26288
38 using Int = Wrapper<int>;
39 using Float = Wrapper<float>;
/external/brotli/java/org/brotli/wrapper/dec/
H A DDecoderJNI.java29 static class Wrapper { class in class:DecoderJNI
34 Wrapper(int inputBufferSize) throws IOException { method in class:DecoderJNI.Wrapper
/external/clang/test/Analysis/
H A Dcall-invalidation.cpp38 struct Wrapper { struct
42 void useStruct(Wrapper &w);
43 void useConstStruct(const Wrapper &w);
47 Wrapper w;
/external/conscrypt/testing/src/main/java/org/conscrypt/javax/net/ssl/
H A DTestTrustManager.java52 return new Wrapper((X509TrustManager) trustManager);
77 private static final class Wrapper implements X509TrustManager { class in class:TestTrustManager
80 private Wrapper(X509TrustManager trustManager) { method in class:TestTrustManager.Wrapper
/external/llvm/lib/ExecutionEngine/OProfileJIT/
H A DOProfileJITEventListener.cpp38 std::unique_ptr<OProfileWrapper> Wrapper; member in class:__anon14044::OProfileJITEventListener
45 : Wrapper(std::move(LibraryWrapper)) {
58 if (!Wrapper->op_open_agent()) {
67 if (Wrapper->isAgentAvailable()) {
68 if (Wrapper->op_close_agent() == -1) {
81 if (!Wrapper->isAgentAvailable()) {
104 if (Wrapper->op_write_native_code(Name.data(), Addr, (void *)Addr, Size) ==
118 if (Wrapper->isAgentAvailable()) {
137 if (Wrapper->op_unload_native_code(Addr) == -1) {
/external/robolectric-shadows/shadows/supportv4/src/main/java/org/robolectric/shadows/support/v4/
H A DShadowLocalBroadcastManager.java23 private final List<Wrapper> registeredReceivers = new ArrayList<>();
37 registeredReceivers.add(new Wrapper(receiver, filter));
42 Iterator<Wrapper> iterator = registeredReceivers.iterator();
44 Wrapper wrapper = iterator.next();
55 List<Wrapper> copy = new ArrayList<>();
57 for (Wrapper wrapper : copy) {
80 public List<Wrapper> getRegisteredBroadcastReceivers() {
84 public static class Wrapper { class in class:ShadowLocalBroadcastManager
88 public Wrapper(BroadcastReceiver broadcastReceiver, IntentFilter intentFilter) { method in class:ShadowLocalBroadcastManager.Wrapper
/external/swiftshader/third_party/LLVM/lib/Target/MSP430/
H A DMSP430ISelLowering.h43 /// Wrapper - A wrapper node for TargetConstantPool, TargetExternalSymbol,
45 Wrapper, enumerator in enum:llvm::MSP430ISD::__anon22884
/external/brotli/java/org/brotli/wrapper/enc/
H A DEncoderJNI.java27 static class Wrapper { class in class:EncoderJNI
31 Wrapper(int inputBufferSize, int quality, int lgwin) method in class:EncoderJNI.Wrapper
/external/clang/test/SemaCXX/
H A DMicrosoftSuper.cpp76 struct Wrapper { struct in struct:PointerToMember
84 Wrapper<&__super::foo>::bar();
H A Dwarn-infinite-recursion.cpp132 struct Wrapper { struct
134 // Similar to the above, Wrapper<0>::run() will discard the if statement.
137 return Wrapper<x/2>::run();
147 return Wrapper<x>::run() +
148 Wrapper<x>::run2(); // expected-note{{instantiation}}
/external/guava/guava/src/com/google/common/base/
H A DEquivalence.java145 * {@link Wrapper#equals(Object) Object.equals()} such that
150 public final <S extends T> Wrapper<S> wrap(@Nullable S reference) {
151 return new Wrapper<S>(this, reference);
172 public static final class Wrapper<T> implements Serializable { class in class:Equivalence
176 private Wrapper(Equivalence<? super T> equivalence, @Nullable T reference) { method in class:Equivalence.Wrapper
195 if (obj instanceof Wrapper) {
196 Wrapper<?> that = (Wrapper<?>) obj; // note: not necessarily a Wrapper<T>
/external/guice/extensions/grapher/test/com/google/inject/grapher/
H A DAbstractInjectorGrapherTest.java84 private static final class Wrapper<T> { class in class:AbstractInjectorGrapherTest
145 final Wrapper<Provider<A2>> wrapper = new Wrapper<Provider<A2>>();
/external/libchrome/base/numerics/
H A Dsafe_math.h238 IsGreater<T, R>::Test(state_.value(), Wrapper<U>::value(rhs))
240 : Wrapper<U>::value(rhs)),
241 state_.is_valid() && Wrapper<U>::is_valid(rhs));
253 IsLess<T, R>::Test(state_.value(), Wrapper<U>::value(rhs))
255 : Wrapper<U>::value(rhs)),
256 state_.is_valid() && Wrapper<U>::is_valid(rhs));
299 Wrapper<L>::is_valid(lhs) && Wrapper<R>::is_valid(rhs) &&
300 Math::Do(Wrapper<L>::value(lhs), Wrapper<
325 struct Wrapper { struct in class:base::internal::CheckedNumeric
331 struct Wrapper<CheckedNumeric<Src>> { struct in class:base::internal::CheckedNumeric
341 struct Wrapper<StrictNumeric<Src>> { struct in class:base::internal::CheckedNumeric
[all...]
/external/llvm/lib/Target/Mips/
H A DMipsISelLowering.h102 Wrapper,
310 SDValue GOT = DAG.getNode(MipsISD::Wrapper, DL, Ty, getGlobalReg(DAG, Ty),
330 SDValue Tgt = DAG.getNode(MipsISD::Wrapper, DL, Ty, getGlobalReg(DAG, Ty),
347 SDValue Wrapper = DAG.getNode(MipsISD::Wrapper, DL, Ty, Hi, local
349 return DAG.getLoad(Ty, DL, Chain, Wrapper, PtrInfo, false, false, false,
/external/python/cpython3/Lib/test/
H A Dtest_doctest.py2367 class Wrapper: class in inherits:
2375 @Wrapper

Completed in 1241 milliseconds

1234