Searched refs:jsontest (Results 1 – 4 of 4) sorted by relevance
/external/jsoncpp/ |
D | CONTRIBUTING.md | 46 In the instructions below, replace `path/to/jsontest` with the path of the 47 `jsontest` executable that was compiled on your platform. 51 python runjsontests.py path/to/jsontest 58 python runjsontests.py --with-json-checker path/to/jsontest 101 * `test_complex_01.actual`: flattened JSON element tree produced by `jsontest` 103 * `test_complex_01.rewrite`: JSON document written by `jsontest` using the 107 `jsontest` from reading `test_complex_01.rewrite`. 108 * `test_complex_01.process-output`: `jsontest` output, typically useful for
|
D | meson.build | 80 'src/test_lib_json/jsontest.cpp',
|
/external/jsoncpp/src/test_lib_json/ |
D | CMakeLists.txt | 4 jsontest.cpp 5 jsontest.h
|
/external/flatbuffers/tests/ |
D | test.cpp | 2870 auto jsontest = "{ a: [ 123, 456.0 ], b: \"hello\", c: true, d: false }"; in FlexBuffersTest() local 2871 TEST_EQ(parser.ParseFlexBuffer(jsontest, nullptr, &slb), true); in FlexBuffersTest() 2884 TEST_EQ_STR(jsontest, jsonback.c_str()); in FlexBuffersTest()
|