HomeSort by relevance Sort by last modified time
    Searched full:c_scanstring (Results 1 - 6 of 6) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/tests/
test_speedups.py 7 self.assertIs(self.json.decoder.scanstring, self.json.decoder.c_scanstring)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/tests/
test_speedups.py 7 self.assertIs(self.json.decoder.scanstring, self.json.decoder.c_scanstring)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/
decoder.py 9 from _json import scanstring as c_scanstring namespace
11 c_scanstring = None variable
144 scanstring = c_scanstring or py_scanstring
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/
decoder.py 9 from _json import scanstring as c_scanstring namespace
11 c_scanstring = None variable
144 scanstring = c_scanstring or py_scanstring
  /external/chromium_org/third_party/simplejson/
decoder.py 14 c_scanstring = _import_c_scanstring() variable
175 scanstring = c_scanstring or py_scanstring
__init__.py 477 dec.scanstring = dec.c_scanstring or dec.py_scanstring

Completed in 290 milliseconds