HomeSort by relevance Sort by last modified time
    Searched refs:quiet (Results 1 - 25 of 906) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/elfutils/tests/
run-elflint-self.sh 21 testrun_on_self ${abs_top_builddir}/src/elflint --quiet --gnu-ld
  /dalvik/libdex/
CmdUtils.h 59 * If "quiet" is set, don't report common errors.
64 MemMapping* pMap, bool quiet);
71 const char* outFileName, bool quiet);
CmdUtils.cpp 36 * If "quiet" is set, don't report common errors.
39 const char* outFileName, bool quiet)
49 if (!quiet) {
68 if (!quiet) {
106 * If "quiet" is set, don't report common errors.
111 MemMapping* pMap, bool quiet)
120 if (!quiet) {
153 result = dexUnzipToFile(fileName, tempFileName, quiet);
160 if (!quiet) {
164 if (!quiet && result == kUTFRNoClassesDex)
    [all...]
  /external/curl/docs/cmdline-opts/
silent.d 6 Silent or quiet mode. Don't show progress meter or error messages. Makes Curl
  /external/kmod/testsuite/rootfs-pristine/test-modprobe/install-cmd-loop/etc/modprobe.d/
dumb-instal-loop.conf 1 install mod-loop-b $MODPROBE --ignore-install mod-loop-b && { $MODPROBE --quiet mod-loop-a ; }
  /external/valgrind/helgrind/tests/
free_is_write.c 22 int quiet; local
26 quiet = argc > 1;
29 if (0 && !quiet)
  /external/dtc/pylibfdt/
libfdt.i 82 # QUIET_ALL can be passed as the 'quiet' parameter to avoid exceptions
86 # Pass this as the 'quiet' parameter to return -ENOTFOUND on NOTFOUND errors,
110 def check_err(val, quiet=()):
117 quiet: Errors to ignore (empty to raise on all errors)
126 if -val not in quiet:
130 def check_err_null(val, quiet=()):
138 quiet: Errors to ignore (empty to raise on all errors)
145 is not in @quiet.
150 if -val not in quiet:
166 behaviour a 'quiet' parameter is provided for some functions. Thi
    [all...]
  /external/python/cpython3/Lib/
compileall.py 27 def _walk_dir(dir, ddir=None, maxlevels=10, quiet=0):
28 if quiet < 2 and isinstance(dir, os.PathLike):
30 if not quiet:
35 if quiet < 2:
52 maxlevels=maxlevels - 1, quiet=quiet)
55 quiet=0, legacy=False, optimize=-1, workers=1):
65 quiet: full output with False or 0, errors only with 1,
74 files = _walk_dir(dir, quiet=quiet, maxlevels=maxlevels
    [all...]
  /external/libcap/progs/old/
setpcaps.c 32 static int read_caps(int quiet, const char *filename, char *buffer)
36 if (!quiet) {
67 int retval, quiet=0; local
79 quiet = 1;
83 retval = read_caps(quiet, *argv, buffer);
  /external/syslinux/com32/lib/
makeerrlist.pl 22 print STDERR "opening $file\n" unless ( $quiet );
48 print STDERR "$error ($errno) => \"$msg\"\n" unless ( $quiet );
60 print STDERR "closing $file\n" unless ( $quiet );
64 $quiet = defined($v) ? !$v : 0;
68 $quiet = 1;
  /frameworks/native/opengl/libs/EGL/
egl_tls.h 42 const char* caller, int line, EGLint error, bool quiet);
56 int line, EGLint error, T returnValue, bool quiet = false) {
57 setErrorEtcImpl(caller, line, error, quiet);
  /external/e2fsprogs/misc/
mke2fs.h 15 extern int quiet;
  /external/iproute2/include/
xt-internal.h 50 extern int xtables_insmod(const char *modname, const char *modprobe, int quiet);
51 extern int load_xtables_ko(const char *modprobe, int quiet);
  /frameworks/base/tools/bit/
make.h 34 string get_build_var(const string& name, bool quiet);
46 map<string,Module>* modules, bool quiet);
  /external/libnl/src/
nl-class-delete.c 16 static int quiet = 0, default_yes = 0, deleted = 0, interactive = 0; variable
27 " -q, --quiet Do not print informal notifications.\n"
60 if (!quiet) {
89 { "quiet", 0, 0, 'q' },
107 case 'q': quiet = 1; break;
124 if (!quiet)
nl-neigh-delete.c 16 static int quiet = 0, default_yes = 0, deleted = 0, interactive = 0; variable
27 " -q, --quiet Do not print informal notifications\n"
58 if (!quiet) {
87 { "quiet", 0, 0, 'q' },
105 case 'q': quiet = 1; break;
118 if (!quiet)
  /external/selinux/policycoreutils/load_policy/
load_policy.c 28 int ret, opt, quiet = 0, nargs, init=0, enforce=0; local
43 quiet = 1;
57 if (nargs >= 1 && !quiet) {
62 if (nargs == 2 && ! quiet) {
  /toolchain/binutils/binutils-2.27/libiberty/
copysign.c 22 unsigned int quiet:1; member in struct:__anon4980::__anon4982
68 unsigned int quiet:1; member in struct:__anon4984::__anon4986
99 unsigned int quiet:1; member in struct:__anon4988::__anon4990
123 unsigned int quiet:1; member in struct:__anon4991::__anon4993
  /external/libcap/progs/
setcap.c 27 static int read_caps(int quiet, const char *filename, char *buffer)
31 if (!quiet) {
63 int retval, quiet=0, verify=0; local
82 quiet = 1;
94 retval = read_caps(quiet, *argv, buffer);
141 if (!quiet) {
149 if (!quiet) {
  /external/libxml2/
testSAX.c 59 static int quiet = 0; variable
259 if (quiet)
277 if (quiet)
295 if (quiet)
312 if (quiet)
336 if (quiet)
367 if (quiet)
402 if (quiet)
421 if (quiet)
452 if (quiet)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
compileall.py 22 force=0, rx=None, quiet=0):
32 quiet: if 1, be quiet during compilation
34 if not quiet:
50 if not compile_file(fullname, ddir, force, rx, quiet):
57 quiet):
61 def compile_file(fullname, ddir=None, force=0, rx=None, quiet=0):
70 quiet: if 1, be quiet during compilation
96 if not quiet:
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
compileall.py 22 force=0, rx=None, quiet=0):
32 quiet: if 1, be quiet during compilation
34 if not quiet:
50 if not compile_file(fullname, ddir, force, rx, quiet):
57 quiet):
61 def compile_file(fullname, ddir=None, force=0, rx=None, quiet=0):
70 quiet: if 1, be quiet during compilation
96 if not quiet:
    [all...]
  /external/python/cpython2/Lib/
compileall.py 22 force=0, rx=None, quiet=0):
32 quiet: if 1, be quiet during compilation
34 if not quiet:
50 if not compile_file(fullname, ddir, force, rx, quiet):
57 quiet):
61 def compile_file(fullname, ddir=None, force=0, rx=None, quiet=0):
70 quiet: if 1, be quiet during compilation
96 if not quiet
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
compileall.py 22 force=0, rx=None, quiet=0):
32 quiet: if 1, be quiet during compilation
34 if not quiet:
52 if not compile_file(fullname, ddir, force, rx, quiet):
59 quiet):
63 def compile_file(fullname, ddir=None, force=0, rx=None, quiet=0):
72 quiet: if 1, be quiet during compilation
98 if not quiet
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
compileall.py 22 force=0, rx=None, quiet=0):
32 quiet: if 1, be quiet during compilation
34 if not quiet:
52 if not compile_file(fullname, ddir, force, rx, quiet):
59 quiet):
63 def compile_file(fullname, ddir=None, force=0, rx=None, quiet=0):
72 quiet: if 1, be quiet during compilation
98 if not quiet
    [all...]

Completed in 1045 milliseconds

1 2 3 4 5 6 7 8 91011>>