| /external/eigen/test/ |
| D | constructor.cpp | 15 template<typename MatrixType> struct Wrapper struct 18 inline Wrapper(const MatrixType &x) : m_mat(x) {} in Wrapper() function 35 Wrapper<MatrixType> wrapper(m0); in ctor_init1() argument
|
| /external/clang/test/Analysis/ |
| D | initializer.cpp | 98 class Wrapper { class 105 Wrapper::Wrapper() /* initializers synthesized */ {} in Wrapper() function in DefaultConstructorWithCleanups::Wrapper 114 struct Wrapper { struct 115 int value = 42; 117 Wrapper() {} in Wrapper() function 118 Wrapper(int x) : value(x) {} in Wrapper() function 119 Wrapper(bool) {} in Wrapper() argument
|
| D | ctor.mm | 15 struct Wrapper { struct 20 Wrapper w; argument
|
| D | call-invalidation.cpp | 38 struct Wrapper { struct 42 void useStruct(Wrapper &w); argument
|
| D | derived-to-base.cpp | 320 struct Wrapper { struct 321 FullyDerived d; 322 int zz; 324 Wrapper(const FullyDerived &d) : d(d), zz(0) {} in Wrapper() function
|
| /external/snakeyaml/src/test/java/examples/staticstate/ |
| D | Wrapper.java | 18 public class Wrapper { class 33 public Wrapper() { in Wrapper() method in Wrapper 38 public Wrapper(JavaBeanWithStaticState bean) { in Wrapper() method in Wrapper
|
| /external/testng/src/main/java/org/testng/xml/dom/ |
| D | Wrapper.java | 10 public class Wrapper { class 18 public Wrapper(Annotation a, Object bean) { in Wrapper() method in Wrapper
|
| /external/clang/test/SemaCXX/ |
| D | warn-infinite-recursion.cpp | 132 struct Wrapper { struct 134 // Similar to the above, Wrapper<0>::run() will discard the if statement. in run() argument 147 return Wrapper<x>::run() + in test_wrapper() argument
|
| D | MicrosoftSuper.cpp | 76 struct Wrapper { struct 77 static void bar() {} in bar()
|
| /external/clang/test/CodeGenCXX/ |
| D | devirtualize-virtual-function-calls.cpp | 94 struct Wrapper { struct 95 Fish fish;
|
| /external/pdfium/third_party/base/numerics/ |
| D | safe_math.h | 326 struct Wrapper { struct 332 struct Wrapper<CheckedNumeric<Src>> { argument
|
| /external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue11/ |
| D | YamlMapTest.java | 71 public static class Wrapper { class in YamlMapTest 75 public Wrapper(String s, Custom bb) { in Wrapper() method in YamlMapTest.Wrapper 80 public Wrapper() { in Wrapper() method in YamlMapTest.Wrapper
|
| /external/swiftshader/third_party/LLVM/lib/Target/Blackfin/ |
| D | BlackfinISelLowering.h | 28 Wrapper // Address wrapper enumerator
|
| /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/ |
| D | Wrapper.java | 3 public interface Wrapper interface
|
| /external/llvm/lib/Target/Lanai/ |
| D | LanaiISelLowering.h | 55 Wrapper, enumerator
|
| /external/llvm/lib/ExecutionEngine/IntelJITEvents/ |
| D | IntelJITEventListener.cpp | 42 std::unique_ptr<IntelJITEventsWrapper> Wrapper; member in __anon2825f19c0111::IntelJITEventListener 77 IntelJITEventsWrapper& Wrapper, in FunctionDescToIntelJITFormat()
|
| /external/llvm/lib/Target/MSP430/ |
| D | MSP430ISelLowering.h | 45 Wrapper, enumerator
|
| /external/llvm/lib/Target/BPF/ |
| D | BPFISelLowering.h | 31 Wrapper enumerator
|
| /external/clang/test/Analysis/inlining/ |
| D | path-notes.cpp | 93 class Wrapper { class 226 struct Wrapper { struct 242 Owner::Wrapper *arr; // expected-note {{'arr' declared without an initial value}} in testGetDerefExprOnMemberExprWithADot()
|
| /external/swiftshader/third_party/LLVM/lib/Target/MSP430/ |
| D | MSP430ISelLowering.h | 45 Wrapper, enumerator
|
| /external/guava/guava/src/com/google/common/base/ |
| D | Equivalence.java | 172 public static final class Wrapper<T> implements Serializable { class in Equivalence 176 private Wrapper(Equivalence<? super T> equivalence, @Nullable T reference) { in Wrapper() method in Equivalence.Wrapper
|
| /external/llvm/lib/ExecutionEngine/OProfileJIT/ |
| D | OProfileJITEventListener.cpp | 38 std::unique_ptr<OProfileWrapper> Wrapper; member in __anon902502af0111::OProfileJITEventListener
|
| /external/guice/extensions/grapher/test/com/google/inject/grapher/ |
| D | AbstractInjectorGrapherTest.java | 84 private static final class Wrapper<T> { class in AbstractInjectorGrapherTest
|
| /external/llvm/lib/Target/Mips/ |
| D | MipsISelLowering.h | 102 Wrapper, enumerator 347 SDValue Wrapper = DAG.getNode(MipsISD::Wrapper, DL, Ty, Hi, in getAddrGlobalLargeGOT() local
|
| /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/ |
| D | ShadowApplication.java | 518 public class Wrapper { class in ShadowApplication 524 … public Wrapper(BroadcastReceiver broadcastReceiver, IntentFilter intentFilter, Context context) { in Wrapper() method in ShadowApplication.Wrapper
|