Home
last modified time | relevance | path

Searched refs:json (Results 1 – 8 of 8) sorted by relevance

/petsc/lib/petsc/bin/saws/
H A DSAWs.py3 import json
23 j = json.loads(r.content)
/petsc/
H A D.editorconfig5 [*.{c,h,hpp,cpp,cxx,cu,h90,F90,py,yaml,yml,json,tex,md}]
12 [*.{c,h,hpp,cpp,cxx,cu,h90,F90,py,yaml,yml,json,tex}]
H A D.gitignore185 compile_commands.json
191 *gcovr-report.json
H A Dmakefile499 output_file_base_name=${PETSC_ARCH}-gcovr-report.json;\
503 …gcovr --json --output $${petsc_arch_dir}/$${output_file_base_name} --exclude '.*/ftn-auto/.*' --ex…
/petsc/src/mat/tests/
H A DcJSON.c89 const unsigned char *json; member
96 return (const char *)(global_error.json + global_error.position); in cJSON_GetErrorPtr()
886 global_error.json = NULL; in cJSON_ParseWithLengthOpts()
921 local_error.json = (const unsigned char *)value; in cJSON_ParseWithLengthOpts()
930 …if (return_parse_end != NULL) *return_parse_end = (const char *)local_error.json + local_error.pos… in cJSON_ParseWithLengthOpts()
2176 CJSON_PUBLIC(void) cJSON_Minify(char *json) in cJSON_Minify() argument
2178 char *into = json; in cJSON_Minify()
2180 if (json == NULL) return; in cJSON_Minify()
2182 while (json[0] != '\0') { in cJSON_Minify()
2183 switch (json[0]) { in cJSON_Minify()
[all …]
H A DcJSON.h256 CJSON_PUBLIC(void) cJSON_Minify(char *json);
/petsc/lib/petsc/bin/maint/
H A Dgcov.py7 import json
234 json_data = json.load(fd)
254 json.dump(json_data, fd)
/petsc/doc/manual/
H A Dother.md151 YAML or JSON [^json] extension or if one uses a `:yaml` postfix,
876 …Sc and capture the compilation commands in a file named `compile_commands.json`, which will be aut…
929 …s-code-extensions.vscode-clangd) with clangd and will automatically pick up `compile_commands.json`
1025 `compile_commands.json`.
1281 [^json]: JSON is a subset of YAML footnote