Home
last modified time | relevance | path

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

12345678910>>...14

/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/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 …]
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/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 …]
/third_party/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 …]
/third_party/skia/tests/
DSkColorSpaceXformStepsTest.cpp23 struct Test { in DEF_TEST() struct
24 sk_sp<SkColorSpace> src, dst; in DEF_TEST()
25 SkAlphaType srcAT, dstAT; in DEF_TEST()
27 bool unpremul; in DEF_TEST()
28 bool linearize; in DEF_TEST()
29 bool gamut_transform; in DEF_TEST()
30 bool encode; in DEF_TEST()
31 bool premul; in DEF_TEST()
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
Dhash_policy_traits_test.cc63 struct Test : ::testing::Test { struct
64 Test() { in Test() function
87 std::allocator<int> alloc;
88 int a = 53;
90 MockFunction<void(void*, Slot*, Slot)> construct;
91 MockFunction<void(void*, Slot*)> destroy;
93 MockFunction<Slot&(Slot*)> element;
94 MockFunction<int(int)> apply;
95 MockFunction<Slot&(Slot*)> value;
97 MockFunction<void(void*, Slot*, Slot*)> transfer;
[all …]
/third_party/abseil-cpp/absl/container/internal/
Dhash_policy_traits_test.cc63 struct Test : ::testing::Test { struct
64 Test() { in Test() function
87 std::allocator<int> alloc;
88 int a = 53;
90 MockFunction<void(void*, Slot*, Slot)> construct;
91 MockFunction<void(void*, Slot*)> destroy;
93 MockFunction<Slot&(Slot*)> element;
94 MockFunction<int(int)> apply;
95 MockFunction<Slot&(Slot*)> value;
97 MockFunction<void(void*, Slot*, Slot*)> transfer;
[all …]
/third_party/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() function
46 int Test::counter_ = 0; argument
/third_party/boringssl/src/crypto/cipher_extra/test/nist_cavp/
Dmake_cavp.go40 type Test struct { struct
41 translations map[kvPair]kvPair
42 transform func(k, v string) []kvPair
43 defaults map[string]string
45 kvDelim rune
48 func (t *Test) parseKeyValue(s string) (key, value string) {
68 func (t *Test) translateKeyValue(key, value string) (string, string) {
91 func (t *Test) generate(r io.Reader, cmdLineLabelStr string) {
/third_party/skia/third_party/externals/swiftshader/third_party/marl/tools/bench/
Dbench.go29 type Test struct { struct
30 Name string
31 NumTasks uint
32 NumThreads uint
33 Duration time.Duration
34 Iterations uint
39 func (t *Test) parseName() {
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DCompressedTextureFormatsTest.cpp593 TEST_P(CompressedTextureDXT1Test, Test) { test(); } in TEST_P() argument
594 TEST_P(CompressedTextureDXT3Test, Test) { test(); } in TEST_P() argument
595 TEST_P(CompressedTextureDXT5Test, Test) { test(); } in TEST_P() argument
596 TEST_P(CompressedTextureS3TCSRGBTest, Test) { test(); } in TEST_P() argument
597 TEST_P(CompressedTextureRGTCTest, Test) { test(); } in TEST_P() argument
598 TEST_P(CompressedTextureBPTCTest, Test) { test(); } in TEST_P() argument
600 TEST_P(CompressedTextureETC1Test, Test) { test(); } in TEST_P() argument
601 TEST_P(CompressedTextureETC1SubTest, Test) { test(); } in TEST_P() argument
603 TEST_P(CompressedTextureEACR11UTest, Test) { test(); } in TEST_P() argument
604 TEST_P(CompressedTextureEACR11STest, Test) { test(); } in TEST_P() argument
[all …]
/third_party/boost/boost/algorithm/string/
Dpredicate.hpp60 const Range2T& Test, in starts_with()
94 const Range2T& Test) in starts_with()
115 const Range2T& Test, in istarts_with()
142 const Range2T& Test, in ends_with()
171 const Range2T& Test) in ends_with()
192 const Range2T& Test, in iends_with()
216 const Range2T& Test, in contains()
240 const Range2T& Test) in contains()
260 const Range2T& Test, in icontains()
287 const Range2T& Test, in equals()
[all …]
/third_party/boost/libs/phoenix/test/operator/
Dmember.cpp22 struct Test struct
24 int value;
26 int func(int n) const { return n; } in func()
27 int dunc() { return 10; } in dunc()
28 int kunc() const { return 555; } in kunc()
/third_party/typescript/tests/baselines/reference/
DmoduleMergeConstructor.js21 class Test { class
33 var Test = /** @class */ (function () { class
34 function Test() { class in anonymousFunction8e5cb4d90100.Test
DsourceMap-Comments.js28 var Test = /** @class */ (function () { class
29 function Test() { class in anonymousFunctionb9cb189f0100.anonymousFunctionb9cb189f0200.Test
31 Test.prototype.doX = function () { class
DenumNumbering1.js12 var Test; variable
13 (function (Test) { argument
DdeclarationEmitNoNonRequiredParens.js14 var Test; variable
15 (function (Test) { argument
DdeclarationFilesGeneratingTypeReferences.js17 var Test; variable
18 (function (Test) { argument
DinterfaceImplementation6.js20 export class Test { class
48 var Test = /** @class */ (function () { class
49 function Test() { class in anonymousFunction1cdf15ca0100.Test
/third_party/re2/re2/testing/
Dsimplify_test.cc16 struct Test { struct
17 const char* regexp;
18 const char* simplified;
/third_party/re2/util/
Dtest.cc14 struct Test { struct
19 static Test tests[10000]; argument
/third_party/python/Lib/unittest/test/
Dtest_async_case.py13 class Test(unittest.IsolatedAsyncioTestCase): class
61 class Test(unittest.IsolatedAsyncioTestCase): class
84 class Test(unittest.IsolatedAsyncioTestCase): class
106 class Test(unittest.IsolatedAsyncioTestCase): class
128 class Test(unittest.IsolatedAsyncioTestCase): class
151 class Test(unittest.IsolatedAsyncioTestCase): class
173 class Test(unittest.IsolatedAsyncioTestCase): class
195 class Test(unittest.IsolatedAsyncioTestCase): class
/third_party/boost/libs/uuid/test/
Dtest_uuid.cpp80 struct Test { in main() struct
81 unsigned char octet7; in main()
82 boost::uuids::uuid::variant_type variant; in main()
111 struct Test { in main() struct
112 unsigned char octet9; in main()
113 boost::uuids::uuid::version_type version; in main()
/third_party/googletest/googletest/test/
Dgtest_assert_by_exception_test.cc64 TEST(Test, Test) { in TEST() argument
99 TEST(Test, Test2) { in TEST() argument
/third_party/boringssl/src/third_party/googletest/test/
Dgtest_assert_by_exception_test.cc64 TEST(Test, Test) { in TEST() argument
98 TEST(Test, Test2) { in TEST() argument
/third_party/flutter/skia/tests/
DTest.h72 struct Test { struct
77 TestProc proc; argument
92 typedef sk_tools::Registry<Test> TestRegistry; argument

12345678910>>...14