Home
last modified time | relevance | path

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

123456789

/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.cpp38 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/
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/parameter-framework/bindings/c/
DTest.cpp49 struct Test struct
52 bool empty(const char *str) in empty()
58 void REQUIRE_FAILURE(bool success) in REQUIRE_FAILURE()
83 char tmpName[] = "./tmpPfwUnitTestXXXXXX"; in TmpFile() argument
124 TEST_CASE_METHOD(Test, "Parameter-framework c api use") { argument
/external/skia/tests/
DTest.h45 struct Test { struct
46 Test(const char* n, bool g, TestProc p) : name(n), needsGpu(g), proc(p) {} in Test() argument
49 TestProc proc; argument
52 typedef SkTRegistry<Test> TestRegistry; argument
/external/clang/test/CodeGen/
D2002-02-17-ArgumentAddress.c13 struct Test { short X, x; int Y, Z; }; argument
D2002-03-12-ArrayInitialization.c15 struct Test { int X; double Y; }; argument
/external/clang/test/Sema/
Dcompound-literal.c19 typedef struct Test {int a;int b;} Test; argument
/external/regex-re2/re2/testing/
Dsimplify_test.cc14 struct Test { struct
15 const char* regexp;
16 const char* simplified;
/external/icu/icu4c/source/test/intltest/
Ditspoof.cpp487 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/CoverageMapping/
Dnestedclass.cpp6 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/regex-re2/util/
Dtest.cc11 struct Test { struct
16 static Test tests[10000]; argument
/external/v8/test/mjsunit/regress/
Dregress-95485.js28 function Test() { class
35 with ({Test: i}) property
/external/clang/test/Misc/
Dast-dump-lookups.cpp5 namespace Test { namespace
10 namespace Test { } namespace
/external/clang/test/Modules/
Dcrashes.m7 @interface Test interface
15 @implementation Test implementation
/external/clang/test/SemaObjCXX/
Dcrash.mm11 @interface Test : NSObject interface
14 @implementation Test implementation in Ts
/external/lldb/test/unittest2/test/
Dtest_setups.py31 class Test(unittest2.TestCase): class
49 class Test(unittest2.TestCase): class
67 class Test(unittest2.TestCase): class
115 class Test(unittest2.TestCase): class
148 class Test(unittest2.TestCase): class
164 class Test(unittest2.TestCase): class
270 class Test(unittest2.TestCase): class
295 class Test(unittest2.TestCase): class
329 class Test(unittest2.TestCase): class
347 class Test(unittest2.TestCase): class
[all …]
/external/clang/test/Rewriter/
Dobjc-modern-property-attributes.mm48 @interface Test @end interface
49 @interface Test (Category) interface in Category
53 @implementation Test (Category) implementation in Category
/external/clang/test/CodeGenObjC/
Dmangle-blocks.m6 @interface Test interface
10 @implementation Test implementation

123456789