| /third_party/typescript/tests/baselines/reference/tsserver/projectErrors/ |
| H A D | npm-install-when-timeout-occurs-after-installation.js | 1 Info 0 [00:00:23.000] Provided types map file "/a/lib/typesMap.json" doesn't exist
29 //// [/user/username/projects/myproject/tsconfig.json]
40 Info 3 [00:00:26.000] For info: /user/username/projects/myproject/src/main.ts :: Config file name: /user/username/projects/myproject/tsconfig.json
41 Info 4 [00:00:27.000] Creating configuration project /user/username/projects/myproject/tsconfig.json
42 Info 5 [00:00:28.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/tsconfig.json WatchType: Config file
44 {"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"}}
45 Info 7 [00:00:30.000] Config: /user/username/projects/myproject/tsconfig.json : { 50 "configFilePath": "/user/username/projects/myproject/tsconfig.json" 53 Info 8 [00:00:31.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject 1 undefined Config: /user/username/projects/myproject/tsconfig.json WatchTyp [all...] |
| /test/xts/acts/arkui/ace_ets_module_ui/ace_ets_module_imageText/ace_ets_module_imageText_api11/entry/src/main/ets/test/ToggleTest/ |
| H A D | ToggleJsunit.test.ets | 32 console.info("get Toggle state pages: " + JSON.stringify(pages));
34 console.info("get Toggle state pages.name: " + JSON.stringify(pages.name));
36 console.info("push Toggle page result: " + JSON.stringify(result));
50 let obj: ESObject = JSON.parse(strJson);
51 console.info("[ToggleJsunit_0100] component obj is: " + JSON.stringify(obj));
52 console.info("[ToggleJsunit_0100] type: " + JSON.stringify(obj.$attrs.type));
53 console.info("[ToggleJsunit_0100] isOn: " + JSON.stringify(obj.$attrs.isOn));
54 console.info("[ToggleJsunit_0100] selectedColor: " + JSON.stringify(obj.$attrs.selectedColor));
60 let obj1: ESObject = JSON.parse(strJson1);
61 console.info("[ToggleJsunit_0100] component obj1 is: " + JSON [all...] |
| /third_party/node/deps/v8/tools/ |
| H A D | callstats-from-telemetry.sh | 8 Convert telemetry json trace result to callstats.html compatible 9 versions ot ./out.json 14 TRACE_JSON .json trace files 33 if [[ "$1" == *.json ]]; then 34 echo "Converting json files" 35 JSON=$1 46 OUT=out.json 56 JSON=$2 57 # Check if any json file exists: 58 if ls $JSON [all...] |
| /third_party/typescript/tests/baselines/reference/ |
| H A D | requireOfJsonFileInJsFile.symbols | 2 const json0 = require("./json.json");
5 >"./json.json" : Symbol("/json", Decl(json.json, 0, 0))
11 const json1 = require("./json.json"); // No error (bad)
14 >"./json [all...] |
| /third_party/typescript/src/testRunner/unittests/tsbuild/ |
| H A D | resolveJsonModule.ts | 16 commandLineArgs: ["--b", "/src/tsconfig_withInclude.json", "--v", "--explainFiles"],
21 subScenario: "include of json along with other include",
23 commandLineArgs: ["--b", "/src/tsconfig_withIncludeOfJson.json", "--v", "--explainFiles"],
28 subScenario: "include of json along with other include and file name matches ts file",
30 commandLineArgs: ["--b", "/src/tsconfig_withIncludeOfJson.json", "--v", "--explainFiles"],
32 fs.rimrafSync("/src/src/hello.json");
33 fs.writeFileSync("/src/src/index.json", JSON.stringify({ hello: "world" }));
34 fs.writeFileSync("/src/src/index.ts", `import hello from "./index.json"
42 subScenario: "files containing json fil [all...] |
| H A D | moduleResolution.ts | 12 path: `${projectRoot}/packages/pkg1/tsconfig.json`,
13 content: JSON.stringify({
27 path: `${projectRoot}/packages/pkg2/tsconfig.json`,
28 content: JSON.stringify({
38 path: `${projectRoot}/packages/pkg2/package.json`,
39 content: JSON.stringify({
74 "/src/packages/pkg1.tsconfig.json": JSON.stringify({
80 "/src/packages/pkg2.tsconfig.json": JSON [all...] |
| /third_party/typescript/tests/baselines/reference/tsbuildWatch/projectsBuilding/ |
| H A D | when-there-are-5-projects-in-a-solution.js | 18 //// [/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]
45 //// [/user/username/projects/myproject/tsconfig.json]
55 * pkg0/tsconfig.json
56 * pkg1/tsconfig.json
57 * pkg2/tsconfig.json
58 * pkg3/tsconfig.json
[all...] |
| /third_party/typescript/tests/baselines/reference/tsserver/cachingFileSystemInformation/ |
| H A D | watchDirectories-for-config-file-with-case-insensitive-file-system.js | 1 Info 0 [00:00:33.000] Provided types map file "/typesMap.json" doesn't exist
22 //// [/Users/someuser/work/applications/frontend/tsconfig.json]
33 Info 2 [00:00:35.000] For info: /Users/someuser/work/applications/frontend/src/app/utils/Analytic.ts :: Config file name: /Users/someuser/work/applications/frontend/tsconfig.json
34 Info 3 [00:00:36.000] Creating configuration project /Users/someuser/work/applications/frontend/tsconfig.json
35 Info 4 [00:00:37.000] FileWatcher:: Added:: WatchInfo: /Users/someuser/work/applications/frontend/tsconfig.json 2000 undefined Project: /Users/someuser/work/applications/frontend/tsconfig.json WatchType: Config file
36 Info 5 [00:00:38.000] Config: /Users/someuser/work/applications/frontend/tsconfig.json : { 68 "configFilePath": "/Users/someuser/work/applications/frontend/tsconfig.json" 71 Info 6 [00:00:39.000] DirectoryWatcher:: Added:: WatchInfo: /users/someuser/work/applications/frontend/src 1 undefined Config: /Users/someuser/work/applications/frontend/tsconfig.json WatchType: Wild card directory
72 Info 7 [00:00:40.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /users/someuser/work/applications/frontend/src 1 undefined Config: /Users/someuser/work/applications/frontend/tsconfig.json WatchTyp [all...] |
| H A D | watchDirectories-for-config-file-with-case-sensitive-file-system.js | 1 Info 0 [00:00:33.000] Provided types map file "/typesMap.json" doesn't exist
22 //// [/Users/someuser/work/applications/frontend/tsconfig.json]
33 Info 2 [00:00:35.000] For info: /Users/someuser/work/applications/frontend/src/app/utils/Analytic.ts :: Config file name: /Users/someuser/work/applications/frontend/tsconfig.json
34 Info 3 [00:00:36.000] Creating configuration project /Users/someuser/work/applications/frontend/tsconfig.json
35 Info 4 [00:00:37.000] FileWatcher:: Added:: WatchInfo: /Users/someuser/work/applications/frontend/tsconfig.json 2000 undefined Project: /Users/someuser/work/applications/frontend/tsconfig.json WatchType: Config file
36 Info 5 [00:00:38.000] Config: /Users/someuser/work/applications/frontend/tsconfig.json : { 68 "configFilePath": "/Users/someuser/work/applications/frontend/tsconfig.json" 71 Info 6 [00:00:39.000] DirectoryWatcher:: Added:: WatchInfo: /Users/someuser/work/applications/frontend/src 1 undefined Config: /Users/someuser/work/applications/frontend/tsconfig.json WatchType: Wild card directory
72 Info 7 [00:00:40.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /Users/someuser/work/applications/frontend/src 1 undefined Config: /Users/someuser/work/applications/frontend/tsconfig.json WatchTyp [all...] |
| /third_party/typescript/tests/baselines/reference/tsserver/watchEnvironment/ |
| H A D | uses-non-recursive-watchDirectory-when-file-is-added-to-subfolder.js | 1 Info 0 [00:00:21.000] Provided types map file "/a/lib/typesMap.json" doesn't exist
18 //// [/a/username/project/tsconfig.json]
42 Info 3 [00:00:24.000] For info: /a/username/project/src/index.ts :: Config file name: /a/username/project/tsconfig.json
43 Info 4 [00:00:25.000] Creating configuration project /a/username/project/tsconfig.json
44 Info 5 [00:00:26.000] FileWatcher:: Added:: WatchInfo: /a/username/project/tsconfig.json 2000 undefined Project: /a/username/project/tsconfig.json WatchType: Config file
45 Info 6 [00:00:27.000] Config: /a/username/project/tsconfig.json : { 51 "configFilePath": "/a/username/project/tsconfig.json" 57 Info 7 [00:00:28.000] FileWatcher:: Close:: WatchInfo: /a/username/project/tsconfig.json 2000 undefined Project: /a/username/project/tsconfig.json WatchTyp [all...] |
| /test/xts/acts/ability/ability_runtime/actsstartabilitywantparamtest/entry/src/ohosTest/ets/test/ |
| H A D | StartAbilityWantParam.test.ets | 91 console.info(`${TEST_SUITE_NAME}#${TEST_CASE_NAME} error :${JSON.stringify(error)}}`); 118 console.info(`${TEST_SUITE_NAME}#${TEST_CASE_NAME} error :${JSON.stringify(error)}}`); 149 console.info(`${TEST_SUITE_NAME}#${TEST_CASE_NAME} subscribe sunccess : ${JSON.stringify(commonEventData)}, 150 parameter : ${JSON.stringify(parameter)}`); 151 expect(JSON.stringify(commonEventData.parameters!.keyRemoteObj)).assertEqual(JSON.stringify(parameter.keyRemoteObj)) 160 console.info(`${TEST_SUITE_NAME}#${TEST_CASE_NAME} exception : ${JSON.stringify(err)}`); 165 console.info(`${TEST_SUITE_NAME}#${TEST_CASE_NAME} exception : ${JSON.stringify(err)}`); 193 console.error(`${TEST_SUITE_NAME}#${TEST_CASE_NAME} start ability err : ${JSON.stringify(error)}`); 196 console.error(`${TEST_SUITE_NAME}#${TEST_CASE_NAME} exception : ${JSON [all...] |
| /test/xts/acts/account/appaccount/getallaccounts/actsgetallaccountsnoparameter/entry/src/ohosTest/js/test/ |
| H A D | Getallaccounts.test.js | 34 console.info("====>getAllAccounts 0100 err:" + JSON.stringify(err)); 35 console.info("====>getAllAccounts 0100 data:" + JSON.stringify(data)); 59 console.error("====>getAllAccounts 0200 err:" + JSON.stringify(err)); 63 console.info("====>getAllAccounts 0200 data:" + JSON.stringify(data)); 80 console.info("====> add account ActsGetAllAccountsNoParameter_0300 err:" + JSON.stringify(err)); 83 console.info("====>getAllAccounts 0300 err:" + JSON.stringify(err)); 84 console.info("====>getAllAccounts 0300 data:" + JSON.stringify(data)); 93 console.error("====>getAllAccounts check data 0300 fail err:" + JSON.stringify(err)); 98 console.info("====>delete Account ActsGetAllAccountsNoParameter_0300 err:" + JSON.stringify(err)); 121 console.error("====>getAllAccounts err:" + JSON [all...] |
| /third_party/json/docs/examples/ |
| H A D | object.cpp | 2 #include <nlohmann/json.hpp> 4 using json = nlohmann::json; 8 // create JSON objects in main() 9 json j_no_init_list = json::object(); in main() 10 json j_empty_init_list = json::object({}); in main() 11 json j_list_of_pairs = json in main() [all...] |
| /test/xts/acts/arkui/ace_ets_module_noui/ace_ets_module_StateMangagement/ace_ets_module_StateMangagement_api11/entry/src/main/ets/test/Zhuang/ |
| H A D | ObjectLink2.test.ets | 44 console.info("get ObjectLink2 state pages: " + JSON.stringify(pages));
46 console.info("get ObjectLink2 state pages.name: " + JSON.stringify(pages.name));
49 console.info("push ObjectLink2 success: " + JSON.stringify(result));
68 let obj: ESObject = JSON.parse(strJson);
69 console.info("[ObjectLink2_0100] component obj is: " + JSON.stringify(obj));
70 // console.info("[ObjectLink2_0100] title: " + JSON.stringify(obj.$attrs.type));
72 console.info("[ObjectLink2_0100] title: " + JSON.stringify(obj.$attrs.type));
86 let obj: ESObject = JSON.parse(strJson);
87 console.info("[ObjectLink2_0200] component obj is: " + JSON.stringify(obj));
88 console.info("[ObjectLink2_0200] title: " + JSON [all...] |
| /test/xts/acts/graphic/windowStage/entry/src/ohosTest/ets/test/ |
| H A D | windowAbnormalScenario.test.ets | 62 console.error(msgStr + 'Failed to set the aspect ratio of window. err:' + JSON.stringify(err)); 66 console.error(msgStr + 'Failed to set the aspect ratio of window. Cause: ' + JSON.stringify(exception)); 88 console.error(msgStr + 'Failed to set the aspect ratio of window. Cause:' + JSON.stringify(err)); 98 console.error(msgStr + 'Failed to set the aspect ratio of window. Cause: ' + JSON.stringify(exception)); 122 console.error(msgStr + 'Failed to set the aspect ratio of window. err:' + JSON.stringify(err)); 126 console.error(msgStr + 'Failed to set the aspect ratio of window. Cause: ' + JSON.stringify(exception)); 148 console.error(msgStr + 'Failed to set the aspect ratio of window. Cause:' + JSON.stringify(err)); 158 console.error(msgStr + 'Failed to set the aspect ratio of window. Cause: ' + JSON.stringify(exception)); 177 console.log(msgStr + 'windowStage.createSubWindow failed error: ' + JSON.stringify(err)); 187 console.error('Failed to show the window. Cause: ' + JSON [all...] |
| /test/xts/acts/telephony/networkmanager/noNet/connectiontest/entry/src/ohosTest/ets/test/ |
| H A D | ConnectionWithoutNet.test.ets | 25 console.info(` exportFail failed err: ${JSON.stringify(err)}`); 33 console.info(` exportTrue failed err: ${JSON.stringify(err)}`); 60 console.info(`${caseName} bind fail error: ${JSON.stringify(error)}`); 67 console.info(`${caseName} bindSocket error: ${JSON.stringify(error)}`); 72 console.info(`${caseName} bindSocket success data: ${JSON.stringify(data)}`); 82 console.info(`${caseName} test failed err: ${JSON.stringify(err)}`); 109 console.info(`${caseName} bind fail error: ${JSON.stringify(error)}`); 116 console.info(`${caseName} bindSocket error: ${JSON.stringify(error)}`); 121 console.info(`${caseName} bindSocket success data: ${JSON.stringify(data)}`); 131 console.info(`${caseName} test failed err: ${JSON [all...] |
| /test/xts/acts/arkui/ace_ets_module_ui/ace_ets_module_uicontext_widget/ace_ets_module_uicontext_widget_api12/entry/src/main/ets/MainAbility/utils/ |
| H A D | Common.ets | 39 console.info("[getInspectorByKey] current component obj is: " + JSON.stringify(JSON.parse(strJson))); 40 console.info("[getInspectorByKey] rectInfo is: " + JSON.parse('[' + JSON.parse(strJson).$rect + ']')); 41 CommonFunc.rect_left = JSON.parse('[' + JSON.parse('[' + JSON.parse(strJson).$rect + ']')[0] + ']')[0] 42 CommonFunc.rect_top = JSON.parse('[' + JSON.parse('[' + JSON [all...] |
| /third_party/json/docs/mkdocs/docs/features/parsing/ |
| H A D | parse_exceptions.md | 3 When the input is not valid JSON, an exception of type [`parse_error`](../../home/exceptions.md#parse-errors) is thrown. 10 json j; 13 j = json::parse(my_input); 15 catch (json::parse_error& ex) 31 json j = json::parse(my_input, nullptr, false); 42 Alternatively, function `accept()` can be used which does not return a `json` value, but a `#!cpp bool` indicating 43 whether the input is valid JSON. 46 if (!json::accept(my_input)) 64 const json [all...] |
| /third_party/skia/third_party/externals/angle2/scripts/ |
| H A D | gen_angle_gn_info_json.py | 7 # This tool will create a json description of the GN build environment that 11 # information in json: 13 # Generating angle.json needs to be done from within a Chromium build: 17 # This will output an angle.json that can be copied to the angle directory 22 # --output <file> json file to create, default is angle.json 26 import json namespace 34 text_desc = subprocess.check_output(['gn', 'desc', '--format=json', gn_out, target_name]) 40 json_out = json.loads(text_desc) 42 raise ValueError("Unable to decode JSON\ncm [all...] |
| /test/xts/acts/ability/ability_runtime/actssupportfunction/actsonandoffscreentest/entry/src/ohosTest/ets/test/ |
| H A D | OnAndOffScreenTest.test.ets | 66 console.log(TAG + "executeShellCommand start : " + JSON.stringify(cmd)); 71 console.log(TAG + "executeShellCommand error : " + JSON.stringify(error)); 93 console.log(TAG1 + "isScreenOn data = " + JSON.stringify(data)); 96 console.log(TAG1 + "isScreenOn error = " + JSON.stringify(error)); 145 console.log(TAG + "createSubscriber data : " + JSON.stringify(data)); 149 console.log(TAG + "SubscribeInfoCallback : " + JSON.stringify(data)); 155 console.log(TAG + "UnSubscribeInfoCallback : " + JSON.stringify(data)); 170 console.log(TAG + "UnSubscribeInfoCallback : " + JSON.stringify(data)); 171 expect(JSON.stringify(lifeList)).assertEqual(JSON [all...] |
| /test/xts/acts/ability/ability_runtime/actssupportfunction/stagesupportfunction/entry/src/ohosTest/ets/test/ |
| H A D | OnAndOffScreenTest.test.ets | 66 console.log(TAG + "executeShellCommand start : " + JSON.stringify(cmd)); 71 console.log(TAG + "executeShellCommand error : " + JSON.stringify(error)); 93 console.log(TAG1 + "isScreenOn data = " + JSON.stringify(data)); 96 console.log(TAG1 + "isScreenOn error = " + JSON.stringify(error)); 145 console.log(TAG + "createSubscriber data : " + JSON.stringify(data)); 149 console.log(TAG + "SubscribeInfoCallback : " + JSON.stringify(data)); 155 console.log(TAG + "UnSubscribeInfoCallback : " + JSON.stringify(data)); 170 console.log(TAG + "UnSubscribeInfoCallback : " + JSON.stringify(data)); 171 expect(JSON.stringify(lifeList)).assertEqual(JSON [all...] |
| /test/xts/acts/communication/bluetooth_ble/entry/src/ohosTest/ets/test/ |
| H A D | BluetoothAdvertising.test.ets | 75 console.info('[bluetooth_js] bt turn off:'+ JSON.stringify(sta1));
78 console.info('[bluetooth_js] bt turning on:'+ JSON.stringify(sta));
82 console.info('[bluetooth_js] bt turn on:'+ JSON.stringify(sta));
89 console.info('[bluetooth_js] bt turning off:'+ JSON.stringify(sta2));
161 console.info('bluetooth advertising state01 = ' + JSON.stringify(AdvertisingStateChangeInfo));
183 console.info('[bluetooth_js]startAdvertising callback info01:'+JSON.stringify(outAdvHandle));
185 console.info('[bluetooth_js]startAdvertising callback info01:'+JSON.stringify(advHandle));
192 console.info('[bluetooth_js] startAdv promise result01:' + JSON.stringify(data));
198 console.info('[bluetooth_js] stopAdvertising promise result01: ' + JSON.stringify(data));
234 console.info('[bluetooth_js]startAdvertising promise info02:' + JSON [all...] |
| /third_party/typescript/tests/baselines/reference/tsserver/projectReferenceCompileOnSave/ |
| H A D | when-dependency-project-is-not-open-and-save-on-dependency-and-change-to-dependency.js | 1 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...] |
| H A D | when-dependency-project-is-not-open-and-save-on-dependency-and-local-change-to-dependency.js | 1 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/arkui/ace_ets_web_enhanced/ace_ets_web_enhanced_three/entry/src/ohosTest/ets/testability/pages/ |
| H A D | WebCookieManagerFetchCookie.ets | 44 console.info("valueChangeCallBack:" + JSON.stringify(eventData)); 68 console.log('error: ' + JSON.stringify(error)); 85 console.log('error: ' + JSON.stringify(error)); 101 console.log("error: " + JSON.stringify(error)); 105 console.log('error: ' + JSON.stringify(error)); 125 console.log('error: ' + JSON.stringify(error)); 133 console.log('error: ' + JSON.stringify(error)); 147 console.log('error: ' + JSON.stringify(error)); 168 console.log('error: ' + JSON.stringify(error)); 189 console.log('error: ' + JSON [all...] |