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

1 2 3 4 5 6

  /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) {
69 if (!quiet) {
107 * If "quiet" is set, don't report common errors.
112 MemMapping* pMap, bool quiet)
121 if (!quiet) {
154 result = dexUnzipToFile(fileName, tempFileName, quiet);
161 if (!quiet) {
165 if (!quiet && result == kUTFRNoClassesDex)
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/tool/steps/
update.py 39 Options.quiet,
46 self._tool.executive.run_and_throw_if_fail(self._tool.port().update_webkit_command(), quiet=self._options.quiet)
build.py 39 Options.quiet,
44 self._tool.executive.run_and_throw_if_fail(self._tool.port().build_webkit_command(build_style=build_style), self._options.quiet)
runtests.py 42 Options.quiet,
58 self._tool.executive.run_and_throw_if_fail(javascriptcore_tests_command, quiet=True)
68 if self._options.quiet:
69 args.append("--quiet")
preparechangelog.py 42 Options.quiet,
77 self._tool.executive.run_and_throw_if_fail(args, self._options.quiet)
  /external/valgrind/main/drd/tests/
read_after_free.c 24 int quiet; local
27 quiet = argc > 1;
30 if (!quiet)
40 if (!quiet)
circular_buffer.c 51 static int quiet = 0; variable
111 if (! quiet)
134 if (! quiet)
166 if (! quiet)
192 quiet = 1;
  /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);
  /external/webkit/Tools/Scripts/
update-webkit 47 my $quiet = '';
59 'q|quiet' => \$quiet,
68 -q|--quiet pass -q to svn update for quiet updates
78 push @svnOptions, '-q' if $quiet;
83 print "Updating OpenSource\n" unless $quiet;
89 print "Updating Internal\n" unless $quiet;
  /external/dropbear/debian/
dropbear.init 34 start-stop-daemon --start --quiet --pidfile /var/run/"$NAME".pid \
41 start-stop-daemon --stop --quiet --oknodo --pidfile /var/run/"$NAME".pid
47 start-stop-daemon --stop --quiet --oknodo --pidfile /var/run/"$NAME".pid
49 start-stop-daemon --start --quiet --pidfile /var/run/"$NAME".pid \
  /external/fsck_msdos/
check.c 67 int quiet = 0; local
71 if (!quiet)
79 else if (!quiet)
82 } else if (!quiet)
106 if (!quiet) {
141 if (!quiet)
151 if (!quiet)
166 if (!quiet)
  /frameworks/base/opengl/libs/EGL/
egl_tls.h 45 const char* caller, int line, EGLint error, bool quiet);
59 int line, EGLint error, T returnValue, bool quiet = false) {
60 setErrorEtcImpl(caller, line, error, quiet);
  /external/grub/util/
mbchk.c 27 static int quiet = 0; variable
33 {"quiet", no_argument, 0, 'q'},
46 "-q, --quiet suppress all normal output\n"
85 if (! quiet)
107 if (! quiet)
178 if (! quiet)
207 quiet = 1;
  /external/libvpx/build/make/
Makefile 13 quiet?=true macro
74 quiet:=$(if $(verbose),,yes) macro
75 qexec=$(if $(quiet),@)
99 $(if $(quiet),@echo " [DEP] $@")
104 $(if $(quiet),@echo " [CC] $@")
108 $(if $(quiet),@echo " [DEP] $@")
114 $(if $(quiet),@echo " [AS] $@")
118 $(if $(quiet),@echo " [DEP] $@")
124 $(if $(quiet),@echo " [AS] $@")
129 $(if $(quiet),@echo " [ASM CONVERSION] $@"
    [all...]
  /external/bluetooth/bluez/tools/
avctrl.c 177 "\t-q, --quiet Don't display any messages\n"
188 { "quiet", 0, 0, 'q' },
195 int i, opt, num, quiet = 0; local
200 quiet = 1;
223 if (!quiet)
232 if (!quiet)
239 if (!quiet)
242 if (!quiet)
dfubabel.c 150 "\t-q, --quiet Don't display any messages\n"
156 { "quiet", 0, 0, 'q' },
163 int i, opt, num, quiet = 0; local
168 quiet = 1;
186 if (!quiet)
195 if (!quiet)
202 if (!quiet)
205 if (!quiet)
  /hardware/ti/omap4xxx/domx/mm_osal/
Android.mk 24 LOCAL_CFLAGS += -DTIMM_OSAL_DEBUG_TRACE_DETAIL=1 # quiet
  /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)
450 int timeout = 0, quiet = 0, drop_privs = 0; local
480 quiet++;
576 if (!quiet)
    [all...]
  /external/webkit/Tools/CygwinDownloader/
cygwin-downloader.py 10 quiet = len(sys.argv) > 1 and "--quiet" in set(sys.argv[1:]) variable
17 if quiet or random.random() > 0.5:
23 if not quiet:
30 if not quiet:
  /external/webkit/Tools/Scripts/webkitpy/tool/commands/
commandtest.py 45 options.quiet = True
stepsequence.py 54 steps.Options.quiet,
78 if not options.quiet:
  /external/dhcpcd/
config.mk 17 SERVICEEXISTS= /usr/sbin/invoke-rc.d --query --quiet $$1 start >/dev/null 2>\&1 || [ $$? = 104 ]
  /external/expat/amiga/
Makefile 62 -delete lib/#?.o quiet
63 -delete libs/#?.o quiet
66 copy libs/xmlwf $(tooldir) quiet
67 copy /lib/expat.h /lib/expat_external.h $(staticincludedir) quiet
68 copy lib/libexpat.a $(staticlibdir) quiet
69 copy libs/expat.library $(sharedlibdir) quiet
70 copy include $(sharedincludedir) quiet all
  /external/icu4c/test/threadtest/
threadtest.cpp 156 bool quiet; member in struct:RunInfo
217 gRunInfo.quiet = false; // Set up defaults for run.
228 if (strcmp(argv[argnum], "-quiet") == 0)
229 gRunInfo.quiet = true;
288 fprintf(stderr, "usage: threadtest [-threads nnn] [-time nnn] [-quiet] [-verbose] test-name\n"
289 " -quiet Suppress periodic status display. \n"
439 if (gRunInfo.quiet == false && gRunInfo.verbose == false)
487 if (gRunInfo.quiet == false && gRunInfo.verbose == false) {

Completed in 428 milliseconds

1 2 3 4 5 6