/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/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
|
D | warn-new-overaligned-3.cpp | 8 struct Test { struct 19 …new Test; // expected-warning {{type 'test1::Test' requires 256 bytes of alignment and the defaul… in helper()
|
/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 | 38 template <typename T> struct Test { struct 39 enum class Tag { 42 Test() { in Test() argument 45 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() argument 39 ~Test() { -- counter_; } in ~Test() argument 40 Test(const Test&) { ++counter_; } in Test() argument 46 int Test::counter_ = 0; argument
|
/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; }; struct
|
D | 2002-03-12-ArrayInitialization.c | 15 struct Test { int X; double Y; }; argument
|
/external/icu/icu4c/source/test/intltest/ |
D | itspoof.cpp | 487 struct Test { in testIdentifierInfo() struct 488 const char *fTestString; in testIdentifierInfo() 489 URestrictionLevel fRestrictionLevel; in testIdentifierInfo() 490 const char *fNumerics; in testIdentifierInfo() 491 const char *fScripts; in testIdentifierInfo() 492 const char *fAlternates; in testIdentifierInfo() 493 const char *fCommonAlternates; in testIdentifierInfo() 667 struct Test { in testRestrictionLevel() struct 668 const char *fId; in testRestrictionLevel() 669 URestrictionLevel fExpectedRestrictionLevel; in testRestrictionLevel() [all …]
|
/external/clang/test/Sema/ |
D | compound-literal.c | 19 typedef struct Test {int a;int b;} Test; typedef
|
/external/regex-re2/re2/testing/ |
D | simplify_test.cc | 14 struct Test { struct 15 const char* regexp; 16 const char* simplified;
|
/external/regex-re2/util/ |
D | test.cc | 11 struct Test { struct 16 static Test tests[10000]; argument
|
/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/llvm/unittests/Support/ |
D | raw_pwrite_stream_test.cpp | 23 StringRef Test = "test"; in TEST() local 41 StringRef Test = "test"; in TEST() local 59 StringRef Test = "test"; in TEST() local
|
/external/clang/test/Rewriter/ |
D | objc-modern-property-attributes.mm | 48 @interface Test @end interface 49 @interface Test (Category) interface in Category 53 @implementation Test (Category) implementation in Category
|
/external/clang/test/Misc/ |
D | ast-dump-lookups.cpp | 5 namespace Test { namespace 10 namespace Test { } namespace
|
/external/v8/test/mjsunit/regress/ |
D | regress-95485.js | 28 function Test() { class 35 with ({Test: i}) property
|
/external/clang/test/SemaObjCXX/ |
D | crash.mm | 13 @interface Test : NSObject interface 16 @implementation Test implementation in Ts
|
/external/clang/test/Modules/ |
D | crashes.m | 7 @interface Test interface 15 @implementation Test implementation
|