| /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/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 | 18 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/ |
| D | rect_unittest.cc | 125 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/ |
| 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/chromium_org/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; }; argument
|
| D | 2002-02-17-ArgumentAddress.c | 13 struct Test { short X, x; int Y, Z; }; argument
|
| /external/chromium_org/remoting/host/linux/ |
| D | unicode_to_keysym_unittest.cc | 15 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/ |
| D | AwJavaBridgeTest.java | 35 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/ |
| 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/chromium_org/third_party/re2/re2/testing/ |
| D | simplify_test.cc | 14 struct Test { struct 15 const char* regexp; 16 const char* simplified;
|
| /external/chromium_org/third_party/leveldatabase/src/util/ |
| D | testharness.cc | 16 struct Test { struct 17 const char* base; 18 const char* name; 19 void (*func)();
|
| /external/chromium_org/v8/test/mjsunit/regress/ |
| D | regress-95485.js | 28 function Test() { class 35 with ({Test: i}) property
|
| /external/regex-re2/util/ |
| D | test.cc | 11 struct Test { struct 16 static Test tests[10000]; argument
|
| /external/chromium_org/third_party/re2/util/ |
| D | test.cc | 13 struct Test { struct 18 static Test tests[10000]; argument
|
| /external/clang/test/SemaObjCXX/ |
| D | crash.mm | 11 @interface Test : NSObject interface 14 @implementation Test implementation in Ts
|
| /external/clang/test/CodeGenObjC/ |
| D | attr-minsize.m | 3 @interface Test interface 7 @implementation Test implementation
|
| D | objc2-strong-cast-block-import.m | 4 @interface Test { interface 13 @implementation Test implementation
|