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

  /external/chromium_org/tools/json_schema_compiler/
json_parse.py 13 _FILE_PATH, os.pardir, 'json_comment_eater')
15 import json_comment_eater namespace
25 return json.loads(json_comment_eater.Nom(json_str),
56 return simplejson.loads(json_comment_eater.Nom(json_str),
  /external/chromium_org/chrome/common/extensions/api/
PRESUBMIT.py 8 json_comment_eater = input_api.os_path.join(
11 'json_comment_eater', 'json_comment_eater.py')
13 [input_api.python_executable, json_comment_eater],
  /external/chromium_org/tools/json_comment_eater/
json_comment_eater_test.py 6 from json_comment_eater import Nom
  /external/chromium_org/chrome/common/extensions/docs/server2/
build_server.py 68 CopyThirdParty(os.path.join(TOOLS_DIR, 'json_comment_eater'),
70 ['json_comment_eater.py'])
samples_data_source.py 12 import third_party.json_schema_compiler.json_comment_eater as json_comment_eater namespace
78 manifest_json = json.loads(json_comment_eater.Nom(manifest))
  /external/chromium_org/tools/json_to_struct/
json_to_struct.py 57 sys.path.insert(0, os.path.normpath(_script_path + "/../../json_comment_eater"))
59 import json_comment_eater namespace
173 result = json.loads(json_comment_eater.Nom(handle.read()))

Completed in 1040 milliseconds