/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/ |
lint-hunks.py | 21 LONG_OPTIONS = ["help"] 65 opts, args = getopt.getopt(argv[1:], SHORT_OPTIONS, LONG_OPTIONS)
|
/system/extras/tests/suspend_stress/ |
suspend_stress.cpp | 57 const static struct option long_options[] = { local 62 int c = getopt_long(argc, argv, "ac:t:", long_options, NULL);
|
/system/core/bootstat/ |
bootstat.cpp | 292 static const struct option long_options[] = { local 304 while ((opt = getopt_long(argc, argv, "hlpr:", long_options, &option_index)) != -1) { 308 const std::string option_name = long_options[option_index].name;
|
/external/avahi/avahi-utils/ |
avahi-resolve.c | 173 static const struct option long_options[] = { local 188 while ((o = getopt_long(argc, argv, "hVnav46", long_options, NULL)) >= 0) {
|
avahi-publish.c | 239 static const struct option long_options[] = { local 261 while ((o = getopt_long(argc, argv, "hVsavRd:H:f", long_options, NULL)) >= 0) {
|
/external/libmicrohttpd/src/examples/ |
mhd2spdy.c | 260 struct option long_options[] = { local 271 getopt_ret = getopt_long( argc, argv, "p:b:vos", long_options, &option_index);
|
/external/selinux/checkpolicy/ |
checkmodule.c | 154 struct option long_options[] = { local 165 while ((ch = getopt_long(argc, argv, "ho:bVU:mMC", long_options, NULL)) != -1) {
|
/external/tlsdate/src/ |
tlsdate.c | 135 static struct option long_options[] = local 154 long_options, &option_index);
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
getopt.py | 52 """getopt(args, options[, long_options]) -> opts, args 95 """getopt(args, options[, long_options]) -> opts, args
|
/prebuilts/gdb/linux-x86/lib/python2.7/ |
getopt.py | 52 """getopt(args, options[, long_options]) -> opts, args 95 """getopt(args, options[, long_options]) -> opts, args
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
getopt.py | 52 """getopt(args, options[, long_options]) -> opts, args 95 """getopt(args, options[, long_options]) -> opts, args
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
getopt.py | 52 """getopt(args, options[, long_options]) -> opts, args 95 """getopt(args, options[, long_options]) -> opts, args
|
/system/core/logcat/ |
logcat.cpp | 578 static const struct option long_options[] = { local 607 long_options, &option_index); 616 if (long_options[option_index].name == pid_str) { 620 long_options[option_index].name, optarg); 624 if (long_options[option_index].name == wrap_str) { 632 long_options[option_index].name, optarg); 637 long_options[option_index].name, 642 if (long_options[option_index].name == print_str) { [all...] |
/system/extras/verity/ |
build_verity_tree.cpp | 137 const static struct option long_options[] = { local 146 int c = getopt_long(argc, argv, "a:A:hSs:v", long_options, NULL);
|
/system/sepolicy/tools/ |
sepolicy-check.c | 242 struct option long_options[] = { local 251 while ((ch = getopt_long(argc, argv, "s:t:c:p:P:", long_options, NULL)) != -1) {
|
/toolchain/binutils/binutils-2.25/binutils/ |
cxxfilt.c | 35 static const struct option long_options[] = variable in typeref:struct:option 182 while ((c = getopt_long (argc, argv, "_hinps:tv", long_options, (int *) 0)) != EOF)
|
/frameworks/native/cmds/atrace/ |
atrace.cpp | 1017 static struct option long_options[] = { local [all...] |
/frameworks/native/cmds/flatland/ |
Main.cpp | 745 static struct option long_options[] = { local 751 long_options, &option_index); 767 if (strcmp(long_options[option_index].name, "help")) {
|
/external/autotest/client/site_tests/camera_V4L2/src/ |
media_v4l2_unittest.cc | 245 static const struct option long_options[] = { variable in typeref:struct:option 258 int32_t c = getopt_long(argc, argv, short_options, long_options, &index);
|
/external/autotest/client/tests/signaltest/src/ |
signaltest.c | 235 static struct option long_options[] = { local 247 long_options, &option_index);
|
/external/bison/m4/ |
getopt.m4 | 318 [[static const struct option long_options[] = 333 if (getopt_long (2, argv, "", long_options, &option_index) != 1003)
|
/external/rmi4utils/rmihidtool/ |
main.cpp | 208 static struct option long_options[] = { local 236 while ((opt = getopt_long(argc, argv, RMI4UPDATE_GETOPTS, long_options, &index)) != -1) {
|
/ndk/sources/host-tools/ndk-stack/binutils/ |
addr2line.c | 54 static struct option long_options[] = variable in typeref:struct:option 425 while ((c = getopt_long (argc, argv, "ab:Ce:sfHhij:pVv", long_options, (int *) 0))
|
/system/bt/tools/bdtool/ |
bdtool.c | 50 static struct option long_options[] = { variable in typeref:struct:option 279 int c = getopt_long_only(argc, argv, "", long_options, &option_index);
|
/system/extras/taskstats/ |
taskstats.c | 261 const struct option long_options[] = { local 271 int option_char = getopt_long_only(argc, argv, "", long_options,
|