Home
last modified time | relevance | path

Searched refs:parse_arguments (Results 1 – 15 of 15) sorted by relevance

/external/autotest/site_utils/
Dtest_that_unittest.py18 args = test_that.parse_arguments(
55 args = test_that.parse_arguments(
67 args = test_that.parse_arguments(['-b', 'some_board', ':lab:', 'test1'])
73 args = test_that.parse_arguments([
Dtest_push_unittest.py77 arguments=test_push.parse_arguments(self._ARGV))
90 arguments=test_push.parse_arguments(self._ARGV))
105 arguments=test_push.parse_arguments(self._ARGV))
120 arguments=test_push.parse_arguments(self._ARGV))
Ddeploy_server_local_unittest.py318 results = dsl.parse_arguments([])
325 results = dsl.parse_arguments(['--update_push_servers'])
332 results = dsl.parse_arguments(['--dryrun'])
339 results = dsl.parse_arguments(['--actions-only'])
347 results = dsl.parse_arguments(['--skip-verify', '--skip-update',
356 results = dsl.parse_arguments(['--skip-verify', '--skip-update',
Dautomated_deploy.py56 def parse_arguments(): function
249 options = parse_arguments()
Dtest_that.py72 def parse_arguments(argv): function
333 arguments = parse_arguments(argv)
Ddeploy_server_local.py413 def parse_arguments(args): function
507 behaviors = parse_arguments(args)
Dtest_push.py162 def parse_arguments(argv): function
519 arguments = parse_arguments(sys.argv)
/external/linux-kselftest/tools/testing/selftests/cpufreq/
Dmain.sh70 parse_arguments() function
190 parse_arguments $@
/external/grpc-grpc/test/http2_test/
Dhttp2_test_server.py71 def parse_arguments(): function
111 args = parse_arguments()
/external/autotest/utils/
Dbuild_externals.py58 options = parse_arguments(sys.argv[1:])
106 def parse_arguments(args): function
/external/bcc/tools/
Dcachetop.py247 def parse_arguments(): function
260 args = parse_arguments()
/external/arm-trusted-firmware/lib/romlib/
Dromlib_generator.py95 def parse_arguments(self, argv): member in RomlibApplication
268 APP.parse_arguments(sys.argv[2:])
/external/crosvm/src/
Dargument.rs183 fn parse_arguments<I, R, F>(args: I, mut f: F) -> Result<()> in parse_arguments() function
285 parse_arguments(args, |name, value| { in set_arguments()
/external/toybox/toys/pending/
Dgetty.c107 static void parse_arguments(void) in parse_arguments() function
303 parse_arguments(); in getty_main()
/external/python/cpython3/Tools/clinic/
Dclinic.py331 self.parse_arguments = []
1176 parse_arguments = []
1178 p.converter.parse_argument(parse_arguments)
1179 d['parse_arguments'] = ", ".join(parse_arguments)
1302 template_dict['parse_arguments'] = ', '.join(data.parse_arguments)
2535 self.parse_argument(data.parse_arguments)