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

  /external/lldb/examples/lookup/
main.cpp 107 std::string short_options("h?");
112 short_options.append(1, (char)opt->val);
118 short_options.append(1, ':');
121 short_options.append(2, ':');
133 while ((ch = getopt_long_only(argc, (char * const *)argv, short_options.c_str(), g_long_options, 0)) != -1)
  /external/lldb/examples/functions/
main.cpp 112 std::string short_options("h?");
117 short_options.append(1, (char)opt->val);
123 short_options.append(1, ':');
126 short_options.append(2, ':');
138 while ((ch = getopt_long_only(argc, (char * const *)argv, short_options.c_str(), g_long_options, 0)) != -1)
  /external/lldb/tools/debugserver/source/
debugserver.cpp 852 char short_options[512]; local
    [all...]
  /external/bison/src/
getargs.c 492 static char const short_options[] = variable
601 while ((c = getopt_long (argc, argv, short_options, long_options, NULL))
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/test/
JPEGTestEnc.c 1127 const char* const short_options = "i:o:w:h:f:q:b:c:x:y:s:k:t:u:r:v:l:n:p:ajemdvlz"; local
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/test/
VideoEncTest.c 2154 const char* const short_options = "m:r:i:p:e:n"; local
    [all...]

Completed in 164 milliseconds