Home
last modified time | relevance | path

Searched defs:Wrapper (Results 1 – 25 of 142) sorted by relevance

123456

/external/boringssl/src/util/fipstools/acvp/acvptool/test/
Dtests.json2 {"Wrapper": "modulewrapper", "In": "vectors/ACVP-AES-CBC.bz2", "Out": "expected/ACVP-AES-CBC.bz2"}, string
3 {"Wrapper": "modulewrapper", "In": "vectors/ACVP-AES-CCM.bz2", "Out": "expected/ACVP-AES-CCM.bz2"}, string
4 {"Wrapper": "modulewrapper", "In": "vectors/ACVP-AES-CTR.bz2", "Out": "expected/ACVP-AES-CTR.bz2"}, string
5 {"Wrapper": "modulewrapper", "In": "vectors/ACVP-AES-ECB.bz2", "Out": "expected/ACVP-AES-ECB.bz2"}, string
6 {"Wrapper": "modulewrapper", "In": "vectors/ACVP-AES-GCM.bz2", "Out": "expected/ACVP-AES-GCM.bz2"}, string
7 {"Wrapper": "modulewrapper", "In": "vectors/ACVP-AES-KW.bz2", "Out": "expected/ACVP-AES-KW.bz2"}, string
8 {"Wrapper": "modulewrapper", "In": "vectors/ACVP-AES-KWP.bz2", "Out": "expected/ACVP-AES-KWP.bz2"}, string
9 {"Wrapper": "testmodulewrapper", "In": "vectors/ACVP-AES-XTS.bz2", "Out": "expected/ACVP-AES-XTS.bz… string
10 {"Wrapper": "modulewrapper", "In": "vectors/ACVP-TDES-CBC.bz2", "Out": "expected/ACVP-TDES-CBC.bz2"… string
11 {"Wrapper": "modulewrapper", "In": "vectors/ACVP-TDES-ECB.bz2", "Out": "expected/ACVP-TDES-ECB.bz2"… string
[all …]
/external/eigen/test/
Dconstructor.cpp15 template<typename MatrixType> struct Wrapper struct
18 inline Wrapper(const MatrixType &x) : m_mat(x) {} in Wrapper() argument
35 Wrapper<MatrixType> wrapper(m0); in ctor_init1() argument
/external/clang/test/Analysis/
Dinitializer.cpp98 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() function
Dctor.mm15 struct Wrapper { struct
20 Wrapper w; argument
/external/llvm-project/clang/test/ASTMerge/var-cpp/Inputs/
Dvar1.cpp8 struct Wrapper { struct
17 constexpr const char *Wrapper<float>::my_const<const char *> = a; argument
/external/llvm-project/clang/test/SemaTemplate/
Dpartial-spec-instantiate.cpp70 struct Wrapper { struct
74 Wrapper(const Wrapper<U>& other, in Wrapper() argument
77 explicit Wrapper(int i) {} in Wrapper() function
/external/llvm-project/clang/test/Analysis/
Dctor.mm18 struct Wrapper { struct
23 Wrapper w; argument
Dinitializer.cpp113 class Wrapper { class
120 Wrapper::Wrapper() /* initializers synthesized */ {} in Wrapper() function in DefaultConstructorWithCleanups::Wrapper
129 struct Wrapper { struct
130 int value = 42;
132 Wrapper() {} in Wrapper() function
133 Wrapper(int x) : value(x) {} in Wrapper() argument
134 Wrapper(bool) {} in Wrapper() argument
/external/rust/crates/pin-project/tests/ui/unstable-features/
Dtrivial_bounds-feature-gate.rs10 struct Wrapper<T>(T); struct
12 impl<T> Unpin for Wrapper<T> where T: Unpin {} implementation
36 struct Wrapper<T>(T); struct
38 impl<T> Unpin for Wrapper<T> where T: Unpin {} implementation
Dtrivial_bounds-bug.rs15 struct Wrapper<T>(T); struct
17 impl<T> Unpin for Wrapper<T> where T: Unpin {} implementation
Dtrivial_bounds.rs17 struct Wrapper<T>(T); in inner() struct
19 impl<T> Unpin for Wrapper<T> where T: Unpin {} in inner() implementation
/external/llvm-project/clang/test/CodeGen/
Dno-devirt.cpp21 struct Wrapper { struct
22 TmplWithArray<bool, 10> data;
23 bool indexIt(int a) { in indexIt()
/external/snakeyaml/src/test/java/examples/staticstate/
DWrapper.java18 public class Wrapper { class
33 public Wrapper() { in Wrapper() method in Wrapper
38 public Wrapper(JavaBeanWithStaticState bean) { in Wrapper() method in Wrapper
/external/rust/crates/crossbeam-utils/tests/
Dthread.rs146 struct Wrapper<'a> { in nesting() struct
147 var: &'a String, in nesting()
150 impl<'a> Wrapper<'a> { in nesting() impl
/external/llvm-project/llvm/unittests/ADT/
DImmutableListTest.cpp16 template <typename Fundamental> struct Wrapper : llvm::FoldingSetNode { struct
17 Fundamental F;
19 Wrapper(Fundamental F) : F(F) {} in Wrapper() function
21 operator Fundamental() const { return F; } in operator Fundamental()
23 void Profile(FoldingSetNodeID &ID) const { ID.AddInteger(F); } in Profile()
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/
DCoroutineDispatcherOperatorFunInvokeTest.kt52 private class Wrapper(val value: String) : Incomplete { class
60 private fun Wrapper.unwrap() = value in String() method
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/introspect/
DTestAnnotationMerging.java14 static class Wrapper class in TestAnnotationMerging
18 public Wrapper() { } in Wrapper() method in TestAnnotationMerging.Wrapper
19 public Wrapper(Object o) { value = o; } in Wrapper() method in TestAnnotationMerging.Wrapper
/external/testng/src/main/java/org/testng/xml/dom/
DWrapper.java10 public class Wrapper { class
18 public Wrapper(Annotation a, Object bean) { in Wrapper() method in Wrapper
/external/clang/test/SemaCXX/
Dwarn-infinite-recursion.cpp132 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
/external/pdfium/third_party/base/numerics/
Dsafe_math.h326 struct Wrapper { struct
332 struct Wrapper<CheckedNumeric<Src>> { argument
/external/llvm-project/clang/test/SemaCXX/
Dwarn-infinite-recursion.cpp153 struct Wrapper { struct
155 // Similar to the above, Wrapper<0>::run() will discard the if statement. in run() argument
168 return Wrapper<x>::run() + in test_wrapper() argument
/external/libchrome/base/numerics/
Dchecked_math.h266 struct Wrapper { struct
272 struct Wrapper<CheckedNumeric<Src>> { argument
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue11/
DYamlMapTest.java71 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/clang/test/CodeGenCXX/
Ddevirtualize-virtual-function-calls.cpp94 struct Wrapper { struct
95 Fish fish;
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/deser/
DTestGenerics.java35 static class Wrapper<T> class in TestGenerics
39 public Wrapper() { } in Wrapper() method in TestGenerics.Wrapper
41 public Wrapper(T v) { value = v; } in Wrapper() method in TestGenerics.Wrapper

123456