Home
last modified time | relevance | path

Searched defs:expected_args (Results 1 – 12 of 12) sorted by relevance

/external/pigweed/pw_build/py/
Dbuild_recipe_test.py139 expected_args, argument
/external/tensorflow/tensorflow/python/feature_column/
Dsequence_feature_column_test.py169 def test_get_sparse_tensors(self, inputs_args, expected_args): argument
243 def test_get_sparse_tensors(self, inputs_args, expected_args): argument
294 def test_get_sparse_tensors(self, inputs_args, expected_args): argument
362 def test_get_sparse_tensors(self, inputs_args, expected_args): argument
/external/rust/android-crates-io/crates/uefi-macros/src/
Dlib.rs195 let expected_args = quote!(::uefi::Handle, *const core::ffi::c_void); in entry() localVariable
/external/sdv/vsomeip/third_party/boost/format/include/boost/format/
Dformat_class.hpp96 int expected_args() const in expected_args() function in boost::basic_format
/external/OpenCL-CTS/test_conformance/api/
Dtest_kernel_arg_info.cpp486 const std::vector<KernelArgInfo>& expected_args) in compare_kernel_with_expected()
610 std::vector<KernelArgInfo> all_args, expected_args; in run_scalar_vector_tests() local
727 std::vector<KernelArgInfo> all_args, expected_args; in run_pipe_tests() local
/external/cronet/tot/net/third_party/quiche/overrides/quiche_platform_impl/
Dquiche_command_line_flags_test.cc69 std::vector<std::string> expected_args{"two", "three"}; in TEST_F() local
/external/cronet/stable/net/third_party/quiche/overrides/quiche_platform_impl/
Dquiche_command_line_flags_test.cc69 std::vector<std::string> expected_args{"two", "three"}; in TEST_F() local
/external/sandboxed-api/sandboxed_api/sandbox2/
Dnotify_test.cc61 Syscall::Args expected_args = {0x1, 0x2, 0x3, 0x4, 0x5, 0x6}; in EventSyscallTrap() local
/external/python/absl-py/absl/flags/tests/
Dargparse_flags_test.py363 def test_strip_undefok_args(self, undefok, args, expected_args): argument
/external/autotest/client/common_lib/
Dutils_unittest.py401 *expected_args):
411 expected_return, *expected_args):
/external/mesa3d/src/nouveau/codegen/
Dnv50_ir_lowering_nvc0.cpp1322 unsigned expected_args = arg; in handleTXD() local
/external/python/cpython3/Lib/unittest/
Dmock.py3078 def __get_event(self, expected_args, expected_kwargs): argument