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

  /external/chromium_org/tools/json_schema_compiler/test/
choices_unittest.cc 16 using json_schema_compiler::test_util::ReadJson;
177 scoped_ptr<base::Value> value = ReadJson("42");
191 scoped_ptr<base::Value> value = ReadJson("\"foo\"");
207 scoped_ptr<base::Value> value = ReadJson("true");
223 scoped_ptr<base::Value> value = ReadJson("42.0");
240 scoped_ptr<base::Value> value = ReadJson(
267 scoped_ptr<base::Value> value = ReadJson(
test_util.h 15 scoped_ptr<base::Value> ReadJson(const base::StringPiece& json);
test_util.cc 15 scoped_ptr<base::Value> ReadJson(const base::StringPiece& json) {
  /external/chromium_org/build/android/gyp/
dex.py 67 exclude_paths = build_utils.ReadJson(options.excluded_paths_file)
apk_obfuscate.py 109 tested_jar_info = build_utils.ReadJson(
write_build_config.py 45 dep_config_cache[path] = build_utils.ReadJson(path)['deps_info']
  /external/chromium_org/build/android/gyp/util/
build_device.py 92 return build_utils.ReadJson(path)
build_utils.py 110 def ReadJson(path):
362 file_jsons[file_path] = ReadJson(file_path)

Completed in 291 milliseconds