HomeSort by relevance Sort by last modified time
    Searched refs:simplejson (Results 1 - 21 of 21) sorted by null

  /external/chromium_org/tools/deep_memory_profiler/lib/
ordered_dict.py 19 from simplejson import OrderedDict # pylint: disable=W0611
  /external/chromium_org/tools/json_schema_compiler/
json_parse.py 30 # support object_pairs_hook. simplejson however does, but it's slow.
34 #logging.warning('Using simplejson to parse, this might be slow! Upgrade to '
50 import simplejson namespace
51 from simplejson import OrderedDict
56 return simplejson.loads(json_comment_eater.Nom(json_str),
  /external/chromium_org/tools/perf_expectations/tests/
perf_expectations_unittest.py 6 """Verify perf_expectations.json can be loaded using simplejson.
9 that simplejson can load it correctly. It should catch most common
19 simplejson = None variable
25 global simplejson
31 # is where to look for simplejson
34 # to look for simplejson
46 raise Exception, "Error locating simplejson load path (%s)" % msg
48 # Try importing simplejson once. If this succeeds, we found it and will
52 import simplejson as Simplejson
57 (load_path, msg) namespace
    [all...]
  /external/chromium_org/third_party/simplejson/
tool.py 5 $ echo '{"json":"obj"}' | python -m simplejson.tool
9 $ echo '{ 1.2:3.4}' | python -m simplejson.tool
14 import simplejson as json
__init__.py 5 :mod:`simplejson` exposes an API familiar to users of the standard library
14 >>> import simplejson as json
33 >>> import simplejson as json
39 >>> import simplejson as json
49 >>> import simplejson as json
62 >>> import simplejson as json
77 >>> import simplejson as json
91 Using simplejson.tool from the shell to validate and pretty-print::
93 $ echo '{"json":"obj"}' | python -m simplejson.tool
97 $ echo '{ 1.2:3.4}' | python -m simplejson.too
472 import simplejson.decoder as dec namespace
473 import simplejson.encoder as enc namespace
474 import simplejson.scanner as scan namespace
    [all...]
scanner.py 6 from simplejson._speedups import make_scanner
decoder.py 7 from simplejson.scanner import make_scanner
10 from simplejson._speedups import scanstring
encoder.py 8 from simplejson import _speedups
14 from simplejson.decoder import PosInf
140 versions of simplejson earlier than 2.1.0, an integer is also accepted
218 >>> from simplejson import JSONEncoder
  /external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-python/
main.py 17 from django.utils import simplejson namespace
90 json = simplejson.loads(response_text)
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/
devtools_file_hashes.py 36 import simplejson as json
generate_supported_css.py 31 import simplejson as json
convert_svg_images_to_png.py 41 import simplejson as json
optimize_png_images.py 42 import simplejson as json
CodeGeneratorFrontend.py 39 import simplejson as json
compile_frontend.py 41 import simplejson as json
  /external/chromium_org/tools/crx_id/
crx_id.py 21 import simplejson as json
  /development/samples/SampleSyncAdapter/samplesyncadapter_server/
web_services.py 29 from django.utils import simplejson namespace
226 json_list = simplejson.loads(contacts_buffer)
345 return simplejson.dumps(object)
  /external/chromium_org/tools/find_runtime_symbols/
find_runtime_symbols.py 32 from simplejson import OrderedDict
  /external/chromium_org/tools/perf_expectations/
make_expectations.py 23 import simplejson as json
  /external/chromium_org/chrome/browser/policy/test/
policy_testserver.py 77 import simplejson as json
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
CodeGeneratorInspector.py 39 import simplejson as json
    [all...]

Completed in 633 milliseconds