Home
last modified time | relevance | path

Searched defs:Test (Results 1 – 25 of 1023) sorted by relevance

12345678910>>...41

/external/deqp-deps/amber/docs/
Dvk_script.md137 ## Test section in Sections
143 ### Draw Rect
153 ### Draw Arrays
161 ### Compute
167 ### Shader Entry Point
174 ### Probe all
182 ### Probe
194 ### Probe SSBO
213 ### Uniform
224 ### Unifom UBO
[all …]
/external/rust/android-crates-io/crates/serde_bytes/tests/
Dtest_derive.rs9 struct Test<'a> { struct
11 slice: &'a [u8],
14 array: [u8; 314],
17 borrowed_array: &'a [u8; 314],
20 vec: Vec<u8>,
23 bytes: &'a Bytes,
26 byte_array: ByteArray<314>,
29 borrowed_byte_array: &'a ByteArray<314>,
32 byte_buf: ByteBuf,
35 cow_slice: Cow<'a, [u8]>,
[all …]
/external/bazelbuild-rules_go/go/tools/bzltestutil/testdata/
Dreport.json1 {"Action":"run","Test":"TestPass"} string
3 {"Action":"output","Test":"TestPass","Output":"=== PAUSE TestPass\n"} string
5 {"Action":"run","Test":"TestPassLog"} string
7 {"Action":"output","Test":"TestPassLog","Output":"=== PAUSE TestPassLog\n"} string
9 {"Action":"run","Test":"TestFail"} string
11 {"Action":"output","Test":"TestFail","Output":"--- FAIL: TestFail (0.00s)\n"} string
13 {"Action":"fail","Test":"TestFail","Elapsed":0} string
15 {"Action":"output","Test":"TestSubtests","Output":"=== RUN TestSubtests\n"} string
17 {"Action":"output","Test":"TestSubtests/subtest_a","Output":"=== RUN TestSubtests/subtest_a\n"} string
19 {"Action":"output","Test":"TestSubtests/testB","Output":"=== RUN TestSubtests/testB\n"} string
[all …]
/external/parameter-framework/upstream/utility/test/
Dutility.cpp46 struct Test struct
48 list<int> input;
49 std::function<int(int, int)> binaryOpt;
50 int empty;
51 int result;
52 int resultNoEmpty;
70 struct Test struct
72 string title;
73 list<string> input;
74 string separator;
[all …]
/external/jspecify/samples/typeArgumentsFromParameterBounds/typeargumentsfromparameterbounds/
DTypeArgumentsFromParameterBounds.java28 public void bar(TypeArgumentsFromParameterBounds<Test, Test, Test> a) {} in bar()
33 public void bar(TypeArgumentsFromParameterBounds<Test, Test, Test> a) {} in bar()
36 class Test {} class
41 TypeArgumentsFromParameterBounds<Test, Test, Test> aNotNullNotNullNotNull, in main()
43 TypeArgumentsFromParameterBounds<Test, Test, @Nullable Test> aNotNullNotNullNull, in main()
/external/flatbuffers/tests/MyGame/Example/
DTest.cs12 public struct Test : IFlatbufferObject struct
24 …public static Offset<MyGame.Example.Test> CreateTest(FlatBufferBuilder builder, short A, sbyte B) { in CreateTest()
40 public static Offset<MyGame.Example.Test> Pack(FlatBufferBuilder builder, TestT _o) { in Pack()
DTest.go34 type Test struct { struct
35 _tab flatbuffers.Struct
38 func (rcv *Test) Init(buf []byte, i flatbuffers.UOffsetT) {
43 func (rcv *Test) Table() flatbuffers.Table {
47 func (rcv *Test) A() int16 {
50 func (rcv *Test) MutateA(n int16) bool {
54 func (rcv *Test) B() int8 {
57 func (rcv *Test) MutateB(n int8) bool {
/external/clang/test/SemaCXX/
Dwarn-new-overaligned.cpp4 struct Test { struct
15 …new Test; // expected-warning {{type 'test1::Test' requires 256 bytes of alignment and the defaul… in helper()
21 class Test { class
34 struct Test { struct
50 …new Test[10]; // expected-warning {{type 'test3::Test' requires 256 bytes of alignment and the de… in helper()
55 struct Test { struct
70 …new Test; // expected-warning {{type 'test4::Test' requires 256 bytes of alignment and the defaul… in helper()
DPR11358.cpp12 struct Test { struct
13 typedef container<T> Container;
14 void test() { in test()
17 Container c;
44 struct Test { struct
45 typedef container<T> Container;
46 void test() { in test()
49 Container c;
/external/openscreen/third_party/abseil/src/absl/container/internal/
Dhash_policy_traits_test.cc63 struct Test : ::testing::Test { struct
64 Test() { in Test() function
87 std::allocator<int> alloc;
88 int a = 53;
90 MockFunction<void(void*, Slot*, Slot)> construct;
91 MockFunction<void(void*, Slot*)> destroy;
93 MockFunction<Slot&(Slot*)> element;
94 MockFunction<int(int)> apply;
95 MockFunction<Slot&(Slot*)> value;
97 MockFunction<void(void*, Slot*, Slot*)> transfer;
[all …]
/external/skia/tests/
DSkColorSpaceXformStepsTest.cpp27 struct Test { in DEF_TEST() struct
28 sk_sp<SkColorSpace> src, dst; in DEF_TEST()
29 SkAlphaType srcAT, dstAT; in DEF_TEST()
31 bool unpremul; in DEF_TEST()
32 bool linearize; in DEF_TEST()
33 bool gamut_transform; in DEF_TEST()
34 bool encode; in DEF_TEST()
35 bool premul; in DEF_TEST()
/external/clang/test/CodeGenCXX/
Dblock.cpp7 struct Test struct
10 Test(Test&c) { func((void*)this); } in Test() function
11 Test() { func((void*)this); } in Test() function
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/internal/
Dcommon_policy_traits_test.cc57 struct Test : ::testing::Test { struct
58 Test() { in Test() argument
75 std::allocator<Slot> alloc;
76 int a = 53;
78 MockFunction<void(void*, Slot*, Slot)> construct;
79 MockFunction<void(void*, Slot*)> destroy;
81 MockFunction<Slot&(Slot*)> element;
83 MockFunction<void(void*, Slot*, Slot*)> transfer;
86 TEST_F(Test, construct) { in TEST_F() argument
91 TEST_F(Test, destroy) { in TEST_F() argument
[all …]
Dhash_policy_traits_test.cc50 struct Test : ::testing::Test { struct
51 Test() { in Test() argument
60 std::allocator<int> alloc;
61 int a = 53;
62 MockFunction<int(int)> apply;
63 MockFunction<Slot&(Slot*)> value;
66 TEST_F(Test, apply) { in TEST_F() argument
71 TEST_F(Test, value) { in TEST_F() argument
/external/libchrome/ui/gfx/geometry/
Drect_unittest.cc128 static const struct Test { in TEST() struct
129 int x1; // rect 1 in TEST()
130 int y1; in TEST()
131 int w1; in TEST()
132 int h1; in TEST()
133 int x2; // rect 2 in TEST()
134 int y2; in TEST()
135 int w2; in TEST()
136 int h2; in TEST()
137 int x3; // rect 3: the union of rects 1 and 2 in TEST()
[all …]
/external/compiler-rt/test/profile/Inputs/
Dextern_template.h1 template <typename T> struct Test { struct
2 Test() : M(10) {} in Test() function
13 extern template struct Test<int>; argument
/external/cronet/stable/third_party/boringssl/src/crypto/cipher_extra/test/nist_cavp/
Dmake_cavp.go40 type Test struct { struct
41 translations map[kvPair]kvPair
42 transform func(k, v string) []kvPair
43 defaults map[string]string
45 kvDelim rune
48 func (t *Test) parseKeyValue(s string) (key, value string) {
68 func (t *Test) translateKeyValue(key, value string) (string, string) {
91 func (t *Test) generate(r io.Reader, cmdLineLabelStr string) {
/external/boringssl/src/crypto/cipher_extra/test/nist_cavp/
Dmake_cavp.go40 type Test struct { struct
41 translations map[kvPair]kvPair
42 transform func(k, v string) []kvPair
43 defaults map[string]string
45 kvDelim rune
48 func (t *Test) parseKeyValue(s string) (key, value string) {
68 func (t *Test) translateKeyValue(key, value string) (string, string) {
91 func (t *Test) generate(r io.Reader, cmdLineLabelStr string) {
/external/cronet/tot/third_party/boringssl/src/crypto/cipher_extra/test/nist_cavp/
Dmake_cavp.go40 type Test struct { struct
41 translations map[kvPair]kvPair
42 transform func(k, v string) []kvPair
43 defaults map[string]string
45 kvDelim rune
48 func (t *Test) parseKeyValue(s string) (key, value string) {
68 func (t *Test) translateKeyValue(key, value string) (string, string) {
91 func (t *Test) generate(r io.Reader, cmdLineLabelStr string) {
/external/swiftshader/third_party/marl/tools/bench/
Dbench.go29 type Test struct { struct
30 Name string
31 NumTasks uint
32 NumThreads uint
33 Duration time.Duration
34 Iterations uint
39 func (t *Test) parseName() {
/external/cronet/stable/third_party/abseil-cpp/absl/container/internal/
Dcommon_policy_traits_test.cc79 struct Test : ::testing::Test { struct
80 Test() { in Test() argument
97 std::allocator<Slot> alloc;
98 int a = 53;
100 MockFunction<void(void*, Slot*, Slot)> construct;
101 MockFunction<void(void*, Slot*)> destroy;
103 MockFunction<Slot&(Slot*)> element;
105 MockFunction<void(void*, Slot*, Slot*)> transfer;
108 TEST_F(Test, construct) { in TEST_F() argument
113 TEST_F(Test, destroy) { in TEST_F() argument
[all …]
/external/abseil-cpp/absl/container/internal/
Dcommon_policy_traits_test.cc79 struct Test : ::testing::Test { struct
80 Test() { in Test() argument
97 std::allocator<Slot> alloc;
98 int a = 53;
100 MockFunction<void(void*, Slot*, Slot)> construct;
101 MockFunction<void(void*, Slot*)> destroy;
103 MockFunction<Slot&(Slot*)> element;
105 MockFunction<void(void*, Slot*, Slot*)> transfer;
108 TEST_F(Test, construct) { in TEST_F() argument
113 TEST_F(Test, destroy) { in TEST_F() argument
[all …]
/external/angle/third_party/abseil-cpp/absl/container/internal/
Dcommon_policy_traits_test.cc79 struct Test : ::testing::Test { struct
80 Test() { in Test() argument
97 std::allocator<Slot> alloc;
98 int a = 53;
100 MockFunction<void(void*, Slot*, Slot)> construct;
101 MockFunction<void(void*, Slot*)> destroy;
103 MockFunction<Slot&(Slot*)> element;
105 MockFunction<void(void*, Slot*, Slot*)> transfer;
108 TEST_F(Test, construct) { in TEST_F() argument
113 TEST_F(Test, destroy) { in TEST_F() argument
[all …]
/external/cronet/tot/third_party/abseil-cpp/absl/container/internal/
Dcommon_policy_traits_test.cc79 struct Test : ::testing::Test { struct
80 Test() { in Test() function
97 std::allocator<Slot> alloc;
98 int a = 53;
100 MockFunction<void(void*, Slot*, Slot)> construct;
101 MockFunction<void(void*, Slot*)> destroy;
103 MockFunction<Slot&(Slot*)> element;
105 MockFunction<void(void*, Slot*, Slot*)> transfer;
108 TEST_F(Test, construct) { in TEST_F() argument
113 TEST_F(Test, destroy) { in TEST_F() argument
[all …]
/external/flatbuffers/tests/monster_test_serialize/my_game/example/
Dtest_generated.rs17 pub struct Test(pub [u8; 4]); struct
18 impl Default for Test { implementation
23 impl core::fmt::Debug for Test { implementation
32 impl flatbuffers::SimpleToVerifyInSlice for Test {} implementation
33 impl<'a> flatbuffers::Follow<'a> for Test { implementation
40 impl<'a> flatbuffers::Follow<'a> for &'a Test { implementation
47 impl<'b> flatbuffers::Push for Test { implementation
51 …let src = ::core::slice::from_raw_parts(self as *const Test as *const u8, <Self as flatbuffers::Pu… in push() constant
60 impl<'a> flatbuffers::Verifiable for Test { implementation
70 impl Serialize for Test { implementation
[all …]

12345678910>>...41