/external/boringssl/src/util/fipstools/acvp/acvptool/test/ |
D | tests.json | 2 {"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/ |
D | constructor.cpp | 15 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/ |
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
|
/external/rust/crates/pin-project/tests/ui/unstable-features/ |
D | trivial_bounds-feature-gate.rs | 10 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
|
D | trivial_bounds.rs | 21 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/ |
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/rust/crates/crossbeam-utils/tests/ |
D | thread.rs | 146 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/ |
D | CoroutineDispatcherOperatorFunInvokeTest.kt | 52 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/ |
D | TestAnnotationMerging.java | 14 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/ |
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
|
/external/pdfium/third_party/base/numerics/ |
D | safe_math.h | 326 struct Wrapper { struct 332 struct Wrapper<CheckedNumeric<Src>> { argument
|
/external/angle/src/common/third_party/base/anglebase/numerics/ |
D | checked_math.h | 263 struct Wrapper struct 270 struct Wrapper<CheckedNumeric<Src>> argument
|
/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/libchrome/base/numerics/ |
D | checked_math.h | 266 struct Wrapper { struct 272 struct Wrapper<CheckedNumeric<Src>> { argument
|
D | clamped_math.h | 180 struct Wrapper { struct 181 static constexpr Src value(Src value) { in value()
|
/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/jackson-databind/src/test/java/com/fasterxml/jackson/databind/deser/ |
D | TestGenerics.java | 35 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/ |
D | devirtualize-virtual-function-calls.cpp | 94 struct Wrapper { struct 95 Fish fish;
|
/external/angle/src/compiler/translator/TranslatorMetalDirect/ |
D | WrapMain.cpp | 18 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/ |
D | RaceCondition738Test.java | 39 static class Wrapper { class in RaceCondition738Test 42 private Wrapper(HasSubTypes hasSubTypes) { in Wrapper() method in RaceCondition738Test.Wrapper
|
/external/brotli/java/org/brotli/wrapper/enc/ |
D | EncoderJNI.java | 27 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/ |
D | DecoderJNI.java | 29 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/ |
D | lib.rs | 247 pub struct Wrapper<'a, T: ?Sized>(PhantomData<&'a ()>, T); struct 249 unsafe impl<T: ?Sized> UnsafeUnpin for Wrapper<'_, T> where T: UnsafeUnpin {} implementation
|