Home
last modified time | relevance | path

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

12345678910>>...12

/external/zlib/src/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/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.cpp10 struct Test { struct
20 Test t; in helper() argument
Dconversion-incomplete-type.cpp8 struct Test { struct
16 struct TestStatic { 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/clang/test/CodeGenCXX/
Dblock.cpp7 struct Test struct
10 Test(Test&c) { func((void*)this); } in Test() argument
11 Test() { func((void*)this); } in Test() argument
Ddebug-info-enum-class.cpp18 template <typename T> struct Test { struct
19 enum class Tag {
22 Test() { in Test() argument
25 Tag tag() const { return static_cast<Tag>(1); } in tag()
/external/chromium_org/ui/gfx/geometry/
Drect_unittest.cc125 static const struct Test { in TEST() struct
126 int x1; // rect 1 in TEST()
127 int y1; in TEST()
128 int w1; in TEST()
129 int h1; in TEST()
130 int x2; // rect 2 in TEST()
131 int y2; in TEST()
132 int w2; in TEST()
133 int h2; in TEST()
134 int x3; // rect 3: the union of rects 1 and 2 in TEST()
[all …]
/external/libunwind/tests/
DLtest-cxx-exceptions.cxx35 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/chromium_org/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; }; argument
D2002-02-17-ArgumentAddress.c13 struct Test { short X, x; int Y, Z; }; argument
/external/chromium_org/remoting/host/linux/
Dunicode_to_keysym_unittest.cc15 const static struct Test { in TEST() struct
16 uint32_t code_point; in TEST()
17 uint32_t expected_keysyms[4]; in TEST()
/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
DAwJavaBridgeTest.java35 class Test { in testDestroyFromJavaObject() class
86 class Test { in testTwoWebViewsCreatedSimultaneously() class
87 Test(int value) { in testTwoWebViewsCreatedSimultaneously() method in AwJavaBridgeTest.Test
122 class Test { in testTwoWebViewsSecondCreatedAfterLoadingInFirst() class
123 Test(int value) { in testTwoWebViewsSecondCreatedAfterLoadingInFirst() method in AwJavaBridgeTest.Test
/external/clang/test/Sema/
Dcompound-literal.c19 typedef struct Test {int a;int b;} Test; typedef
/external/regex-re2/re2/testing/
Dsimplify_test.cc14 struct Test { struct
15 const char* regexp;
16 const char* simplified;
/external/chromium_org/third_party/re2/re2/testing/
Dsimplify_test.cc14 struct Test { struct
15 const char* regexp;
16 const char* simplified;
/external/chromium_org/third_party/leveldatabase/src/util/
Dtestharness.cc16 struct Test { struct
17 const char* base;
18 const char* name;
19 void (*func)();
/external/chromium_org/v8/test/mjsunit/regress/
Dregress-95485.js28 function Test() { class
35 with ({Test: i}) property
/external/regex-re2/util/
Dtest.cc11 struct Test { struct
16 static Test tests[10000]; argument
/external/chromium_org/third_party/re2/util/
Dtest.cc13 struct Test { struct
18 static Test tests[10000]; argument
/external/clang/test/SemaObjCXX/
Dcrash.mm11 @interface Test : NSObject interface
14 @implementation Test implementation in Ts
/external/clang/test/CodeGenObjC/
Dattr-minsize.m3 @interface Test interface
7 @implementation Test implementation
Dobjc2-strong-cast-block-import.m4 @interface Test { interface
13 @implementation Test implementation

12345678910>>...12