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

1 2 3 4 5 6 7 8

  /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/valgrind/main/helgrind/tests/
free_is_write.c 22 int quiet; local
26 quiet = argc > 1;
29 if (0 && !quiet)
  /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")
  /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
117 if (! quiet)
140 if (! quiet)
172 if (! quiet)
198 quiet = 1;
  /external/openssh/
sshtty.c 57 leave_raw_mode(int quiet)
62 if (!quiet)
69 enter_raw_mode(int quiet)
74 if (!quiet)
92 if (!quiet)
  /frameworks/native/opengl/libs/EGL/
egl_tls.h 44 const char* caller, int line, EGLint error, bool quiet);
58 int line, EGLint error, T returnValue, bool quiet = false) {
59 setErrorEtcImpl(caller, line, error, 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);
  /system/core/debuggerd/
tombstone.h 29 bool dump_sibling_threads, bool quiet, bool* detach_failed, int* total_sleep_time_usec);
utility.h 28 bool quiet; member in struct:__anon36398
  /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)
  /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)
  /external/linux-tools-perf/util/
debug.h 9 extern bool quiet, dump_trace;
  /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

Completed in 542 milliseconds

1 2 3 4 5 6 7 8