Home
last modified time | relevance | path

Searched defs:expected_list (Results 1 – 5 of 5) sorted by relevance

/external/autotest/client/cros/cellular/
Dsms.py112 def compare_list(self, expected_list, got_list): argument
148 def test_list(self, expected_list): argument
/external/llvm-project/lldb/test/API/tools/lldb-vscode/completions/
DTestVSCode_completions.py18 def verify_completions(self, actual_list, expected_list, not_expected_list=[]): argument
/external/libchrome/components/policy/core/common/
Dregistry_dict_unittest.cc232 auto expected_list = std::make_unique<base::ListValue>(); in TEST() local
276 std::unique_ptr<base::ListValue> expected_list(new base::ListValue()); in TEST() local
/external/minijail/test/
Dlibminijail_test.cpp67 bool check_groups(size_t expected_size, gid_t* expected_list) { in check_groups()
/external/autotest/site_utils/
Dgs_offloader_unittest.py1271 def _run_get_directories(self, cls, expected_list): argument