Home
last modified time | relevance | path

Searched full:json (Results 726 - 750 of 25814) sorted by relevance

1...<<21222324252627282930>>...1033

/third_party/json/docs/mkdocs/docs/api/basic_json/
H A Dpatch.md7 [JSON Patch](http://jsonpatch.com) defines a JSON document structure for expressing a sequence of operations to apply to
8 a JSON document. With this function, a JSON Patch is applied to the current JSON value by executing all operations from
14 : JSON patch document
22 Strong guarantee: if an exception is thrown, there are no changes in the JSON value.
26 - Throws [`parse_error.104`](../../home/exceptions.md#jsonexceptionparse_error104) if the JSON patch does not consist of
28 - Throws [`parse_error.105`](../../home/exceptions.md#jsonexceptionparse_error105) if the JSON patch is malformed (e.g.,
31 - Throws [`out_of_range.403`](../../home/exceptions.md#jsonexceptionout_of_range403) if a JSON pointe
[all...]
/test/xts/acts/arkui/ace_ets_module_ui/ace_ets_module_commonAttrsLayout/ace_ets_module_commonAttrsLayout_api11/entry/src/main/ets/test/GridContainerTest/
H A DGridSettingsJsunit.test.ets30 console.info("get gridSettings state pages:" + JSON.stringify(pages));
32 console.info("get gridSettings state pages.name:" + JSON.stringify(pages.name));
35 console.info("push gridSettings page result:" + JSON.stringify(result));
63 console.info("[testGridSettings001] gridRow useSizeType: " + JSON.stringify(JSON.parse(strJson).$attrs.useSizeType));
64 expect(JSON.parse(strJson).$attrs.useSizeType.sm.span).assertEqual(2);
65 expect(JSON.parse(strJson).$attrs.useSizeType.sm.offset).assertEqual(1);
91 console.info("[testGridSettings002] gridRow useSizeType: " + JSON.stringify(JSON.parse(strJson)
94 expect(JSON
[all...]
/test/xts/acts/communication/bluetooth_standard/src/main/js/test/
H A DBtScanMode.test.js70 console.info('[bluetooth_js] bt turn off:'+ JSON.stringify(sta1));
73 console.info('[bluetooth_js] bt turning on:'+ JSON.stringify(sta));
77 console.info('[bluetooth_js] bt turn on:'+ JSON.stringify(sta));
84 console.info('[bluetooth_js] bt turning off:'+ JSON.stringify(sta2));
117 console.info('[bluetooth_js] get bluetooth state001'+ JSON.stringify(state));
121 console.info('[bluetooth_js] ScanMode_0100 oldScanMode = '+ JSON.stringify(oldScanMode));
125 console.info('[bluetooth_js] ScanMode_0100 newscanmode = '+ JSON.stringify(getScanMode));
130 console.info('[bluetooth_js] ScanMode_0100 setoldscanmode = '+ JSON.stringify(getOldScanMode));
136 console.info('[bluetooth_js] bluetooth switch off,state is = '+ JSON.stringify(state));
154 console.info('[bluetooth_js] get bluetooth state001'+ JSON
[all...]
/third_party/typescript/tests/baselines/reference/tsserver/projectErrors/
H A Dshould-not-report-incorrect-error-when-json-is-root-file-found-by-tsconfig.js1 Info 0 [00:00:25.000] Provided types map file "/a/lib/typesMap.json" doesn't exist
13 import * as blabla from "./blabla.json";
17 //// [/user/username/projects/myproject/src/blabla.json]
33 //// [/user/username/projects/myproject/tsconfig.json]
34 {"compilerOptions":{"resolveJsonModule":true,"composite":true},"include":["./src/*.ts","./src/*.json"]}
44 Info 3 [00:00:28.000] For info: /user/username/projects/myproject/src/test.ts :: Config file name: /user/username/projects/myproject/tsconfig.json
45 Info 4 [00:00:29.000] Creating configuration project /user/username/projects/myproject/tsconfig.json
46 Info 5 [00:00:30.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file
48 {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/user/username/projects/myproject/tsconfig.json","reaso
[all...]
/test/xts/acts/arkui/ace_ets_component_apilack/entry/src/main/ets/test/
H A DtextPicker.test.ets30 console.info("get textPicker state success " + JSON.stringify(pages));
32 console.info("get textPicker state success " + JSON.stringify(pages.name));
35 console.info("push textPicker page success " + JSON.stringify(result));
57 let obj: Record<string, Object> = JSON.parse(strJson);
59 expect(JSON.parse(strJson).$attrs.width).assertEqual("112.00vp");
60 console.info("[testtextPickerDefaultPickerItemHeight0001] width value :" + JSON.parse(strJson).$attrs.width);
74 let obj: Record<string, Object> = JSON.parse(strJson);
76 let numberValue = vp2px(parseFloat(JSON.parse(strJson).$attrs.height)) - parseFloat(JSON.parse(strJson).$attrs.defaultPickerItemHeight) * 5
78 console.info("[testtextPickerDefaultPickerItemHeight0002] height value :" + JSON
[all...]
/test/xts/acts/arkui/ace_ets_module_ui/ace_ets_module_picker/ace_ets_module_picker_api11/entry/src/main/ets/test/TextPicker/
H A DtextPicker.test.ets30 console.info("get textPicker state success " + JSON.stringify(pages));
32 console.info("get textPicker state success " + JSON.stringify(pages.name));
35 console.info("push textPicker page success " + JSON.stringify(result));
57 let obj: Record<string, Object> = JSON.parse(strJson);
59 expect(JSON.parse(strJson).$attrs.width).assertEqual("112.00vp");
60 console.info("[testtextPickerDefaultPickerItemHeight0001] width value :" + JSON.parse(strJson).$attrs.width);
74 let obj: Record<string, Object> = JSON.parse(strJson);
76 let numberValue = vp2px(parseFloat(JSON.parse(strJson).$attrs.height)) - parseFloat(JSON.parse(strJson).$attrs.defaultPickerItemHeight) * 5
78 console.info("[testtextPickerDefaultPickerItemHeight0002] height value :" + JSON
[all...]
/third_party/typescript/tests/baselines/reference/tsbuildWatch/moduleResolution/
H A Dresolves-specifier-in-output-declaration-file-from-referenced-project-correctly-with-cts-and-mts-extensions.js2 //// [/user/username/projects/myproject/packages/pkg1/package.json]
9 //// [/user/username/projects/myproject/packages/pkg1/tsconfig.json]
18 //// [/user/username/projects/myproject/packages/pkg2/tsconfig.json]
21 //// [/user/username/projects/myproject/packages/pkg2/package.json]
45 * packages/pkg2/tsconfig.json
46 * packages/pkg1/tsconfig.json
48 [12:00:43 AM] Project 'packages/pkg2/tsconfig.json' is out of date because output file 'packages/pkg2/build/tsconfig.tsbuildinfo' does not exist
50 [12:00:44 AM] Building project '/user/username/projects/myproject/packages/pkg2/tsconfig.json'...
52 Found 'package.json' at '/user/username/projects/myproject/packages/pkg2/package.json'
[all...]
/third_party/typescript/tests/baselines/reference/tsbuildWatch/projectsBuilding/
H A Dwhen-there-are-8-projects-in-a-solution.js18 //// [/user/username/projects/myproject/pkg0/tsconfig.json]
24 //// [/user/username/projects/myproject/pkg1/tsconfig.json]
30 //// [/user/username/projects/myproject/pkg2/tsconfig.json]
36 //// [/user/username/projects/myproject/pkg3/tsconfig.json]
42 //// [/user/username/projects/myproject/pkg4/tsconfig.json]
48 //// [/user/username/projects/myproject/pkg5/tsconfig.json]
54 //// [/user/username/projects/myproject/pkg6/tsconfig.json]
60 //// [/user/username/projects/myproject/pkg7/tsconfig.json]
63 //// [/user/username/projects/myproject/tsconfig.json]
73 * pkg0/tsconfig.json
[all...]
/foundation/communication/dsoftbus/core/common/dfx/statistics/include/
H A Dbt_statistic.h32 int32_t GetBtStatisticInfo(cJSON *json);
35 void GetGattClientDeviceInfo(cJSON *json);
36 void GetGattServerDeviceInfo(cJSON *json);
37 void GetBleAdvertiserDeviceInfo(cJSON *json);
38 void GetBleCentralDeviceInfo(cJSON *json);
39 void GetBleGattDeviceInfo(cJSON *json);
40 void GetA2dpSrcDeviceInfo(cJSON *json);
41 void GetA2dpSinkDeviceInfo(cJSON *json);
42 void GetAvrCTDeviceInfo(cJSON *json);
43 void GetAvrTGDeviceInfo(cJSON *json);
[all...]
/third_party/node/deps/npm/man/man5/
H A Dnpm-shrinkwrap-json.51 .TH "NPM-SHRINKWRAP.JSON" "5" "February 2024" "" ""
3 \fBnpm-shrinkwrap.json\fR - A publishable lockfile
6 \fBnpm-shrinkwrap.json\fR is a file created by npm help shrinkwrap. It is identical to \fBpackage-lock.json\fR, with one major caveat: Unlike \fBpackage-lock.json\fR, \fBnpm-shrinkwrap.json\fR may be included when publishing a package.
8 The recommended use-case for \fBnpm-shrinkwrap.json\fR is applications deployed through the publishing process on the registry: for example, daemons and command-line tools intended as global installs or \fBdevDependencies\fR. It's strongly discouraged for library authors to publish this file, since that would prevent end users from having control over transitive dependency updates.
10 If both \fBpackage-lock.json\fR and \fBnpm-shrinkwrap.json\fR are present in a package root, \fBnpm-shrinkwrap.json\f
[all...]
/third_party/typescript/tests/baselines/reference/
H A DnodeModulesImportAssertions(module=node16).symbols2 import json from "./package.json" assert { type: "json" };
3 >json : Symbol(json, Decl(index.ts, 0, 6))
6 import json from "./package.json" assert { type: "json" }; // should error, cjs mode imports don't support assertions
7 >json : Symbol(json, Dec
[all...]
H A DnodeModulesImportAssertions(module=nodenext).symbols2 import json from "./package.json" assert { type: "json" };
3 >json : Symbol(json, Decl(index.ts, 0, 6))
6 import json from "./package.json" assert { type: "json" }; // should error, cjs mode imports don't support assertions
7 >json : Symbol(json, Dec
[all...]
H A DmoduleResolutionWithSuffixes_one_jsonModule.trace.json2 "======== Resolving module './foo.json' from '/index.ts'. ========",
4 "Loading module as file / folder, candidate module location '/foo.json', target file type 'TypeScript'.",
5 "File '/foo.json.ios.ts' does not exist.",
6 "File '/foo.json.ios.tsx' does not exist.",
7 "File '/foo.json.ios.d.ts' does not exist.",
8 "File '/foo.json.ios.ets' does not exist.",
9 "File '/foo.json.d.ios.ets' does not exist.",
10 "File name '/foo.json' has a '.json' extension - stripping it.",
11 "File '/foo.json
[all...]
/test/xts/acts/arkui/ace_standard/entry/src/main/js/default/test/
H A DcommonComponentJsApi.test.js72 console.info("push stepper page success " + JSON.stringify(result));
74 console.error("push stepper page error " + JSON.stringify(result));
78 console.info("[router.stepper] getState" + JSON.stringify(pages));
96 console.info("push button page success " + JSON.stringify(result));
98 console.error("push button page error " + JSON.stringify(result));
102 console.info("[router.button] getState" + JSON.stringify(pages));
120 console.info("push button page success " + JSON.stringify(result));
122 console.error("push button page error " + JSON.stringify(result));
126 console.info("[router.input] getState" + JSON.stringify(pages));
144 console.info("push button page success " + JSON
[all...]
/test/xts/acts/arkui/ace_standard/entry/src/ohosTest/js/default/test/
H A DcommonComponentJsApi.test.js72 console.info("push stepper page success " + JSON.stringify(result));
74 console.error("push stepper page error " + JSON.stringify(result));
78 console.info("[router.stepper] getState" + JSON.stringify(pages));
96 console.info("push button page success " + JSON.stringify(result));
98 console.error("push button page error " + JSON.stringify(result));
102 console.info("[router.button] getState" + JSON.stringify(pages));
120 console.info("push button page success " + JSON.stringify(result));
122 console.error("push button page error " + JSON.stringify(result));
126 console.info("[router.input] getState" + JSON.stringify(pages));
144 console.info("push button page success " + JSON
[all...]
/test/xts/acts/telephony/telephone/contacttest/entry/src/ohosTest/ets/test/
H A DQueryKey.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)}`);
209 console.info(`${caseName} callback: err->${JSON.stringify(err)}`);
213 console.info(`${caseName} callback: success data->${JSON.stringify(data)}`);
218 console.info(`${caseName} callback: err->${JSON.stringify(err)}`);
222 console.info(`${caseName} callback: success data->${JSON.stringify(data)}`);
230 console.info(`${caseName} catch: err->${JSON.stringify(err)}`);
251 console.info(`${caseName} callback: err->${JSON
[all...]
/test/xts/acts/arkui/ace_ets_module_ui/ace_ets_module_commonAttrsOther/ace_ets_module_commonAttrsOther_api11/entry/src/main/ets/test/overlayTest/
H A DOverlayJsunit.test.ets31 console.info("get overlay state pages: " + JSON.stringify(pages));
33 console.info("get overlay state pages.name:" + JSON.stringify(pages.name));
36 console.info("push overlay page result:" + JSON.stringify(result));
54 console.info("[testOverlay01] JSON.parse(strJson) is: " + JSON.stringify(JSON.parse(strJson).$attrs.overlay));
55 expect(JSON.parse(strJson).$attrs.overlay.title).assertEqual("old title");
56 expect(JSON.parse(strJson).$attrs.overlay.options.align).assertEqual("Alignment.Bottom");
57 expect(JSON.parse(strJson).$attrs.overlay.options.offset.x).assertEqual('0.00vp');
58 expect(JSON
[all...]
/test/xts/acts/bundlemanager/bundle_standard/bundlemanager/actsbundlemanagerstagetest/entry/src/ohosTest/ets/test/
H A DPublicApiEightTest.test.ets37 console.info("getBundleInfoTest" + JSON.stringify(data));
40 console.info("getBundleInfoTest fail" + JSON.stringify(err));
44 console.info("getBundleInfoTest" + JSON.stringify(data));
45 console.info("getBundleInfoTest fail" + JSON.stringify(err));
59 console.info('getAbilityInfoTest promise data is: ' + JSON.stringify(data));
62 console.info('getAbilityInfoTest failed. Cause: ' + JSON.stringify(err));
66 console.info('getAbilityInfoTest promise data is: ' + JSON.stringify(data));
67 console.info('getAbilityInfoTest failed. Cause: ' + JSON.stringify(err));
81 console.info("getApplicationInfoTest result" + JSON.stringify(data));
84 console.info("getBundleInfoTest fail" + JSON
[all...]
/third_party/typescript/tests/baselines/reference/tsserver/plugins/
H A Dgets-external-files-with-config-file-reload.js1 Info 0 [00:00:21.000] Provided types map file "/a/lib/typesMap.json" doesn't exist
15 //// [/user/username/projects/myproject/tsconfig.json]
39 Info 3 [00:00:24.000] For info: /user/username/projects/myproject/a.ts :: Config file name: /user/username/projects/myproject/tsconfig.json
40 Info 4 [00:00:25.000] Creating configuration project /user/username/projects/myproject/tsconfig.json
41 Info 5 [00:00:26.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file
42 Info 6 [00:00:27.000] Config: /user/username/projects/myproject/tsconfig.json : {
52 "configFilePath": "/user/username/projects/myproject/tsconfig.json"
55 Info 7 [00:00:28.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchType: Wild card directory
56 Info 8 [00:00:29.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchTyp
[all...]
/third_party/skia/infra/bots/recipes/check_generated_files.expected/
H A DHousekeeper-PerCommit-CheckGeneratedFiles.json33 "--json-output",
34 "/path/to/tmp/json",
48 "--json-output",
49 "/path/to/tmp/json",
72 "/path/to/tmp/json",
94 "@@@STEP_LOG_LINE@json.output@{@@@",
95 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
96 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
97 "@@@STEP_LOG_LINE@json.output@ \"skia\": \"abc123\"@@@",
98 "@@@STEP_LOG_LINE@json
[all...]
/third_party/json/tests/src/
H A Dunit-wstring.cpp2 // __| | __| | | | JSON for Modern C++ (supporting code)
4 // |_____|_____|_____|_|___| https://github.com/nlohmann/json
11 #include <nlohmann/json.hpp>
12 using nlohmann::json;
44 json j = json::parse(w);
54 json _;
55 CHECK_THROWS_AS(_ = json::parse(w), json::parse_error&);
64 json
[all...]
/test/xts/acts/ability/ability_runtime/actsdataabilityaccessdatasharetest/actsdataabilityaccessdatasharetest/entry/src/ohosTest/js/test/
H A DDataAbilityHelperJsSt.test.js41 console.debug('ACTS_beforeAll DAHelper ====> ' + DAHelper + " ,JSON. " + JSON.stringify(DAHelper));
75 + 'json err [ ' + JSON.stringify(err) + ' ], json data [ ' + JSON.stringify(data) + ' ]');
101 + 'json data [ ' + JSON.stringify(data) + ' ]');
107 + 'json err [ ' + JSON
[all...]
/third_party/typescript/tests/baselines/reference/tsbuildWatch/watchEnvironment/
H A Dsame-file-in-multiple-projects-with-single-watcher-per-file.js21 //// [/user/username/projects/myproject/pkg0/tsconfig.json]
27 //// [/user/username/projects/myproject/pkg1/tsconfig.json]
33 //// [/user/username/projects/myproject/pkg2/tsconfig.json]
39 //// [/user/username/projects/myproject/pkg3/tsconfig.json]
42 //// [/user/username/projects/myproject/tsconfig.json]
52 * pkg0/tsconfig.json
53 * pkg1/tsconfig.json
54 * pkg2/tsconfig.json
55 * pkg3/tsconfig.json
56 * tsconfig.json
[all...]
/third_party/typescript/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/
H A Dsave-on-dependency-with-project.js1 Info 0 [00:00:29.000] Provided types map file "/a/lib/typesMap.json" doesn't exist
17 //// [/user/username/projects/myproject/dependency/tsconfig.json]
29 //// [/user/username/projects/myproject/usage/tsconfig.json]
53 Info 3 [00:00:32.000] For info: /user/username/projects/myproject/usage/usage.ts :: Config file name: /user/username/projects/myproject/usage/tsconfig.json
54 Info 4 [00:00:33.000] Creating configuration project /user/username/projects/myproject/usage/tsconfig.json
55 Info 5 [00:00:34.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/usage/tsconfig.json WatchType: Config file
56 Info 6 [00:00:35.000] Config: /user/username/projects/myproject/usage/tsconfig.json : {
61 "configFilePath": "/user/username/projects/myproject/usage/tsconfig.json"
70 Info 7 [00:00:36.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/usage 1 undefined Config: /user/username/projects/myproject/usage/tsconfig.json WatchTyp
[all...]
/test/xts/acts/ability/ability_runtime/stage/actslifecyclesinglehaptest/entry/src/ohosTest/ets/MainAbility1/
H A DMainAbility1.ts22 console.log("[Demo] MainAbility1 context: " + JSON.stringify(this.context));
27 + JSON.stringify(ability));
30 + JSON.stringify(abilityname));
33 console.log("[Demo] 1listKey1:" + JSON.stringify(listKey1));
37 + JSON.stringify(ability));
40 + JSON.stringify(abilityname));
43 console.log("[Demo] 2listKey1:" + JSON.stringify(listKey1));
55 + JSON.stringify(ability));
58 console.log("[Demo] 3listKey1:" + JSON.stringify(listKey1));
62 + JSON
[all...]

Completed in 11 milliseconds

1...<<21222324252627282930>>...1033