/external/tensorflow/tensorflow/python/util/ |
D | function_utils_test.py | 74 def fn(a, test_arg): argument 75 if test_arg != expected_test_arg: 79 wrapped_fn = functools.partial(fn, test_arg=123) 86 def fn(test_arg, a): argument 87 if test_arg != expected_test_arg: 188 def fn_has_kwargs(test_arg, **x): argument 189 if test_arg != expected_test_arg: 193 wrapped_fn = functools.partial(fn_has_kwargs, test_arg=123) 198 def fn_has_no_kwargs(x, test_arg): argument 199 if test_arg != expected_test_arg: [all …]
|
/external/libaom/libaom/test/ |
D | rt_end_to_end_test.cc | 58 std::ostream &operator<<(std::ostream &os, const TestVideoParam &test_arg) { in operator <<() argument 59 return os << "TestVideoParam { filename:" << test_arg.filename in operator <<() 60 << " input_bit_depth:" << test_arg.input_bit_depth in operator <<() 61 << " fmt:" << test_arg.fmt << " bit_depth:" << test_arg.bit_depth in operator <<() 62 << " profile:" << test_arg.profile << " }"; in operator <<()
|
D | end_to_end_test.cc | 57 std::ostream &operator<<(std::ostream &os, const TestVideoParam &test_arg) { in operator <<() argument 58 return os << "TestVideoParam { filename:" << test_arg.filename in operator <<() 59 << " input_bit_depth:" << test_arg.input_bit_depth in operator <<() 60 << " fmt:" << test_arg.fmt << " bit_depth:" << test_arg.bit_depth in operator <<() 61 << " profile:" << test_arg.profile << " }"; in operator <<()
|
D | horz_superres_test.cc | 45 std::ostream &operator<<(std::ostream &os, const TestVideoParam &test_arg) { in operator <<() argument 46 return os << "TestVideoParam { filename:" << test_arg.filename in operator <<() 47 << " fmt:" << test_arg.fmt << " bit_depth:" << test_arg.bit_depth in operator <<() 48 << " profile:" << test_arg.profile << " limit:" << test_arg.limit in operator <<() 49 << " screen_content:" << test_arg.screen_content in operator <<() 50 << " psnr_threshold:" << test_arg.psnr_threshold << " }"; in operator <<()
|
D | fwd_kf_test.cc | 32 std::ostream &operator<<(std::ostream &os, const FwdKfTestParam &test_arg) { in operator <<() argument 33 return os << "FwdKfTestParam { max_kf_dist:" << test_arg.max_kf_dist in operator <<() 34 << " psnr_thresh:" << test_arg.psnr_thresh << " }"; in operator <<()
|
D | fft_test.cc | 84 std::ostream &operator<<(std::ostream &os, const FFTTestArg &test_arg) { in operator <<() argument 85 return os << "fft_arg { n:" << test_arg.n << " fft:" << test_arg.fft << " }"; in operator <<() 168 std::ostream &operator<<(std::ostream &os, const IFFTTestArg &test_arg) { in operator <<() argument 169 return os << "ifft_arg { n:" << test_arg.n << " fft:" << test_arg.ifft in operator <<()
|
/external/tensorflow/tensorflow/tools/ci_build/release/ubuntu_16/tpu_py37_full/ |
D | nonpip.sh | 59 --test_arg=--tpu="${TPU_NAME}" \ 60 --test_arg=--zone="${TPU_ZONE}" \ 61 --test_arg=--test_dir_base=gs://kokoro-tpu-testing/tempdir/ \
|
/external/llvm/test/CodeGen/PowerPC/ |
D | vec_call.ll | 3 define <4 x i32> @test_arg(<4 x i32> %A, <4 x i32> %B) { 9 …%X = call <4 x i32> @test_arg( <4 x i32> zeroinitializer, <4 x i32> zeroinitializer ) ; <<4 x i32…
|
D | vec_vrsave.ll | 10 define <4 x i32> @test_arg(<4 x i32> %A, <4 x i32> %B) {
|
/external/llvm-project/llvm/test/CodeGen/PowerPC/ |
D | vec_call.ll | 3 define <4 x i32> @test_arg(<4 x i32> %A, <4 x i32> %B) { 9 …%X = call <4 x i32> @test_arg( <4 x i32> zeroinitializer, <4 x i32> zeroinitializer ) ; <<4 x i32…
|
D | vec_vrsave.ll | 16 ; CHECK-LABEL: test_arg 19 define <4 x i32> @test_arg(<4 x i32> %A, <4 x i32> %B) {
|
/external/autotest/test_suites/ |
D | control.test_that_wrapper | 45 parsed_test_arguments = [test_runner_utils.get_predicate_for_test_arg(test_arg) 46 for test_arg in args_dict['tests']]
|
/external/autotest/site_utils/ |
D | test_runner_utils_unittest.py | 177 test_arg = 'suite:' + suite_name 233 afe, test_arg=test_arg, remote=remote, build=build,
|
D | test_runner_utils.py | 182 def fetch_local_suite(autotest_path, suite_predicate, afe, test_arg, remote, argument 228 get_predicate_for_possible_test_arg(test_arg)) 618 suite = fetch_local_suite(autotest_path, predicate, afe, test_arg=test,
|
/external/toolchain-utils/ |
D | run_tests_for.py | 139 pretty_test = ' '.join(pipes.quote(test_arg) for test_arg in test.command)
|
/external/antlr/runtime/Ruby/test/unit/ |
D | test-tree-wizard.rb | 64 def test_arg method in TestPatternLexer
|
/external/rust/crates/grpcio-sys/grpc/summerofcode/2018/ |
D | naresh.md | 124 …le_strategy=standalone //src/python/grpcio_tests/tests/unit/_rpc_test --test_arg=RPCTest.testUnrec…
|
/external/grpc-grpc/summerofcode/2018/ |
D | naresh.md | 124 …le_strategy=standalone //src/python/grpcio_tests/tests/unit/_rpc_test --test_arg=RPCTest.testUnrec…
|
/external/tensorflow/tensorflow/python/distribute/ |
D | distribute_lib_test.py | 167 self.assertEqual("foo", replica_context.merge_call(None, test_arg="foo"))
|
/external/python/cpython3/Lib/test/ |
D | test_regrtest.py | 337 def test_arg(self): member in ParseArgsTestCase
|