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

1 2 3 4 5 6 7 8 9

  /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/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 43 const char* caller, int line, EGLint error, bool quiet);
57 int line, EGLint error, T returnValue, bool quiet = false) {
58 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 30 bool quiet; member in struct:__anon43828
  /system/media/camera/docs/
metadata-parser-sanity-check 33 tidy -indent -xml -quiet $thisdir/metadata_properties.xml > $tmp_tidy1
34 tidy -indent -xml -quiet $tmp_out > $tmp_tidy2
  /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/libvpx/libvpx/build/make/
Makefile 13 quiet?=true macro
77 quiet:=$(if $(verbose),,yes) macro
78 qexec=$(if $(quiet),@)
107 $(if $(quiet),@echo " [DEP] $@")
112 $(if $(quiet),@echo " [CC] $@")
116 $(if $(quiet),@echo " [DEP] $@")
121 $(if $(quiet),@echo " [CXX] $@")
125 $(if $(quiet),@echo " [DEP] $@")
131 $(if $(quiet),@echo " [AS] $@")
135 $(if $(quiet),@echo " [DEP] $@"
    [all...]
  /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/eigen/bench/btl/generic_bench/utils/
xy_file.hh 29 std::vector<double> & tab_mflops, bool quiet = false)
35 if (!quiet) {
  /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/linux-tools-perf/util/
debug.h 9 extern bool quiet, dump_trace;
  /external/skia/tools/
rebaseline.py 71 cmd = [ 'svn', 'add', '--quiet', outfilename ]
73 cmd = [ 'svn', 'propset', '--quiet', 'svn:mime-type', 'image/png', outfilename ];
  /hardware/ti/omap4xxx/domx/mm_osal/
Android.mk 24 LOCAL_CFLAGS += -DTIMM_OSAL_DEBUG_TRACE_DETAIL=1 # quiet
  /external/valgrind/main/drd/tests/
circular_buffer.c 51 static int quiet = 0; variable
117 if (! quiet)
140 if (! quiet)
172 if (! quiet)
198 quiet = 1;
  /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 579 milliseconds

1 2 3 4 5 6 7 8 9