/third_party/typescript/tests/baselines/reference/ |
D | manyConstExports.types | 2 export const exp0 = "test"; 3 >exp0 : "test" 4 >"test" : "test" 6 export const exp1 = "test"; 7 >exp1 : "test" 8 >"test" : "test" 10 export const exp2 = "test"; 11 >exp2 : "test" 12 >"test" : "test" 14 export const exp3 = "test"; [all …]
|
D | manyConstExports.js | 2 export const exp0 = "test"; 3 export const exp1 = "test"; 4 export const exp2 = "test"; 5 export const exp3 = "test"; 6 export const exp4 = "test"; 7 export const exp5 = "test"; 8 export const exp6 = "test"; 9 export const exp7 = "test"; 10 export const exp8 = "test"; 11 export const exp9 = "test"; [all …]
|
D | controlFlowManyCallExpressionStatementsPerf.js | 2 function test(x: boolean): boolean { return x; } 7 test(state as any && state); 8 test(state as any && state); 9 test(state as any && state); 10 test(state as any && state); 11 test(state as any && state); 12 test(state as any && state); 13 test(state as any && state); 14 test(state as any && state); 15 test(state as any && state); [all …]
|
/third_party/typescript/tests/cases/compiler/ |
D | manyConstExports.ts | 3 export const exp0 = "test"; 4 export const exp1 = "test"; 5 export const exp2 = "test"; 6 export const exp3 = "test"; 7 export const exp4 = "test"; 8 export const exp5 = "test"; 9 export const exp6 = "test"; 10 export const exp7 = "test"; 11 export const exp8 = "test"; 12 export const exp9 = "test"; [all …]
|
/third_party/boost/status/ |
D | expected_results.xml | 4 …test-result test-name="minmax" result="success"/><test-result test-name="minmax_element" result="s… 5 …test-result test-name="container" result="success"/><test-result test-name="conv" result="success"… 6 …test-result test-name="array" result="success"/><test-result test-name="basic" result="success"/><… 7 …test-result test-name="bind_const_test" result="success"/><test-result test-name="bind_cv_test" re… 8 …test-result test-name="cast_test" result="success"/><test-result test-name="implicit_cast" result=… 9 …test-result test-name="testclock" result="success"/><test-result test-name="testconstrained_value"… 10 …test-result test-name="dyn_bitset_unit_tests1" result="success"/><test-result test-name="dyn_bitse… 11 …test-result test-name="convenience_test" result="success"/><test-result test-name="default_name_ch… 12 …test-result test-name="format_test1" result="success"/><test-result test-name="format_test2" resul… 13 …test-result test-name="allocator_test" result="success"/><test-result test-name="contains_test" re… [all …]
|
/third_party/protobuf/objectivec/ProtocolBuffers_tvOS.xcodeproj/xcshareddata/xcschemes/ |
D | PerformanceTests.xcscheme | 55 <Test 57 </Test> 58 <Test 60 </Test> 61 <Test 63 </Test> 64 <Test 66 </Test> 67 <Test 69 </Test> [all …]
|
/third_party/protobuf/objectivec/ProtocolBuffers_OSX.xcodeproj/xcshareddata/xcschemes/ |
D | PerformanceTests.xcscheme | 41 <Test 43 </Test> 44 <Test 46 </Test> 47 <Test 49 </Test> 50 <Test 52 </Test> 53 <Test 55 </Test> [all …]
|
/third_party/protobuf/objectivec/ProtocolBuffers_iOS.xcodeproj/xcshareddata/xcschemes/ |
D | PerformanceTests.xcscheme | 41 <Test 43 </Test> 44 <Test 46 </Test> 47 <Test 49 </Test> 50 <Test 52 </Test> 53 <Test 55 </Test> [all …]
|
/third_party/libuv/ |
D | Makefile.am | 120 EXTRA_DIST = test/fixtures/empty_file \ 121 test/fixtures/load_error.node \ 122 test/fixtures/lorem_ipsum.txt \ 132 TESTS = test/run-tests 133 check_PROGRAMS = test/run-tests 143 test_run_tests_SOURCES = test/blackhole-server.c \ 144 test/echo-server.c \ 145 test/run-tests.c \ 146 test/runner.c \ 147 test/runner.h \ [all …]
|
D | CMakeLists.txt | 5 cmake_policy(SET CMP0064 NEW) # Support if (TEST) operator 170 list(APPEND uv_test_sources src/win/snprintf.c test/runner-win.c) 198 list(APPEND uv_test_sources test/runner-unix.c) 426 test/benchmark-async-pummel.c 427 test/benchmark-async.c 428 test/benchmark-fs-stat.c 429 test/benchmark-getaddrinfo.c 430 test/benchmark-loop-count.c 431 test/benchmark-queue-work.c 432 test/benchmark-million-async.c [all …]
|
/third_party/boost/libs/parameter/test/ |
D | preprocessor_eval_cat_no_spec.cpp | 15 namespace test { namespace 29 } // namespace test 38 namespace test { namespace 43 test::passed_by_lvalue_reference_to_const == test::A< 47 , test::kw0::lrc0 50 >::evaluate_category(args[test::_lrc0]) 53 test::passed_by_lvalue_reference == test::A< 57 , test::kw1::lr0 60 >::evaluate_category(args[test::_lr0]) 69 , test::kw2::rrc0 [all …]
|
D | evaluate_category_10.cpp | 22 namespace test { namespace 38 } // namespace test 51 namespace test { namespace 55 boost::parameter::required<test::keywords::lrc0> 56 , boost::parameter::required<test::keywords::lr0> 57 , boost::parameter::required<test::keywords::rrc0> 58 , boost::parameter::required<test::keywords::rr0> 59 , boost::parameter::required<test::keywords::lrc1> 60 , boost::parameter::required<test::keywords::lr1> 61 , boost::parameter::required<test::keywords::rrc1> [all …]
|
D | preprocessor_eval_category.cpp | 19 namespace test { namespace 29 } // namespace test 43 namespace test { namespace 55 test::passed_by_lvalue_reference_to_const == test::A< 59 , test::kw::lrc0 62 >::evaluate_category(args[test::_lrc0]) 65 test::passed_by_lvalue_reference_to_const 66 , test::A< 73 test::passed_by_lvalue_reference == test::A< 77 , test::kw::lr0 [all …]
|
D | evaluate_category_16.cpp | 14 namespace test { namespace 32 } // namespace test 38 namespace test { namespace 42 boost::parameter::required<test::keywords::lrc0> 43 , boost::parameter::required<test::keywords::rrc0> 44 , boost::parameter::required<test::keywords::lr1> 45 , boost::parameter::required<test::keywords::rrc1> 46 , boost::parameter::required<test::keywords::lr2> 47 , boost::parameter::required<test::keywords::rrc2> 48 , boost::parameter::required<test::keywords::lrc3> [all …]
|
/third_party/jerryscript/tests/ |
D | test262-es6-excludelist.xml | 3 <test id="annexB/B.2.2.1.1.js"><reason></reason></test> 4 <test id="annexB/B.2.2.1.2.js"><reason></reason></test> 5 <test id="annexB/B.2.3.10.js"><reason></reason></test> 6 <test id="annexB/B.2.3.11.js"><reason></reason></test> 7 <test id="annexB/B.2.3.12.js"><reason></reason></test> 8 <test id="annexB/B.2.3.13.js"><reason></reason></test> 9 <test id="annexB/B.2.3.14.js"><reason></reason></test> 10 <test id="annexB/B.2.3.2.js"><reason></reason></test> 11 <test id="annexB/B.2.3.3.js"><reason></reason></test> 12 <test id="annexB/B.2.3.4.js"><reason></reason></test> [all …]
|
/third_party/boost/libs/range/test/ |
D | Jamfile.v2 | 17 <library>/boost/test//boost_unit_test_framework/ 23 rule range-test ( name : includes * ) 26 … run $(name).cpp /boost/test//boost_unit_test_framework /boost/regex//boost_regex/<link>static 33 test-suite range : 55 [ range-test adaptor_test/adjacent_filtered ] 56 [ range-test adaptor_test/chained ] 57 [ range-test adaptor_test/copied ] 58 [ range-test adaptor_test/filtered ] 59 [ range-test adaptor_test/indexed ] 60 [ range-test adaptor_test/indirected ] [all …]
|
/third_party/icu/icu4c/source/test/letest/ |
D | gendata.xml | 11 <test-case id="Ghita" script="deva"> 12 <test-font name="raghu.ttf"/> 13 …test-text>श्रीमद् भगवद्गीता अध्याय अर्जुन विषाद योग धृतराष्ट्र उवाचृ धर्मक्षेत्रे कुरुक्षेत्रे समव… 14 </test-case> 16 <test-case id="Arabic" script="arab"> 17 <test-font name="CODE2000.TTF"/> 18 …test-text>أساسًا، تتعامل الحواسيب فقط مع الأرقام، وتقوم بتخزين الأحرف والمحارف الأخرى بعد أن تُعطي… 19 </test-case> 21 <test-case id="Unicode Arabic" script="arab"> 22 <test-font name="LucidaSansRegular.ttf"/> [all …]
|
/third_party/node/test/ |
D | root.status | 2 async-hooks/test-callback-error: SLOW 3 async-hooks/test-emit-init: SLOW 4 async-hooks/test-querywrap: SLOW 5 async-hooks/test-tlswrap: SLOW 8 parallel/test-buffer-constructor-node-modules-paths: SLOW 9 parallel/test-buffer-indexof: SLOW 10 parallel/test-child-process-spawnsync-input: SLOW 11 parallel/test-child-process-windows-hide: SLOW 12 parallel/test-cli-eval: SLOW 13 parallel/test-cli-eval-event: SLOW [all …]
|
/third_party/openssl/test/ossl_shim/ |
D | ossl_config.json | 5 "FragmentAlert-DTLS":"Test failure - reason unknown", 6 "FragmentedClientVersion":"Test failure - reason unknown", 7 "MTU":"Test failure - reason unknown", 8 "EmptyCertificateList":"Test failure - reason unknown", 9 "AppDataBeforeHandshake-DTLS":"Test failure - reason unknown", 10 "AlertAfterChangeCipherSpec":"Test failure - reason unknown", 11 "AppDataAfterChangeCipherSpec":"Test failure - reason unknown", 12 "AppDataAfterChangeCipherSpec-Empty":"Test failure - reason unknown", 13 "AppDataAfterChangeCipherSpec-DTLS":"Test failure - reason unknown", 14 "AppDataBeforeHandshake-DTLS-Empty":"Test failure - reason unknown", [all …]
|
/third_party/boost/tools/quickbook/test/ |
D | Jamfile.v2 | 9 project quickbook/test 24 import quickbook-testing : quickbook-test quickbook-error-test ; 26 test-suite quickbook.test : 27 [ quickbook-test anchor-1_1 ] 28 [ quickbook-test anchor-1_6 ] 29 [ quickbook-test anchor-1_7 ] 30 [ quickbook-test blocks-1_5 ] 31 [ quickbook-test callouts-1_5 ] 32 [ quickbook-test callouts-1_7 ] 33 [ quickbook-test code-1_1 ] [all …]
|
/third_party/boost/libs/test/test/ |
D | Jamfile.v2 | 6 # See http://www.boost.org/libs/test for the library home page. 17 project boost/test-tests 25 local check_msg = "Boost.Test feature check: " ; 32 …ort += [ check-target-builds ../tools/check_boost_test_support.cpp "Boost.Test feature check: BOOS… 44 rule boost.test-self-test ( test-rule : test-suite : test-name : usage-variant ? : pattern_file * :… 46 source_files ?= $(test-suite)/$(test-name).cpp ; 49 return [ $(test-rule) $(source_files) ../build//$(usage-variant) $(extra-libs) 69 : $(test-name) 75 rule boost.test-mt-test ( test-rule : test-suite : test-name : usage-variant ? : pattern_file * : s… 77 return [ boost.test-self-test $(test-rule) [all …]
|
/third_party/boost/libs/gil/test/core/image_view/ |
D | dynamic_step.cpp | 15 void test() in test() function 32 test<gil::gray8_view_t>(); in main() 33 test<gil::gray8_step_view_t>(); in main() 34 test<gil::gray8c_view_t>(); in main() 35 test<gil::gray8c_step_view_t>(); in main() 36 test<gil::gray16_view_t>(); in main() 37 test<gil::gray16_step_view_t>(); in main() 38 test<gil::gray16c_view_t>(); in main() 39 test<gil::gray16c_step_view_t>(); in main() 40 test<gil::gray32_view_t>(); in main() [all …]
|
/third_party/boost/libs/spirit/test/qi/ |
D | char_class.cpp | 22 #include "test.hpp" 27 using spirit_test::test; in main() 32 BOOST_TEST(test("1", alnum)); in main() 33 BOOST_TEST(!test(" ", alnum)); in main() 34 BOOST_TEST(!test("1", alpha)); in main() 35 BOOST_TEST(test("x", alpha)); in main() 36 BOOST_TEST(test(" ", blank)); in main() 37 BOOST_TEST(!test("x", blank)); in main() 38 BOOST_TEST(test("1", digit)); in main() 39 BOOST_TEST(!test("x", digit)); in main() [all …]
|
/third_party/boost/libs/test/doc/closing_chapters/ |
D | glossary.qbk | 2 / Copyright (c) 2003 Boost.Test contributors 12 [#ref_test_module][h3 Test module] 13 This is a single binary that performs the test. Physically a test module consists of one or more te… 14 …an be built into an executable or a dynamic library. A test module that consists of a single test … 15 file is called ['single-file test module]. Otherwise 16 it's called ['multi-file test module]. Logically, each test module consists of four parts: 18 # [link test_setup test setup] (or test initialization), 19 # [link test_body test body] 20 # [link test_cleanup test cleanup] 21 # [link test_runner test runner] [all …]
|
/third_party/boost/libs/unordered/test/unordered/ |
D | move_tests.cpp | 13 #include "../helpers/test.hpp" 14 #include "../objects/test.hpp" 26 test::seed_t initialize_seed(98624); 37 T create(test::random_values<T> const& v, test::object_count& count) in create() 40 count = test::global_object_count; in create() 45 T create(test::random_values<T> const& v, test::object_count& count, in create() 52 count = test::global_object_count; in create() 57 void move_construct_tests1(T* ptr, test::random_generator const& generator) in move_construct_tests1() 64 test::check_instances check_; in move_construct_tests1() 68 BOOST_TEST(test::equivalent(y.hash_function(), hf)); in move_construct_tests1() [all …]
|