/external/zlib/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/clang/test/CodeGenCXX/ |
D | block.cpp | 6 struct Test struct 9 Test(Test&c) { func((void*)this); } in Test() function 10 Test() { func((void*)this); } in Test() function
|
D | debug-info-dup-fwd-decl.cpp | 3 class Test class 6 Test () : reserved (new data()) {} in Test() function in Test
|
/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 | 9 struct Test { struct 19 Test t; in helper() 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/valgrind/unittest/ |
D | old_test_suite.h | 64 struct Test{ struct 68 Test(void_func_void_t f, int id, int flags) in Test() function 73 Test() : f_(0), flags_(0) {} in Test() argument 86 extern std::map<int, Test> *TheMapOfTests; argument
|
/external/chromium/sdch/open-vcdiff/src/ |
D | varint_bigendian_test.cc | 137 TEMPLATE_TEST_F(Test, EncodeZero) { in TEMPLATE_TEST_F() argument 143 TEMPLATE_TEST_F(Test, EncodeEightBits) { in TEMPLATE_TEST_F() argument 150 TEMPLATE_TEST_F(Test, EncodeCADAD1A) { in TEMPLATE_TEST_F() argument 159 TEMPLATE_TEST_F(Test, Encode32BitMaxInt) { in TEMPLATE_TEST_F() argument 207 TEMPLATE_TEST_F(Test, EncodeDoesNotOverwriteExistingString) { in TEMPLATE_TEST_F() argument 216 TEMPLATE_TEST_F(Test, ParseVarintTooLong) { in TEMPLATE_TEST_F() argument 244 TEMPLATE_TEST_F(Test, ParseZero) { in TEMPLATE_TEST_F() argument 251 TEMPLATE_TEST_F(Test, ParseCADA1) { in TEMPLATE_TEST_F() argument 259 TEMPLATE_TEST_F(Test, ParseNullPointer) { in TEMPLATE_TEST_F() argument 265 TEMPLATE_TEST_F(Test, EndPointerPrecedesBeginning) { in TEMPLATE_TEST_F() argument [all …]
|
/external/clang/test/CodeGen/ |
D | 2002-03-12-ArrayInitialization.c | 15 struct Test { int X; double Y; }; struct
|
D | 2002-02-17-ArgumentAddress.c | 13 struct Test { short X, x; int Y, Z; }; argument
|
/external/v8/test/mjsunit/regress/ |
D | regress-95485.js | 28 function Test() { class 35 with ({Test: i}) property
|
/external/clang/test/Sema/ |
D | compound-literal.c | 18 typedef struct Test {int a;int b;} Test; argument
|
/external/regex-re2/util/ |
D | test.cc | 11 struct Test { struct 16 static Test tests[10000]; argument
|
/external/clang/test/CodeGenObjC/ |
D | objc2-strong-cast-block-import.m | 4 @interface Test { interface 13 @implementation Test implementation
|
D | ivar-layout-array0-struct.m | 15 @interface Test : NSObject { interface 21 @implementation Test @end implementation
|
D | class-getter-dotsyntax.m | 3 @interface Test { } interface 8 @implementation Test implementation
|
/external/clang/test/Rewriter/ |
D | rewrite-block-argument.m | 7 @interface Test { interface 11 @implementation Test implementation
|
/external/stlport/test/unit/ |
D | equal_test.cpp | 67 struct Test { struct 72 Test(int val) : value(val) {} in Test() function 79 bool operator < (const Test& v1, int v2) in operator <() argument
|
/external/clang/test/SemaObjC/ |
D | at-defs.m | 3 @interface Test { interface 7 @implementation Test implementation
|
D | arc-retain-block-property.m | 6 @interface Test interface 19 @implementation Test implementation
|
D | ivar-lookup-resolution-builtin.m | 4 @interface Test { interface 11 @implementation Test implementation
|
D | property-13.m | 8 @protocol Test protocol 24 @interface Test : NSObject <Test> { interface 35 @implementation Test implementation
|
/external/clang/test/CXX/temp/temp.spec/temp.expl.spec/ |
D | p16.cpp | 30 struct Test{ struct 32 void get(U i) {} in get()
|
/external/clang/test/ARCMT/ |
D | check-api.m | 13 @interface Test interface 16 @implementation Test { implementation
|