Home
last modified time | relevance | path

Searched refs:test_input (Results 1 – 17 of 17) sorted by relevance

/third_party/node/deps/v8/tools/unittests/
Drun_perf_test.py248 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/
Dtest_text_file.py50 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/
Drglimiter.c86 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()
Drtpjitterbuffer.c2736 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/
Druby_generator_unittest.cc70 string test_input; in RubyTest() local
73 &test_input, in RubyTest()
77 test_input, in RubyTest()
/third_party/openssl/test/
Dmodes_internal_test.c189 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/
Dspan_test.cc40 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/
Dgenerator.py385 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/
Dchacha20.c324 static const unsigned char test_input[2][375] = variable
487 test_input[i], in mbedtls_chacha20_self_test()
Dchachapoly.c370 static const unsigned char test_input[1][114] = variable
464 test_input[i], in mbedtls_chachapoly_self_test()
/third_party/python/Lib/test/
Dtest_winconsoleio.py143 def test_input(self): member in WindowsConsoleIOTests
Dtest_builtin.py1303 def test_input(self): member in BuiltinTest
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/
Dtime_zone_format.cc919 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/
Dtest_suite_psa_crypto_pake.function548 int test_input,
647 if (test_input) {
Dtest_suite_psa_crypto.function9819 int test_input, data_t *pw_data,
9941 if (test_input) {
/third_party/benchmark/docs/
Duser_guide.md1066 for (auto& test_input : { /* ... */ })
1067 benchmark::RegisterBenchmark(test_input.name(), BM_test, test_input);
/third_party/node/tools/inspector_protocol/encoding/
Dencoding_test.cc86 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()