OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SHORT_OPTIONS
(Results
1 - 3
of
3
) sorted by null
/external/libvpx/libvpx/tools/
lint-hunks.py
20
SHORT_OPTIONS
= "h"
65
opts, args = getopt.getopt(argv[1:],
SHORT_OPTIONS
, LONG_OPTIONS)
/frameworks/base/libs/hwui/tests/macrobench/
main.cpp
147
static const char*
SHORT_OPTIONS
= "c:r:h";
159
c = getopt_long(argc, argv,
SHORT_OPTIONS
, LONG_OPTIONS, &option_index);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/
lint-hunks.py
20
SHORT_OPTIONS
= "h"
65
opts, args = getopt.getopt(argv[1:],
SHORT_OPTIONS
, LONG_OPTIONS)
Completed in 9029 milliseconds