Home
last modified time | relevance | path

Searched refs:run_test (Results 1 - 25 of 114) sorted by relevance

12345

/third_party/mbedtls/tests/
H A Dssl-opt.sh519 # * "$@": options passed to run_test.
1286 # * $@: supplemental options to run_test() (after the mandatory arguments).
1347 # Inputs from run_test:
1348 # * positional parameters: test options (see run_test documentation)
1611 # Usage: run_test name [-p proxy_cmd] srv_cmd cli_cmd cli_exit [option [...]]
1621 run_test() { function
1738 run_test "PSA-supported ciphersuite: $1" \
1757 run_test "PSA - ECDH with $1" \
1785 run_test "Handshake memory usage (MFL $1)" \
1804 run_test "Handshak
[all...]
H A Dcontext-info.sh109 # Usage: run_test <name> <input file with b64 code> [ -arg <extra arguments for tested program> ] [option [...]]
113 run_test() function
192 run_test "Default configuration, server" \
214 run_test "Default configuration, client" \
244 run_test "Ciphersuite TLS-RSA-WITH-AES-256-CCM-8, server" \
249 run_test "Ciphersuite TLS-RSA-WITH-AES-256-CCM-8, client" \
254 run_test "No packing, server" \
259 run_test "No packing, client" \
264 run_test "DTLS CID, server" \
270 run_test "DTL
[all...]
/third_party/skia/third_party/externals/spirv-tools/test/opt/loop_optimizations/
H A Dpeeling_pass.cpp206 auto run_test = [&text_head, &text_tail, this](SpvOp opcode, in TEST_F() local
228 run_test(SpvOpSLessThan, "%32", "%int_4"); in TEST_F()
236 run_test(SpvOpSGreaterThan, "%int_4", "%32"); in TEST_F()
244 run_test(SpvOpSLessThan, "%32", "%int_5"); in TEST_F()
252 run_test(SpvOpSGreaterThan, "%int_5", "%32"); in TEST_F()
262 run_test(SpvOpSLessThan, "%32", "%int_16"); in TEST_F()
270 run_test(SpvOpSGreaterThan, "%int_16", "%32"); in TEST_F()
278 run_test(SpvOpSLessThan, "%32", "%int_17"); in TEST_F()
286 run_test(SpvOpSGreaterThan, "%int_17", "%32"); in TEST_F()
297 run_test(SpvOpSGreaterTha in TEST_F()
675 auto run_test = [&text_head, &text_tail, this]( TEST_F() local
953 auto run_test = TEST_F() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/loop_optimizations/
H A Dpeeling_pass.cpp206 auto run_test = [&text_head, &text_tail, this](SpvOp opcode, in TEST_F() local
228 run_test(SpvOpSLessThan, "%32", "%int_4"); in TEST_F()
236 run_test(SpvOpSGreaterThan, "%int_4", "%32"); in TEST_F()
244 run_test(SpvOpSLessThan, "%32", "%int_5"); in TEST_F()
252 run_test(SpvOpSGreaterThan, "%int_5", "%32"); in TEST_F()
262 run_test(SpvOpSLessThan, "%32", "%int_16"); in TEST_F()
270 run_test(SpvOpSGreaterThan, "%int_16", "%32"); in TEST_F()
278 run_test(SpvOpSLessThan, "%32", "%int_17"); in TEST_F()
286 run_test(SpvOpSGreaterThan, "%int_17", "%32"); in TEST_F()
297 run_test(SpvOpSGreaterTha in TEST_F()
675 auto run_test = [&text_head, &text_tail, this]( TEST_F() local
953 auto run_test = TEST_F() local
[all...]
/third_party/spirv-tools/test/opt/loop_optimizations/
H A Dpeeling_pass.cpp205 auto run_test = [&text_head, &text_tail, this](spv::Op opcode, in TEST_F() local
227 run_test(spv::Op::OpSLessThan, "%32", "%int_4"); in TEST_F()
235 run_test(spv::Op::OpSGreaterThan, "%int_4", "%32"); in TEST_F()
243 run_test(spv::Op::OpSLessThan, "%32", "%int_5"); in TEST_F()
251 run_test(spv::Op::OpSGreaterThan, "%int_5", "%32"); in TEST_F()
261 run_test(spv::Op::OpSLessThan, "%32", "%int_16"); in TEST_F()
269 run_test(spv::Op::OpSGreaterThan, "%int_16", "%32"); in TEST_F()
277 run_test(spv::Op::OpSLessThan, "%32", "%int_17"); in TEST_F()
285 run_test(spv::Op::OpSGreaterThan, "%int_17", "%32"); in TEST_F()
296 run_test(sp in TEST_F()
674 auto run_test = [&text_head, &text_tail, this]( TEST_F() local
952 auto run_test = TEST_F() local
[all...]
/third_party/python/Lib/test/test_peg_generator/
H A Dtest_c_parser.py114 def run_test(self, grammar_source, test_source): member in TestCParser
161 self.run_test(grammar_source, test_source)
173 self.run_test(grammar_source, test_source)
185 self.run_test(grammar_source, test_source)
201 self.run_test(grammar_source, test_source)
213 self.run_test(grammar_source, test_source)
225 self.run_test(grammar_source, test_source)
236 self.run_test(grammar_source, test_source)
248 self.run_test(grammar_source, test_source)
261 self.run_test(grammar_sourc
[all...]
/third_party/python/Lib/test/test_importlib/source/
H A Dtest_source_encoding.py37 def run_test(self, source): member in EncodingTest
58 self.run_test(source)
62 self.run_test(self.source_line.encode('utf-8'))
68 self.run_test(source)
73 self.run_test(source)
77 self.run_test(codecs.BOM_UTF8 + self.source_line.encode('utf-8'))
82 self.run_test(source)
88 self.run_test(source)
123 def run_test(self, line_ending): member in LineEndingTest
136 self.run_test(
[all...]
H A Dtest_finder.py51 def run_test(self, test, create=None, *, compile_=None, unlink=None): member in FinderTests
82 self.run_test('top_level')
84 self.run_test('top_level', compile_={'top_level'},
87 self.run_test('top_level', compile_={'top_level'})
92 self.run_test('pkg', {'pkg.__init__'})
94 self.run_test('pkg', {'pkg.__init__'}, compile_={'pkg.__init__'},
97 self.run_test('pkg', {'pkg.__init__'}, compile_={'pkg.__init__'})
117 loader = self.run_test(name, {'{0}.__init__'.format(name), name})
/third_party/rust/crates/regex/regex-capi/ctest/
H A Dtest.c559 void run_test(bool (test)(), const char *name, bool *passed) { in bool()
571 run_test(test_is_match, "test_is_match", &passed); in main()
572 run_test(test_shortest_match, "test_shortest_match", &passed); in main()
573 run_test(test_find, "test_find", &passed); in main()
574 run_test(test_captures, "test_captures", &passed); in main()
575 run_test(test_iter, "test_iter", &passed); in main()
576 run_test(test_iter_capture_names, "test_iter_capture_names", &passed); in main()
577 run_test(test_flags, "test_flags", &passed); in main()
578 run_test(test_compile_error, "test_compile_error", &passed); in main()
579 run_test(test_compile_error_size_limi in main()
[all...]
/third_party/skia/tests/
H A DPDFOpaqueSrcModeToSrcOverTest.cpp13 static void run_test(SkWStream* out, SkBlendMode mode, U8CPU alpha) { in run_test() function
35 run_test(&srcMode, SkBlendMode::kSrc, alpha); in DEF_TEST()
36 run_test(&srcOverMode, SkBlendMode::kSrcOver, alpha); in DEF_TEST()
44 run_test(&srcMode, SkBlendMode::kSrc, alpha); in DEF_TEST()
45 run_test(&srcOverMode, SkBlendMode::kSrcOver, alpha); in DEF_TEST()
H A DSkSLCross.cpp14 static void run_test(skiatest::Reporter*, GrDirectContext*,
28 run_test(reporter, dContext, sdc.get(), {3,4}, {5,6}, -2); // Negative. in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
29 run_test(reporter, dContext, sdc.get(), {3,4}, {-5,-6}, 2); // Positive. in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
30 run_test(reporter, dContext, sdc.get(), {0, 2.287f}, {0, -7.741f}, 0); // Zero. in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
31 run_test(reporter, dContext, sdc.get(), {62.17f, 0}, {-43.49f, 0}, 0); // Zero. in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
92 static void run_test(skiatest::Reporter* reporter, GrDirectContext* directContext, in run_test() function
/third_party/ffmpeg/libavutil/tests/
H A Ddes.c49 static int run_test(int cbc, int decrypt) in run_test() function
98 if (!run_test(0, 0) || !run_test(0, 1) || !run_test(1, 0) || !run_test(1, 1)) { in main()
H A Dpixelutils.c54 static int run_test(const char *test, in run_test() function
103 ret = run_test("random", buf1, buf2); in main()
110 ret = run_test("max", buf1, buf2); in main()
117 ret = run_test("min", buf1, buf2); in main()
/third_party/python/Lib/ctypes/test/
H A Dtest_numbers.py246 def run_test(rep, msg, func, arg=None): function
268 run_test(REP, "int()", int)
269 run_test(REP, "int(999)", int)
270 run_test(REP, "c_int()", c_int)
271 run_test(REP, "c_int(999)", c_int)
272 run_test(REP, "c_int_S()", c_int_S)
273 run_test(REP, "c_int_S(999)", c_int_S)
/third_party/libcoap/examples/
H A Detsi_coaptest.sh53 function run_test { function
57 echo "missing argument for run_test"
194 run_test $(eval "echo \${$(echo $group)[$testnumber]}")
199 run_test $i
207 run_test $k
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/
H A Dtest.sh3 function run_test() { function
66 run_test "./old_protoc" "./old_protoc"
71 run_test "../../../src/protoc" "./old_protoc"
76 run_test "./old_protoc" "../../../src/protoc"
/third_party/jerryscript/tools/
H A Drss-measure.sh50 function run_test() function
65 run_test
/third_party/ltp/testcases/kernel/syscalls/sched_get_priority_max/
H A Dsched_get_priority_max01.c38 static void run_test(unsigned int nr) in run_test() function
48 .test = run_test,
/third_party/ltp/testcases/kernel/syscalls/sched_get_priority_min/
H A Dsched_get_priority_min01.c38 static void run_test(unsigned int nr) in run_test() function
48 .test = run_test,
/third_party/python/Lib/idlelib/idle_test/
H A Dhtest.py422 def run_test(_=None): function
433 default='active', command=run_test)
438 root.bind('<Key-Return>', run_test)
/third_party/ltp/testcases/kernel/mem/hugetlb/hugemmap/
H A Dhugemmap32.c32 static void run_test(void) in run_test() function
93 .test_all = run_test,
H A Dhugemmap30.c25 static void run_test(void) in run_test() function
73 .test_all = run_test,
H A Dhugemmap28.c21 static void run_test(void) in run_test() function
64 .test_all = run_test,
H A Dhugemmap12.c31 static void run_test(void) in run_test() function
81 .test_all = run_test,
H A Dhugemmap11.c32 static void run_test(void) in run_test() function
84 .test_all = run_test,

Completed in 11 milliseconds

12345