/external/e2fsprogs/misc/ |
uuidd.c | 229 int debug, int timeout, int quiet) 244 if (!quiet) 261 if (!quiet) 268 if (!quiet) 276 if (!quiet) 304 if (!quiet) 313 if (!quiet) 453 int timeout = 0, quiet = 0, drop_privs = 0; local 484 quiet++; 582 if (!quiet) [all...] |
/external/nanohttpd/webserver/src/main/java/fi/iki/elonen/ |
SimpleWebServer.java | 104 boolean quiet = false; 114 } else if (args[i].equalsIgnoreCase("-q") || args[i].equalsIgnoreCase("--quiet")) { 115 quiet = true; 141 options.put("quiet", String.valueOf(quiet)); 158 if (!quiet) { 171 ServerRunner.executeInstance(new SimpleWebServer(host, port, rootDirs, quiet, cors)); 193 private final boolean quiet; field in class:SimpleWebServer 199 public SimpleWebServer(String host, int port, File wwwroot, boolean quiet, String cors) { 200 this(host, port, Collections.singletonList(wwwroot), quiet, cors) [all...] |
/external/selinux/policycoreutils/setfiles/ |
restore.h | 41 int quiet; member in struct:restore_opts
|
/external/skia/tools/ |
gpuveto.cpp | 14 DEFINE_bool2(quiet, q, false, "quiet");
|
/external/valgrind/solaris/ |
build_solaris_package | 61 svn export --quiet --ignore-externals $source_directory $SRCDIR \ 64 svn export --quiet --ignore-externals $source_directory/VEX $SRCDIR/VEX \ 112 make --quiet > $TMPDIR/make.log 119 make --quiet install DESTDIR=$INSTALLDIR > $TMPDIR/make-install.log
|
/build/core/ |
dex_preopt.mk | 50 $(hide) zip --quiet --delete $(1) classes.dex; \ 52 while zip --quiet --delete $(1) classes$${dex_index}.dex > /dev/null; do \
|
/external/autotest/client/tests/signaltest/src/ |
signaltest.c | 215 "-q --quiet print only a summary on exit\n" 226 static int quiet; variable 240 {"quiet", no_argument, NULL, 'q'}, 254 case 'q': quiet = 1; break; 296 if (quiet != 1) { 389 if (!verbose && !quiet) { 404 if (!verbose && !quiet) 411 if (quiet) 412 quiet = 2; 418 if (quiet) [all...] |
/external/dagger2/util/ |
generate-latest-docs.sh | 12 git clone --quiet --branch=gh-pages https://${GH_TOKEN}@github.com/google/dagger gh-pages > /dev/null
|
/external/libxml2/ |
check-relaxng-test-suite2.py | 13 quiet = 1 variable 344 if quiet == 0: 351 if quiet == 0: 394 if quiet == 0: 398 if quiet == 0: 400 if quiet == 0 or nb_schemas_failed != 0: 403 if quiet == 0 or nb_instances_failed != 0: 414 if quiet == 0:
|
/external/ImageMagick/Magick++/lib/ |
Pixels.cpp | 28 ThrowPPException(image_.quiet()); 48 ThrowPPException(_image.quiet()); 64 ThrowPPException(_image.quiet()); 87 ThrowPPException(_image.quiet()); 96 ThrowPPException(_image.quiet()); 198 ThrowPPException(image_.quiet());
|
/external/gemmlowp/test/ |
correctness_meta_gemm.cc | 59 bool quiet = true; variable 88 if (!quiet) { 96 if (!quiet) { 106 if (!quiet) { 133 if (!quiet) { 141 if (!quiet) { 151 if (!quiet) {
|
/external/fonttools/Lib/fontTools/misc/ |
xmlReader.py | 16 def __init__(self, fileName, ttFont, progress=None, quiet=False): 20 self.quiet = quiet 67 subReader = XMLReader(subFile, self.ttFont, self.progress, self.quiet) 78 if not self.quiet:
|
/external/libjpeg-turbo/java/ |
TJBench.java | 37 static int flags = 0, quiet = 0, pf = TJ.PF_BGR, yuvpad = 1, warmup = 1; field in class:TJBench 203 if (quiet != 0) { 206 quiet == 2 ? "\n" : " "); 210 else if (quiet != 2) 242 if (quiet == 0) 287 if (quiet == 0) 307 if (quiet == 1) 357 if (quiet == 1) 359 if (quiet != 0) { 363 quiet == 2 ? "\n" : " ") [all...] |
/external/libjpeg-turbo/ |
tjbench.c | 48 int flags=TJFLAG_NOREALLOC, componly=0, decomponly=0, doyuv=0, quiet=0, variable 191 if(quiet) 195 quiet==2? "\n":" "); 200 else if(quiet!=2) printf("\n"); 234 if(!quiet) printf("Compression error written to %s.\n", tempstr); 293 if(!quiet) 321 if(quiet==1) 384 if(quiet==1) printf("%-5d %-5d ", tilew, tileh); 385 if(quiet) 390 1024), quiet==2? "\n":" ") [all...] |
/external/libvncserver/test/ |
tjbench.c | 47 int flags=0, decomponly=0, quiet=0, dotile=0, pf=TJPF_BGR; variable 139 if(quiet) 167 if(!quiet) printf("Compression error written to %s.\n", tempstr); 222 if(!quiet) 249 if(quiet==1) 285 if(quiet==1) printf("%-4d %-4d\t", tilew, tileh); 286 if(quiet) 290 quiet==2? '\n':'\t', 292 quiet==2? '\n':'\t'); 316 if(!quiet) printf("Reference image written to %s\n", tempstr) [all...] |
/external/llvm/utils/lit/lit/ |
LitConfig.py | 21 def __init__(self, progname, path, quiet, 29 self.quiet = bool(quiet)
|
/external/selinux/libselinux/utils/ |
matchpathcon.c | 75 int quiet = 0; local 141 quiet = 1; 163 if (quiet) {
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_compileall.py | 47 compileall.compile_dir(self.directory, force=False, quiet=True) 65 compileall.compile_file(self.source_path, force=False, quiet=True) 69 compileall.compile_dir(self.directory, force=False, quiet=True)
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_compileall.py | 47 compileall.compile_dir(self.directory, force=False, quiet=True) 65 compileall.compile_file(self.source_path, force=False, quiet=True) 69 compileall.compile_dir(self.directory, force=False, quiet=True)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_compileall.py | 47 compileall.compile_dir(self.directory, force=False, quiet=True) 65 compileall.compile_file(self.source_path, force=False, quiet=True) 69 compileall.compile_dir(self.directory, force=False, quiet=True)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_compileall.py | 47 compileall.compile_dir(self.directory, force=False, quiet=True) 65 compileall.compile_file(self.source_path, force=False, quiet=True) 69 compileall.compile_dir(self.directory, force=False, quiet=True)
|
/external/ImageMagick/Magick++/lib/Magick++/ |
STL.h | 877 void quiet(const bool quiet_); 878 bool quiet(void) const; [all...] |
/external/elfutils/src/ |
elfcmp.c | 70 { "quiet", 'q', NULL, 0, N_("Output nothing; yield exit status only"), 0 }, 110 static bool quiet; variable 148 if (quiet) 204 if (! quiet) 219 if (! quiet) 234 if (! quiet) 375 if (! quiet) 427 if (! quiet) 445 if (! quiet) 453 if (! quiet) [all...] |
/external/toybox/toys/other/ |
taskset.c | 46 static void do_taskset(pid_t pid, int quiet) 53 if (!quiet) {
|
/frameworks/native/opengl/libs/EGL/ |
egl_tls.cpp | 71 const char* caller, int line, EGLint error, bool quiet) { 75 if (!quiet) {
|