/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/ |
util.py | 315 def execute (func, args, msg=None, verbose=0, dry_run=0): 353 verbose=1, dry_run=0, 439 verbose=%r, dry_run=0, 441 """ % (optimize, force, prefix, base_dir, verbose))
|
dist.py | 56 # The fourth entry for verbose means that it can be repeated. 57 global_options = [('verbose', 'v', "run verbosely (default)", 1), 123 negative_opt = {'quiet': 'verbose'} 140 self.verbose = 1 414 elif opt in ('verbose', 'dry_run'): # ugh! 461 log.set_verbosity(self.verbose) 473 # former, we show global options (--verbose, --dry-run, etc.) 616 --verbose, --dry-run, etc. If 'display_options' is true, lists [all...] |
msvc9compiler.py | 339 def __init__(self, verbose=0, dry_run=0, force=0): 340 CCompiler.__init__ (self, verbose, dry_run, force)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_collections.py | 191 T = namedtuple('T', 'x', verbose=True) [all...] |
test_urllib2.py | [all...] |
test_file2k.py | 498 if test_support.verbose: 522 if test_support.verbose: 523 # Useful verbose statistics when tuning this test to take
|
test_sets.py | 827 def test_main(verbose=None): 862 test_main(verbose=True)
|
test_weakset.py | 446 def test_main(verbose=None): 450 test_main(verbose=True)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
UserString.py | 227 test_support.verbose = 0
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/ |
util.py | 315 def execute (func, args, msg=None, verbose=0, dry_run=0): 353 verbose=1, dry_run=0, 439 verbose=%r, dry_run=0, 441 """ % (optimize, force, prefix, base_dir, verbose))
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_collections.py | 191 T = namedtuple('T', 'x', verbose=True) [all...] |
test_urllib2.py | [all...] |
/development/cmds/monkey/src/com/android/commands/monkey/ |
MonkeySourceScript.java | [all...] |
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/metadata/ |
mpeg_parser.js | 166 if (this.verbose) {
|
/external/chromium_org/ppapi/generators/ |
idl_parser.py | 852 self.verbose = GetOption('verbose') 959 if self.verbose: [all...] |
/external/chromium_org/third_party/re2/lib/codereview/ |
codereview.py | 1074 self.oldVerbose = ui.verbose 1075 ui.verbose = False 1079 ui.verbose = self.oldVerbose [all...] |
/external/chromium_org/third_party/sqlite/src/ |
configure.ac | 596 AC_ARG_ENABLE(debug, AC_HELP_STRING([--enable-debug],[enable debugging & verbose explain]),
|
/external/mksh/src/ |
check.pl | 192 -v Verbose mode: print reason test failed. 254 $verbose = defined $opt_v && $opt_v; 672 print $why if $verbose; [all...] |
/external/openssh/ |
serverloop.c | 400 verbose("Connection closed by %.100s", 409 verbose("Read error from remote host " [all...] |
ssh.c | 915 verbose("Authenticated to %s ([%s]:%d).", host, 918 verbose("Authenticated to %s (via proxy).", host); 1018 /* XXX verbose() on failure? */ [all...] |
/external/regex-re2/lib/codereview/ |
codereview.py | 1074 self.oldVerbose = ui.verbose 1075 ui.verbose = False 1079 ui.verbose = self.oldVerbose [all...] |
/external/wpa_supplicant_8/src/eap_peer/ |
eap_peap.c | [all...] |
/ndk/ |
ndk-gdb.py | 64 VERBOSE = False 101 global VERBOSE 102 if VERBOSE: 110 global VERBOSE, DEBUG_PORT, DELAY, DEVICE_SERIAL 125 parser.add_argument( '--verbose', 126 help='Enable verbose mode', action='store_true', dest='verbose') 205 VERBOSE = args.verbose 680 Try using the --verbose option and look at its output for details.''' [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/ |
build_ext.py | 309 verbose=self.verbose, [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/ |
build_ext.py | 309 verbose=self.verbose, [all...] |