Searched refs:opt (Results 1 – 10 of 10) sorted by relevance
/test/vts/drivers/hal/server/ |
D | VtsHalDriverServerMain.cpp | 77 int opt = getopt_long(argc, argv, short_opts, long_opts, nullptr); in main() local 78 if (opt == -1) { in main() 82 switch (opt) { in main() 105 cerr << "getopt_long returned unexpected value " << opt << endl; in main()
|
/test/vts/drivers/hal/replayer/ |
D | VtsHidlHalReplayerMain.cpp | 86 int opt = getopt_long(argc, argv, short_opts, long_opts, nullptr); in main() local 87 if (opt == -1) { in main() 91 switch (opt) { in main() 109 cerr << "getopt_long returned unexpected value " << opt << endl; in main()
|
/test/vts/agents/hal/ |
D | VtsAgentMain.cpp | 74 int opt = getopt_long(argc, argv, short_opts, long_opts, nullptr); in main() local 75 if (opt == -1) { in main() 79 switch (opt) { in main() 109 printf("getopt_long returned unexpected value: %d\n", opt); in main()
|
/test/vts/compilation_tools/vtsc/test/ |
D | test_vtsc.py | 285 for opt, val in opts: 286 if opt == "-h": 288 elif opt == "-p": 290 elif opt == "-c": 292 elif opt == "-o": 294 elif opt == "-t": 297 print "unhandled option %s" % (opt, )
|
/test/vts/utils/native/testability_checker/ |
D | VtsTestabilityCheckerMain.cpp | 54 int opt = getopt_long(argc, argv, "hcb:", long_opts, nullptr); in main() local 55 if (opt == -1) { in main() 59 switch (opt) { in main() 77 cerr << "getopt_long returned unexpected value " << opt << endl; in main()
|
/test/vts/utils/native/trace_processor/ |
D | TraceProcessorMain.cpp | 119 int opt = getopt_long(argc, argv, short_opts, long_opts, nullptr); in main() local 120 if (opt == -1) { in main() 123 switch (opt) { in main() 141 printf("getopt_long returned unexpected value: %d\n", opt); in main()
|
/test/vts-testcase/security/poc/target/ |
D | poc_test.cpp | 82 int opt = 0; in ParseVtsHostFlags() local 84 while ((opt = getopt_long_only(argc, argv, "", long_options, &index)) != -1) { in ParseVtsHostFlags() 85 switch(opt) { in ParseVtsHostFlags()
|
/test/framework/host_setup/ |
D | host_setup.sh | 55 while getopts ":p:H:i:f:" opt; do 56 case $opt in
|
/test/vts-testcase/fuzz/iface_fuzzer/ |
D | ProtoFuzzerUtils.cpp | 123 int opt = 0; in ExtractProtoFuzzerParams() local 125 while ((opt = getopt_long_only(argc, argv, "", long_options, &index)) != -1) { in ExtractProtoFuzzerParams() 126 switch (opt) { in ExtractProtoFuzzerParams()
|
/test/vti/dashboard/ |
D | README.md | 56 Maven home: /opt/apache-maven-3.3.9
|