/external/chromium_org/third_party/skia/tools/ |
skpinfo.cpp | 18 DEFINE_bool2(quiet, q, false, "quiet");
|
/external/chromium_org/ui/file_manager/file_manager/foreground/js/ |
progress_center_item_group.js | 13 * @param {boolean} quiet Whether the group is for quiet items or not. 16 function ProgressCenterItemGroup(name, quiet) { 24 * Whether the group is for quiet items or not. 28 this.quiet_ = quiet; 146 if (!previousItem || !item || previousItem.quiet || item.quiet) 304 summarizedItem.quiet = this.quiet_;
|
/external/icu/icu4c/source/test/intltest/ |
intltest.h | 280 UBool assertTrue(const char* message, UBool condition, UBool quiet=FALSE, UBool possibleDataError=FALSE, const char *file=NULL, int line=0); 281 UBool assertFalse(const char* message, UBool condition, UBool quiet=FALSE); 301 UBool assertTrue(const UnicodeString& message, UBool condition, UBool quiet=FALSE); 302 UBool assertFalse(const UnicodeString& message, UBool condition, UBool quiet=FALSE);
|
/external/icu/icu4c/source/tools/pkgdata/ |
pkgtypes.h | 127 UBool quiet; member in struct:UPKGOptions_
|
/external/skia/tools/ |
skpinfo.cpp | 19 DEFINE_bool2(quiet, q, false, "quiet");
|
/external/chromium_org/third_party/cython/src/pyximport/ |
pyxbuild.py | 52 quiet = "--verbose" 54 quiet = "--quiet" 55 args = [quiet, "build_ext"]
|
/external/chromium_org/third_party/libxml/src/ |
runtest.c | 770 static int quiet = 0; variable 784 if (quiet) 802 if (quiet) 820 if (quiet) 837 if (quiet) 861 if (quiet) 892 if (quiet) 927 if (quiet) 946 if (quiet) 977 if (quiet) [all...] |
/external/iputils/ |
arping.c | 83 int quiet; variable 122 " -q : be quiet\n" 315 if (!quiet) { 440 if (!quiet) { 577 if (!quiet) 585 if (!quiet) 949 if (!quiet) 981 if (!quiet) 1032 quiet++; 1184 if (!quiet) [all...] |
/external/chromium_org/ui/file_manager/file_manager/common/js/ |
progress_center_common.js | 110 this.quiet = false; 183 newItem.quiet = this.quiet;
|
/ndk/sources/host-tools/sed-4.2.1/build-aux/ |
texi2dvi | 53 -q, --quiet no output unless errors (implies --batch) 54 -s, --silent same as --quiet 86 quiet= # by default let the tools' message be displayed 141 # This recognizes --quark as --quiet. So what. 146 -q | -s | --q* | --s*) quiet=t; batch=eval;; 291 # 5 tools output (turned off by --quiet) 293 # Tools' output. If quiet, discard, else redirect to the message flow. 294 if test "$quiet" = t; then
|
/build/tools/droiddoc/test/stubs/ |
func.sh | 42 -quiet \
|
/external/chromium_org/third_party/cython/src/Cython/Build/ |
Inline.py | 114 quiet=False, 140 if not quiet: 204 build_extension.extensions = cythonize([extension], include_path=cython_include_dirs, quiet=quiet)
|
Cythonize.py | 88 quiet=options.quiet, 161 parser.add_option('-q', '--quiet', dest='quiet', action='store_true',
|
/external/libpcap/msdos/ |
pktdrvr.h | 57 BOOL quiet; /* (don't) print errors to stdout */
member in struct:__anon8292
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_macostools.py | 51 DeprecationWarning), quiet=True):
|
test_sundry.py | 10 with test_support.check_warnings(quiet=True):
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_macostools.py | 51 DeprecationWarning), quiet=True):
|
test_sundry.py | 10 with test_support.check_warnings(quiet=True):
|
/external/fonttools/Lib/fontTools/ttLib/ |
__init__.py | 71 recalcTimestamp=True, fontNumber=-1, lazy=False, quiet=False): 129 self.quiet = quiet 224 def saveXML(self, fileOrPath, progress=None, quiet=False, 280 self._tableToXML(tableWriter, tag, progress, quiet) 293 def _tableToXML(self, writer, tag, progress, quiet): 304 if not quiet: 322 def importXML(self, file, progress=None, quiet=False): 335 reader = xmlReader.XMLReader(file, self, progress, quiet)
|
/external/chromium_org/tools/gyp/pylib/gyp/ |
xcode_emulation.py | [all...] |
/build/core/ |
droiddoc.mk | 169 -quiet \ 209 -quiet \
|
/cts/tools/signature-tools/test/signature/converter/doclet/ |
DocletTestConverter.java | 136 boolean quiet = false;
178 legacy, quiet);
|
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
ElemApplyTemplates.java | 227 final boolean quiet = transformer.getQuietConflictWarnings(); 278 -1, quiet, dtm);
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/ |
executive_unittest.py | 162 output = executive.run_and_throw_if_fail(command_line('echo', unicode_tor_input), quiet=True) 165 output = executive.run_and_throw_if_fail(command_line('echo', unicode_tor_input), quiet=True, decode_output=False)
|
/external/chromium_org/third_party/closure_linter/closure_linter/ |
gjslint.py | 65 flags.DEFINE_boolean('quiet', False, 'Whether to minimize logged messages. ' 87 '--check_html', '--summary', '--quiet'] 199 if (error_count or new_error_count) and not FLAGS.quiet: 304 if not FLAGS.quiet:
|