Home
last modified time | relevance | path

Searched refs:jsonfile (Results 1 – 5 of 5) sorted by relevance

/external/flatbuffers/samples/
Dsample_text.cpp29 std::string jsonfile; in main() local
31 flatbuffers::LoadFile("samples/monsterdata.json", false, &jsonfile); in main()
41 parser.Parse(jsonfile.c_str(), include_directories); in main()
54 if (jsongen != jsonfile) { in main()
55 printf("%s----------------\n%s", jsongen.c_str(), jsonfile.c_str()); in main()
/external/autotest/site_utils/
Dteam_extract.py81 def PrintJson(jsonfile): argument
83 f = open(jsonfile, 'r')
/external/libmojo/build/android/gyp/util/
Dmd5_check.py70 with open(record_path, 'r') as jsonfile:
72 old_metadata = _Metadata.FromFile(jsonfile)
Dbuild_utils.py130 with open(path, 'r') as jsonfile:
131 return json.load(jsonfile)
/external/flatbuffers/tests/
Dtest.cpp430 std::string jsonfile; in ParseAndGenerateTextTest() local
434 "tests/monsterdata_test.golden", false, &jsonfile), true); in ParseAndGenerateTextTest()
440 TEST_EQ(parser.Parse(jsonfile.c_str(), include_directories), true); in ParseAndGenerateTextTest()
455 if (jsongen != jsonfile) { in ParseAndGenerateTextTest()
456 printf("%s----------------\n%s", jsongen.c_str(), jsonfile.c_str()); in ParseAndGenerateTextTest()