Home
last modified time | relevance | path

Searched defs:test (Results 1 – 25 of 5336) sorted by relevance

12345678910>>...214

/third_party/icu/icu4c/source/test/intltest/
Ditmajor.cpp58 IntlTestUtilities test; in runIndexedTest() local
67 IntlTestNormalize test; in runIndexedTest() local
77 IntlTestCollator test; in runIndexedTest() local
87 RegexTest test; in runIndexedTest() local
97 IntlTestFormat test; in runIndexedTest() local
107 IntlTestTransliterator test; in runIndexedTest() local
117 IntlTestRBBI test; in runIndexedTest() local
126 IntlTestRBNF test; in runIndexedTest() local
135 RbnfRoundTripTest test; in runIndexedTest() local
145 ICUServiceTest test; in runIndexedTest() local
[all …]
Ditformat.cpp156 LocalPointer<IntlTest> test(createTimeUnitTest()); in runIndexedTest() local
171 LocalPointer<IntlTest> test(createGenderInfoTest()); in runIndexedTest() local
180 LocalPointer<IntlTest> test(createCompactDecimalFormatTest()); in runIndexedTest() local
191 LocalPointer<IntlTest> test(createRelativeDateTimeFormatterTest()); in runIndexedTest() local
201 LocalPointer<IntlTest> test(createMeasureFormatTest()); in runIndexedTest() local
210 LocalPointer<IntlTest> test(createNumberFormatSpecificationTest()); in runIndexedTest() local
219 LocalPointer<IntlTest> test(createScientificNumberFormatterTest()); in runIndexedTest() local
231 LocalPointer<IntlTest> test(createFormattedValueTest()); in runIndexedTest() local
240 LocalPointer<IntlTest> test(createFormattedStringBuilderTest()); in runIndexedTest() local
249 LocalPointer<IntlTest> test(createStringSegmentTest()); in runIndexedTest() local
[all …]
/third_party/typescript/tests/baselines/reference/
DcontrolFlowPrivateClassField.js3 #test; field in Example
9 get test() { getter in Example
15 #test; field in Example2
21 get test() { getter in Example2
32 constructor(test) { argument
35 #test; field in Example
36 get test() { getter in Example
41 constructor(test) { argument
44 #test; field in Example2
45 get test() { getter in Example2
/third_party/node/deps/npm/node_modules/encoding/test/
Dtest.js8 'Iconv is available': function (test) { argument
13 'From UTF-8 to Latin_1 with Iconv': function (test) { argument
20 'From Latin_1 to UTF-8 with Iconv': function (test) { argument
27 'From UTF-8 to UTF-8 with Iconv': function (test) { argument
34 'From Latin_13 to Latin_15 with Iconv': function (test) { argument
41 'From ISO-2022-JP to UTF-8 with Iconv': function (test) { argument
48 'From UTF-8 to Latin_1 with iconv-lite': function (test) { argument
55 'From Latin_1 to UTF-8 with iconv-lite': function (test) { argument
62 'From UTF-8 to UTF-8 with iconv-lite': function (test) { argument
69 'From Latin_13 to Latin_15 with iconv-lite': function (test) { argument
/third_party/node/test/wasi/
Dtest-wasi.js65 runWASI({ test: 'cant_dotdot' }); property
69 runWASI({ test: 'clock_getres' }); property
71 runWASI({ test: 'exitcode', exitCode: 120 }); property
72 runWASI({ test: 'fd_prestat_get_refresh' }); property
73 runWASI({ test: 'freopen', stdout: `hello from input2.txt${EOL}` }); property
74 runWASI({ test: 'ftruncate' }); property
75 runWASI({ test: 'getentropy' }); property
79 runWASI({ test: 'getrusage' }); property
81 runWASI({ test: 'gettimeofday' }); property
82 runWASI({ test: 'main_args' }); property
[all …]
/third_party/boost/libs/detail/test/container_fwd/
Dcontainer_fwd_test.cpp11 static void test( in test() function
17 static void test( in test() function
24 static void test(std::deque<T, Allocator> const&) in test() function
29 static void test(std::list<T, Allocator> const&) in test() function
34 static void test(std::vector<T, Allocator> const&) in test() function
39 static void test(std::map<Key, T, Compare, Allocator> const&) in test() function
44 static void test(std::multimap<Key, T, Compare, Allocator> const&) in test() function
49 static void test(std::set<Key, Compare, Allocator> const&) in test() function
54 static void test(std::multiset<Key, Compare, Allocator> const&) in test() function
59 static void test(std::bitset<N> const&) in test() function
[all …]
/third_party/boost/libs/range/test/test_driver/
Drange_return_test_driver.hpp29 static void test( in test() function
46 static void test( in test() function
67 static void test( in test() function
96 static void test( in test() function
125 static void test( in test() function
152 static void test( in test() function
185 static void test( in test() function
215 static void test( in test() function
239 static void test( in test() function
273 static void test( in test() function
[all …]
/third_party/mesa3d/src/panfrost/lib/tests/
Dtest-blend.c27 struct test { struct
41 static const struct test blend_tests[] = { argument
/third_party/libinput/udev/
Dtest-libinput-fuzz-extract.c36 struct test { in START_TEST() struct
37 uint32_t which; in START_TEST()
38 const char *prop; in START_TEST()
39 int min, max, res, fuzz, flat; in START_TEST()
/third_party/boost/tools/build/src/engine/
Dbuild.bat47 set test=%1 variable
52 set test=###%test%### variable
53 set test=%test:"###=% variable
54 set test=%test:###"=% variable
55 set test=%test:###=% variable
66 set test=%1 variable
71 set test=###%test%### variable
72 set test=%test:"###=% variable
73 set test=%test:###"=% variable
74 set test=%test:###=% variable
/third_party/boost/libs/safe_numerics/test/
Dtest_left_shift_native.cpp27 struct test { struct
30 test(bool b = true) : m_error(b) {} in test() function
53 test<test_values> rval(true); in main() argument
Dtest_or_native.cpp26 struct test { struct
29 test(bool b = true) : m_error(b) {} in test() argument
53 test<test_values> rval(true); in main() argument
Dtest_subtract_native.cpp29 struct test { struct
32 test(bool b = true) : m_error(b) {} in test() argument
56 test<test_values> rval(true); in main() argument
Dtest_modulus_automatic.cpp27 struct test { struct
30 test(bool b = true) : m_error(b) {} in test() argument
53 test<test_values> rval(true); in main() argument
Dtest_equal_native.cpp25 struct test { struct
28 test(bool b = true) : m_error(b) {} in test() argument
51 test<test_values> rval(true); in main() argument
Dtest_add_automatic.cpp28 struct test { struct
31 test(bool b = true) : m_error(b) {} in test() argument
43 m_error &= test_add( in operator ()() argument
58 "sanity check on test matrix - should be symmetrical" in main() argument
Dtest_multiply_native.cpp26 struct test { struct
29 test(bool b = true) : m_error(b) {} in test() argument
41 m_error &= test_multiply<T1, T2>( in operator ()() argument
56 "sanity check on test matrix - should be symmetrical" in main() argument
Dtest_divide_native.cpp28 struct test { struct
31 test(bool b = true) : m_error(b) {} in test() function
54 test<test_values> rval(true); in main() argument
Dtest_less_than_native.cpp25 struct test { struct
28 test(bool b = true) : m_error(b) {} in test() argument
51 test<test_values> rval(true); in main() argument
Dtest_add_native.cpp27 struct test { struct
30 test(bool b = true) : m_error(b) {} in test() function
42 m_error &= test_add( in operator ()() argument
57 "sanity check on test matrix - should be symmetrical" in main() argument
Dtest_multiply_automatic.cpp27 struct test { struct
30 test(bool b = true) : m_error(b) {} in test() argument
42 m_error &= test_multiply( in operator ()() argument
57 "sanity check on test matrix - should be symmetrical" in main() argument
Dtest_xor_native.cpp25 struct test { struct
28 test(bool b = true) : m_error(b) {} in test() argument
52 test<test_values> rval(true); in main() argument
Dtest_xor_automatic.cpp24 struct test { struct
27 test(bool b = true) : m_error(b) {} in test() function
51 test<test_values> rval(true); in main() argument
Dtest_right_shift_automatic.cpp27 struct test { struct
30 test(bool b = true) : m_error(b) {} in test() argument
54 test<test_values> rval(true); in main() argument
Dtest_less_than_automatic.cpp26 struct test { struct
29 test(bool b = true) : m_error(b) {} in test() function
52 test<test_values> rval(true); in main() argument

12345678910>>...214