Home
last modified time | relevance | path

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

/third_party/libwebsockets/minimal-examples/api-tests/api-test-lejp/
Dmain.c19 static const char * const json_tests[] = { variable
159 for (m = 0; m < (int)LWS_ARRAY_SIZE(json_tests); m++) { in main()
165 lwsl_hexdump_info(json_tests[m], strlen(json_tests[m])); in main()
168 n = lejp_parse(&ctx, (uint8_t *)json_tests[m], in main()
171 n = lejp_parse(&ctx, (uint8_t *)json_tests[m], in main()
172 (int)strlen(json_tests[m])); in main()
/third_party/libwebsockets/minimal-examples/api-tests/api-test-lws_struct-json/
Dmain.c165 static const char * const json_tests[] = { variable
534 for (m = 0; m < (int)LWS_ARRAY_SIZE(json_tests); m++) { in main()
546 n = lejp_parse(&ctx, (uint8_t *)json_tests[m], in main()
547 (int)strlen(json_tests[m])); in main()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
Dutils_module_tests.c888 static int json_tests(void) in json_tests() function
1228 json_tests() < 0 || in utils_module_tests()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
Dutils_module_tests.c887 static int json_tests(void) in json_tests() function
1227 json_tests() < 0 || in utils_module_tests()
/third_party/json/
DMakefile77 find tests/data/json_tests -size -5k -name *json | xargs -I{} cp "{}" fuzz-testing/testcases
/third_party/python/Misc/
DHISTORY5971 - Issue #18273: move the tests in Lib/test/json_tests to Lib/test/test_json