Searched refs:parse_arguments (Results 1 – 17 of 17) sorted by relevance
/external/autotest/site_utils/ |
D | deploy_production_unittest.py | 21 results = deploy_production.parse_arguments([]) 28 results = deploy_production.parse_arguments(['--dryrun', '--continue']) 35 results = deploy_production.parse_arguments(['--afe', 'foo']) 42 results = deploy_production.parse_arguments(['foo', 'bar']) 49 results = deploy_production.parse_arguments(['--', 'foo', 'bar']) 56 results = deploy_production.parse_arguments(
|
D | deploy_production_local_unittest.py | 304 results = dpl.parse_arguments([]) 311 results = dpl.parse_arguments(['--dryrun']) 318 results = dpl.parse_arguments(['--actions-only']) 325 results = dpl.parse_arguments(['--skip-verify', '--skip-update', 333 results = dpl.parse_arguments(['--skip-verify', '--skip-update',
|
D | test_push_unittest.py | 78 arguments=test_push.parse_arguments()) 91 arguments=test_push.parse_arguments()) 106 arguments=test_push.parse_arguments()) 121 arguments=test_push.parse_arguments())
|
D | test_that_unittest.py | 18 args = test_that.parse_arguments( 55 args = test_that.parse_arguments(
|
D | deploy_production.py | 88 def parse_arguments(args): function 265 options = parse_arguments(args)
|
D | deploy_production_local.py | 326 def parse_arguments(args): function 374 behaviors = parse_arguments(args)
|
D | test_droid.py | 40 def parse_arguments(argv): function
|
D | test_push.py | 154 def parse_arguments(): function 494 arguments = parse_arguments()
|
D | test_that.py | 84 def parse_arguments(argv): function
|
/external/libdrm/tests/planetest/ |
D | dev.h | 60 void parse_arguments(int argc, char *argv[], int *card, int *crtc);
|
D | planetest.c | 47 parse_arguments(argc, argv, &card, &crtc); in main()
|
D | atomictest.c | 59 parse_arguments(argc, argv, &card, &crtc); in main()
|
D | dev.c | 26 void parse_arguments(int argc, char *argv[], int *card, int *crtc) in parse_arguments() function
|
/external/toybox/toys/pending/ |
D | getty.c | 107 static void parse_arguments(void) in parse_arguments() function 305 parse_arguments(); in getty_main()
|
/external/autotest/scheduler/ |
D | host_scheduler.py | 436 def parse_arguments(argv): function 467 options = parse_arguments(sys.argv[1:])
|
/external/autotest/test_suites/ |
D | control.test_that_wrapper | 50 arguments = test_that.parse_arguments(shlex.split(suite_args))
|
/external/libmicrohttpd/src/microhttpd/ |
D | connection.c | 1205 parse_arguments (enum MHD_ValueKind kind, function 1421 parse_arguments (MHD_GET_ARGUMENT_KIND, connection, args);
|