HomeSort by relevance Sort by last modified time
    Searched refs:SystemExit (Results 1 - 15 of 15) sorted by null

  /external/webkit/Tools/Scripts/webkitpy/tool/commands/
roll_unittest.py 49 self.assert_execute_outputs(RollChromiumDEPS(), [5764], expected_stderr=expected_stderr, expected_exception=SystemExit)
earlywarningsystem_unittest.py 99 "handle_script_error": SystemExit,
108 expected_exceptions = {"handle_script_error": SystemExit}
queues_unittest.py 435 "handle_script_error": SystemExit,
  /external/webkit/Tools/Scripts/webkitpy/style/
optparser_unittest.py 106 self.assertRaises(SystemExit, parse, ['--help'])
108 self.assertRaises(SystemExit, parse, ['--filter='])
114 self.assertRaises(SystemExit, parse, ['--bad'])
117 self.assertRaises(SystemExit, parse, ['--min-confidence=bad'])
120 self.assertRaises(SystemExit, parse, ['--min-confidence=0'])
123 self.assertRaises(SystemExit, parse, ['--min-confidence=6'])
129 self.assertRaises(SystemExit, parse, ['--output=bad'])
135 self.assertRaises(SystemExit, parse, ['--filter=build'])
filereader_unittest.py 93 except SystemExit, err:
  /external/wpa_supplicant_8/wpa_supplicant/examples/
wps-nfc.py 367 raise SystemExit
371 raise SystemExit
375 raise SystemExit
379 raise SystemExit
403 raise SystemExit
407 raise SystemExit
  /external/wpa_supplicant_8/hostapd/
wps-ap-nfc.py 243 raise SystemExit
247 raise SystemExit
266 raise SystemExit
270 raise SystemExit
  /external/harfbuzz_ng/contrib/python/scripts/
hbtestfont 60 raise SystemExit
65 raise SystemExit
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
ruby.php 105 'SystemExit', 'SystemStackError', 'Tempfile',
rails.php 98 'SystemExit', 'SystemStackError', 'Tempfile',
  /external/clang/utils/
FuzzTest 299 raise SystemExit,1
  /external/llvm/utils/llvm-build/llvmbuild/
componentinfo.py 462 raise SystemExit, 1
  /external/webkit/Tools/Scripts/webkitpy/common/checkout/
scm_unittest.py 212 self.assertRaises(SystemExit, find_checkout_root)
228 self.assertRaises(SystemExit, default_scm)
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
error.rb 57 classes such as StopIteration and SystemExit
  /external/chromium/net/tools/testserver/
testserver.py 166 except (asyncore.ExitNow, KeyboardInterrupt, SystemExit):
    [all...]

Completed in 296 milliseconds