/third_party/node/deps/v8/tools/unittests/ |
D | run_perf_test.py | 248 test_input = dict(V8_JSON) 249 test_input['test_flags'] = ['2', 'test_name'] 250 self._WriteTestInput(test_input) 262 test_input = dict(V8_JSON) 263 test_input['run_count'] = 2 264 test_input['name'] = 'v8' 265 test_input['units'] = 'ms' 266 self._WriteTestInput(test_input) 280 test_input = dict(V8_JSON) 281 test_input['run_count'] = 2 [all …]
|
/third_party/python/Lib/distutils/tests/ |
D | test_text_file.py | 50 def test_input(count, description, file, expected_result): function 65 test_input(1, "no processing", in_file, result1) 72 test_input(2, "strip comments", in_file, result2) 79 test_input(3, "strip blanks", in_file, result3) 85 test_input(4, "default processing", in_file, result4) 92 test_input(5, "join lines without collapsing", in_file, result5) 99 test_input(6, "join lines with collapsing", in_file, result6)
|
/third_party/gstreamer/gstplugins_good/tests/check/elements/ |
D | rglimiter.c | 86 static const gfloat test_input[] = { variable 117 GstBuffer *buf = gst_buffer_new_and_alloc (sizeof (test_input)); in create_test_buffer() 119 gst_buffer_fill (buf, 0, test_input, sizeof (test_input)); in create_test_buffer() 137 for (i = 0; i < G_N_ELEMENTS (test_input); i++) in verify_test_buffer() 140 output[i], test_input[i], test_output[i]); in verify_test_buffer()
|
D | rtpjitterbuffer.c | 2736 const TestLateArrivalInput *test_input = in GST_START_TEST() local 2738 guint seq_offset = test_input->seqnum_offset; in GST_START_TEST() 2739 guint late_buffer = test_input->late_buffer; in GST_START_TEST()
|
/third_party/protobuf/src/google/protobuf/compiler/ruby/ |
D | ruby_generator_unittest.cc | 70 string test_input; in RubyTest() local 73 &test_input, in RubyTest() 77 test_input, in RubyTest()
|
/third_party/openssl/test/ |
D | modes_internal_test.c | 189 const unsigned char *test_input = cts128_test_input; in execute_cts128() local 203 if (!TEST_size_t_eq(fixture->encrypt_block(test_input, ciphertext, len, in execute_cts128() 216 || !TEST_mem_eq(cleartext, len, test_input, len) in execute_cts128() 222 if (!TEST_size_t_eq(fixture->encrypt_stream(test_input, ciphertext, len, in execute_cts128() 236 || !TEST_mem_eq(cleartext, len, test_input, len) in execute_cts128()
|
/third_party/node/deps/v8/third_party/inspector_protocol/crdtp/ |
D | span_test.cc | 40 std::vector<TypeParam> test_input = {31, 32, 33, 34, 35}; in TYPED_TEST() local 41 span<TypeParam> five_items(test_input.data(), 5); in TYPED_TEST()
|
/third_party/vixl/tools/test_generator/ |
D | generator.py | 385 def InputDefinition(test_input): argument 388 for input in test_input.GenerateInputs(self.inputs) 392 """.format(name=test_input.name, input=",".join(inputs))
|
/third_party/mbedtls/library/ |
D | chacha20.c | 324 static const unsigned char test_input[2][375] = variable 487 test_input[i], in mbedtls_chacha20_self_test()
|
D | chachapoly.c | 370 static const unsigned char test_input[1][114] = variable 464 test_input[i], in mbedtls_chachapoly_self_test()
|
/third_party/python/Lib/test/ |
D | test_winconsoleio.py | 143 def test_input(self): member in WindowsConsoleIOTests
|
D | test_builtin.py | 1303 def test_input(self): member in BuiltinTest
|
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/ |
D | time_zone_format.cc | 919 std::string test_input = "1"; in parse() local 920 test_input.append(orig_data, static_cast<std::size_t>(data - orig_data)); in parse() 921 const char* test_data = test_input.c_str(); in parse()
|
/third_party/mbedtls/tests/suites/ |
D | test_suite_psa_crypto_pake.function | 548 int test_input, 647 if (test_input) {
|
D | test_suite_psa_crypto.function | 9819 int test_input, data_t *pw_data, 9941 if (test_input) {
|
/third_party/benchmark/docs/ |
D | user_guide.md | 1066 for (auto& test_input : { /* ... */ }) 1067 benchmark::RegisterBenchmark(test_input.name(), BM_test, test_input);
|
/third_party/node/tools/inspector_protocol/encoding/ |
D | encoding_test.cc | 86 std::vector<TypeParam> test_input = {31, 32, 33, 34, 35}; in TYPED_TEST() local 87 span<TypeParam> five_items(test_input.data(), 5); in TYPED_TEST()
|