Searched refs:jsonfile (Results 1 – 5 of 5) sorted by relevance
/external/flatbuffers/samples/ |
D | sample_text.cpp | 29 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/ |
D | team_extract.py | 81 def PrintJson(jsonfile): argument 83 f = open(jsonfile, 'r')
|
/external/libmojo/build/android/gyp/util/ |
D | md5_check.py | 70 with open(record_path, 'r') as jsonfile: 72 old_metadata = _Metadata.FromFile(jsonfile)
|
D | build_utils.py | 130 with open(path, 'r') as jsonfile: 131 return json.load(jsonfile)
|
/external/flatbuffers/tests/ |
D | test.cpp | 430 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()
|