HomeSort by relevance Sort by last modified time
    Searched refs:silent (Results 1 - 25 of 320) 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)
verify-xml-output 19 ../../vg-in-place --tool=drd --xml=yes --xml-file="$b-%q{USER}.xml" --xml-user-comment="<runBy>$(basename $0)</runBy>" --child-silent-after-fork=yes --gen-suppressions=all $vgopts ./$prog $args
  /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 140 def _record(self, host, silent, *record_args):
145 requested to skip by `silent`.
148 @param silent Don't record the event if this is a true
152 if not silent:
156 def _verify_list(self, host, verifiers, silent):
174 @param silent If true, don't log host status records.
182 v._verify_host(host, silent)
191 def _verify_dependencies(self, host, silent):
196 @param silent If true, don't log host status records.
199 self._verify_list(host, self._dependency_list, silent)
    [all...]
repair_unittest.py 285 Iterator to test different settings of the `silent` parameter.
289 assertions about the `silent` parameter:
297 for silent in self._generate_silent():
298 # run test case that uses the silent parameter
299 self._check_log_records(silent, ... expected records ... )
302 `silent=True` and once with `silent=False`. In between the
305 @yields A boolean setting for `silent`.
307 for silent in [False, True]:
308 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
  /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/testng/
generate-version-file 51 if ! grep --silent "$template_variable" "$template_file"; then
  /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/mockito/src/main/java/org/mockito/junit/
MockitoRule.java 34 * If you wish the previous behavior, see {@link MockitoRule#silent()}.
95 * public MockitoRule rule = MockitoJUnit.rule().silent();
102 MockitoRule silent(); method in interface:MockitoRule
109 * and "lenient" ({@link MockitoRule#silent()}) strictness were already present in Mockito 2.1.0.
121 * <li>{@link Strictness#LENIENT} - equivalent of {@link MockitoRule#silent()} -
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/nios2/
movi.s 1 # Source file used to test silent conversion of
  /external/libmojo/third_party/jinja2/
get_jinja2.sh 46 if ! grep --extended-regex --line-regex --silent \
73 if ! grep --extended-regex --line-regex --silent \
  /external/libmojo/third_party/markupsafe/
get_markupsafe.sh 44 if ! grep --extended-regex --line-regex --silent \
71 if ! grep --extended-regex --line-regex --silent \
  /external/e2fsprogs/misc/
chattr.c 72 static int silent; variable
149 silent = 1;
217 if (!silent)
224 if (!silent)
250 if (!silent) {
262 if (!silent)
273 if (!silent)
  /frameworks/native/cmds/dumpstate/
DumpstateUtil.cpp 244 bool silent = (options.OutputMode() == REDIRECT_TO_STDERR); local
265 if (!silent) dprintf(fd, "*** fork: %s\n", strerror(errno));
273 if (!silent) {
281 if (silent) {
316 if (!silent)
322 if (!silent)
332 if (!silent)
342 if (!silent)
347 if (!silent) dprintf(fd, "*** command '%s' failed: exit code %d\n", command, status);
  /device/linaro/bootloader/edk2/BaseTools/Scripts/
UpdateBuildVersions.py 55 parser.add_argument("-s", "--silent", action="store_true",
56 dest="silent",
86 if not Opt.silent:
95 if not Opt.silent:
105 if not Opt.silent:
115 if not Opt.silent:
209 if not Opt.silent:
214 if not Opt.silent:
220 if not Opt.silent:
226 if not Opt.silent:
    [all...]
  /external/ImageMagick/coders/
x.c 108 ximage_info.silent=IsStringTrue(GetImageOption(image_info,"x:silent"));
  /external/squashfs-tools/squashfs-tools/
error.h 44 if(!silent)\

Completed in 458 milliseconds

1 2 3 4 5 6 7 8 91011>>