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

1 2 3 4

  /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...]
encoder.py 43 raise ValueError("Out of range float values are not JSON compliant: %r"
134 Otherwise, it will be a ValueError to encode such floats.
175 raise ValueError("Circular reference detected")
208 raise ValueError("Circular reference detected")
303 raise ValueError("Circular reference detected")
  /external/bluetooth/bluez/test/
test-health 63 raise ValueError
64 except (TypeError, ValueError):
75 raise ValueError
77 except (TypeError, ValueError):
94 raise ValueError
96 except (TypeError, ValueError):
150 except (TypeError, IndexError, ValueError):
177 except (TypeError, IndexError, ValueError):
test-health-sink 40 except (TypeError, IndexError, ValueError):
67 except (TypeError, IndexError, 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/utils/lit/lit/
TclUtil.py 63 raise ValueError,'Invalid quoted character %r' % c
74 raise ValueError,"Unterminated '{' quoted word"
93 raise ValueError,"Unterminated '\"' quoted word"
100 raise ValueError,'Missing quoted character'
119 raise ValueError,'Missing quoted character'
188 raise ValueError,'Missing argument to %r redirection' % tok
200 raise ValueError,"Expected at least one argument to exec"
245 raise ValueError,"Invalid exec argument %r" % next
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]
240 raise ValueError, "missing argument to operator %r" % operator[0]
  /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/webkit/Tools/Scripts/webkitpy/common/system/
stack_utils_unittest.py 69 raise ValueError
user.py 88 except ValueError, err:
94 except ValueError, err:
  /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)"
  /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,))
findleaves.py 78 except ValueError:
  /external/markdown/markdown/extensions/
codehilite.py 94 except ValueError:
97 except ValueError:
  /external/webkit/Tools/Scripts/webkitpy/style/
filter.py 27 """Validate the given filter rules, and raise a ValueError if not valid.
36 ValueError: An error occurs if a filter rule does not begin
44 raise ValueError('Invalid filter rule "%s": every rule '
51 raise ValueError('Suspected incorrect filter rule "%s": '
71 ValueError: Invalid filter rule if a rule does not start with
  /device/samsung/crespo4g/
releasetools.py 38 raise ValueError("multiple radio images in target-files zip!")
  /external/v8/test/benchmarks/
testcfg.py 37 except ValueError:
  /external/markdown/
regression-tests.py 192 self.assertRaises(ValueError, self.odict.add, 'sixth', '.', '<seventh')
193 self.assertRaises(ValueError, self.odict.add, 'second', 'is', 'third')
229 except: ValueError

Completed in 537 milliseconds

1 2 3 4