Home
last modified time | relevance | path

Searched refs:JSON (Results 1 – 25 of 150) sorted by relevance

123456

/OK3568_Linux_fs/buildroot/package/json-c/
H A DConfig.in6 JSON-C - A JSON implementation in C
8 JSON-C implements a reference counting object model that
9 allows you to easily construct JSON objects in C, output
10 them as JSON formatted strings and parse JSON formatted
11 strings back into the C representation of JSON objects.
/OK3568_Linux_fs/kernel/tools/perf/pmu-events/arch/powerpc/
H A Dmapfile.csv2 # PVR,Version,JSON/file/pathname,Type
6 # Version could be used to track version of of JSON file
8 # JSON/file/pathname is the path to JSON file, relative
12 # Multiple PVRs could map to a single JSON file.
/OK3568_Linux_fs/yocto/poky/meta/recipes-gnome/json-glib/
H A Djson-glib_1.6.6.bb1 SUMMARY = "JSON-GLib implements a full JSON parser using GLib and GObject"
2 DESCRIPTION = "Use JSON-GLib it is possible to parse and generate valid JSON\
3 data structures, using a DOM-like API. JSON-GLib also offers GObject \
5 instances to and from JSON data types."
/OK3568_Linux_fs/buildroot/package/perl-json-maybexs/
H A DConfig.in4 Use Cpanel::JSON::XS with a fallback to JSON::XS and
5 JSON::PP.
7 https://metacpan.org/release/JSON-MaybeXS
H A Dperl-json-maybexs.mk8 PERL_JSON_MAYBEXS_SOURCE = JSON-MaybeXS-$(PERL_JSON_MAYBEXS_VERSION).tar.gz
12 PERL_JSON_MAYBEXS_DISTNAME = JSON-MaybeXS
H A Dperl-json-maybexs.hash2 md5 e46181e34588428d317932744597a7ab JSON-MaybeXS-1.004003.tar.gz
3 sha256 5bee3b17ff9dcffd6e99ab8cf7f35747650bfce1dc622e3ad10b85a194462fbf JSON-MaybeXS-1.004003.tar…
/OK3568_Linux_fs/kernel/tools/perf/pmu-events/arch/nds32/
H A Dmapfile.csv2 # MIDR,Version,JSON/file/pathname,Type
7 # Version could be used to track version of of JSON file
9 # JSON/file/pathname is the path to JSON file, relative
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/perl/
H A Dlibjson-perl_4.03000.bb2 DESCRIPTION = "This package contains the JSON.pm module with friends. \
3 The module implements JSON encode/decode."
5 HOMEPAGE = "https://metacpan.org/pod/JSON"
12 SRC_URI = "git://github.com/makamaka/JSON.git;protocol=https;branch=master"
/OK3568_Linux_fs/kernel/tools/perf/pmu-events/
H A DREADME8 The 'jevents' program tries to locate and process JSON files in the directory
12 JSON files, each of which describes a set of PMU events.
19 - To reduce JSON event duplication per architecture, platform JSONs may
27 should be placed in a separate JSON file - where the file name identifies
30 All the topic JSON files for a CPU model/family should be in a separate
41 Using the JSON files and the mapfile, 'jevents' generates the C source file,
45 (one table like the following, per JSON file; table name 'pme_power8'
46 is derived from JSON file name, 'power8.json').
80 JSON file. Hence several entries in the pmu_events_map[] could map
137 is the pathname to the directory containing the CPU's JSON
[all …]
H A DBuild7 JSON = $(shell [ -d $(JDIR) ] && \
11 # Locate/process JSON files in pmu-events/arch/
14 $(OUTPUT)pmu-events/pmu-events.c: $(JSON) $(JEVENTS)
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/json-spirit/
H A Djson-spirit_4.08.bb1 SUMMARY = "A C++ JSON Parser/Generator Implemented with Boost Spirit."
2 DESCRIPTION = "JSON Spirit, a C++ library that reads and writes JSON files or streams. \
4 already using Boost, you can use JSON Spirit without any additional \
/OK3568_Linux_fs/kernel/tools/perf/pmu-events/arch/arm64/
H A Dmapfile.csv2 # MIDR,Version,JSON/file/pathname,Type
7 # Version could be used to track version of of JSON file
9 # JSON/file/pathname is the path to JSON file, relative
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/
H A Dtest_offload.py143 def tool(name, args, flags, JSON=True, ns="", fail=True, include_stderr=False): argument
145 if JSON:
158 if JSON and len(stdout.strip()) != 0:
168 def bpftool(args, JSON=True, ns="", fail=True, include_stderr=False): argument
169 return tool("bpftool", args, {"json":"-p"}, JSON=JSON, ns=ns,
173 _, progs = bpftool("prog show", JSON=True, ns=ns, fail=True)
185 _, maps = bpftool("map show", JSON=True, ns=ns, fail=True)
225 def ip(args, force=False, JSON=True, ns="", fail=True, include_stderr=False): argument
228 return tool("ip", args, {"json":"-j"}, JSON=JSON, ns=ns,
231 def tc(args, JSON=True, ns="", fail=True, include_stderr=False): argument
[all …]
/OK3568_Linux_fs/buildroot/package/yajl/
H A DConfig.in4 Yet Another JSON Library. YAJL is a small event-driven
5 (SAX-style) JSON parser written in ANSI C, and a small
6 validating JSON generator.
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/tools/iqConverTer/
H A Dmake-x86.sh34 JSON=$(echo ${file/\.xml/\.json})
35 echo ">>>>>> Converting $XML to $JSON <<<<<<"
36 $BIN $XML $JSON
/OK3568_Linux_fs/buildroot/package/lua-cjson/
H A DConfig.in4 The Lua CJSON module provides JSON support for Lua.
7 - Full support for JSON with UTF-8, including decoding
9 - Optional run-time support for common exceptions to the JSON
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/yajl/
H A Dyajl_2.1.0.bb1 SUMMARY = "Yet Another JSON Library."
3 DESCRIPTION = "YAJL is a small event-driven (SAX-style) JSON parser \
4 written in ANSI C, and a small validating JSON generator."
H A Dyajl_1.0.12.bb1 SUMMARY = "Yet Another JSON Library."
3 DESCRIPTION = "YAJL is a small event-driven (SAX-style) JSON parser \
4 written in ANSI C, and a small validating JSON generator."
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/jsoncpp/
H A Djsoncpp_1.9.5.bb1 SUMMARY = "JSON C++ lib used to read and write json file."
2 DESCRIPTION = "Jsoncpp is an implementation of a JSON (http://json.org) reader \
3 and writer in C++. JSON (JavaScript Object Notation) is a \
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/lcov/files/
H A D0002-geninfo-Add-intermediate-JSON-format-support.patch4 Subject: [PATCH 2/2] geninfo: Add intermediate JSON format support
7 JSON file format as implemented by GCC version 9.
32 +use JSON qw(decode_json);
54 +# Read gcov intermediate JSON format in GCOV_FILENAME and add the resulting
58 +# file_data: GCOV JSON data for file
79 + die("ERROR: Unrecognized JSON output format in ".
106 +# file_data: GCOV JSON data for file
/OK3568_Linux_fs/kernel/tools/bpf/bpftool/Documentation/
H A Dcommon_options.rst13 Generate JSON output. For commands that cannot produce JSON, this
17 Generate human-readable JSON output. Implies **-j**.
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/json-c/
H A Djson-c_0.15.bb1 SUMMARY = "C bindings for apps which will manipulate JSON data"
2 DESCRIPTION = "JSON-C implements a reference counting object model that allows you to easily constr…
/OK3568_Linux_fs/buildroot/package/json-javascript/
H A DConfig.in4 JSON in JavaScript
6 https://github.com/douglascrockford/JSON-js/
/OK3568_Linux_fs/buildroot/package/perl-json-tiny/
H A DConfig.in4 Minimalistic JSON. No dependencies.
6 https://metacpan.org/release/JSON-Tiny
H A Dperl-json-tiny.mk8 PERL_JSON_TINY_SOURCE = JSON-Tiny-$(PERL_JSON_TINY_VERSION).tar.gz
12 PERL_JSON_TINY_DISTNAME = JSON-Tiny

123456