Home
last modified time | relevance | path

Searched full:json (Results 476 - 500 of 25998) sorted by relevance

1...<<11121314151617181920>>...1040

/test/xts/acts/arkui/ace_ets_module_ui/ace_ets_module_imageSpan/ace_ets_module_imageSpan_api12/entry/src/main/ets/MainAbility/utils/
H A DCommon.ets38 console.info("[getInspectorByKey] current component obj is: " + JSON.stringify(JSON.parse(strJson)));
39 console.info("[getInspectorByKey] rectInfo is: " + JSON.parse('[' + JSON.parse(strJson).$rect + ']'));
40 CommonFunc.rect_left = JSON.parse('[' + JSON.parse('[' + JSON.parse(strJson).$rect + ']')[0] + ']')[0]
41 CommonFunc.rect_top = JSON.parse('[' + JSON.parse('[' + JSON
[all...]
/test/xts/acts/arkui/ace_ets_module_ui/ace_ets_module_RouteManagement/ace_ets_module_RouteManagement_api11/entry/src/main/ets/MainAbility/utils/
H A DCommon.ets38 console.info("[getInspectorByKey] current component obj is: " + JSON.stringify(JSON.parse(strJson)));
39 console.info("[getInspectorByKey] rectInfo is: " + JSON.parse('[' + JSON.parse(strJson).$rect + ']'));
40 CommonFunc.rect_left = JSON.parse('[' + JSON.parse('[' + JSON.parse(strJson).$rect + ']')[0] + ']')[0]
41 CommonFunc.rect_top = JSON.parse('[' + JSON.parse('[' + JSON
[all...]
/test/xts/acts/arkui/ace_ets_module_ui/ace_ets_module_animation/ace_ets_module_animation_api12/entry/src/main/ets/MainAbility/utils/
H A DCommon.ets38 console.info("[getInspectorByKey] current component obj is: " + JSON.stringify(JSON.parse(strJson)));
39 console.info("[getInspectorByKey] rectInfo is: " + JSON.parse('[' + JSON.parse(strJson).$rect + ']'));
40 CommonFunc.rect_left = JSON.parse('[' + JSON.parse('[' + JSON.parse(strJson).$rect + ']')[0] + ']')[0]
41 CommonFunc.rect_top = JSON.parse('[' + JSON.parse('[' + JSON
[all...]
/test/xts/acts/arkui/ace_ets_module_ui/ace_ets_module_platform/ace_ets_module_platform_api11/entry/src/main/ets/MainAbility/utils/
H A DCommon.ets38 console.info("[getInspectorByKey] current component obj is: " + JSON.stringify(JSON.parse(strJson)));
39 console.info("[getInspectorByKey] rectInfo is: " + JSON.parse('[' + JSON.parse(strJson).$rect + ']'));
40 CommonFunc.rect_left = JSON.parse('[' + JSON.parse('[' + JSON.parse(strJson).$rect + ']')[0] + ']')[0]
41 CommonFunc.rect_top = JSON.parse('[' + JSON.parse('[' + JSON
[all...]
/test/xts/acts/arkui/ace_ets_module_ui/ace_ets_module_navigation/ace_ets_module_navigation_api11/entry/src/main/ets/test/NavDestinationTest/
H A DNavDestinationJsunit.test.ets45 console.info("get NavDestination state pages: " + JSON.stringify(pages));
47 console.info("get NavDestination state pages.name: " + JSON.stringify(pages.name));
49 console.info("push NavDestination page result: " + JSON.stringify(result));
71 console.info("[NavDestinationJsunit_0100] text: " + JSON.stringify(text));
83 console.info("[NavDestinationJsunit_0200] component JSON.parse(strJson) is: " + JSON.stringify(JSON.parse(strJson)));
84 console.info("[NavDestinationJsunit_0200] backgroundColor: " + JSON.stringify(JSON.parse(strJson).$attrs.backgroundColor));
85 expect(JSON
[all...]
/third_party/json/docs/mkdocs/docs/features/
H A Djson_pointer.md0 # JSON Pointer
5 The library supports **JSON Pointer** ([RFC 6901](https://tools.ietf.org/html/rfc6901)) as alternative means to address
6 structured values. A JSON Pointer is a string that identifies a specific value within a JSON document.
8 Consider the following JSON document
10 ```json
21 Then every value inside the JSON document can be identified as follows:
23 | JSON Pointer | JSON value |
25 | `` | `#!json {"arra
[all...]
/third_party/typescript/tests/baselines/reference/
H A DjsDeclarationsPackageJson.symbols2 const j = require("./package.json");
5 >"./package.json" : Symbol("tests/cases/conformance/jsdoc/declarations/package", Decl(package.json, 0, 0))
13 === tests/cases/conformance/jsdoc/declarations/package.json ===
16 >"name" : Symbol("name", Decl(package.json, 0, 1))
19 >"version" : Symbol("version", Decl(package.json, 1, 18))
22 >"description" : Symbol("description", Decl(package.json, 2, 23))
25 >"main" : Symbol("main", Decl(package.json, 3, 31))
28 >"bin" : Symbol("bin", Decl(package.json, 4, 30))
31 >"cli" : Symbol("cli", Decl(package.json,
[all...]
/test/xts/acts/arkui/ace_ets_module_noui/ace_ets_module_StateMangagement/ace_ets_module_StateMangagement_api11/entry/src/main/ets/test/State/
H A DStorageProp25Jsunit.test.ets45 console.info("get StorageProp25Jsunit state pages: " + JSON.stringify(pages));
47 console.info("get StorageProp25Jsunit state pages.name: " + JSON.stringify(pages.name));
50 console.info("push StorageProp25Jsunit page result: " + JSON.stringify(result));
63 let obj1: ESObject = JSON.parse(strJson1);
64 console.info("[StorageProp25Jsunit_0100] component obj1 is: " + JSON.stringify(obj1));
65 console.info("[StorageProp25Jsunit_0100] text: " + JSON.stringify(obj1.$attrs.content));
69 let obj2: ESObject = JSON.parse(strJson2);
70 console.info("[StorageProp25Jsunit_0100] component obj2 is: " + JSON.stringify(obj2));
71 console.info("[StorageProp25Jsunit_0100] text: " + JSON.stringify(obj2.$attrs.content));
82 let obj1: ESObject = JSON
[all...]
H A DObjectLinkSplJsunit.test.ets45 console.info("get ObjectLinkSplJsunit state pages: " + JSON.stringify(pages));
47 console.info("get ObjectLinkSplJsunit state pages.name: " + JSON.stringify(pages.name));
50 console.info("push ObjectLinkSplJsunit success: " + JSON.stringify(result));
75 let obj: ESObject = JSON.parse(strJson);
76 console.info("[ObjectLinkSplJsunit_0100] component obj is: " + JSON.stringify(obj));
77 console.info("[ObjectLinkSplJsunit_0100] text: " + JSON.stringify(obj.$attrs.content));
81 let obj1: ESObject = JSON.parse(strJson1);
82 console.info("[ObjectLinkSplJsunit_0100] component obj1 is: " + JSON.stringify(obj1));
83 console.info("[ObjectLinkSplJsunit_0100] text: " + JSON.stringify(obj1.$attrs.content));
87 let obj2: ESObject = JSON
[all...]
/third_party/typescript/tests/baselines/reference/tscWatch/moduleResolution/
H A Dpackage-json-file-is-edited-when-package-json-with-type-module-exists.js2 //// [/user/username/projects/myproject/src/tsconfig.json]
15 //// [/user/username/projects/myproject/package.json]
37 FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/tsconfig.json 2000 undefined Config file
41 options: {"target":3,"module":100,"outDir":"/user/username/projects/myproject/out","watch":true,"project":"/user/username/projects/myproject/src","extendedDiagnostics":true,"traceResolution":true,"explainFiles":true,"configFilePath":"/user/username/projects/myproject/src/tsconfig.json"}
42 File '/user/username/projects/myproject/src/package.json' does not exist.
43 Found 'package.json' at '/user/username/projects/myproject/package.json'.
44 'package.json' does not have a 'typesVersions' field.
61 File '/a/lib/package.json' does not exist.
62 File '/a/package.json' doe
[all...]
H A Dpackage-json-file-is-edited.js2 //// [/user/username/projects/myproject/src/tsconfig.json]
15 //// [/user/username/projects/myproject/package.json]
37 FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/tsconfig.json 2000 undefined Config file
41 options: {"target":3,"module":100,"outDir":"/user/username/projects/myproject/out","watch":true,"project":"/user/username/projects/myproject/src","extendedDiagnostics":true,"traceResolution":true,"explainFiles":true,"configFilePath":"/user/username/projects/myproject/src/tsconfig.json"}
42 File '/user/username/projects/myproject/src/package.json' does not exist.
43 Found 'package.json' at '/user/username/projects/myproject/package.json'.
44 'package.json' does not have a 'typesVersions' field.
70 File '/a/lib/package.json' does not exist.
71 File '/a/package.json' doe
[all...]
/third_party/json/docs/examples/
H A Djson_pointer.cpp2 #include <nlohmann/json.hpp>
4 using json = nlohmann::json;
8 // correct JSON pointers in main()
9 json::json_pointer p1; in main()
10 json::json_pointer p2(""); in main()
11 json::json_pointer p3("/"); in main()
12 json::json_pointer p4("//"); in main()
13 json::json_pointer p5("/foo/bar"); in main()
14 json in main()
[all...]
H A Dbasic_json__value_t.cpp2 #include <nlohmann/json.hpp>
4 using json = nlohmann::json;
8 // create the different JSON values with default values in main()
9 json j_null(json::value_t::null); in main()
10 json j_boolean(json::value_t::boolean); in main()
11 json j_number_integer(json in main()
[all...]
/third_party/typescript/tests/baselines/reference/tsserver/projectReferences/
H A Dfinding-references-in-overlapping-projects.js1 Info 0 [00:00:44.000] Provided types map file "/a/lib/typesMap.json" doesn't exist
25 //// [/user/username/projects/solution/tsconfig.json]
28 //// [/user/username/projects/solution/a/tsconfig.json]
37 //// [/user/username/projects/solution/b/tsconfig.json]
48 //// [/user/username/projects/solution/c/tsconfig.json]
59 //// [/user/username/projects/solution/d/tsconfig.json]
78 Info 3 [00:00:47.000] For info: /user/username/projects/solution/b/index.ts :: Config file name: /user/username/projects/solution/b/tsconfig.json
79 Info 4 [00:00:48.000] Creating configuration project /user/username/projects/solution/b/tsconfig.json
80 Info 5 [00:00:49.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/solution/b/tsconfig.json 2000 undefined Project: /user/username/projects/solution/b/tsconfig.json WatchTyp
[all...]
H A Dproject-is-indirectly-referenced-by-solution.js1 Info 0 [00:01:05.000] Provided types map file "/a/lib/typesMap.json" doesn't exist
3 Info 2 [00:01:07.000] For info: /user/username/projects/myproject/src/main.ts :: Config file name: /user/username/projects/myproject/tsconfig.json
4 Info 3 [00:01:08.000] Creating configuration project /user/username/projects/myproject/tsconfig.json
5 Info 4 [00:01:09.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file
7 {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/user/username/projects/myproject/tsconfig.json","reason":"Creating possible configured project for /user/username/projects/myproject/src/main.ts to open"}}
8 Info 6 [00:01:11.000] Config: /user/username/projects/myproject/tsconfig.json : {
11 "configFilePath": "/user/username/projects/myproject/tsconfig.json"
15 "path": "/user/username/projects/myproject/tsconfig-indirect1.json",
16 "originalPath": "./tsconfig-indirect1.json"
[all...]
/third_party/skia/infra/bots/recipes/perf_skottietrace.expected/
H A DPerf-Debian10-Clang-GCE-CPU-AVX2-x86_64-Release-All-SkottieTracing.json7 "--json-output",
8 "/path/to/tmp/json",
22 "--json-output",
23 "/path/to/tmp/json",
40 "--json-output",
41 "/path/to/tmp/json",
58 "--json-output",
59 "/path/to/tmp/json",
71 "--json-output",
72 "/path/to/tmp/json",
[all...]
/test/xts/acts/commonlibrary/ets_utils/json_lib_standard/entry/src/ohosTest/js/test/
H A Djson.test.js17 import JSON from "@ohos.util.json";
32 * @tc.desc: Parsing JSON strings
39 let obj = JSON.parse(jsonText);
46 * @tc.desc: Parsing JSON strings
59 let obj = JSON.parse(jsonText, reviverFunc);
66 * @tc.desc: Parsing JSON strings
72 let obj = JSON.parse("null");
79 * @tc.desc: Parsing JSON strings
85 let obj = JSON
[all...]
/test/xts/acts/telephony/telephone/contacttest/entry/src/ohosTest/ets/test/
H A DUpdateContact.test.ets52 console.info(`getPermission error ${JSON.stringify(err)}`);
73 console.info(`afterEach queryContacts catch err: ${JSON.stringify(queryErr)}`);
87 console.info(`afterEach deleteContact catch err: ${JSON.stringify(deleteErr)}`);
91 console.info(`afterEach catch error: ${JSON.stringify(error)}`);
207 console.info(JSON.stringify(contactData))
210 console.info(`${caseName} addContact: err->${JSON.stringify(addErr)}`);
214 console.info(`${caseName} addContact: success data->${JSON.stringify(addData)}`);
218 console.info(`${caseName} queryKey: err->${JSON.stringify(keyErr)}`);
222 console.info(`${caseName} queryKey: success data->${JSON.stringify(keyData)}`);
235 console.info(`${caseName} updateContact: err->${JSON
[all...]
/foundation/arkui/ace_engine/test/component_test/test_cases/components/text_and_input/entry/src/main/ets/pages/MyTest/
H A DTextInputCancelButtonTest.ets61 assertEqual(JSON.parse(JSON.parse(cancelButton1).$attrs.cancelButton).style, 2)
62 assertEqual(JSON.parse(JSON.parse(JSON.parse(cancelButton1).$attrs.cancelButton).icon).size, '45.00vp')
63 assertEqual(JSON.parse(JSON.parse(JSON.parse(cancelButton1).$attrs.cancelButton).icon).color, '#FF0000FF')
64 assertEqual(JSON.parse(JSON
[all...]
/third_party/typescript/tests/baselines/reference/tsserver/configuredProjects/
H A Dshould-stop-watching-the-extended-configs-of-closed-projects.js1 Info 0 [00:00:35.000] Provided types map file "/typesMap.json" doesn't exist
3 //// [/user/username/projects/myproject/extended/alpha.tsconfig.json]
6 //// [/user/username/projects/myproject/a/tsconfig.json]
7 {"extends":"../extended/alpha.tsconfig.json","files":["a.ts"]}
12 //// [/user/username/projects/myproject/extended/bravo.tsconfig.json]
13 {"extends":"./alpha.tsconfig.json"}
15 //// [/user/username/projects/myproject/b/tsconfig.json]
16 {"extends":"../extended/bravo.tsconfig.json","files":["b.ts"]}
24 //// [/user/username/projects/myproject/dummy/tsconfig.json]
35 Info 2 [00:00:37.000] For info: /user/username/projects/myproject/a/a.ts :: Config file name: /user/username/projects/myproject/a/tsconfig.json
[all...]
/foundation/arkui/ace_engine/test/component_test/test_cases/components/common/entry/src/main/ets/pages/MyTest/
H A DOutlineTest_one.ets50 assertEqual(JSON.parse(JSON.parse(outline1).$attrs.outline).width, $r("app.string.common_value_one"))
51 assertEqual(JSON.parse(JSON.parse(outline1).$attrs.outline).color, "#FFFF0000")
52 assertEqual(JSON.parse(JSON.parse(outline1).$attrs.outline).style.left, 'OutlineStyle.DASHED')
53 assertEqual(JSON.parse(JSON.parse(outline1).$attrs.outline).style.right, 'OutlineStyle.DASHED')
54 assertEqual(JSON.parse(JSON
[all...]
/third_party/node/deps/npm/test/lib/utils/completion/
H A Dinstalled-deep.js6 'package.json': JSON.stringify({
23 'package.json': JSON.stringify({
32 'package.json': JSON.stringify({
38 'package.json': JSON.stringify({
47 'package.json': JSON
[all...]
/foundation/arkui/ace_engine/test/component_test/test_cases/components/information_display/entry/src/main/ets/pages/MyTest/
H A DDataPanelValueColorsTest_one.ets56 assertEqual(JSON.parse(valueColors1)
61 assertEqual(JSON.parse(valueColors1)
65 assertEqual(JSON.parse(valueColors1)
70 assertEqual(JSON.parse(valueColors1)
74 assertEqual(JSON.parse(valueColors1)
79 assertEqual(JSON.parse(valueColors1)
83 assertEqual(JSON.parse(valueColors1)
88 assertEqual(JSON.parse(valueColors1)
92 assertEqual(JSON.parse(valueColors1)
97 assertEqual(JSON
[all...]
/third_party/json/docs/mkdocs/docs/api/basic_json/
H A Dbasic_json.md39 1. Create an empty JSON value with a given type. The value will be default initialized with an empty value which depends
44 | null | `#!json null` |
45 | boolean | `#!json false` |
46 | string | `#!json ""` |
47 | number | `#!json 0` |
48 | object | `#!json {}` |
49 | array | `#!json []` |
54 2. Create a `#!json null` JSON value. It either takes a null pointer as parameter (explicitly creating `#!json nul
[all...]
/third_party/node/deps/npm/test/lib/commands/
H A Doutdated.js79 'package.json': JSON.stringify({
87 'package.json': JSON.stringify({
107 'package.json': JSON.stringify({
116 'package.json': JSON.stringify({
124 'package.json': JSON
[all...]

Completed in 15 milliseconds

1...<<11121314151617181920>>...1040