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

1 2 3 4 5

  /external/chromium_org/extensions/browser/
extension_error.cc 71 // manifest errors. Check them in RuntimeError::IsEqualImpl() instead.
123 // RuntimeError
126 const char RuntimeError::kColumnNumberKey[] = "columnNumber";
127 const char RuntimeError::kContextUrlKey[] = "contextUrl";
128 const char RuntimeError::kFunctionNameKey[] = "functionName";
129 const char RuntimeError::kLineNumberKey[] = "lineNumber";
130 const char RuntimeError::kStackTraceKey[] = "stackTrace";
131 const char RuntimeError::kUrlKey[] = "url";
132 const char RuntimeError::kRenderProcessIdKey[] = "renderProcessId";
133 const char RuntimeError::kRenderViewIdKey[] = "renderViewId"
    [all...]
extension_error.h 123 class RuntimeError : public ExtensionError {
125 RuntimeError(const std::string& extension_id, // optional, sometimes unknown.
134 virtual ~RuntimeError();
171 DISALLOW_COPY_AND_ASSIGN(RuntimeError);
extension_error_test_util.cc 39 new RuntimeError(extension_id,
  /external/chromium_org/tools/json_to_struct/
struct_generator.py 11 raise RuntimeError('Nested arrays are not supported.')
32 raise RuntimeError('Unknown field type "%s"' % type)
element_generator.py 93 raise RuntimeError('Unknown field type "%s"' % type)
103 raise RuntimeError('Mandatory field "%s" omitted in element "%s".' %
  /external/chromium_org/chrome/test/chromedriver/server/
server.py 23 RuntimeError if ChromeDriver fails to start
26 raise RuntimeError('ChromeDriver exe not found at: ' + exe_path)
35 raise RuntimeError('ChromeDriver server cannot be started')
41 raise RuntimeError('ChromeDriver server did not start')
52 raise RuntimeError('Cannot find open port to launch ChromeDriver')
  /external/chromium_org/chrome/browser/ui/webui/extensions/
extension_error_ui_util.cc 126 args->GetInteger(RuntimeError::kLineNumberKey, &line_number);
145 if (!args->GetInteger(RuntimeError::kRenderProcessIdKey,
147 !args->GetInteger(RuntimeError::kRenderViewIdKey, &render_view_id)) {
168 if (args->GetString(RuntimeError::kUrlKey, &url)) {
172 args->GetInteger(RuntimeError::kLineNumberKey, &line_number);
173 args->GetInteger(RuntimeError::kColumnNumberKey, &column_number);
  /external/chromium_org/third_party/markdown/
util.py 95 raise RuntimeError("cElementTree version 1.0.5 or higher is required.")
96 except (ImportError, RuntimeError):
100 raise RuntimeError("ElementTree version 1.1 or higher is required")
  /external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
typeexpr.py 124 raise RuntimeError("create_initial_types must be called before creating type_expression objects.")
158 raise RuntimeError("Invalid type expression (dangling pointer)")
161 raise RuntimeError("Invalid type expression (signed / unsigned applied to pointer)")
168 raise RuntimeError('Invalid type expression (garbage after pointer qualifier -> "%s")' % (self.original_string))
176 raise RuntimeError("Invalid type expression (both signed and unsigned specified)")
180 raise RuntimeError("Invalid type expression (dangling const)")
183 raise RuntimeError("Invalid type expression (dangling signed)")
186 raise RuntimeError("Invalid type expression (dangling unsigned)")
197 raise RuntimeError('Unknown base type "%s".' % (type_name))
  /external/chromium_org/tools/
prepare-bisect-perf-regression.py 64 except RuntimeError:
run-bisect-perf-regression.py 86 raise RuntimeError('Goma failed to start.')
220 raise RuntimeError('CrOS build selected, but BISECT_CROS_IP or'
251 raise RuntimeError('Failed to run gclient runhooks')
254 raise RuntimeError('Patched version failed to build.')
263 raise RuntimeError('Patched version failed to run performance test.')
280 raise RuntimeError('Failed to run gclient runhooks')
283 raise RuntimeError('Unpatched version failed to build.')
292 raise RuntimeError('Unpatched version failed to run performance test.')
360 except RuntimeError, e:
  /external/mesa3d/src/mapi/glapi/gen/
typeexpr.py 124 raise RuntimeError("create_initial_types must be called before creating type_expression objects.")
158 raise RuntimeError("Invalid type expression (dangling pointer)")
161 raise RuntimeError("Invalid type expression (signed / unsigned applied to pointer)")
168 raise RuntimeError('Invalid type expression (garbage after pointer qualifier -> "%s")' % (self.original_string))
176 raise RuntimeError("Invalid type expression (both signed and unsigned specified)")
180 raise RuntimeError("Invalid type expression (dangling const)")
183 raise RuntimeError("Invalid type expression (dangling signed)")
186 raise RuntimeError("Invalid type expression (dangling unsigned)")
197 raise RuntimeError('Unknown base type "%s".' % (type_name))
  /external/lldb/test/unittest2/test/
test_functiontestcase.py 28 raise RuntimeError('raised by setUp')
56 raise RuntimeError('raised by test')
111 raise RuntimeError('raised by tearDown')
  /external/chromium_org/chrome/test/chromedriver/
chrome_paths.py 36 raise RuntimeError('Cannot find build directory containing ' +
  /external/llvm/utils/lit/lit/
LitTestCase.py 10 class UnresolvedError(RuntimeError):
  /external/chromium_org/tools/usb_gadget/
usb_descriptors_test.py 65 with self.assertRaises(RuntimeError):
70 with self.assertRaises(RuntimeError):
78 with self.assertRaises(RuntimeError):
83 with self.assertRaises(RuntimeError):
146 with self.assertRaisesRegexp(RuntimeError, r'Interface 1 \(alternate 0\)'):
169 with self.assertRaisesRegexp(RuntimeError, 'Endpoint 0x01 already defined'):
  /external/chromium_org/third_party/protobuf/python/google/protobuf/
service_reflection.py 168 raise RuntimeError(
185 raise RuntimeError(
201 raise RuntimeError(
  /external/chromium_org/build/android/pylib/perf/
perf_control.py 52 raise RuntimeError('Need root to force CPUs online.')
53 raise RuntimeError('Failed to force CPUs online.')
  /external/chromium_org/ppapi/generators/
idl_option.py 15 raise RuntimeError('Could not find option "%s".' % name)
24 raise RuntimeError('Option "%s" already exists.' % name)
  /development/testrunner/tests/
android_mk_tests.py 84 except RuntimeError:
  /external/chromium_org/chrome/browser/extensions/
chrome_extension_web_contents_observer.cc 65 new RuntimeError(extension_id,
  /external/llvm/bindings/python/llvm/
bit_reader.py 22 raise RuntimeError('LLVM Error: %s' % out.value)
  /development/testrunner/
create_test.py 206 RuntimeError: mk does not define LOCAL_PACKAGE_NAME or
211 raise RuntimeError("Variable %s missing from %s" %
216 raise RuntimeError("Variable package missing from %s" % manifest.FILENAME)
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
actions.rb 127 : ID {raise RuntimeError}
129 catch [RuntimeError] {events << 'catch'}
  /external/chromium_org/chrome/tools/build/win/
syzygy_instrument.py 36 raise RuntimeError('Command "%s" returned %d.' % (cmd, prog.returncode))
56 raise RuntimeError('Compiled filter file missing: %s' % output_filter_file)

Completed in 1041 milliseconds

1 2 3 4 5