Home
last modified time | relevance | path

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

/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/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/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