Home
last modified time | relevance | path

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

12345

/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": "testmodulewrapper", "In": "vectors/ACVP-AES-CBC-CS3.bz2", "Out": "expected/ACVP-AES-CB… string
4 {"Wrapper": "modulewrapper", "In": "vectors/ACVP-AES-CCM.bz2", "Out": "expected/ACVP-AES-CCM.bz2"}, string
5 {"Wrapper": "modulewrapper", "In": "vectors/ACVP-AES-CTR.bz2", "Out": "expected/ACVP-AES-CTR.bz2"}, string
6 {"Wrapper": "modulewrapper", "In": "vectors/ACVP-AES-ECB.bz2", "Out": "expected/ACVP-AES-ECB.bz2"}, string
7 {"Wrapper": "modulewrapper", "In": "vectors/ACVP-AES-GCM.bz2", "Out": "expected/ACVP-AES-GCM.bz2"}, string
8 {"Wrapper": "modulewrapper", "In": "vectors/ACVP-AES-GMAC.bz2", "Out": "expected/ACVP-AES-GMAC.bz2"… string
9 {"Wrapper": "modulewrapper", "In": "vectors/ACVP-AES-KW.bz2", "Out": "expected/ACVP-AES-KW.bz2"}, string
10 {"Wrapper": "modulewrapper", "In": "vectors/ACVP-AES-KWP.bz2", "Out": "expected/ACVP-AES-KWP.bz2"}, string
11 {"Wrapper": "testmodulewrapper", "In": "vectors/ACVP-AES-XTS.bz2", "Out": "expected/ACVP-AES-XTS.bz… 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
37 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() argument
Dctor.mm15 struct Wrapper { struct
20 Wrapper w; argument
Dcall-invalidation.cpp38 struct Wrapper { struct
42 void useStruct(Wrapper &w); 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.rs21 struct Wrapper<T>(T); in inner() struct
23 impl<T> Unpin for Wrapper<T> where T: Unpin {} in inner() implementation
/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() implementation
/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/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/angle/src/common/third_party/base/anglebase/numerics/
Dchecked_math.h263 struct Wrapper struct
270 struct Wrapper<CheckedNumeric<Src>> argument
/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/libchrome/base/numerics/
Dchecked_math.h266 struct Wrapper { struct
272 struct Wrapper<CheckedNumeric<Src>> { argument
Dclamped_math.h180 struct Wrapper { struct
181 static constexpr Src value(Src value) { in value()
/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/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
/external/clang/test/CodeGenCXX/
Ddevirtualize-virtual-function-calls.cpp94 struct Wrapper { struct
95 Fish fish;
/external/angle/src/compiler/translator/TranslatorMetalDirect/
DWrapMain.cpp18 class Wrapper : public TIntermTraverser class
24 Wrapper(TSymbolTable &symbolTable, IdGen &idGen) in Wrapper() function in __anonc65c57840111::Wrapper
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/misc/
DRaceCondition738Test.java39 static class Wrapper { class in RaceCondition738Test
42 private Wrapper(HasSubTypes hasSubTypes) { in Wrapper() method in RaceCondition738Test.Wrapper
/external/brotli/java/org/brotli/wrapper/enc/
DEncoderJNI.java27 static class Wrapper { class in EncoderJNI
32 Wrapper(int inputBufferSize, int quality, int lgwin) in Wrapper() method in EncoderJNI.Wrapper
/external/brotli/java/org/brotli/wrapper/dec/
DDecoderJNI.java29 public static class Wrapper { class in DecoderJNI
35 public Wrapper(int inputBufferSize) throws IOException { in Wrapper() method in DecoderJNI.Wrapper
/external/rust/crates/pin-project/src/
Dlib.rs247 pub struct Wrapper<'a, T: ?Sized>(PhantomData<&'a ()>, T); struct
249 unsafe impl<T: ?Sized> UnsafeUnpin for Wrapper<'_, T> where T: UnsafeUnpin {} implementation

12345