/external/chromium_org/tools/telemetry/telemetry/ |
exception_formatter.py | 71 value = repr(value)
|
/external/skia/tools/ |
generate_fir_coeff.py | 100 return "arr[%d] == %s" % (self.index, repr(self.item))
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/ |
encoder.py | 31 FLOAT_REPR = repr 184 raise TypeError(repr(o) + " is not JSON serializable") 254 repr(o)) 382 raise TypeError("key " + repr(key) + " is not a string")
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/ |
fix_dict.py | 65 assert method_name in (u"keys", u"items", u"values"), repr(method)
|
fix_xrange.py | 34 raise ValueError(repr(name))
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
shlex.py | 62 print "shlex: pushing token " + repr(tok) 93 print "shlex: popping token " + repr(tok) 115 print "shlex: token=" + repr(raw) 128 print "shlex: in state", repr(self.state), \ 129 "I see character:", repr(nextchar) 243 print "shlex: raw token=" + repr(result) 290 print "Token: " + repr(tt)
|
toaiff.py | 98 msg = repr(msg)
|
pickle.py | 257 return PUT + repr(i) + '\n' 267 return GET + repr(i) + '\n' 458 self.write(INT + repr(obj) + '\n') 470 self.write(LONG + repr(obj) + '\n') 477 self.write(FLOAT + repr(obj) + '\n') 488 self.write(STRING + repr(obj) + '\n') 528 self.write(STRING + repr(obj) + '\n') [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_module.py | 17 self.fail("__name__ = %s" % repr(s))
|
test_userdict.py | 47 self.assertEqual(repr(u1), repr(d1)) 48 self.assertEqual(repr(u2), repr(d2))
|
test_itertools.py | 342 self.assertEqual(repr(c), 'count(3)') 344 self.assertEqual(repr(c), 'count(4)') 346 self.assertEqual(repr(c), 'count(-9)') 348 self.assertEqual(repr(count(10.25)), 'count(10.25)') 351 # Test repr (ignoring the L in longs) 352 r1 = repr(count(i)).replace('L', '') 378 self.assertEqual(repr(take(3, count(10, 2.5))), repr([10, 12.5, 15.0])) 380 self.assertEqual(repr(c), 'count(3, 5)') 382 self.assertEqual(repr(c), 'count(8, 5)' [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/ |
encoder.py | 31 FLOAT_REPR = repr 184 raise TypeError(repr(o) + " is not JSON serializable") 254 repr(o)) 382 raise TypeError("key " + repr(key) + " is not a string")
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/ |
fix_dict.py | 65 assert method_name in (u"keys", u"items", u"values"), repr(method)
|
fix_xrange.py | 34 raise ValueError(repr(name))
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
shlex.py | 62 print "shlex: pushing token " + repr(tok) 93 print "shlex: popping token " + repr(tok) 115 print "shlex: token=" + repr(raw) 128 print "shlex: in state", repr(self.state), \ 129 "I see character:", repr(nextchar) 243 print "shlex: raw token=" + repr(result) 290 print "Token: " + repr(tt)
|
toaiff.py | 98 msg = repr(msg)
|
pickle.py | 257 return PUT + repr(i) + '\n' 267 return GET + repr(i) + '\n' 458 self.write(INT + repr(obj) + '\n') 470 self.write(LONG + repr(obj) + '\n') 477 self.write(FLOAT + repr(obj) + '\n') 488 self.write(STRING + repr(obj) + '\n') 528 self.write(STRING + repr(obj) + '\n') [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_module.py | 17 self.fail("__name__ = %s" % repr(s))
|
test_userdict.py | 47 self.assertEqual(repr(u1), repr(d1)) 48 self.assertEqual(repr(u2), repr(d2))
|
test_itertools.py | 342 self.assertEqual(repr(c), 'count(3)') 344 self.assertEqual(repr(c), 'count(4)') 346 self.assertEqual(repr(c), 'count(-9)') 348 self.assertEqual(repr(count(10.25)), 'count(10.25)') 351 # Test repr (ignoring the L in longs) 352 r1 = repr(count(i)).replace('L', '') 378 self.assertEqual(repr(take(3, count(10, 2.5))), repr([10, 12.5, 15.0])) 380 self.assertEqual(repr(c), 'count(3, 5)') 382 self.assertEqual(repr(c), 'count(8, 5)' [all...] |
/external/chromium_org/third_party/ply/ |
lex.py | 178 tf.write("_tabversion = %s\n" % repr(__version__)) 179 tf.write("_lextokens = %s\n" % repr(self.lextokens)) 180 tf.write("_lexreflags = %s\n" % repr(self.lexreflags)) 181 tf.write("_lexliterals = %s\n" % repr(self.lexliterals)) 182 tf.write("_lexstateinfo = %s\n" % repr(self.lexstateinfo)) 199 tf.write("_lexstatere = %s\n" % repr(tabre)) 200 tf.write("_lexstateignore = %s\n" % repr(self.lexstateignore)) 208 tf.write("_lexstateerrorf = %s\n" % repr(taberr)) 613 self.log.error("Invalid literal %s. Must be a single character", repr(c)) 631 self.log.error("Invalid state specifier %s. Must be a tuple (statename,'exclusive|inclusive')",repr(s) [all...] |
/external/antlr/antlr-3.4/runtime/Python/antlr3/ |
main.py | 241 self.writeln(options, repr(result)) 305 self.writeln(options, repr(result))
|
/external/chromium_org/chrome/common/extensions/docs/server2/ |
api_schema_graph.py | 26 return '%s%s' % (type(self).__name__, repr(self.__dict__)) 29 return repr(self)
|
branch_utility.py | 39 return '%s%s' % (type(self).__name__, repr(self.__dict__)) 42 return repr(self)
|
/external/chromium_org/remoting/host/installer/ |
build-installer-archive.py | 139 print repr(key), repr(val)
|