Home
last modified time | relevance | path

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

/external/flatbuffers/samples/
Dsample_text.cpp28 std::string jsonfile; in main() local
30 flatbuffers::LoadFile("samples/monsterdata.json", false, &jsonfile); in main()
40 parser.Parse(jsonfile.c_str(), include_directories); in main()
53 if (jsongen != jsonfile) { in main()
54 printf("%s----------------\n%s", jsongen.c_str(), jsonfile.c_str()); in main()
/external/flatbuffers/tests/
Dtest.cpp778 std::string jsonfile; in ParseAndGenerateTextTest() local
786 &jsonfile), in ParseAndGenerateTextTest()
808 TEST_EQ(parser.Parse(jsonfile.c_str(), include_directories), true); in ParseAndGenerateTextTest()
826 TEST_EQ_STR(jsongen.c_str(), jsonfile.c_str()); in ParseAndGenerateTextTest()
839 auto buf = registry.TextToFlatBuffer(jsonfile.c_str(), MonsterIdentifier()); in ParseAndGenerateTextTest()
850 TEST_EQ_STR(text.c_str(), jsonfile.c_str()); in ParseAndGenerateTextTest()
2068 std::string jsonfile; in GenerateTableTextTest() local
2073 false, &jsonfile); in GenerateTableTextTest()
2083 parser.Parse(jsonfile.c_str(), include_directories); in GenerateTableTextTest()
2521 std::string schemafile, jsonfile; in UnionVectorTest() local
[all …]
/external/libchrome/build/android/gyp/util/
Dmd5_check.py70 with open(record_path, 'r') as jsonfile:
72 old_metadata = _Metadata.FromFile(jsonfile)
/external/pigweed/
Dyarn.lock1738 jsonfile "^4.0.0"
2367 jsonfile@^4.0.0:
2369 …resolved "https://registry.yarnpkg.com/jsonfile/-/jsonfile-4.0.0.tgz#8771aae0799b64076b76640fca058…