Searched defs:res_remote_path (Results 1 - 2 of 2) sorted by relevance
/pkg/src/tests/cli/ |
H A D | t_pkg_search.py | 144 res_remote_path = set([ variable 218 res_local_path = copy.copy(res_remote_path) 310 ]) | res_remote_path 410 self._search_op(True, "example_path", self.res_remote_path) 413 self._search_op(True, "'(example_path)'", self.res_remote_path) 418 self._search_op(True, "':::e* AND *path'", self.res_remote_path) 419 self._search_op(True, "'e* AND *path'", self.res_remote_path) 427 self._search_op(True, "'exam:::e*path'", self.res_remote_path) 429 self.res_remote_path) 444 self.res_remote_bug_id | self.res_remote_path) [all...] |
/pkg/src/tests/api/ |
H A D | t_api_search.py | 173 res_remote_path = set([ variable 233 res_remote_wildcard = res_remote_path.union(set([ 245 ]) | res_remote_path 262 res_local_path = copy.copy(res_remote_path) 464 ]) | res_remote_path 726 self.res_remote_path) 728 self.res_remote_path) 734 self.res_remote_path) 736 self.res_remote_path) 746 self.res_remote_path) [all...] |
Completed in 15 milliseconds