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

1 2 3 4 5 6 7 8 91011>>

  /external/valgrind/drd/tests/
bug-235681.c 16 int silent; variable
22 if (!silent)
29 if (!silent)
33 if (!silent)
36 if (!silent)
42 if (!silent)
54 silent = 1;
67 if (!silent)
75 if (!silent)
85 if (!silent)
    [all...]
omp_printf.c 24 int silent = 0; local
35 case 'q': silent = 1; break;
56 if (! silent)
omp_prime.c 40 int silent = 0; local
52 silent = 1;
100 if (! silent)
  /external/curl/docs/cmdline-opts/
silent.d 1 long: silent
3 Help: Silent mode
6 Silent or quiet mode. Don't show progress meter or error messages. Makes Curl
show-error.d 5 When used with --silent, it makes curl show an error message if it fails.
stderr.d 3 See-also: verbose silent
  /external/libchrome/base/debug/
debugger.cc 15 bool WaitForDebugger(int wait_seconds, bool silent) {
24 if (!silent)
debugger.h 18 // When silent is false, an exception is thrown when a debugger is detected.
19 BASE_EXPORT bool WaitForDebugger(int wait_seconds, bool silent);
  /external/autotest/client/common_lib/hosts/
repair.py 145 def _record(self, host, silent, status_code, *record_args):
151 `record_args`. Do nothing if `silent` is a true value.
154 @param silent Don't record the event if this is a true
161 if not silent:
165 def _record_good(self, host, silent):
169 @param silent Don't record the event if this is a true
172 self._record(host, silent, 'GOOD')
174 def _record_fail(self, host, silent, exc):
178 @param silent Don't record the event if this is a true
182 self._record(host, silent, 'FAIL', str(exc)
    [all...]
repair_unittest.py 291 Iterator to test different settings of the `silent` parameter.
295 assertions about the `silent` parameter:
303 for silent in self._generate_silent():
304 # run test case that uses the silent parameter
305 self._check_log_records(silent, ... expected records ... )
308 `silent=True` and once with `silent=False`. In between the
311 @yields A boolean setting for `silent`.
313 for silent in [False, True]:
314 yield silent
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
checkpyc.py 11 silent = 0
17 silent = 1
19 if not silent:
27 if not silent:
  /external/ImageMagick/MagickCore/
xwindow.h 32 silent; member in struct:_XImportInfo
  /external/autotest/contrib/
move_cq_hosts.sh 10 function silent() { function
46 # if ! silent lock_host $host; then echo $host already handled; continue; fi
49 silent create_labels $LABELS
50 silent create_platform $PLATFORM
53 silent remove_host $host
  /external/python/cpython2/Tools/scripts/
checkpyc.py 11 silent = 0
17 silent = 1
19 if not silent:
27 if not silent:
  /external/python/cpython3/Tools/scripts/
checkpyc.py 18 silent = (sys.argv[1] == '-s')
20 verbose = silent = False
22 if not silent:
30 if not silent:
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/scripts/
queens.py 53 silent = 0 # If true, count solutions only variable in class:Queens
57 if self.silent:
72 silent = 0
75 silent = 1
80 q.silent = silent
  /external/python/cpython2/Demo/scripts/
queens.py 53 silent = 0 # If true, count solutions only variable in class:Queens
57 if self.silent:
72 silent = 0
75 silent = 1
80 q.silent = silent
  /external/python/cpython3/Tools/demo/
queens.py 53 silent = 0 # If true, count solutions only variable in class:Queens
57 if self.silent:
72 silent = 0
75 silent = 1
80 q.silent = silent
  /external/testng/
generate-version-file 51 if ! grep --silent "$template_variable" "$template_file"; then
  /external/mockito/src/main/java/org/mockito/junit/
MockitoRule.java 33 * If you wish the previous behavior, see {@link MockitoRule#silent()}.
94 * public MockitoRule rule = MockitoJUnit.rule().silent();
101 MockitoRule silent(); method in interface:MockitoRule
108 * and "lenient" ({@link MockitoRule#silent()}) strictness were already present in Mockito 2.1.0.
120 * <li>{@link Strictness#LENIENT} - equivalent of {@link MockitoRule#silent()} -
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/nios2/
movi.s 1 # Source file used to test that former silent conversion of
  /external/dng_sdk/source/
dng_exceptions.cpp 78 bool silent)
186 if (message && !silent)
197 (void) silent;
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/bzip2/
bzgrep 42 silent=0
48 *h*) silent=1
62 elif test $# -eq 1 -o $silent -eq 1; then
  /external/libmojo/third_party/jinja2/
get_jinja2.sh 46 if ! grep --extended-regex --line-regex --silent \
73 if ! grep --extended-regex --line-regex --silent \

Completed in 486 milliseconds

1 2 3 4 5 6 7 8 91011>>