Home
last modified time | relevance | path

Searched refs:parse_test_file (Results 1 – 2 of 2) sorted by relevance

/third_party/cJSON/tests/
Djson_patch_tests.c32 static cJSON *parse_test_file(const char * const filename) in parse_test_file() function
185 cJSON *tests = parse_test_file("json-patch-tests/tests.json"); in cjson_utils_should_pass_json_patch_test_tests()
202 cJSON *tests = parse_test_file("json-patch-tests/spec_tests.json"); in cjson_utils_should_pass_json_patch_test_spec_tests()
219 cJSON *tests = parse_test_file("json-patch-tests/cjson-utils-tests.json"); in cjson_utils_should_pass_json_patch_test_cjson_utils_tests()
/third_party/mesa3d/src/compiler/glsl/glcpp/tests/
Dglcpp_test.py52 def parse_test_file(contents, nl_format): function
65 extra_args = parse_test_file(contents, nl_format)
95 extra_args = parse_test_file(contents, nl_format='\n')