/third_party/typescript/src/testRunner/unittests/config/ |
D | matchFiles.ts | 149 const json = {}; constant 167 const json = { constant 185 const json = { constant 203 const json = { constant 227 const json = { constant 245 const json = { constant 263 const json = { constant 281 const json = { constant 301 const json = { constant 328 const json = { constant [all …]
|
D | tsconfigParsingWatchOptions.ts | 44 json: object; property 53 for (const { json, additionalFiles, existingWatchOptions } of scenario()) { constant 61 for (const { json, additionalFiles, existingWatchOptions, } of scenario()) { constant
|
/third_party/typescript/tests/cases/unittests/ |
D | matchFiles.ts | 116 const json = { constant 134 const json = { constant 152 const json = { constant 176 const json = { constant 194 const json = { constant 209 const json = { constant 224 const json = { constant 244 const json = { constant 271 const json = { constant 297 const json = { constant [all …]
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/ |
D | frame_capture_utils.cpp | 111 GroupScope(JsonSerializer *json, const std::string &name) : mJson(json) in GroupScope() 116 GroupScope(JsonSerializer *json, const std::string &name, int index) : mJson(json) in GroupScope() 124 GroupScope(JsonSerializer *json, int index) : GroupScope(json, "", index) {} in GroupScope() 132 void SerializeColorF(JsonSerializer *json, const ColorF &color) in SerializeColorF() 140 void SerializeColorFWithGroup(JsonSerializer *json, const char *groupName, const ColorF &color) in SerializeColorFWithGroup() 146 void SerializeColorI(JsonSerializer *json, const ColorI &color) in SerializeColorI() 154 void SerializeColorUI(JsonSerializer *json, const ColorUI &color) in SerializeColorUI() 162 void SerializeExtents(JsonSerializer *json, const gl::Extents &extents) in SerializeExtents() 171 JsonSerializer *json, in SerializeOffsetBindingPointerVector() 188 JsonSerializer *json, in SerializeBindingPointerVector() [all …]
|
/third_party/protobuf/csharp/src/Google.Protobuf.Test/ |
D | JsonTokenizerTest.cs | 66 public void StringValue(string json, string expectedValue) in StringValue() 158 public void InvalidStringValue(string json) in InvalidStringValue() 189 public void NumberValue(string json, double expectedValue) in NumberValue() 204 public void InvalidNumberValue(string json) in InvalidNumberValue() 214 public void InvalidLiterals(string json) in InvalidLiterals() 272 public void InvalidStructure(string json, int expectedValidTokens) in InvalidStructure() 360 public void SkipValue(string json) in SkipValue() 376 private static void AssertTokens(string json, params JsonToken[] expectedTokens) in AssertTokens() 388 … private static void AssertTokensNoReplacement(string json, params JsonToken[] expectedTokens) in AssertTokensNoReplacement() 408 private static void AssertThrowsAfter(string json, params JsonToken[] expectedTokens) in AssertThrowsAfter()
|
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/ |
D | JsonTokenizerTest.cs | 66 public void StringValue(string json, string expectedValue) in StringValue() 158 public void InvalidStringValue(string json) in InvalidStringValue() 189 public void NumberValue(string json, double expectedValue) in NumberValue() 204 public void InvalidNumberValue(string json) in InvalidNumberValue() 214 public void InvalidLiterals(string json) in InvalidLiterals() 272 public void InvalidStructure(string json, int expectedValidTokens) in InvalidStructure() 360 private static void AssertTokens(string json, params JsonToken[] expectedTokens) in AssertTokens() 372 … private static void AssertTokensNoReplacement(string json, params JsonToken[] expectedTokens) in AssertTokensNoReplacement() 392 private static void AssertThrowsAfter(string json, params JsonToken[] expectedTokens) in AssertThrowsAfter()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
D | json.c | 481 void json_free(struct json_token *json) in json_free() 493 struct json_token * json_get_member(struct json_token *json, const char *name) in json_get_member() 508 struct wpabuf * json_get_member_base64url(struct json_token *json, in json_get_member_base64url() 531 struct wpabuf * json_get_member_base64(struct json_token *json, in json_get_member_base64() 603 void json_add_int(struct wpabuf *json, const char *name, int val) in json_add_int() 609 void json_add_string(struct wpabuf *json, const char *name, const char *val) in json_add_string() 615 int json_add_string_escape(struct wpabuf *json, const char *name, in json_add_string_escape() 631 int json_add_base64url(struct wpabuf *json, const char *name, const void *val, in json_add_base64url() 645 int json_add_base64(struct wpabuf *json, const char *name, const void *val, in json_add_base64() 659 void json_start_object(struct wpabuf *json, const char *name) in json_start_object() [all …]
|
/third_party/node/deps/v8/third_party/inspector_protocol/crdtp/ |
D | json_test.cc | 25 namespace json { namespace 380 std::string json = "{\"foo\": 42}"; in TEST_F() local 396 std::string json = "{\"foo\": \"a\x7f\"}"; in TEST_F() local 415 std::string json = "\n {\n\"msg\"\n: \v\"Hello, world.\"\t\r}\t"; in TEST_F() local 427 std::string json = "{\"foo\": {\"bar\": {\"baz\": 1}, \"bar2\": 2}}"; in TEST_F() local 447 std::string json = "{\"foo\": 3.1415, \"bar\": 31415e-4}"; in TEST_F() local 462 std::string json = "{\"msg\": \"Hello, \\uD83C\\uDF0E.\"}"; in TEST_F() local 479 std::vector<uint16_t> json = in TEST_F() local 497 std::string json = "{\"escape\": \"\xef\xbf\xbf or \\uffff\"}"; in TEST_F() local 525 std::string json = in TEST_F() local [all …]
|
/third_party/json/tests/src/ |
D | unit-noexcept.cpp | 32 void to_json(json& /*unused*/, pod /*unused*/) noexcept {} in to_json() argument 33 void to_json(json& /*unused*/, pod_bis /*unused*/) {} in to_json() argument 34 void from_json(const json& /*unused*/, pod /*unused*/) noexcept {} in from_json() 35 void from_json(const json& /*unused*/, pod_bis /*unused*/) {} in from_json()
|
D | unit-class_parser.cpp | 253 { in accept_helper() 1365 { in __anon7bcd3ac50502() 1404 { in __anon7bcd3ac50602() 1411 { in __anon7bcd3ac50702() 1421 { in __anon7bcd3ac50802() 1429 { in __anon7bcd3ac50902() 1467 { in __anon7bcd3ac50d02() 1482 { in __anon7bcd3ac50e02() 1499 { in __anon7bcd3ac50f02() 1523 { in __anon7bcd3ac51002() [all …]
|
/third_party/protobuf/java/util/src/main/java/com/google/protobuf/util/ |
D | JsonFormat.java | 473 public void merge(String json, Message.Builder builder) throws InvalidProtocolBufferException { in merge() 487 public void merge(Reader json, Message.Builder builder) throws IOException { in merge() 1318 void merge(Reader json, Message.Builder builder) throws IOException { in merge() 1338 void merge(String json, Message.Builder builder) throws InvalidProtocolBufferException { in merge() 1352 void merge(ParserImpl parser, JsonElement json, Message.Builder builder) in merge() 1366 public void merge(ParserImpl parser, JsonElement json, Message.Builder builder) in buildWellKnownTypeParsers() 1394 public void merge(ParserImpl parser, JsonElement json, Message.Builder builder) in buildWellKnownTypeParsers() 1404 public void merge(ParserImpl parser, JsonElement json, Message.Builder builder) in buildWellKnownTypeParsers() 1414 public void merge(ParserImpl parser, JsonElement json, Message.Builder builder) in buildWellKnownTypeParsers() 1424 public void merge(ParserImpl parser, JsonElement json, Message.Builder builder) in buildWellKnownTypeParsers() [all …]
|
/third_party/gstreamer/gstreamer/docs/ |
D | gst-hotdoc-plugins-scanner.c | 105 _serialize_flags_default (GString * json, GType gtype, GValue * value) in _serialize_flags_default() 116 _serialize_flags (GString * json, GType gtype) in _serialize_flags() 144 _serialize_enum_default (GString * json, GType gtype, GValue * value) in _serialize_enum_default() 169 _serialize_enum (GString * json, GType gtype, GstPluginAPIFlags api_flags) in _serialize_enum() 209 _serialize_object (GString * json, GHashTable * seen_other_types, GType gtype, in _serialize_object() 235 _add_signals (GString * json, GString * other_types, in _add_signals() 331 _add_properties (GString * json, GString * other_types, in _add_properties() 652 _add_element_pad_templates (GString * json, GString * other_types, in _add_element_pad_templates() 744 _add_factory_details (GString * json, GstElementFactory * factory) in _add_factory_details() 766 _add_object_details (GString * json, GString * other_types, in _add_object_details() [all …]
|
/third_party/cef/libcef/common/ |
D | json_impl.cc | 36 const std::string& json = json_string.ToString(); in CefParseJSON() local 40 CefRefPtr<CefValue> CefParseJSON(const void* json, in CefParseJSON() 60 const std::string& json = json_string.ToString(); in CefParseJSONAndReturnError() local
|
/third_party/skia/modules/canvaskit/tests/ |
D | skottie.spec.js | 138 const json = `{ constant 159 const json = `{ constant 184 const json = `{ constant 223 const json = `{ constant
|
/third_party/gn/src/base/json/ |
D | json_writer.cc | 28 bool JSONWriter::Write(const Value& node, std::string* json) { in Write() 35 std::string* json) { in WriteWithOptions() 49 JSONWriter::JSONWriter(int options, std::string* json) in JSONWriter()
|
D | json_reader.cc | 43 std::unique_ptr<Value> JSONReader::Read(std::string_view json, in Read() 53 std::string_view json, in ReadAndReturnError() 105 std::unique_ptr<Value> JSONReader::ReadToValue(std::string_view json) { in ReadToValue()
|
/third_party/node/lib/stream/ |
D | consumers.js | 76 async function json(stream) { function 86 json, property
|
/third_party/node/tools/inspector_protocol/encoding/ |
D | encoding_test.cc | 697 std::string json = in TEST() local 767 for (const std::string& json : examples) { in TEST() local 900 std::string json = "{\"msg\": \"Hello, world.\"}"; in TEST() local 1318 namespace json { namespace 1539 std::string json = "{\"foo\": 42}"; in TEST_F() local 1555 std::string json = "{\"foo\": \"a\x7f\"}"; in TEST_F() local 1567 std::string json = "\n {\n\"msg\"\n: \v\"Hello, world.\"\t\r}\t"; in TEST_F() local 1579 std::string json = "{\"foo\": {\"bar\": {\"baz\": 1}, \"bar2\": 2}}"; in TEST_F() local 1599 std::string json = "{\"foo\": 3.1415, \"bar\": 31415e-4}"; in TEST_F() local 1614 std::string json = "{\"msg\": \"Hello, \\uD83C\\uDF0E.\"}"; in TEST_F() local [all …]
|
/third_party/cJSON/tests/ |
D | parse_array.c | 45 static void assert_not_array(const char *json) in assert_not_array() 56 static void assert_parse_array(const char *json) in assert_parse_array()
|
D | parse_with_opts.c | 54 const char json[] = "{ \"name\": "; in parse_with_opts_should_handle_incomplete_json() local 75 const char json[] = "[] empty array XD"; in parse_with_opts_should_return_parse_end() local
|
D | parse_object.c | 53 static void assert_not_object(const char *json) in assert_not_object() 65 static void assert_parse_object(const char *json) in assert_parse_object()
|
/third_party/python/Lib/test/test_json/ |
D | __init__.py | 18 json = pyjson variable in PyTest 26 json = cjson variable in CTest
|
/third_party/node/deps/npm/test/lib/commands/ |
D | team.js | 62 config: { json: true }, property 113 config: { json: true }, property 156 config: { json: true }, property 221 config: { json: true }, property 303 config: { json: true }, property 363 config: { json: true }, property
|
/third_party/typescript/tests/baselines/reference/ |
D | jsDeclarationsClassAccessor.js | 16 const json = { type: undefined, name: undefined, inheritance: undefined }; variable 44 const json = { type: undefined, name: undefined, inheritance: undefined }; variable
|
/third_party/json/docs/examples/ |
D | boolean_t.cpp | 5 using json = nlohmann::json; typedef
|