/external/zlib/src/contrib/ada/ |
D | test.adb | 25 procedure Test is subprogram 34 File_Size : Count := 100_000; 35 Continuous : constant Boolean := False; 37 Header : constant ZLib.Header_Type := ZLib.Default; 44 Strategy : constant ZLib.Strategy_Type := ZLib.Default_Strategy; 45 Init_Random : constant := 10; 49 In_File_Name : constant String := "testzlib.in"; 52 Z_File_Name : constant String := "testzlib.zlb"; 55 Out_File_Name : constant String := "testzlib.out"; 58 File_In : File_Type; [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() function 46 Tag tag() const { return static_cast<Tag>(1); } in tag()
|
/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/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/perf_data_converter/src/ |
D | perf_to_profile_lib_test.cc | 17 struct Test { in TEST() struct 18 string desc; in TEST() 19 std::vector<const char*> argv; in TEST() 20 string expectedInput; in TEST() 21 string expectedOutput; in TEST() 22 bool expectedOverwriteOutput; in TEST() 23 bool wantError; in TEST()
|
/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/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/boringssl/src/crypto/fipsmodule/ |
D | FIPS.md | 71 ##### Redirector functions 81 ##### Read-only data 87 ##### Read-write data 93 ##### Other transforms 103 ##### Integrity testing 111 ### Comparison with OpenSSL's method
|
/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-02-17-ArgumentAddress.c | 13 struct Test { short X, x; int Y, Z; }; argument
|
D | 2002-03-12-ArrayInitialization.c | 15 struct Test { int X; double Y; }; 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/parameter-framework/upstream/test/functional-tests/include/ |
D | Test.hpp | 64 struct Test struct 66 std::string title; 67 Value payload;
|
/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/skia/tests/ |
D | Test.h | 72 struct Test { struct 77 TestProc proc; argument 92 typedef sk_tools::Registry<Test> TestRegistry; argument
|