/external/chromium_org/third_party/icu/source/i18n/ |
decContext.c | 361 /* quiet is 1 to suppress message; 0 otherwise */ 366 /* A message is displayed if the return value is not 0 and quiet==0. */ 371 U_CAPI Int U_EXPORT2 uprv_decContextTestEndian(Flag quiet) { 378 if (!quiet) {
|
/external/icu/icu4c/source/i18n/ |
decContext.c | 361 /* quiet is 1 to suppress message; 0 otherwise */ 366 /* A message is displayed if the return value is not 0 and quiet==0. */ 371 U_CAPI Int U_EXPORT2 uprv_decContextTestEndian(Flag quiet) { 378 if (!quiet) {
|
/external/chromium_org/third_party/libyuv/util/ |
psnr_main.cc | 49 bool quiet = false; variable 143 printf(" -q ..................... quiet\n"); 154 quiet = true; 407 if (!quiet) { 570 if (!quiet) { 593 if (!quiet) {
|
/external/e2fsprogs/misc/ |
mke2fs.c | 88 static int quiet; variable 221 quiet ? "" : "-s ", (cflag > 1) ? "-w " : "", [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_support.py | 475 def temp_cwd(name='tempcwd', quiet=False): 480 If *quiet* is False (default) and it's not possible to create or change 488 if not quiet: 498 if not quiet: 614 def _filterwarnings(filters, quiet=False): 617 If 'quiet' is True, only re-raise the unexpected warnings. 643 if not seen and not quiet: 661 - if 'quiet' is True, it does not fail if a filter catches nothing 666 check_warnings(("", Warning), quiet=True) 668 quiet = kwargs.get('quiet' [all...] |
test___all__.py | 27 DeprecationWarning), quiet=True):
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_support.py | 475 def temp_cwd(name='tempcwd', quiet=False): 480 If *quiet* is False (default) and it's not possible to create or change 488 if not quiet: 498 if not quiet: 614 def _filterwarnings(filters, quiet=False): 617 If 'quiet' is True, only re-raise the unexpected warnings. 643 if not seen and not quiet: 661 - if 'quiet' is True, it does not fail if a filter catches nothing 666 check_warnings(("", Warning), quiet=True) 668 quiet = kwargs.get('quiet' [all...] |
test___all__.py | 27 DeprecationWarning), quiet=True):
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/ |
executive.py | 123 def run_and_throw_if_fail(self, args, quiet=False, decode_output=True, **kwargs): 127 if quiet: 132 if quiet:
|
/external/chromium_org/third_party/lcov/contrib/galaxy/ |
genflat.pl | 88 our $quiet; # If set, suppress information messages 120 "quiet" => \$quiet, 202 -q, --quiet Do not print progress messages 878 # Use printf to write PRINTF_PARAMETER to stdout only when the $quiet flag 884 if (!$quiet)
|
/external/chromium_org/third_party/skia/platform_tools/barelinux/bin/ |
arm64_download | 48 if md5sum -c --quiet "md5sum.txt"; then
|
/external/chromium_org/third_party/skia/tools/lua/ |
lua_pictures.cpp | 39 DEFINE_bool2(quiet, q, false, "Silence all non-error related output");
|
/external/chromium_org/ui/file_manager/file_manager/background/js/ |
drive_sync_handler.js | 115 this.item_.quiet = true; 170 item.quiet = true;
|
/external/ltrace/testsuite/lib/ |
ltrace.exp | 115 if { $result != "" && [lsearch $options quiet] == -1} { 144 set cppout [ ltrace_compile "${ifile}" "" preprocess [list "$args" quiet] ]
|
/external/skia/platform_tools/barelinux/bin/ |
arm64_download | 48 if md5sum -c --quiet "md5sum.txt"; then
|
/external/skia/tools/lua/ |
lua_pictures.cpp | 39 DEFINE_bool2(quiet, q, false, "Silence all non-error related output");
|
/external/chromium_org/chrome/installer/linux/sysroot_scripts/ |
sysroot-creator.sh | 348 echo "${sha256sum} ${package}" | sha256sum --quiet -c 493 echo "${sha256sum} ${output_file}" | sha256sum --quiet -c
|
/external/chromium_org/third_party/libxml/src/ |
xmlcatalog.c | 277 } else if (!strcmp(command, "quiet")) { 279 printf("quiet has no arguments\n");
|
/external/libxml2/ |
xmlcatalog.c | 277 } else if (!strcmp(command, "quiet")) { 279 printf("quiet has no arguments\n");
|
/ndk/sources/host-tools/sed-4.2.1/doc/ |
sed.x | 5 sed [-V] [--version] [--help] [-n] [--quiet] [--silent]
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
intltest.cpp | [all...] |
/external/icu/icu4c/source/test/intltest/ |
intltest.cpp | [all...] |
/external/chromium_org/v8/test/mjsunit/ |
nans.js | 31 // Test that both kinds of NaNs (signaling or quiet) do not signal
|
/external/clang/tools/clang-format/ |
git-clang-format | 103 p.add_argument('-q', '--quiet', action='count', default=0, 119 opts.verbose -= opts.quiet 120 del opts.quiet
|
/external/libmtp/examples/ |
sendtr.c | 386 uint16_t quiet = 0; local 424 quiet = 1;
|