/external/autotest/client/common_lib/hosts/ |
D | repair_unittest.py | 319 for silent in [False, True]: 320 yield silent 324 def _check_log_records(self, silent, *record_data): argument 342 if not silent: 413 for silent in self._generate_silent(): 416 verifier._verify_host(self._fake_host, silent) 418 self._check_log_records(silent, ('pass', 'GOOD')) 435 for silent in self._generate_silent(): 439 verifier._verify_host(self._fake_host, silent) 442 self._check_log_records(silent, ('fail', 'FAIL')) [all …]
|
D | repair.py | 156 def _record(self, host, silent, status_code, *record_args): argument 172 if not silent: 176 def _record_good(self, host, silent): argument 183 self._record(host, silent, 'GOOD') 185 def _record_fail(self, host, silent, exc): argument 193 self._record(host, silent, 'FAIL', str(exc)) 195 def _verify_list(self, host, verifiers, silent): argument 221 v._verify_host(host, silent) 229 def _verify_dependencies(self, host, silent): argument 237 self._verify_list(host, self._dependency_list, silent) [all …]
|
/external/u-boot/scripts/kconfig/ |
D | Makefile | 22 silent := -s macro 29 $< $(silent) $(Kconfig) 32 $< $(silent) $(Kconfig) 35 $< $(silent) $(Kconfig) 38 $< $(silent) --oldaskconfig $(Kconfig) 41 $< $(silent) $(Kconfig) 47 $< $(silent) --$@ $(Kconfig) 56 $< $(silent) --oldconfig $(Kconfig); \ 60 $< $(silent) --oldconfig $(Kconfig); \ 93 $< $(silent) --$@ $(Kconfig) [all …]
|
/external/python/cpython2/Demo/scripts/ |
D | queens.py | 53 silent = 0 # If true, count solutions only variable in Queens 57 if self.silent: 72 silent = 0 75 silent = 1 80 q.silent = silent
|
/external/python/cpython3/Tools/demo/ |
D | queens.py | 53 silent = 0 # If true, count solutions only variable in Queens 57 if self.silent: 72 silent = 0 75 silent = 1 80 q.silent = silent
|
/external/e2fsprogs/misc/ |
D | chattr.c | 72 static int silent; variable 149 silent = 1; in decode_arg() 217 if (!silent) in change_attributes() 224 if (!silent) in change_attributes() 250 if (!silent) { in change_attributes() 262 if (!silent) in change_attributes() 273 if (!silent) in change_attributes()
|
/external/python/cpython2/Tools/scripts/ |
D | checkpyc.py | 11 silent = 0 17 silent = 1 19 if not silent: 27 if not silent:
|
/external/autotest/contrib/ |
D | move_cq_hosts.sh | 10 function silent() { function 49 silent create_labels $LABELS 50 silent create_platform $PLATFORM 53 silent remove_host $host
|
/external/python/cpython3/Tools/scripts/ |
D | checkpyc.py | 18 silent = (sys.argv[1] == '-s') 20 verbose = silent = False 22 if not silent: 30 if not silent:
|
/external/emma/core/res/com/vladium/emma/data/ |
D | merge_usage.res | 28 excludes {'silent', 'quiet', 'debug'}, 33 excludes {'silent', 'verbose', 'debug'}, 36 'silent': 44 excludes {'verbose', 'quiet', 'silent'},
|
/external/emma/core/res/com/vladium/emma/report/ |
D | report_usage.res | 33 excludes {'silent', 'quiet', 'debug'}, 38 excludes {'silent', 'verbose', 'debug'}, 41 'silent': 49 excludes {'verbose', 'quiet', 'silent'},
|
/external/emma/core/res/com/vladium/emma/instr/ |
D | instr_usage.res | 48 excludes {'silent', 'quiet', 'debug'}, 53 excludes {'silent', 'verbose', 'debug'}, 56 'silent': 64 excludes {'verbose', 'quiet', 'silent'},
|
/external/dng_sdk/source/ |
D | dng_exceptions.cpp | 78 bool silent) in Throw_dng_error() argument 186 if (message && !silent) in Throw_dng_error() 197 (void) silent; in Throw_dng_error()
|
D | dng_exceptions.h | 86 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/libxml2/xstc/ |
D | xstc.py | 117 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/emma/core/res/com/vladium/emma/ |
D | run_usage.res | 64 excludes {'silent', 'quiet', 'debug'}, 69 excludes {'silent', 'verbose', 'debug'}, 72 'silent': 80 excludes {'verbose', 'quiet', 'silent'},
|
/external/libchrome/base/debug/ |
D | debugger.cc | 15 bool WaitForDebugger(int wait_seconds, bool silent) { in WaitForDebugger() argument 24 if (!silent) in WaitForDebugger()
|
/external/u-boot/doc/ |
D | README.silent | 3 silenced by setting the environment variable "silent". 6 When the "silent" variable is changed with env set, the change 14 The following actions are taken if "silent" is set at boot time:
|
/external/libpng/contrib/libtests/ |
D | tarith.c | 773 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/autotest/client/tests/tsc/src/ |
D | checktsc.c | 20 int silent = 0; variable 232 if (!silent) in tsc_delta() 347 ++silent; in main() 380 if (!silent) { in main()
|
/external/selinux/policycoreutils/scripts/ |
D | fixfiles | 48 grep " $i " /proc/self/mounts | awk '{print $4}' | egrep --silent '(^|,)seclabel(,|$)' && echo $i 50 …grep " $i " /proc/self/mounts | grep -v "context=" | egrep --silent '(ext[234]| ext4dev | gfs2 | x… 58 grep " $i " /proc/self/mounts | awk '{print $4}' | egrep --silent '(^|,)rw(,|$)' && echo $i 65 grep " $i " /proc/self/mounts | awk '{print $4}' | egrep --silent '(^|,)ro(,|$)' && echo $i
|
/external/python/cpython3/Lib/test/ |
D | test_profile.py | 89 with silent(): 95 with silent(): 123 def silent(): function
|
/external/bzip2/ |
D | bzgrep | 42 silent=0 48 *h*) silent=1
|
/external/v8/tools/dev/ |
D | gen-tags.py | 30 def _Call(cmd, silent=False): argument 31 if not silent: print("# %s" % cmd)
|
/external/libchrome/third_party/markupsafe/ |
D | get_markupsafe.sh | 44 if ! grep --extended-regex --line-regex --silent \ 71 if ! grep --extended-regex --line-regex --silent \
|