Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/tests/macrobench/
Dmain.cpp193 static const char* SHORT_OPTIONS = "c:r:h"; variable
204 c = getopt_long(argc, argv, SHORT_OPTIONS, LONG_OPTIONS, &option_index); in parseOptions()