Home
last modified time | relevance | path

Searched defs:Test (Results 1 – 25 of 289) 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/parameter-framework/upstream/utility/test/
Dutility.cpp46 struct Test struct
48 list<int> input;
49 std::function<int(int, int)> binaryOpt;
50 int empty;
51 int result;
52 int resultNoEmpty;
70 struct Test struct
72 string title;
73 list<string> input;
74 string separator;
[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/upstream/bindings/c/
DTest.cpp47 struct Test struct
50 bool empty(const char *str) in empty()
56 void REQUIRE_FAILURE(bool success) in REQUIRE_FAILURE()
66 void REQUIRE_SUCCESS(bool success) in REQUIRE_SUCCESS()
79 class TmpFile : private parameterFramework::utility::TmpFile
114 TEST_CASE_METHOD(Test, "Parameter-framework c api use") argument
/external/clang/test/CodeGen/
D2002-02-17-ArgumentAddress.c13 struct Test { short X, x; int Y, Z; }; struct
D2002-03-12-ArrayInitialization.c15 struct Test { int X; double Y; }; argument
/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/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/regex-re2/util/
Dtest.cc11 struct Test { struct
16 static Test tests[10000]; argument
/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/parameter-framework/upstream/test/functional-tests/include/
DTest.hpp64 struct Test struct
66 std::string title;
67 Value payload;
/external/llvm/unittests/Support/
Draw_pwrite_stream_test.cpp23 StringRef Test = "test"; in TEST() local
41 StringRef Test = "test"; in TEST() local
59 StringRef Test = "test"; in TEST() local
/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/Misc/
Dast-dump-lookups.cpp5 namespace Test { namespace
10 namespace Test { } namespace
/external/v8/test/mjsunit/regress/
Dregress-95485.js28 function Test() { class
35 with ({Test: i}) property
/external/clang/test/SemaObjCXX/
Dcrash.mm13 @interface Test : NSObject interface
16 @implementation Test implementation in Ts
/external/clang/test/Modules/
Dcrashes.m7 @interface Test interface
15 @implementation Test implementation

12345678910>>...12