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

1 2 3 4

  /external/chromium_org/third_party/simplejson/
tool.py 27 raise SystemExit(sys.argv[0] + " [infile [outfile]]")
33 raise SystemExit(e)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/
tool.py 27 raise SystemExit(sys.argv[0] + " [infile [outfile]]")
32 raise SystemExit(e)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/
tool.py 27 raise SystemExit(sys.argv[0] + " [infile [outfile]]")
32 raise SystemExit(e)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
core.py 115 raise SystemExit, "error in %s setup command: %s" % \
118 raise SystemExit, "error in setup command: %s" % msg
136 # SystemExit to suppress tracebacks.
140 raise SystemExit, gen_usage(dist.script_name) + "\nerror: %s" % msg
154 raise SystemExit, "interrupted"
162 raise SystemExit, error
169 raise SystemExit, "error: " + str(msg)
227 except SystemExit:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
core.py 115 raise SystemExit, "error in %s setup command: %s" % \
118 raise SystemExit, "error in setup command: %s" % msg
136 # SystemExit to suppress tracebacks.
140 raise SystemExit, gen_usage(dist.script_name) + "\nerror: %s" % msg
154 raise SystemExit, "interrupted"
162 raise SystemExit, error
169 raise SystemExit, "error: " + str(msg)
227 except SystemExit:
  /external/chromium_org/third_party/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'])
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
dummy_thread.py 32 and it is SystemExit (which can be done by thread.exit()) it is
48 except SystemExit:
60 raise SystemExit
atexit.py 25 except SystemExit:
cProfile.py 30 except SystemExit:
50 except SystemExit:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
dummy_thread.py 32 and it is SystemExit (which can be done by thread.exit()) it is
48 except SystemExit:
60 raise SystemExit
atexit.py 25 except SystemExit:
cProfile.py 30 except SystemExit:
50 except SystemExit:
  /external/wpa_supplicant_8/wpa_supplicant/examples/
wps-nfc.py 382 raise SystemExit
386 raise SystemExit
390 raise SystemExit
394 raise SystemExit
398 raise SystemExit
402 raise SystemExit
434 raise SystemExit
438 raise SystemExit
  /external/chromium_org/ppapi/generators/
generator.py 46 except SystemExit, ec:
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/steps/
addsvnmimetypeforpng_unittest.py 57 except SystemExit, e:
  /external/wpa_supplicant_8/hostapd/
wps-ap-nfc.py 243 raise SystemExit
247 raise SystemExit
266 raise SystemExit
270 raise SystemExit
  /external/chromium_org/native_client_sdk/src/tools/tests/
fix_deps_test.py 34 self.assertRaises(SystemExit, fix_deps.main, [])
38 self.assertRaises(SystemExit, fix_deps.main, ['--foo', 'bar'])
sel_ldr_test.py 27 self.assertRaises(SystemExit, sel_ldr.main, [])
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
run.py 106 except SystemExit:
235 except SystemExit:
309 except SystemExit:
310 # Scripts that raise SystemExit should just
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
run.py 106 except SystemExit:
235 except SystemExit:
309 except SystemExit:
310 # Scripts that raise SystemExit should just
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
execfile.py 115 except SystemExit:
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/tests/
__init__.py 68 raise SystemExit(unit(sys.argv[1:]))
  /external/chromium_org/tools/win/split_link/
split_link.py 87 raise SystemExit("Couldn't read from registry")
144 raise SystemExit(output)
327 raise SystemExit(
335 raise SystemExit(
  /external/harfbuzz_ng/contrib/python/scripts/
hbtestfont 60 raise SystemExit
65 raise SystemExit
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_uu.py 95 except (SystemExit, KeyboardInterrupt):
101 except (SystemExit, KeyboardInterrupt):

Completed in 722 milliseconds

1 2 3 4