/external/libvpx/libvpx/ |
vpxdec.c | 495 int stop_after = 0, postproc = 0, summary = 0, quiet = 1; local 576 quiet = 0; 729 if (!quiet)
|
vpxenc.c | 203 static const arg_def_t quietarg = ARG_DEF("q", "quiet", 0, 699 global->quiet = 1; [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
vpxdec.c | 495 int stop_after = 0, postproc = 0, summary = 0, quiet = 1; local 576 quiet = 0; 729 if (!quiet)
|
vpxenc.c | 203 static const arg_def_t quietarg = ARG_DEF("q", "quiet", 0, 699 global->quiet = 1; [all...] |
/external/fdlibm/ |
configure | 502 -q | -quiet | --quiet | --quie | --qui | --qu | --q \ 756 -q, --quiet, --silent do not print \`checking...' messages 991 -q | -quiet | --quiet | --quie | --qui | --qu | --q \ [all...] |
/external/chromium_org/third_party/lcov/bin/ |
lcov | 157 our $quiet = ""; # If set, suppress information messages 271 "quiet|q" => \$quiet, 501 -q, --quiet Do not print progress messages 813 if ($quiet) 815 @param = (@param, "--quiet"); 1043 if (!$quiet) { 1315 # Use printf to write PRINTF_PARAMETER to stdout only when the $quiet flag 1321 if (!$quiet) [all...] |
geninfo | 215 our $quiet; 344 "quiet|q" => \$quiet, 573 -q, --quiet Do not print progress messages [all...] |
/external/chromium_org/third_party/libvpx/source/libvpx/ |
vpxenc.c | 167 static const arg_def_t quietarg = ARG_DEF("q", "quiet", 0, [all...] |
vpxdec.c | 710 int stop_after = 0, postproc = 0, summary = 0, quiet = 1; local 810 quiet = 0; 969 if (!quiet) [all...] |
/external/chromium_org/v8/tools/ |
ll_prof.py | 883 parser.add_option("--quiet", "-q", 898 if not options.quiet: 937 if not options.quiet: [all...] |
/external/nanopb-c/generator/ |
nanopb_generator.py | [all...] |
/external/chromium_org/third_party/devscripts/ |
licensecheck.pl | 53 Default is to be quiet.
|
/external/iptables/libxtables/ |
xtables.c | 337 int xtables_insmod(const char *modname, const char *modprobe, bool quiet) 361 if (quiet) { 403 int xtables_load_ko(const char *modprobe, bool quiet) 416 ret = xtables_insmod(afinfo->kmod, modprobe, quiet); [all...] |
/external/chromium_org/ui/file_manager/file_manager/background/js/ |
progress_center.js | 131 priority: (item.state === ProgressItemState.ERROR || !item.quiet) ? 0 : -1
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/ |
builtin-record.c | 583 if (quiet || signr == SIGUSR1) 899 OPT_BOOLEAN('q', "quiet", &quiet, "don't print any message"),
|
/external/lldb/examples/python/ |
gdbremote.py | 229 parser.add_option('-q', '--quiet', action='store_true', dest='quiet', help='display verbose debug info', default=False) [all...] |
/external/owasp/sanitizer/tools/findbugs/lib/ |
findbugs-ant.jar | |
/external/valgrind/main/none/tests/ |
cmdline1.stdout.exp | 10 -q --quiet run silently; only print error msgs
|
/external/iputils/ninfod/ |
configure | 962 -q | -quiet | --quiet | --quie | --qui | --qu | --q \ [all...] |
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/ |
pep8.py | [all...] |
/external/pcre/dist/ |
pcregrep.c | 196 static BOOL quiet = FALSE; variable 369 { OP_NODATA, 'q', NULL, "quiet", "suppress output, just set return code" }, [all...] |
/bionic/libc/kernel/uapi/linux/ |
cdrom.h | 207 int quiet; member in struct:cdrom_generic_command
|
/development/ndk/platforms/android-3/include/linux/ |
cdrom.h | 189 int quiet; member in struct:cdrom_generic_command
|
/development/ndk/platforms/android-L/include/linux/ |
cdrom.h | 207 int quiet; member in struct:cdrom_generic_command
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/views/ |
printing.py | 49 optparse.make_option('-q', '--quiet', action='store_true', default=False, 417 if not self._options.quiet:
|