Home
last modified time | relevance | path

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

/external/jsoncpp/
DCONTRIBUTING.md46 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
Dmeson.build80 'src/test_lib_json/jsontest.cpp',
/external/jsoncpp/src/test_lib_json/
DCMakeLists.txt4 jsontest.cpp
5 jsontest.h
/external/flatbuffers/tests/
Dtest.cpp2870 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()