OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LONG_OPTIONS
(Results
1 - 5
of
5
) sorted by null
/external/libvpx/libvpx/tools/
all_builds.py
7
LONG_OPTIONS
= ["shard=", "shards="]
41
o, _ = getopt.getopt(argv[1:opt_end_index], None,
LONG_OPTIONS
)
lint-hunks.py
21
LONG_OPTIONS
= ["help"]
65
opts, args = getopt.getopt(argv[1:], SHORT_OPTIONS,
LONG_OPTIONS
)
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/
all_builds.py
7
LONG_OPTIONS
= ["shard=", "shards="]
41
o, _ = getopt.getopt(argv[1:opt_end_index], None,
LONG_OPTIONS
)
lint-hunks.py
21
LONG_OPTIONS
= ["help"]
65
opts, args = getopt.getopt(argv[1:], SHORT_OPTIONS,
LONG_OPTIONS
)
/frameworks/base/libs/hwui/tests/macrobench/
main.cpp
136
static const struct option
LONG_OPTIONS
[] = {
159
c = getopt_long(argc, argv, SHORT_OPTIONS,
LONG_OPTIONS
, &option_index);
167
// (although none of the current
LONG_OPTIONS
do this...)
Completed in 219 milliseconds