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

1 2 3 4 5

  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/example/
origin_check_wsh.py 36 raise ValueError('Unacceptable origin: %r' % request.ws_origin)
bench_wsh.py 51 raise ValueError('Bad parameter format')
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/testdata/handlers/
origin_check_wsh.py 34 raise ValueError('Unacceptable origin: %r' % request.ws_origin)
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/
test_stream.py 58 self.assertRaises(ValueError,
63 self.assertRaises(ValueError,
68 self.assertRaises(ValueError,
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/oauth2/clients/
imap.py 34 raise ValueError("Invalid consumer.")
37 raise ValueError("Invalid token.")
smtp.py 35 raise ValueError("Invalid consumer.")
38 raise ValueError("Invalid token.")
  /external/webkit/Tools/Scripts/webkitpy/tool/steps/
promptforbugortitle.py 42 except ValueError, TypeError:
updatechromiumdeps.py 48 except ValueError, TypeError:
  /external/webkit/Tools/Scripts/webkitpy/thirdparty/simplejson/
decoder.py 77 raise ValueError(
90 raise ValueError(
96 raise ValueError(
104 raise ValueError
105 except ValueError:
106 raise ValueError(errmsg("Invalid \\uXXXX escape", s, end))
127 raise ValueError(errmsg("Expecting property name", s, end))
135 raise ValueError(errmsg("Expecting : delimiter", s, end))
140 raise ValueError(errmsg("Expecting object", s, end))
148 raise ValueError(errmsg("Expecting , delimiter", s, end - 1)
    [all...]
  /external/clang/bindings/python/tests/cindex/
test_token_kind.py 14 @raises(ValueError)
20 @raises(ValueError)
  /external/llvm/
copy-diff.py 41 raise ValueError('Source file not found')
49 raise ValueError('Unable to create directory ' + destdir)
51 raise ValueError(destdir + ' is not a directory')
71 except ValueError, e:
  /external/webkit/Tools/QueueStatusServer/handlers/
updatebase.py 39 except ValueError, TypeError:
  /external/clang/utils/
CaptureCmd 40 raise ValueError('CAPTURE_CMD_PROGRAM is not defined!')
42 raise ValueError('CAPTURE_CMD_DIR is not defined!')
  /external/harfbuzz/contrib/tables/
unicode_parse_common.py 29 raise ValueError(token)
48 raise ValueError(line)
  /external/llvm/bindings/python/llvm/
core.py 45 raise ValueError('Unknown OpCode: %d' % value)
57 raise ValueError('OpCode value already registered: %d' % value)
  /external/llvm/test/Scripts/
macho-dumpx 30 raise ValueError,"Out of data!"
53 raise ValueError,"%s: warning: multiple string tables" % sys.argv[0]
59 raise ValueError,"%s: warning: no string table registered" % sys.argv[0]
77 raise ValueError,"Not a Mach-O object file: %r (bad magic)" % path
103 raise ValueError,"%s: warning: invalid load commands size: %r" % (
133 raise ValueError,"%s: warning: invalid load command size: %r" % (
  /external/linux-tools-perf/scripts/python/
sctop.py 35 except ValueError:
  /external/webkit/Tools/Scripts/webkitpy/common/system/
stack_utils_unittest.py 69 raise ValueError
  /external/clang/utils/ABITest/
Enumeration.py 20 raise ValueError,"Cannot subtract aleph0"
89 raise ValueError,"Invalid bounds"
91 raise ValueError,"Invalid input (out of bounds)"
196 raise ValueError,"Invalid bounds"
198 raise ValueError,"Invalid input (out of bounds)"
  /frameworks/native/opengl/libs/GLES_trace/tools/
genapi.py 53 raise ValueError("Attempt to set void value")
66 raise ValueError("Unknown value type %s" % self.name)
298 raise ValueError("%s does not match API_ENTRY specification %s"
307 raise ValueError("%s does not match API_ENTRY specification %s"
315 raise ValueError("%s does not match CALL_GL_API specification (%s)"
  /external/llvm/utils/lit/lit/
ShUtil.py 119 raise ValueError,"Fast path failure: %r != %r" % (res, reference)
121 raise ValueError,"Fast path failure: %r != %r" % (self.pos, end)
188 raise ValueError,"empty command!"
190 raise ValueError,"syntax error near unexpected token %r" % tok[0]
215 raise ValueError,"syntax error near token %r" % op[0]
237 raise ValueError, "missing argument to operator %r" % operator[0]
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
mux.py 111 raise ValueError('Channel id %d must not be negative' % channel_id)
123 raise ValueError('Channel id %d is too large' % channel_id)
130 raise ValueError('Invalid number: %d' % number)
140 raise ValueError('Invalid number %d' % number)
167 raise ValueError('Invalid channel id: %d' % channel_id)
171 raise ValueError('Invalid opcode: %d' % opcode)
173 raise ValueError('Invalid flags: %x' % flags)
176 raise ValueError('Invalid length: %d' % length)
193 raise ValueError('Invalid encoding %d' % encoding)
205 raise ValueError('Reason must be empty if mux_error is False'
    [all...]
http_header_util.py 233 except ValueError, e:
234 # port property cause ValueError on invalid null port description like
257 except ValueError, e:
  /build/tools/
event_log_tags.py 83 except ValueError:
109 ValueError if it's not something we can interpret as true or
116 raise ValueError("'%s' not a valid boolean" % (s,))
  /external/markdown/markdown/extensions/
codehilite.py 94 except ValueError:
97 except ValueError:

Completed in 288 milliseconds

1 2 3 4 5