Home
last modified time | relevance | path

Searched refs:jsontest (Results 1 – 6 of 6) sorted by relevance

/external/jsoncpp/
DREADME.md120 In the instructions below, replace `path/to/jsontest` with the path of the
121 `jsontest` executable that was compiled on your platform.
125 python runjsontests.py path/to/jsontest
132 python runjsontests.py --with-json-checker path/to/jsontest
208 * `test_complex_01.actual`: flattened JSON element tree produced by `jsontest`
210 * `test_complex_01.rewrite`: JSON document written by `jsontest` using the
214 `jsontest` from reading `test_complex_01.rewrite`.
215 * `test_complex_01.process-output`: `jsontest` output, typically useful for
/external/jsoncpp/src/test_lib_json/
DCMakeLists.txt7 jsontest.cpp
8 jsontest.h
Dsconscript5 jsontest.cpp
/external/jsoncpp/makefiles/msvc2010/
Djsoncpp.sln6 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "jsontest", "jsontest.vcxproj", "{25AF2DD2-D396…
/external/jsoncpp/makefiles/vs71/
Djsoncpp.sln6 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "jsontest", "jsontest.vcproj", "{25AF2DD2-D396-…
/external/flatbuffers/tests/
Dtest.cpp2312 auto jsontest = "{ a: [ 123, 456.0 ], b: \"hello\", c: true, d: false }"; in FlexBuffersTest() local
2313 TEST_EQ(parser.ParseFlexBuffer(jsontest, nullptr, &slb), true); in FlexBuffersTest()
2326 TEST_EQ_STR(jsontest, jsonback.c_str()); in FlexBuffersTest()