/external/deqp-deps/amber/docs/ |
D | vk_script.md | 137 ## 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/parameter-framework/upstream/utility/test/ |
D | utility.cpp | 46 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/flatbuffers/tests/MyGame/Example/ |
D | Test.cs | 11 public struct Test : IFlatbufferObject struct 13 private Struct __p; 14 public ByteBuffer ByteBuffer { get { return __p.bb; } } 15 public void __init(int _i, ByteBuffer _bb) { __p.bb_pos = _i; __p.bb = _bb; } in __init() 16 public Test __assign(int _i, ByteBuffer _bb) { __init(_i, _bb); return this; } in __assign() 18 public short A { get { return __p.bb.GetShort(__p.bb_pos + 0); } } 19 public void MutateA(short a) { __p.bb.PutShort(__p.bb_pos + 0, a); } in MutateA() 20 public sbyte B { get { return __p.bb.GetSbyte(__p.bb_pos + 2); } } 21 public void MutateB(sbyte b) { __p.bb.PutSbyte(__p.bb_pos + 2, b); } in MutateB() 23 public static Offset<Test> CreateTest(FlatBufferBuilder builder, short A, sbyte B) { in CreateTest()
|
D | Test.go | 9 type Test struct { struct 10 _tab flatbuffers.Struct 13 func (rcv *Test) Init(buf []byte, i flatbuffers.UOffsetT) { 18 func (rcv *Test) Table() flatbuffers.Table { 22 func (rcv *Test) A() int16 { 25 func (rcv *Test) MutateA(n int16) bool { 29 func (rcv *Test) B() int8 { 32 func (rcv *Test) MutateB(n int8) bool {
|
/external/clang/test/SemaCXX/ |
D | warn-new-overaligned.cpp | 4 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()
|
D | PR11358.cpp | 12 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;
|
D | warn-new-overaligned-2.cpp | 10 struct Test { struct 20 Test t; in helper() argument
|
D | conversion-incomplete-type.cpp | 8 struct Test { struct 16 struct TestStatic { argument
|
/external/clang/test/CodeGenCXX/ |
D | block.cpp | 7 struct Test struct 10 Test(Test&c) { func((void*)this); } in Test() argument 11 Test() { func((void*)this); } in Test() argument
|
D | debug-info-enum-class.cpp | 39 template <typename T> struct Test { struct 40 enum class Tag { 43 Test() { in Test() argument 46 Tag tag() const { return static_cast<Tag>(1); } in tag()
|
/external/compiler-rt/test/profile/Inputs/ |
D | extern_template.h | 1 template <typename T> struct Test { struct 2 Test() : M(10) {} in Test() argument 13 extern template struct Test<int>; argument
|
/external/libunwind/tests/ |
D | Ltest-cxx-exceptions.cxx | 35 struct Test struct 38 Test() { ++counter_; } in Test() function 39 ~Test() { -- counter_; } in ~Test() argument 40 Test(const Test&) { ++counter_; } in Test() argument 46 int Test::counter_ = 0; argument
|
/external/boringssl/src/crypto/cipher_extra/test/nist_cavp/ |
D | make_cavp.go | 40 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/ |
D | bench.go | 29 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/golang-protobuf/protoc-gen-go/testdata/grpc/ |
D | grpc.proto | 50 service Test { service 51 rpc UnaryCall(SimpleRequest) returns (SimpleResponse); 54 rpc Downstream(SimpleRequest) returns (stream StreamMsg); 57 rpc Upstream(stream StreamMsg) returns (SimpleResponse); 60 rpc Bidi(stream StreamMsg) returns (stream StreamMsg2);
|
/external/chromium-trace/catapult/common/py_utils/py_utils/ |
D | retry_util_unittest.py | 22 def Test(retries=None): function 33 def Test(retries=None): function 50 def Test(retries=None): function 62 def Test(retries=None): function 74 def Test(retries=None): function 88 def Test(retries=None): function 103 def Test(retries=None): function
|
/external/dokka/core/testdata/java/ |
D | constructors.java | 1 class Test { class 2 public Test() {} in Test() method in Test 4 public Test(String s) {} in Test() method in Test
|
/external/parameter-framework/upstream/bindings/c/ |
D | Test.cpp | 47 struct Test struct 50 bool empty(const char *str) in empty() 56 void REQUIRE_FAILURE(bool success) in REQUIRE_FAILURE() 66 void REQUIRE_SUCCESS(bool success) in REQUIRE_SUCCESS() 79 class TmpFile : private parameterFramework::utility::TmpFile 114 TEST_CASE_METHOD(Test, "Parameter-framework c api use") argument
|
/external/clang/test/CodeGen/ |
D | 2002-03-12-ArrayInitialization.c | 15 struct Test { int X; double Y; }; argument
|
D | 2002-02-17-ArgumentAddress.c | 13 struct Test { short X, x; int Y, Z; }; argument
|
/external/clang/test/Sema/ |
D | compound-literal.c | 19 typedef struct Test {int a;int b;} Test; typedef
|
/external/clang/test/CoverageMapping/ |
D | nestedclass.cpp | 6 struct Test { // CHECK-OUTER: emitTest struct 7 void emitTest() { // CHECK-OUTER: File 0, [[@LINE]]:19 -> [[@LINE+2]]:4 = #0 in emitTest() argument 10 struct Test2 { // CHECK-INNER: emitTest2 argument
|
/external/gwp_asan/gwp_asan/tests/ |
D | compression.cpp | 137 void runPackUnpack(uintptr_t *Test, size_t NumEntries) { in runPackUnpack() 180 uintptr_t Test[] = {1, 2, 3}; in TEST() local 185 uintptr_t Test[] = {3, 2, 1}; in TEST() local 190 uintptr_t Test[] = {3, 3, 3}; in TEST() local 195 uintptr_t Test[] = {1, 3, 2, 4, 1, 2}; in TEST() local 200 uintptr_t Test[] = {0x1981561, 0x18560, 0x25ab9135, 0x1232562}; in TEST() local 205 uintptr_t Test[] = {0x00, INTPTR_MAX, UINTPTR_MAX, INTPTR_MAX, 0x00}; in TEST() local 210 uintptr_t Test[] = {UINTPTR_MAX, UINTPTR_MAX - 10}; in TEST() local
|
/external/googletest/googletest/test/ |
D | gtest_assert_by_exception_test.cc | 64 TEST(Test, Test) { in TEST() argument 98 TEST(Test, Test2) { in TEST() argument
|
/external/parameter-framework/upstream/test/functional-tests/include/ |
D | Test.hpp | 64 struct Test struct 66 std::string title; 67 Value payload;
|