Home
last modified time | relevance | path

Searched refs:silent (Results 1 – 25 of 241) sorted by relevance

12345678910

/external/valgrind/drd/tests/
Dbug-235681.c16 int silent; variable
22 if (!silent) in run_fn()
29 if (!silent) in run_fn()
33 if (!silent) in run_fn()
36 if (!silent) in run_fn()
42 if (!silent) in run_fn()
54 silent = 1; in main()
67 if (!silent) in main()
75 if (!silent) in main()
85 if (!silent) in main()
Domp_printf.c24 int silent = 0; in main() local
35 case 'q': silent = 1; break; in main()
56 if (! silent) in main()
Domp_prime.c40 int silent = 0; in main() local
52 silent = 1; in main()
100 if (! silent) in main()
Domp_matinv.c290 int silent = 0; in main() local
302 case 'q': silent = 1; break; in main()
332 if (! silent) in main()
/external/autotest/contrib/
Dmove_cq_hosts.sh10 function silent() { function
49 silent create_labels $LABELS
50 silent create_platform $PLATFORM
53 silent remove_host $host
/external/emma/core/res/com/vladium/emma/data/
Dmerge_usage.res28 excludes {'silent', 'quiet', 'debug'},
33 excludes {'silent', 'verbose', 'debug'},
36 'silent':
44 excludes {'verbose', 'quiet', 'silent'},
/external/emma/core/res/com/vladium/emma/report/
Dreport_usage.res33 excludes {'silent', 'quiet', 'debug'},
38 excludes {'silent', 'verbose', 'debug'},
41 'silent':
49 excludes {'verbose', 'quiet', 'silent'},
/external/e2fsprogs/misc/
Dchattr.c68 static int silent; variable
144 silent = 1; in decode_arg()
198 if (!silent) in change_attributes()
205 if (!silent) in change_attributes()
231 if (!silent) { in change_attributes()
243 if (!silent) in change_attributes()
/external/emma/core/res/com/vladium/emma/instr/
Dinstr_usage.res48 excludes {'silent', 'quiet', 'debug'},
53 excludes {'silent', 'verbose', 'debug'},
56 'silent':
64 excludes {'verbose', 'quiet', 'silent'},
/external/chromium-trace/catapult/third_party/webapp2/webapp2_extras/
Dauth.py135 def get_user_by_auth_password(self, auth_id, password, silent=False): argument
153 if not silent:
261 def validate_password(self, auth_id, password, silent=False): argument
278 return self.get_user_by_auth_password(auth_id, password, silent=silent)
436 save_session=True, silent=False): argument
459 silent=silent)
/external/dng_sdk/source/
Ddng_exceptions.cpp78 bool silent) in Throw_dng_error() argument
186 if (message && !silent) in Throw_dng_error()
197 (void) silent; in Throw_dng_error()
Ddng_exceptions.h86 bool silent = false);
206 inline void ThrowOpenFile (const char * sub_message = NULL, bool silent = false)
209 Throw_dng_error (dng_error_open_file, NULL, sub_message, silent);
/external/emma/core/res/com/vladium/emma/
Drun_usage.res64 excludes {'silent', 'quiet', 'debug'},
69 excludes {'silent', 'verbose', 'debug'},
72 'silent':
80 excludes {'verbose', 'quiet', 'silent'},
/external/libxml2/xstc/
Dxstc.py117 if not options.silent:
184 if not options.silent:
218 if (not options.silent) and (self.group.descr is not None):
226 if not options.silent:
232 if not options.silent:
239 if not options.silent:
246 if not options.silent:
253 if not options.silent:
260 if not options.silent:
267 if not options.silent:
[all …]
/external/libchrome/base/debug/
Ddebugger.cc15 bool WaitForDebugger(int wait_seconds, bool silent) { in WaitForDebugger() argument
24 if (!silent) in WaitForDebugger()
Ddebugger.h19 BASE_EXPORT bool WaitForDebugger(int wait_seconds, bool silent);
/external/autotest/client/tests/tsc/src/
Dchecktsc.c20 int silent = 0; variable
232 if (!silent) in tsc_delta()
347 ++silent; in main()
380 if (!silent) { in main()
/external/libpng/contrib/libtests/
Dtarith.c773 int i, silent=0, onlygamma=0; in validation_gamma() local
778 silent = 1; in validation_gamma()
807 if (!silent) in validation_gamma()
830 if (!silent) in validation_gamma()
849 if (!silent) in validation_gamma()
867 if (!silent) in validation_gamma()
885 if (!silent) in validation_gamma()
896 if (!silent) in validation_gamma()
915 if (!silent) in validation_gamma()
934 if (!silent) in validation_gamma()
/external/bzip2/
Dbzgrep42 silent=0
48 *h*) silent=1
/external/selinux/policycoreutils/scripts/
Dfixfiles46 grep " $i " /proc/self/mounts | awk '{print $4}' | egrep --silent '(^|,)seclabel(,|$)' && echo $i
48 …grep " $i " /proc/self/mounts | grep -v "context=" | egrep --silent '(ext[234]| ext4dev | gfs2 | x…
56 grep " $i " /proc/self/mounts | awk '{print $4}' | egrep --silent '(^|,)rw(,|$)' && echo $i
63 grep " $i " /proc/self/mounts | awk '{print $4}' | egrep --silent '(^|,)ro(,|$)' && echo $i
/external/jsoncpp/
Ddoxybuild.py84 options.silent = True
116 ok = run_doxygen( options.doxygen_path, 'doc/doxyfile', 'doc', is_silent=options.silent )
117 if not options.silent:
/external/autotest/site_utils/
Dadd_detected_host_labels.py112 if options.silent and options.info_only:
118 if options.silent:
/external/libedit/src/
Dterminal.c1467 int verbose = 0, silent = 0; in terminal_echotc() local
1486 silent = 1; in terminal_echotc()
1536 if (!silent) in terminal_echotc()
1579 if (!silent) in terminal_echotc()
1590 if (!silent) in terminal_echotc()
1598 if (!silent) in terminal_echotc()
1607 if (!silent) in terminal_echotc()
1625 if (!silent) in terminal_echotc()
1632 if (!silent) in terminal_echotc()
1641 if (!silent) in terminal_echotc()
[all …]
/external/curl/m4/
Dcurl-compilers.m483 CURL_CHECK_DEF([__clang__], [], [silent])
116 CURL_CHECK_DEF([__DECC], [], [silent])
117 CURL_CHECK_DEF([__DECC_VER], [], [silent])
142 CURL_CHECK_DEF([__GNUC__], [], [silent])
164 CURL_CHECK_DEF([_WIN32], [], [silent])
177 CURL_CHECK_DEF([__HP_cc], [], [silent])
199 CURL_CHECK_DEF([__IBMC__], [], [silent])
230 CURL_CHECK_DEF([__INTEL_COMPILER], [], [silent])
234 CURL_CHECK_DEF([__unix__], [], [silent])
271 CURL_CHECK_DEF([__LCC__], [], [silent])
[all …]
/external/valgrind/memcheck/tests/
Dnoisy_child.vgtest2 vgopts: --child-silent-after-fork=yes

12345678910