HomeSort by relevance Sort by last modified time
    Searched refs:opt (Results 626 - 650 of 3025) sorted by null

<<21222324252627282930>>

  /test/vts/agents/hal/
VtsAgentMain.cpp 74 int opt = getopt_long(argc, argv, short_opts, long_opts, nullptr); local
75 if (opt == -1) {
79 switch (opt) {
109 printf("getopt_long returned unexpected value: %d\n", opt);
  /test/vts/drivers/hal/replayer/
VtsHidlHalReplayerMain.cpp 85 int opt = getopt_long(argc, argv, short_opts, long_opts, nullptr); local
86 if (opt == -1) {
90 switch (opt) {
108 cerr << "getopt_long returned unexpected value " << opt << endl;
  /art/test/478-checker-clinit-check-pruning/src/
Main.java 54 ClassWithClinit1.$opt$inline$StaticMethod();
62 static void $opt$inline$StaticMethod() {
133 // hereinbelow call to $opt$inline$StaticMethod does not need a
135 $opt$inline$StaticMethod();
142 static void $opt$inline$StaticMethod() {
206 static void $opt$inline$StaticMethod() {
216 ClassWithClinit5.$opt$inline$StaticMethod();
310 $opt$inline$ignoreClass(ClassWithClinit7.class);
314 static void $opt$inline$ignoreClass(Class<?> c) {
341 $opt$inline$ignoreInt(ClassWithClinit8.value)
    [all...]
  /build/soong/scripts/
toc.sh 47 while getopts $OPTSTRING opt; do
48 case "$opt" in
57 *) echo "'${opt}' '${OPTARG}'"
  /development/vndk/tools/vtable-dumper/
vndk_vtable_dumper.cpp 33 using llvm::cl::opt;
41 opt<std::string> FilePath(
45 opt<bool> Mangled(
  /external/clang/include/clang/Driver/
SanitizerArgs.h 44 SanitizerArgs(const ToolChain &TC, const llvm::opt::ArgList &Args);
69 void addArgs(const ToolChain &TC, const llvm::opt::ArgList &Args,
70 llvm::opt::ArgStringList &CmdArgs, types::ID InputType) const;
  /external/curl/src/
tool_help.c 14 * You may opt to use, copy, modify, merge, publish, distribute and/or sell
44 const char *opt; member in struct:helptxt
417 {"-t, --telnet-option <opt=val>",
515 for(i = 0; helptext[i].opt; i++) {
516 printf(" %-19s %s\n", helptext[i].opt, helptext[i].desc);
  /external/libgsm/tst/
cod2lin.c 76 int opt; local
84 while ((opt = getopt(ac, av, "vwF")) != EOF) switch (opt) {
lin2cod.c 77 int opt; local
85 while ((opt = getopt(ac, av, "vwF")) != EOF) switch (opt) {
lin2txt.c 68 int opt; local
76 while ((opt = getopt(ac, av, "v")) != EOF) switch (opt) {
  /external/libmtp/examples/
emptyfolders.c 63 int opt; local
67 while ( (opt = getopt(argc, argv, "d")) != -1 ) {
68 switch (opt) {
newplaylist.c 36 int opt; local
50 while ( (opt = getopt(argc, argv, "hn:i:s:p:")) != -1 ) {
51 switch (opt) {
  /external/libpng/contrib/gregbook/
makevms.com 56 $ open/write lopt lib.opt
60 $ open/write xopt x11.opt
77 "LINK rpng-x,readpng,lib.opt/opt,x11.opt/opt" -
83 "LINK rpng2-x,readpng2,lib.opt/opt,x11.opt/opt"
    [all...]
  /external/libvpx/libvpx/build/make/
gen_msvs_def.sh 62 for opt in "$@"; do
63 optval="${opt#*=}"
64 case "$opt" in
71 -*) die_unknown $opt
73 *) file_list[${#file_list[@]}]="$opt"
  /external/libxkbcommon/xkbcommon/test/
print-compiled-keymap.c 32 int opt; local
43 while ((opt = getopt(argc, argv, "r:m:l:v:o:k:h")) != -1) {
44 switch (opt) {
  /external/linux-kselftest/tools/testing/selftests/media_tests/
media_device_test.c 43 int opt; local
56 while ((opt = getopt(argc, argv, "d:")) != -1) {
57 switch (opt) {
video_device_test.c 41 int opt; local
55 while ((opt = getopt(argc, argv, "d:")) != -1) {
56 switch (opt) {
  /external/linux-kselftest/tools/testing/selftests/timers/
set-2038.c 77 int opt, dangerous = 0; local
81 while ((opt = getopt(argc, argv, "d")) != -1) {
82 switch (opt) {
  /external/llvm/include/llvm/Support/
Options.h 11 /// configured via the command line. The new API currently builds on the cl::opt
98 cl::opt<ValT> *Option = new cl::opt<ValT>(ArgStr, cl::desc(Desc),
114 return *(cl::opt<ValT> *)It->second;
  /external/llvm/tools/llvm-cov/
gcov.cpp 88 cl::opt<bool> AllBlocks("a", cl::Grouping, cl::init(false),
92 cl::opt<bool> BranchProb("b", cl::Grouping, cl::init(false),
96 cl::opt<bool> BranchCount("c", cl::Grouping, cl::init(false),
101 cl::opt<bool> LongNames("l", cl::Grouping, cl::init(false),
105 cl::opt<bool> FuncSummary("f", cl::Grouping, cl::init(false),
109 cl::opt<bool> NoOutput("n", cl::Grouping, cl::init(false),
113 cl::opt<std::string> ObjectDir(
119 cl::opt<bool> PreservePaths("p", cl::Grouping, cl::init(false),
123 cl::opt<bool> UncondBranch("u", cl::Grouping, cl::init(false),
129 cl::opt<bool> DumpGCOV("dump", cl::init(false), cl::cat(DebugCat)
    [all...]
  /external/ltp/testcases/kernel/device-drivers/locking/
lock_torture.sh 34 while getopts :ht: opt; do
35 case "$opt" in
44 tst_brkm TBROK "unknown option: $opt"
  /external/ltp/testcases/kernel/device-drivers/rcu/
rcu_torture.sh 36 while getopts :ht:w: opt; do
37 case "$opt" in
48 tst_brkm TBROK "unknown option: $opt"
  /external/ltp/testcases/kernel/syscalls/flock/
flock01.c 86 char *opt; member in struct:test_case_t
116 test_cases[i].opt);
121 test_cases[i].opt);
  /external/ltp/testcases/lib/
tst_random.c 49 int opt; local
54 while ((opt = getopt(argc, argv, ":h")) != -1) {
55 switch (opt) {
tst_sleep.c 44 int opt; local
49 while ((opt = getopt(argc, argv, ":h")) != -1) {
50 switch (opt) {

Completed in 612 milliseconds

<<21222324252627282930>>