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

1 2 3 4 5 6

  /external/valgrind/main/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
matinv.c 314 int silent = 0; local
325 case 'q': silent = 1; break;
352 if (! silent)
omp_matinv.c 290 int silent = 0; local
302 case 'q': silent = 1; break;
332 if (! silent)
  /external/chromium_org/base/debug/
debugger.cc 14 bool WaitForDebugger(int wait_seconds, bool silent) {
23 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/bzip2/
bzgrep 42 silent=0
48 *h*) silent=1
62 elif test $# -eq 1 -o $silent -eq 1; then
  /external/chromium_org/third_party/angle/src/compiler/preprocessor/
generate_parser.sh 27 patch --silent --forward < 64bit-tokenizer-safety.patch
  /external/chromium_org/third_party/angle/src/compiler/translator/
generate_parser.sh 28 patch --silent --forward < 64bit-lexer-safety.patch
  /external/chromium_org/third_party/jinja2/
get_jinja2.sh 46 if ! grep --extended-regex --line-regex --silent \
73 if ! grep --extended-regex --line-regex --silent \
  /external/chromium_org/third_party/markupsafe/
get_markupsafe.sh 44 if ! grep --extended-regex --line-regex --silent \
71 if ! grep --extended-regex --line-regex --silent \
  /external/ppp/pppd/
lcp.h 74 bool silent; /* Wait for the other end to start first */ member in struct:lcp_options
  /external/e2fsprogs/misc/
chattr.c 68 static int silent; variable
144 silent = 1;
198 if (!silent)
205 if (!silent)
231 if (!silent) {
243 if (!silent)
  /system/netd/server/
NetdConstants.cpp 52 static int execIptablesCommand(int argc, const char *argv[], bool silent) {
57 !silent);
59 if (!silent) {
70 static int execIptables(IptablesTarget target, bool silent, va_list args) {
90 res |= execIptablesCommand(argsList.size(), argv, silent);
94 res |= execIptablesCommand(argsList.size(), argv, silent);
  /external/chromium_org/tools/cr/cr/base/
host.py 52 shell=False, capture=False, silent=False,
90 elif silent:
110 if silent:
131 return self._Execute(command, shell=False, silent=True)
  /external/chromium_org/chrome/browser/resources/identity_scope_approval_dialog/
background.js 10 * @param {string} mode 'interactive' or 'silent'. The window will be displayed
  /external/chromium_org/media/audio/alsa/
alsa_wrapper.cc 66 int AlsaWrapper::PcmRecover(snd_pcm_t* handle, int err, int silent) {
67 return snd_pcm_recover(handle, err, silent);
alsa_wrapper.h 41 virtual int PcmRecover(snd_pcm_t* handle, int err, int silent);
  /external/jsoncpp/
doxybuild.py 84 options.silent = True
116 ok = run_doxygen( options.doxygen_path, 'doc/doxyfile', 'doc', is_silent=options.silent )
117 if not options.silent:
162 parser.add_option('-s', '--silent', dest="silent", action='store_true', default=False,
  /frameworks/native/libs/ui/
Region.cpp 491 bool Region::validate(const Region& reg, const char* name, bool silent)
500 ALOGE_IF(!silent, "%s: region contains an invalid Rect", name);
504 ALOGE_IF(!silent, "%s: rect->right > max_value", name);
508 ALOGE_IF(!silent, "%s: rect->right > max_value", name);
517 ALOGE_IF(!silent, "%s: region's Rects not sorted", name);
522 ALOGE_IF(!silent, "%s: invalid span %p", name, cur);
525 ALOGE_IF(!silent,
531 ALOGE_IF(!silent,
542 ALOGE_IF(!silent,
550 ALOGE_IF(!silent, "%s: mStorage size is 2, which is never valid", name)
    [all...]
  /external/libpng/contrib/libtests/
tarith.c 773 int i, silent=0, onlygamma=0; local
778 silent = 1;
807 if (!silent)
830 if (!silent)
849 if (!silent)
867 if (!silent)
885 if (!silent)
896 if (!silent)
915 if (!silent)
934 if (!silent)
    [all...]
  /external/tcpdump/
print-pim.c 520 pimv2_addr_print(const u_char *bp, enum pimv2_addrtype at, int silent)
569 if (!silent)
574 if (!silent)
583 if (!silent) {
591 if (!silent) {
598 if (bp[0] && !silent) {
  /external/chromium_org/tools/grit/grit/
pseudo.py 11 handle the silent e at the end so it actually would return "bepecaupausepe"

Completed in 1535 milliseconds

1 2 3 4 5 6