Home
last modified time | relevance | path

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

123456

/external/zlib/contrib/ada/
Dtest.adb25 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/
Dblock.cpp6 struct Test struct
9 Test(Test&c) { func((void*)this); } in Test() function
10 Test() { func((void*)this); } in Test() function
Ddebug-info-dup-fwd-decl.cpp3 class Test class
6 Test () : reserved (new data()) {} in Test() function in Test
/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;
Dwarn-new-overaligned-2.cpp9 struct Test { struct
19 Test t; in helper() argument
Dwarn-new-overaligned-3.cpp8 struct Test { struct
19 …new Test; // expected-warning {{type 'test1::Test' requires 256 bytes of alignment and the defaul… in helper()
/external/valgrind/unittest/
Dold_test_suite.h64 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/
Dvarint_bigendian_test.cc137 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/
D2002-03-12-ArrayInitialization.c15 struct Test { int X; double Y; }; struct
D2002-02-17-ArgumentAddress.c13 struct Test { short X, x; int Y, Z; }; argument
/external/v8/test/mjsunit/regress/
Dregress-95485.js28 function Test() { class
35 with ({Test: i}) property
/external/clang/test/Sema/
Dcompound-literal.c18 typedef struct Test {int a;int b;} Test; argument
/external/regex-re2/util/
Dtest.cc11 struct Test { struct
16 static Test tests[10000]; argument
/external/clang/test/CodeGenObjC/
Dobjc2-strong-cast-block-import.m4 @interface Test { interface
13 @implementation Test implementation
Divar-layout-array0-struct.m15 @interface Test : NSObject { interface
21 @implementation Test @end implementation
Dclass-getter-dotsyntax.m3 @interface Test { } interface
8 @implementation Test implementation
/external/clang/test/Rewriter/
Drewrite-block-argument.m7 @interface Test { interface
11 @implementation Test implementation
/external/stlport/test/unit/
Dequal_test.cpp67 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/
Dat-defs.m3 @interface Test { interface
7 @implementation Test implementation
Darc-retain-block-property.m6 @interface Test interface
19 @implementation Test implementation
Divar-lookup-resolution-builtin.m4 @interface Test { interface
11 @implementation Test implementation
Dproperty-13.m8 @protocol Test protocol
24 @interface Test : NSObject <Test> { interface
35 @implementation Test implementation
/external/clang/test/CXX/temp/temp.spec/temp.expl.spec/
Dp16.cpp30 struct Test{ struct
32 void get(U i) {} in get()
/external/clang/test/ARCMT/
Dcheck-api.m13 @interface Test interface
16 @implementation Test { implementation

123456