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

  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/
compat.py 27 import simplejson as json
  /external/chromium-trace/catapult/third_party/webapp2/webapp2_extras/
json.py 19 import simplejson as json
26 'A JSON parser is required, e.g., simplejson at '
27 'http://pypi.python.org/pypi/simplejson/')
  /external/autotest/frontend/shared/
rest_client.py 3 from django.utils import datastructures, simplejson namespace
53 return simplejson.loads(self.entity_body)
128 entity_body = simplejson.dumps(encoded_body)
  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/
protojson_test.py 33 import simplejson namespace
91 self.assertEquals(simplejson.loads(expected_encoded),
92 simplejson.loads(actual_encoded))
479 self.simplejson = sys.modules.pop('simplejson', None)
501 reset_module('simplejson', self.simplejson)
510 # instead of simplejson.
515 """Test loading protojson module with simplejson dependency."""
516 sys.modules['simplejson'] = ValidJsonModul
    [all...]
  /external/chromium-trace/catapult/third_party/html5lib-python/html5lib/tests/
test_sanitizer.py 6 import simplejson as json
  /external/chromium-trace/catapult/third_party/pipeline/pipeline/
status_ui.py 30 import simplejson as json
util.py 33 import simplejson as json
models.py 25 import simplejson as json
pipeline.py 64 import simplejson as json
    [all...]
  /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-trace/catapult/third_party/WebOb/docs/jsonrpc-example-code/
jsonrpc.py 4 from simplejson import loads, dumps
  /external/chromium-trace/catapult/third_party/mapreduce/mapreduce/
base_handler.py 30 import simplejson as json
json_util.py 10 import simplejson as json
model.py 49 import simplejson as json
    [all...]
handlers.py 37 import simplejson as json
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/dynamodb2/
test_highlevel.py 41 import simplejson as json
  /external/chromium-trace/catapult/third_party/WebOb/webob/
response.py 11 import simplejson as json
    [all...]
request.py 9 import simplejson as json
    [all...]

Completed in 847 milliseconds