HomeSort by relevance Sort by last modified time
    Searched refs:parse_arguments (Results 1 - 19 of 19) sorted by null

  /external/autotest/site_utils/
test_that_unittest.py 18 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([
test_push_unittest.py 77 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))
deploy_server_local_unittest.py 316 """Test deploy_server_local.parse_arguments."""
318 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',
automated_deploy.py 51 def parse_arguments(): function
201 options = parse_arguments()
test_that.py 81 def parse_arguments(argv): function
188 test_that.parse_arguments(...).
347 arguments = parse_arguments(argv)
test_push.py 162 def parse_arguments(argv): function
519 arguments = parse_arguments(sys.argv)
deploy_server_local.py 413 def parse_arguments(args): function
507 behaviors = parse_arguments(args)
  /external/libdrm/tests/planetest/
dev.h 60 void parse_arguments(int argc, char *argv[], int *card, int *crtc);
planetest.c 47 parse_arguments(argc, argv, &card, &crtc);
atomictest.c 59 parse_arguments(argc, argv, &card, &crtc);
dev.c 26 void parse_arguments(int argc, char *argv[], int *card, int *crtc) function
  /external/linux-kselftest/tools/testing/selftests/cpufreq/
main.sh 70 parse_arguments() function
190 parse_arguments $@
  /external/grpc-grpc/test/http2_test/
http2_test_server.py 71 def parse_arguments(): function
111 args = parse_arguments()
  /build/soong/scripts/
setup_go_workspace_for_soong.sh 229 function parse_arguments() { function
289 parse_arguments "$@"
  /external/autotest/utils/
build_externals.py 58 options = parse_arguments(sys.argv[1:])
106 def parse_arguments(args): function
  /external/bcc/tools/
cachetop.py 247 def parse_arguments(): function
260 args = parse_arguments()
  /external/toybox/toys/pending/
getty.c 107 static void parse_arguments(void) function
303 parse_arguments();
  /external/autotest/scheduler/
host_scheduler.py 433 def parse_arguments(argv): function
476 options = parse_arguments(sys.argv[1:])
  /external/python/cpython3/Tools/clinic/
clinic.py 334 self.parse_arguments = []
811 if (!PyArg_Parse(%s, "{format_units}:{name}", {parse_arguments})) {{
838 {parse_arguments})) {{
849 {parse_arguments})) {{
864 {parse_arguments})) {{
877 {parse_arguments})) {{
889 {parse_arguments})) {{
903 {parse_arguments})) {{
    [all...]

Completed in 443 milliseconds