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

1 2 3 4 5 6 7 8 91011>>

  /art/tools/
asan.sh 21 ASAN_OPTIONS=halt_on_error=0:verbosity=0:print_legend=0:print_full_thread_history=0:print_stats=0:print_summary=0:suppress_equal_pcs=0:fast_unwind_on_fatal=1 asanwrapper $@
  /development/vndk/tools/definition-tool/tests/
run.py 12 verbosity = 2 if args.verbose else 1
16 runner = unittest.runner.TextTestRunner(verbosity=verbosity)
  /external/autotest/frontend/
setup_test_environment.py 26 def run_syncdb(verbosity=0):
29 @param verbosity: Level of verbosity of the command, default to 0.
31 management.call_command('syncdb', verbosity=verbosity, interactive=False)
32 management.call_command('syncdb', verbosity=verbosity, interactive=False,
34 management.call_command('syncdb', verbosity=verbosity, interactive=False,
36 management.call_command('syncdb', verbosity=verbosity, interactive=False
    [all...]
setup_django_lite_environment.py 12 django.core.management.call_command('syncdb', interactive=False, verbosity=0)
  /external/antlr/antlr-3.4/runtime/Python/unittests/
testantlr3.py 7 unittest.main(testRunner=unittest.TextTestRunner(verbosity=2))
  /external/autotest/client/cros/cellular/wardmodem/state_machines/
network_registration_machine.py 65 This sets the verbosity level of the messages sent when registration
68 @param verbosity_code: A verbosity level in ['0', '1', '2']
72 verbosity = int(verbosity_code)
75 'Illegal verbosity code: |%s|' % verbosity_code))
77 if verbosity < 0 or verbosity > 2:
79 'Verbosity code must be in the range [0, 2]. Obtained: %d' %
80 verbosity))
82 self._update_state({'registration_change_message_verbosity': verbosity})
90 verbosity = self._state['registration_change_message_verbosity'
    [all...]
  /development/vndk/tools/sourcedr/
runtest.py 20 verbosity = 2 if args.verbose else 1
24 runner = unittest.runner.TextTestRunner(verbosity=verbosity)
  /external/python/cpython2/Lib/ensurepip/
_uninstall.py 19 dest="verbosity",
26 ensurepip._uninstall_helper(verbosity=args.verbosity)
  /external/python/cpython3/Lib/ensurepip/
_uninstall.py 19 dest="verbosity",
26 ensurepip._uninstall_helper(verbosity=args.verbosity)
  /external/syslinux/gpxe/src/util/
padimg.pl 8 my $verbosity = 0;
13 'verbose|v+' => sub { $verbosity++; },
14 'quiet|q+' => sub { $verbosity--; },
28 if ( $verbosity >= 1 ) {
licence.pl 105 my $verbosity = 1;
108 'verbose|v+' => sub { $verbosity++; },
109 'quiet|q+' => sub { $verbosity--; },
122 if ( $verbosity >= 1 ) {
138 if $verbosity >= 1;
148 print "The overall licence for this file is:\n " if $verbosity >= 1;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_ctypes.py 10 skipped, testcases = ctypes.test.get_tests(ctypes.test, "test_*.py", verbosity=0)
  /external/autotest/frontend/afe/
management.py 17 def create_admin_group(app, created_models, verbosity, **kwargs):
34 if verbosity:
39 if verbosity:
42 if verbosity:
  /external/llvm/utils/lit/tests/
unittest-adaptor.py 17 runner = unittest.TextTestRunner(verbosity=2)
  /external/python/cpython2/Lib/test/
test_ctypes.py 10 skipped, testcases = ctypes.test.get_tests(ctypes.test, "test_*.py", verbosity=0)
test_idle.py 20 unittest.main(verbosity=2, exit=False)
  /external/skia/tools/
test_all.py 19 results = unittest.TextTestRunner(verbosity=2).run(suite)
  /external/skqp/tools/
test_all.py 19 results = unittest.TextTestRunner(verbosity=2).run(suite)
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_ctypes.py 10 skipped, testcases = ctypes.test.get_tests(ctypes.test, "test_*.py", verbosity=0)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_ctypes.py 10 skipped, testcases = ctypes.test.get_tests(ctypes.test, "test_*.py", verbosity=0)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_ctypes.py 10 skipped, testcases = ctypes.test.get_tests(ctypes.test, "test_*.py", verbosity=0)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_ctypes.py 10 skipped, testcases = ctypes.test.get_tests(ctypes.test, "test_*.py", verbosity=0)
  /external/python/cpython2/Lib/ctypes/test/
__init__.py 61 def get_tests(package, mask, verbosity, exclude=()):
68 if verbosity > 1:
75 if verbosity > 1:
90 def test_with_refcounts(runner, verbosity, testcase):
120 elif verbosity:
168 verbosity = 1
173 verbosity -= 1
175 verbosity += 1
193 run_tests(package, mask, verbosity, search_leaks, exclude)
196 def run_tests(package, mask, verbosity, search_leaks, exclude)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/test/
__init__.py 53 def get_tests(package, mask, verbosity, exclude=()):
60 if verbosity > 1:
67 if verbosity > 1:
82 def test_with_refcounts(runner, verbosity, testcase):
112 elif verbosity:
160 verbosity = 1
165 verbosity -= 1
167 verbosity += 1
185 run_tests(package, mask, verbosity, search_leaks, exclude)
188 def run_tests(package, mask, verbosity, search_leaks, exclude)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/test/
__init__.py 53 def get_tests(package, mask, verbosity, exclude=()):
60 if verbosity > 1:
67 if verbosity > 1:
82 def test_with_refcounts(runner, verbosity, testcase):
112 elif verbosity:
160 verbosity = 1
165 verbosity -= 1
167 verbosity += 1
185 run_tests(package, mask, verbosity, search_leaks, exclude)
188 def run_tests(package, mask, verbosity, search_leaks, exclude)
    [all...]

Completed in 880 milliseconds

1 2 3 4 5 6 7 8 91011>>