Home
last modified time | relevance | path

Searched defs:test_arg (Results 1 – 20 of 20) sorted by relevance

/external/tensorflow/tensorflow/python/util/
Dfunction_utils_test.py70 def fn(a, test_arg): argument
82 def fn(test_arg, a): argument
184 def fn_has_kwargs(test_arg, **x): argument
194 def fn_has_no_kwargs(x, test_arg): argument
/external/cronet/buildtools/third_party/libc++/trunk/test/std/utilities/format/format.formatter/format.parse.ctx/
Dcheck_arg_id.pass.cpp46 auto test_arg = [](std::size_t num_args) { in test_exception() local
/external/libaom/test/
Dfft_test.cc84 std::ostream &operator<<(std::ostream &os, const FFTTestArg &test_arg) { in operator <<()
173 std::ostream &operator<<(std::ostream &os, const IFFTTestArg &test_arg) { in operator <<()
Dallintra_end_to_end_test.cc35 std::ostream &operator<<(std::ostream &os, const TestVideoParam &test_arg) { in operator <<()
Drt_end_to_end_test.cc71 std::ostream &operator<<(std::ostream &os, const TestVideoParam &test_arg) { in operator <<()
Dquant_test.cc103 std::ostream &operator<<(std::ostream &os, const QuantParam &test_arg) { in operator <<()
Dloopfilter_control_test.cc57 std::ostream &operator<<(std::ostream &os, const TestVideoParam &test_arg) { in operator <<()
Dend_to_end_psnr_test.cc48 std::ostream &operator<<(std::ostream &os, const TestVideoParam &test_arg) { in operator <<()
Dend_to_end_qmpsnr_test.cc39 std::ostream &operator<<(std::ostream &os, const TestVideoParam &test_arg) { in operator <<()
Dend_to_end_ssim_test.cc37 std::ostream &operator<<(std::ostream &os, const TestVideoParam &test_arg) { in operator <<()
Daltref_test.cc42 std::ostream &operator<<(std::ostream &os, const AltRefTestParams &test_arg) { in operator <<()
Dkf_test.cc33 std::ostream &operator<<(std::ostream &os, const kfIntervalParam &test_arg) { in operator <<()
Dhorz_superres_test.cc46 std::ostream &operator<<(std::ostream &os, const TestVideoParam &test_arg) { in operator <<()
Dtile_config_test.cc288 const TileGroupConfigParams &test_arg) { in operator <<()
Dav1_convolve_test.cc89 std::ostream &operator<<(std::ostream &os, const TestParam<T> &test_arg) { in operator <<()
/external/autotest/site_utils/
Dtest_runner_utils_unittest.py96 test_arg = 'suite:' + suite_name variable in TestRunnerUnittests
/external/antlr/runtime/Ruby/test/unit/
Dtest-tree-wizard.rb64 def test_arg method in TestPatternLexer
/external/sg3_utils/src/
Dsg_luns.c384 const char * test_arg = NULL; in main() local
/external/python/cpython3/Lib/test/
Dtest_regrtest.py339 def test_arg(self): member in ParseArgsTestCase
/external/libtraceevent/src/
Dparse-filter.c805 static int test_arg(struct tep_handle *tep, struct tep_filter_arg *parent, in test_arg() function