Home
last modified time | relevance | path

Searched +full:json +full:- +full:parse +full:- +full:even +full:- +full:better +full:- +full:errors (Results 1 – 25 of 184) sorted by relevance

12345678

/external/sg3_utils/doc/
Dsg3_utils_json.81 .TH SG3_UTILS_JSON "8" "November 2022" "sg3_utils\-1.48" SG3_UTILS
3 sg3_utils_json \- JSON output for some sg3_utils utilities
6 \fI\-\-json[=JO]\fR [\fIOTHER_OPTIONS\fR] [\fIDEVICE\fR]
13 returned by SCSI commands (e.g. sg_vpd) can optionally provide JSON
14 output, rather than simple, human-readable output. The default remains
15 human-readable output.
17 JavaScript Object Notation (JSON) is an open standard file format that can be
19 https://en.wikipedia.org/wiki/JSON . JSON comes in many flavours and this one
20 uses the json-builder C implementation found at
21 https://github.com/json-parser/json-builder which implements four simple JSON
[all …]
/external/flatbuffers/docs/source/
DCppUsage.md21 compiler (e.g. `flatc -c mygame.fbs`), you can now start using this in
46 *Note: See [Tutorial](@ref flatbuffers_guide_tutorial) for a more in-depth
52 schema with the `--cpp` option to `flatc`. Then you can include both FlatBuffers
84 std::cout << "hp : " << monster->hp() << std::endl; // '80'
85 std::cout << "mana : " << monster->mana() << std::endl; // default value of '150'
86 std::cout << "name : " << monster->name()->c_str() << std::endl; // "MyMonster"
93 - `shared` (on a field): For string fields, this enables the usage of string
103 (requiring pre-order construction of all data, and making mutation harder).
106 can be used (through `--gen-object-api`) that is able to unpack & pack a
117 GetMonster(flatbuffer)->UnPackTo(&monsterobj);
[all …]
DSchemas.md53 - You can add new fields in the schema ONLY at the end of a table
61 - You cannot delete fields you don't use anymore from the schema,
69 - You may change field names and table names, if you're ok with your
82 tables and are even faster to access (they are always stored in-line in their
87 Built-in scalar types are
89 - 8 bit: `byte` (`int8`), `ubyte` (`uint8`), `bool`
91 - 16 bit: `short` (`int16`), `ushort` (`uint16`)
93 - 32 bit: `int` (`int32`), `uint` (`uint32`), `float` (`float32`)
95 - 64 bit: `long` (`int64`), `ulong` (`uint64`), `double` (`float64`)
101 Built-in non-scalar types:
[all …]
/external/gson/
DCHANGELOG.md46 * Put `module-info.class` into Multi-Release JAR folder (https://github.com/google/gson/pull/2013)
56 * Improve TreeTypeAdapter thread-safety (https://github.com/google/gson/pull/1976)
57 * Fix `Gson.newJsonWriter` ignoring lenient and HTML-safe setting (https://github.com/google/gson/p…
60 * Fix `FieldNamingPolicy.upperCaseFirstLetter` uppercasing non-letter (https://github.com/google/gs…
70 * Bump proguard-maven-plugin from 2.4.0 to 2.5.1 (https://github.com/google/gson/pull/1980).
79 * Better behaviour with Java 9+ and `Unsafe` if there is a security manager (https://github.com/goo…
80 * `EnumTypeAdapter` now works better when ProGuard has obfuscated enum fields (https://github.com/g…
93 _2019-10-04_ [GitHub Diff](https://github.com/google/gson/compare/gson-parent-2.8.5...gson-parent-
94 …nParser.parseString` and `JsonParser.parseReader` and deprecated instance method `JsonParser.parse`
95 * Java 9 module-info support
[all …]
/external/rust/crates/miette/
DREADME.md11 and even write your own error reports! It lets you define error types that
14 …iette/main/images/serde_json.png" alt="Hi! miette also includes a screen-reader-oriented diagnosti…
16 Error: Received some bad JSON from the source. Unable to parse.
19 Begin snippet for https://api.nuget.org/v3/registration5-gz-semver2/json.net/index.json starting
22 snippet line 1: gs&quot;:[&quot;json&quot;],&quot;title&quot;:&quot;&quot;,&quot;version&quot;:&quo…
35 ### Table of Contents <!-- omit in toc -->
37 - [About](#about)
38 - [Features](#features)
39 - [Installing](#installing)
40 - [Example](#example)
[all …]
/external/cronet/third_party/protobuf/
DCHANGES.txt1 2022-09-29 version 3.20.3 (C++/Java/Python/PHP/Objective-C/C#/Ruby)
4 2022-09-27 version 3.20.3 (C++/Java/Python/PHP/Objective-C/C#/Ruby)
6 * Refactoring java full runtime to reuse sub-message builders and prepare to
7 migrate parsing logic from parse constructor to builder.
13 * Make message-type extensions merge from wire-format instead of building up
14 instances and merging afterwards. This has much better performance.
16 sub-messages directly from text rather than building a new sub-message and
19 2022-09-13 version 3.20.2 (C++/Java/Python/PHP/Objective-C/C#/Ruby)
24 2022-04-05 version 3.20.1 (C++/Java/Python/PHP/Objective-C/C#/Ruby/JavaScript)
28 * Fixed composer.json to only advertise compatibility with PHP 7.0+. (#9819)
[all …]
/external/protobuf/
DCHANGES.txt1 2022-12-07 version 21.11 (C++/Java/Python/PHP/Objective-C/C#/Ruby)
4 * Fix round-trip bug (#10158)
6 2022-11-29 version 21.10 (C++/Java/Python/PHP/Objective-C/C#/Ruby)
9 * Use bit-field int values in buildPartial to skip work on unset groups of fields. (#10960)
12 …* Fix UPB_LIKELY() for 32-bit Windows builds; update protobuf_deps to point to the current upb 21.…
16 2022-10-26 version 21.9 (C++/Java/Python/PHP/Objective-C/C#/Ruby)
27 2022-10-18 version 21.8 (C++/Java/Python/PHP/Objective-C/C#/Ruby)
30 * Fix for grpc.tools #17995 & protobuf #7474 (handle UTF-8 paths in argumentfile) (#10721)
42 2022-09-29 version 21.7 (C++/Java/Python/PHP/Objective-C/C#/Ruby)
44 * Refactoring java full runtime to reuse sub-message builders and prepare to
[all …]
/external/trusty/arm-trusted-firmware/
Dpackage-lock.json2 "name": "trusted-firmware-a",
8 "name": "trusted-firmware-a",
11 "license": "BSD-3-Clause",
14 "@commitlint/config-conventional": "^16.0.0",
15 "@commitlint/cz-commitlint": "^16.1.0",
17 "conventional-changelog-tf-a": "file:tools/conventional-changelog-tf-a",
19 "js-yaml": "^4.1.0",
20 "standard-version": "^9.3.2"
26 "node_modules/@babel/code-frame": {
28 "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.18.6.tgz",
[all …]
/external/kotlinx.serialization/
DCHANGELOG.md1 1.6.3 / 2024-02-16
8 …serializing and deserializing [polymorphic class hierarchies](docs/polymorphism.md#sealed-classes).
16 * Add kebab-case naming strategy (#2531) (thanks to [Emil Kantis](https://github.com/Kantis))
28 1.6.2 / 2023-11-30
32 wasm-wasi and (deprecated) linuxArm32Hfp.
37 1.6.1 / 2023-11-15
42 ### Trailing commas in Json
44 Trailing commas are one of the most popular non-spec Json variations.
45 A new configuration flag, `allowTrailingComma`, makes Json parser accept them instead of throwing a…
46 Note that it does not affect encoding, so kotlinx.serialization always produces Json without traili…
[all …]
/external/arm-trusted-firmware/
Dpackage-lock.json2 "name": "trusted-firmware-a",
8 "name": "trusted-firmware-a",
11 "license": "BSD-3-Clause",
14 "@commitlint/config-conventional": "^14.1.0",
16 "conventional-changelog-tf-a": "file:tools/conventional-changelog-tf-a",
17 "cz-conventional-changelog": "^3.3.0",
19 "standard-version": "^9.3.2"
22 "node_modules/@babel/code-frame": {
24 "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.12.13.tgz",
25 …"integrity": "sha512-HV1Cm0Q3ZrpCR93tkWOYiuYIgLxZXZFVG2VgK+MBWjUqZTundupbfx2aXarXuw5Ko5aMcjtJgbSs4…
[all …]
/external/okio/kotlin-js-store/
Dyarn.lock7 …resolved "https://registry.yarnpkg.com/@colors/colors/-/colors-1.5.0.tgz#bb504579c1cae923e6576a4f5…
8 …integrity sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9…
10 "@discoveryjs/json-ext@^0.5.0":
12 …resolved "https://registry.yarnpkg.com/@discoveryjs/json-ext/-/json-ext-0.5.7.tgz#1d572bfbbe14b770…
13 …integrity sha512-dBVuXR082gk3jsFp7Rd/JI4kytwGHecnCoTtXFb7DB6CNHp4rg5k1bhg0nWdLGLnOV71lmDzGQaLMy8iP…
15 "@jridgewell/gen-mapping@^0.3.0":
17 …resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.3.tgz#7e02e6eb5df…
18 …integrity sha512-HLhSWOLRi875zjjMG/r+Nv0oCW8umGb0BgEhyX3dDX3egwZtB8PqLnjz3yedt8R5StBrzcg4aBpnh8UA9…
20 "@jridgewell/set-array" "^1.0.1"
21 "@jridgewell/sourcemap-codec" "^1.4.10"
[all …]
/external/rust/crates/miette/src/
Dlib.rs10 //! and even write your own error reports! It lets you define error types that
13 …iette/main/images/serde_json.png" alt="Hi! miette also includes a screen-reader-oriented diagnosti…
15 //! Error: Received some bad JSON from the source. Unable to parse.
18 //! Begin snippet for https://api.nuget.org/v3/registration5-gz-semver2/json.net/index.json starting
21 //! snippet line 1: gs&quot;:[&quot;json&quot;],&quot;title&quot;:&quot;&quot;,&quot;version&quot;:…
34 //! ## Table of Contents <!-- omit in toc -->
36 //! - [About](#about)
37 //! - [Features](#features)
38 //! - [Installing](#installing)
39 //! - [Example](#example)
[all …]
/external/lottie/
DCHANGELOG.md3 * Add support for reduced motion marker names ([#2451](https://github.com/airbnb/lottie-android/pul…
4 * Support GZIP and TGS network downloads ([#2454](https://github.com/airbnb/lottie-android/pull/245…
6 * Allow easings to go <0 and >1 ([#2457](https://github.com/airbnb/lottie-android/pull/2457))
7 * Fix a memory leak in LottieTask ([#2465](https://github.com/airbnb/lottie-android/pull/2465))
8 …t play from working after a non-Lottie drawable was set and then returned back ([#2468](https://gi…
9 …onView when setting a new composition ([#2469](https://github.com/airbnb/lottie-android/pull/2469))
10 …ously when already on the main thread ([#2470](https://github.com/airbnb/lottie-android/pull/2470))
11 * Properly rescale bitmaps when the system scale changes ([#2475](https://github.com/airbnb/lottie-
15 * Add support dynamic path properties on shape contents ([#2439](https://github.com/airbnb/lottie-a…
16 * Add support for gzipped and tgs files ([#2435](https://github.com/airbnb/lottie-android/pull/2435…
[all …]
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/lb_policy/rls/
Drls.cc8 // http://www.apache.org/licenses/LICENSE-2.0
64 #include <grpc/support/json.h>
87 #include "src/core/lib/json/json.h"
88 #include "src/core/lib/json/json_args.h"
89 #include "src/core/lib/json/json_object_loader.h"
90 #include "src/core/lib/json/json_writer.h"
121 const char* kRlsHeaderKey = "x-google-rls-data";
159 void JsonPostLoad(const Json& json, const JsonArgs& args,
160 ValidationErrors* errors);
193 const Json& child_policy_config() const { return child_policy_config_; } in child_policy_config()
[all …]
/external/grpc-grpc/src/core/load_balancing/rls/
Drls.cc8 // http://www.apache.org/licenses/LICENSE-2.0
66 #include <grpc/support/json.h>
91 #include "src/core/lib/json/json.h"
92 #include "src/core/lib/json/json_args.h"
93 #include "src/core/lib/json/json_object_loader.h"
94 #include "src/core/lib/json/json_writer.h"
175 const char* kRlsHeaderKey = "x-google-rls-data";
213 void JsonPostLoad(const Json& json, const JsonArgs& args,
214 ValidationErrors* errors);
247 const Json& child_policy_config() const { return child_policy_config_; } in child_policy_config()
[all …]
/external/cronet/third_party/googletest/src/docs/
Dadvanced.md18 See [Explicit Success and Failure](reference/assertions.md#success-failure) in
26 ### Predicate Assertions for Better Error Messages
28 Even though googletest has a rich set of assertions, they can never be complete,
31 complex expression, for lack of a better macro. This has the problem of not
35 is awkward especially when the expression has side-effects or is expensive to
121 return testing::AssertionSuccess() << n << " is even";
131 Actual: true (8 is even)
135 #### Using a Predicate-Formatter
141 instead use *predicate-formatter assertions* to *fully* customize how the
146 ### Floating-Point Comparison
[all …]
/external/rust/crates/combine/src/
Dlib.rs15 //! (it is possible to opt-in to LL(k) parsing using the [`attempt`] combinator) which makes the
17 //! some generality. In addition to you being able to reason better about the parsers you
26 //! const MSG: &'static str = r#"Parse error at line: 1, column: 1
53 //! need to customize the errors your parsers return you should not need to use this module much.
65 //! //Parse spaces first and use the with method to only keep the result of the next parser
67 //! //parse a string of digits into an i32
68 //! .with(many1(digit()).map(|string: String| string.parse::<i32>().unwrap()));
70 //! //Parse integers separated by commas, skipping whitespace
73 //! //Call parse with the input to execute the parser
89 //! macro thus threads the needle and makes it possible to have non-allocating, anonymous parsers
[all …]
/external/cronet/third_party/boringssl/src/third_party/googletest/docs/
Dadvanced.md18 See [Explicit Success and Failure](reference/assertions.md#success-failure) in
26 ### Predicate Assertions for Better Error Messages
28 Even though GoogleTest has a rich set of assertions, they can never be complete,
31 complex expression, for lack of a better macro. This has the problem of not
35 is awkward especially when the expression has side-effects or is expensive to
121 return testing::AssertionSuccess() << n << " is even";
131 Actual: true (8 is even)
135 #### Using a Predicate-Formatter
141 instead use *predicate-formatter assertions* to *fully* customize how the
146 ### Floating-Point Comparison
[all …]
/external/googletest/docs/
Dadvanced.md18 See [Explicit Success and Failure](reference/assertions.md#success-failure) in
26 ### Predicate Assertions for Better Error Messages
28 Even though GoogleTest has a rich set of assertions, they can never be complete,
31 complex expression, for lack of a better macro. This has the problem of not
35 is awkward especially when the expression has side-effects or is expensive to
121 return testing::AssertionSuccess() << n << " is even";
131 Actual: true (8 is even)
135 #### Using a Predicate-Formatter
141 instead use *predicate-formatter assertions* to *fully* customize how the
146 ### Floating-Point Comparison
[all …]
/external/rust/crates/nom/
DCHANGELOG.md9 ## 7.1.3 - 2023-01-15
13 - @Shadow53
17 - panic in `many` and `count` combinators when the output type is zero sized
19 ## 7.1.2 - 2023-01-01
23 - @joubs
24 - @Fyko
25 - @LoganDark
26 - @darnuria
27 - @jkugelman
28 - @barower
[all …]
/external/tensorflow/tensorflow/tools/dockerfiles/
Dassembler.py7 # http://www.apache.org/licenses/LICENSE-2.0
17 - Assembles Dockerfiles
18 - Builds images (and optionally runs image tests)
19 - Pushes images to Docker Hub (provided with credentials)
31 import json
48 'Dockerhub username, only used with --upload_to_hub')
52 ('Dockerhub password, only used with --upload_to_hub. Use from an env param'
70 ('Push built images to Docker Hub (you must also provide --hub_username, '
71 '--hub_password, and --hub_repository)'),
142 '(e.g. --arg _TAG_PREFIX=foo) and for using as build arguments (unused '
[all …]
/external/python/cpython3/Doc/whatsnew/
D3.6.rst36 sufficient; the e-mail address isn't necessary.
54 :pep:`494` - Python 3.6 Release Schedule
57 Summary -- Release highlights
62 * :ref:`PEP 498 <whatsnew36-pep498>`, formatted string literals.
64 * :ref:`PEP 515 <whatsnew36-pep515>`, underscores in numeric literals.
66 * :ref:`PEP 526 <whatsnew36-pep526>`, syntax for variable annotations.
68 * :ref:`PEP 525 <whatsnew36-pep525>`, asynchronous generators.
70 * :ref:`PEP 530 <whatsnew36-pep530>`: asynchronous comprehensions.
75 * :mod:`secrets`: :ref:`PEP 506 -- Adding A Secrets Module To The Standard Library <whatsnew36-pep5…
81 a :ref:`more compact representation <whatsnew36-compactdict>`
[all …]
/external/python/cpython3/Misc/NEWS.d/
D3.6.4rc1.rst2 .. date: 2017-12-02-21-37-22
3 .. nonce: Wt25-N
4 .. release date: 2017-12-05
16 .. date: 2017-11-05-16-11-07
27 Fixed output errors handling.
32 .. date: 2017-10-28-22-06-03
41 .. date: 2017-10-28-19-11-05
45 Bytearray methods partition() and rpartition() now accept only bytes-like
52 .. date: 2017-10-27-19-18-44
62 .. date: 2017-10-25-15-51-37
[all …]
/external/python/dateutil/
DNEWS1 Version 2.8.0 (2019-02-04)
5 ------------
7 - Updated tzdata version to to 2018i.
11 --------
13 - Added support for ``EXDATE`` parameters when parsing ``rrule`` strings.
15 - Added support for sub-minute time zone offsets in Python 3.6+.
17 - Switched the ``tzoffset``, ``tzstr`` and ``gettz`` caches over to using weak
19 original ``tzinfo`` objects exist. This cache-expiry behavior is not
24 @cs-cordero (gh pr #672, #801), strong cache added by
29 --------
[all …]
/external/python/absl-py/absl/testing/
Dabsltest.py7 # http://www.apache.org/licenses/LICENSE-2.0
17 This module contains base classes and high-level functions for Abseil-style
30 import json
43 from unittest import mock # pylint: disable=unused-import Allow absltest.mock.
44 from urllib import parse
49 # pytype: disable=import-error
51 # pytype: enable=import-error
65 # pylint: disable=unused-import
68 # pylint: enable=unused-import
72 # Use an if-type-checking block to prevent leakage of type-checking only
[all …]

12345678