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

  /external/autotest/client/site_tests/camera_V4L2/src/
media_v4l2_test.cc 29 static const char short_options[] = "d:?mrun:f:w:h:t:x:z:"; variable
60 int32_t c = getopt_long(argc, argv, short_options, long_options, &index);
media_v4l2_unittest.cc 244 static const char short_options[] = "d:?b"; variable
258 int32_t c = getopt_long(argc, argv, short_options, long_options, &index);
  /external/bison/src/
getargs.c 492 static char const short_options[] = variable
601 while ((c = getopt_long (argc, argv, short_options, long_options, NULL))
  /toolchain/binutils/binutils-2.25/gold/
options.cc 65 static One_option* short_options[128]; member in namespace:gold::options
89 gold_assert(short_options[shortname_as_int] == NULL);
90 short_options[shortname_as_int] = this;
866 retval = gold::options::short_options[char_as_int];
    [all...]
  /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 1159 milliseconds