Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DUserSettingsController.cpp63 bool is_json) { in DumpAllPropertyValues()
68 if (is_json) { in DumpAllDescriptions()
87 uint32_t dump_mask, bool is_json) { in DumpPropertyValue()
91 dump_mask, is_json);
56 DumpAllPropertyValues(const ExecutionContext * exe_ctx,Stream & strm,uint32_t dump_mask,bool is_json) DumpAllPropertyValues() argument
80 DumpPropertyValue(const ExecutionContext * exe_ctx,Stream & strm,llvm::StringRef property_path,uint32_t dump_mask,bool is_json) DumpPropertyValue() argument
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DUserSettingsController.h58 uint32_t dump_mask, bool is_json = false);
62 bool is_json = false);
/freebsd/contrib/file/src/
H A DMakefile.am11 encoding.c compress.c is_csv.c is_json.c is_simh.c is_tar.c readelf.c \
H A DMakefile.in141 ascmagic.lo encoding.lo compress.lo is_csv.lo is_json.lo \
183 ./$(DEPDIR)/is_csv.Plo ./$(DEPDIR)/is_json.Plo \
368 encoding.c compress.c is_csv.c is_json.c is_simh.c is_tar.c readelf.c \
541 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/is_json.Plo@am__quote@ # am--include-marker
769 -rm -f ./$(DEPDIR)/is_json.Plo
850 -rm -f ./$(DEPDIR)/is_json.Plo
/freebsd/lib/libmagic/
H A DMakefile17 compress.c der.c encoding.c fsmagic.c funcs.c is_json.c \
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValueProperties.cpp357 bool is_json) { in DumpPropertyValue() argument
367 if (is_json) { in DumpPropertyValue()
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValueProperties.h55 uint32_t dump_mask, bool is_json = false);
/freebsd/contrib/file/
H A DREADME.md93 * `src/is_json.c` - knows about JavaScript Object Notation format (RFC 8259).