Home
last modified time | relevance | path

Searched refs:opt (Results 1 – 10 of 10) sorted by relevance

/test/vts/drivers/hal/server/
DVtsHalDriverServerMain.cpp77 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/
DVtsHidlHalReplayerMain.cpp86 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/
DVtsAgentMain.cpp74 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/
Dtest_vtsc.py285 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/
DVtsTestabilityCheckerMain.cpp54 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/
DTraceProcessorMain.cpp119 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/
Dpoc_test.cpp82 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/
Dhost_setup.sh55 while getopts ":p:H:i:f:" opt; do
56 case $opt in
/test/vts-testcase/fuzz/iface_fuzzer/
DProtoFuzzerUtils.cpp123 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/
DREADME.md56 Maven home: /opt/apache-maven-3.3.9