| /test/xts/acts/arkui/ace_standard/entry/src/ohosTest/js/test/ |
| H A D | canvasProps.test.js | 64 console.info("push canvasProps page success " + JSON.stringify(result))
66 console.error("push canvasProps page error " + JSON.stringify(result))
88 console.info("[canvasProps] get globalThis.value is: " + JSON.stringify(globalThis.value))
90 let obj = JSON.parse(globalThis.value.idProp)
91 console.info("[canvasProps] get inspector value is: " + JSON.stringify(obj))
92 console.info("[canvasProps] get inspector attrs value is: " + JSON.stringify(obj.$attrs))
106 console.info("[canvasProps] get globalThis.value is: " + JSON.stringify(globalThis.value))
108 let obj = JSON.parse(globalThis.value.classProp)
109 console.info("[canvasProps] get inspector value is: " + JSON.stringify(obj))
110 console.info("[canvasProps] get inspector attrs value is: " + JSON [all...] |
| H A D | panelProps.test.js | 63 console.info("push panelProps page success " + JSON.stringify(result));
65 console.error("push panelProps page error " + JSON.stringify(result));
87 console.info("[panelProps] get globalThis.value is: " + JSON.stringify(globalThis.value));
89 let obj = JSON.parse(globalThis.value.idProp);
90 console.info("[panelProps] get inspector value is: " + JSON.stringify(obj));
91 console.info("[panelProps] get inspector attrs value is: " + JSON.stringify(obj.$attrs));
105 console.info("[panelProps] get globalThis.value is: " + JSON.stringify(globalThis.value));
107 let obj = JSON.parse(globalThis.value.classProp);
108 console.info("[panelProps] get inspector value is: " + JSON.stringify(obj));
109 console.info("[panelProps] get inspector attrs value is: " + JSON [all...] |
| H A D | lineProps.test.js | 64 console.info("push lineProps page success " + JSON.stringify(result));
66 console.error("push lineProps page error " + JSON.stringify(result));
88 console.info("[lineProps] get globalThis.value is: " + JSON.stringify(globalThis.value));
90 let obj = JSON.parse(globalThis.value.opacityPropOne);
91 console.info("[lineProps] get inspector value is: " + JSON.stringify(obj));
92 console.info("[lineProps] get inspector attrs value is: " + JSON.stringify(obj.$attrs));
95 console.info("[lineProps] get inspector $type value is: " + JSON.stringify(obj.$attrs.$type));
97 console.info("[lineProps] get inspector id value is: " + JSON.stringify(obj.$attrs.id));
99 console.info("[lineProps] get inspector x1 value is: " + JSON.stringify(obj.$attrs.x1));
101 console.info("[lineProps] get inspector x2 value is: " + JSON [all...] |
| /third_party/typescript/tests/baselines/reference/tsserver/moduleResolution/ |
| H A D | package-json-file-is-edited-when-package-json-with-type-module-exists.js | 1 Info 0 [00:00:27.000] Provided types map file "/a/lib/typesMap.json" doesn't exist
12 //// [/user/username/projects/myproject/src/tsconfig.json]
25 //// [/user/username/projects/myproject/package.json]
49 Info 3 [00:00:30.000] For info: /user/username/projects/myproject/src/fileA.ts :: Config file name: /user/username/projects/myproject/src/tsconfig.json
50 Info 4 [00:00:31.000] Creating configuration project /user/username/projects/myproject/src/tsconfig.json
51 Info 5 [00:00:32.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/src/tsconfig.json WatchType: Config file
53 {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/user/username/projects/myproject/src/tsconfig.json","reason":"Creating possible configured project for /user/username/projects/myproject/src/fileA.ts to open"}}
54 Info 7 [00:00:34.000] Config: /user/username/projects/myproject/src/tsconfig.json : { 64 "configFilePath": "/user/username/projects/myproject/src/tsconfig.json" [all...] |
| H A D | package-json-file-is-edited.js | 1 Info 0 [00:00:27.000] Provided types map file "/a/lib/typesMap.json" doesn't exist
12 //// [/user/username/projects/myproject/src/tsconfig.json]
25 //// [/user/username/projects/myproject/package.json]
49 Info 3 [00:00:30.000] For info: /user/username/projects/myproject/src/fileA.ts :: Config file name: /user/username/projects/myproject/src/tsconfig.json
50 Info 4 [00:00:31.000] Creating configuration project /user/username/projects/myproject/src/tsconfig.json
51 Info 5 [00:00:32.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/src/tsconfig.json WatchType: Config file
53 {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/user/username/projects/myproject/src/tsconfig.json","reason":"Creating possible configured project for /user/username/projects/myproject/src/fileA.ts to open"}}
54 Info 7 [00:00:34.000] Config: /user/username/projects/myproject/src/tsconfig.json : { 64 "configFilePath": "/user/username/projects/myproject/src/tsconfig.json" [all...] |
| /third_party/typescript/tests/baselines/reference/ |
| H A D | nodeModulesPackageImports(module=node16).trace.json | 2 "Found 'package.json' at 'tests/cases/conformance/node/package.json'.", 3 "'package.json' does not have a 'typesVersions' field.", 7 "File 'tests/cases/conformance/node/package.json' exists according to earlier cached lookups.", 16 "File 'tests/cases/conformance/node/package.json' exists according to earlier cached lookups.", 25 "File 'tests/cases/conformance/node/package.json' exists according to earlier cached lookups.", 34 "File 'tests/cases/conformance/node/package.json' exists according to earlier cached lookups.", 43 "File 'tests/cases/conformance/node/package.json' exists according to earlier cached lookups.", 52 "File 'tests/cases/conformance/node/package.json' exists according to earlier cached lookups.", 85 "File 'package.json' doe [all...] |
| /foundation/arkui/ace_engine/test/component_test/test_cases/components/popup_window/entry/src/main/ets/pages/MyTest/ |
| H A D | AlertDialogAlertDialogParamTest.ets | 69 assertEqual(JSON.parse(alertDialogParam1).$attrs.title, 'title') 70 assertEqual(JSON.parse(alertDialogParam1).$attrs.subtitle, 'fax') 71 assertEqual(JSON.parse(alertDialogParam1).$attrs.message, 'text') 72 assertTrue(JSON.parse(alertDialogParam1).$attrs.autoCancel) 73 assertEqual(JSON.parse(alertDialogParam1).$attrs.alignment, 'DialogAlignment.CENTER') 74 assertEqual(JSON.parse(alertDialogParam1).$attrs.offset.dX, 0) 75 assertEqual(JSON.parse(alertDialogParam1).$attrs.offset.dY, -20) 76 assertEqual(JSON.parse(alertDialogParam1).$attrs.girdCount, 5) 77 assertEqual(JSON.parse(alertDialogParam1).$attrs.maskRect.x, 0) 78 assertEqual(JSON [all...] |
| /test/xts/acts/arkui/ace_ets_module_ui/ace_ets_module_scroll/ace_ets_module_scroll_api11/entry/src/main/ets/test/SwiperTest/Swiper_ParmsChange/ |
| H A D | swiperIndex.test.ets | 46 console.info("get swiperIndex state success " + JSON.stringify(pages)); 48 console.info("get swiperIndex state success " + JSON.stringify(pages.name)); 50 console.info("push swiperIndex page success " + JSON.stringify(result)); 53 console.error("push swiperIndex page error " + JSON.stringify(err)); 97 // console.info("The type value is " + JSON.stringify(JSON.parse(strJson).$type)); 98 // console.info("The index value is " + JSON.stringify(JSON.parse(strJson).$attrs.index)); 99 // console.info("The autoPlay value is " + JSON.stringify(JSON [all...] |
| /third_party/typescript/tests/baselines/reference/tsserver/projects/ |
| H A D | file-opened-is-in-configured-project-that-will-be-removed.js | 1 Info 0 [00:00:35.000] Provided types map file "/a/lib/typesMap.json" doesn't exist
12 //// [/user/username/projects/myproject/playground/tsconfig.json]
18 //// [/user/username/projects/myproject/playground/tsconfig-json/tests/spec.ts]
21 //// [/user/username/projects/myproject/playground/tsconfig-json/tsconfig.json]
24 //// [/user/username/projects/myproject/playground/tsconfig-json/src/src.ts]
48 Info 3 [00:00:38.000] For info: /user/username/projects/myproject/playground/tests.ts :: Config file name: /user/username/projects/myproject/playground/tsconfig.json
49 Info 4 [00:00:39.000] Creating configuration project /user/username/projects/myproject/playground/tsconfig.json
50 Info 5 [00:00:40.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/playground/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/playground/tsconfig.json WatchTyp [all...] |
| /test/xts/acts/arkui/ace_standard/entry/src/main/js/default/test/ |
| H A D | panelProps.test.js | 63 console.info("push panelProps page success " + JSON.stringify(result));
65 console.error("push panelProps page error " + JSON.stringify(result));
87 console.info("[panelProps] get globalThis.value is: " + JSON.stringify(globalThis.value));
89 let obj = JSON.parse(globalThis.value.idProp);
90 console.info("[panelProps] get inspector value is: " + JSON.stringify(obj));
91 console.info("[panelProps] get inspector attrs value is: " + JSON.stringify(obj.$attrs));
105 console.info("[panelProps] get globalThis.value is: " + JSON.stringify(globalThis.value));
107 let obj = JSON.parse(globalThis.value.classProp);
108 console.info("[panelProps] get inspector value is: " + JSON.stringify(obj));
109 console.info("[panelProps] get inspector attrs value is: " + JSON [all...] |
| H A D | lineProps.test.js | 64 console.info("push lineProps page success " + JSON.stringify(result));
66 console.error("push lineProps page error " + JSON.stringify(result));
88 console.info("[lineProps] get globalThis.value is: " + JSON.stringify(globalThis.value));
90 let obj = JSON.parse(globalThis.value.opacityPropOne);
91 console.info("[lineProps] get inspector value is: " + JSON.stringify(obj));
92 console.info("[lineProps] get inspector attrs value is: " + JSON.stringify(obj.$attrs));
95 console.info("[lineProps] get inspector $type value is: " + JSON.stringify(obj.$attrs.$type));
97 console.info("[lineProps] get inspector id value is: " + JSON.stringify(obj.$attrs.id));
99 console.info("[lineProps] get inspector x1 value is: " + JSON.stringify(obj.$attrs.x1));
101 console.info("[lineProps] get inspector x2 value is: " + JSON [all...] |
| H A D | pickerProps.test.js | 64 console.info("push pickerProps page success " + JSON.stringify(result));
66 console.error("push pickerProps page error " + JSON.stringify(result));
88 console.info("[pickerProps] get globalThis.value is: " + JSON.stringify(globalThis.value));
90 let obj = JSON.parse(globalThis.value.idProp);
91 console.info("[pickerProps] get inspector value is: " + JSON.stringify(obj));
92 console.info("[pickerProps] get inspector attrs value is: " + JSON.stringify(obj.$attrs));
106 console.info("[pickerProps] get globalThis.value is: " + JSON.stringify(globalThis.value));
108 let obj = JSON.parse(globalThis.value.classProp);
109 console.info("[pickerProps] get inspector value is: " + JSON.stringify(obj));
110 console.info("[pickerProps] get inspector attrs value is: " + JSON [all...] |
| H A D | pickerViewProps.test.js | 64 console.info("push pickerViewProps page success " + JSON.stringify(result));
66 console.error("push pickerViewProps page error " + JSON.stringify(result));
88 console.info("[pickerViewProps] get globalThis.value is: " + JSON.stringify(globalThis.value));
90 let obj = JSON.parse(globalThis.value.idProp);
91 console.info("[pickerViewProps] get inspector value is: " + JSON.stringify(obj));
92 console.info("[pickerViewProps] get inspector attrs value is: " + JSON.stringify(obj.$attrs));
106 console.info("[pickerViewProps] get globalThis.value is: " + JSON.stringify(globalThis.value));
108 let obj = JSON.parse(globalThis.value.classProp);
109 console.info("[pickerViewProps] get inspector value is: " + JSON.stringify(obj));
110 console.info("[pickerViewProps] get inspector attrs value is: " + JSON [all...] |
| H A D | qrcodeProps.test.js | 63 console.info("push qrcodeProps page success " + JSON.stringify(result));
65 console.error("push qrcodeProps page error " + JSON.stringify(result));
87 console.info("[qrcodeProps] get globalThis.value is: " + JSON.stringify(globalThis.value));
89 let obj = JSON.parse(globalThis.value.idProp);
90 console.info("[qrcodeProps] get inspector value is: " + JSON.stringify(obj));
91 console.info("[qrcodeProps] get inspector attrs value is: " + JSON.stringify(obj.$attrs));
106 console.info("[qrcodeProps] get globalThis.value is: " + JSON.stringify(globalThis.value));
108 let obj = JSON.parse(globalThis.value.classProp);
109 console.info("[qrcodeProps] get inspector value is: " + JSON.stringify(obj));
110 console.info("[qrcodeProps] get inspector attrs value is: " + JSON [all...] |
| H A D | toggleProps.test.js | 64 console.info("push toggleProps page success " + JSON.stringify(result));
66 console.error("push toggleProps page error " + JSON.stringify(result));
88 console.info("[toggleProps] get globalThis.value is: " + JSON.stringify(globalThis.value));
90 let obj = JSON.parse(globalThis.value.idProp);
91 console.info("[toggleProps] get inspector value is: " + JSON.stringify(obj));
92 console.info("[toggleProps] get inspector attrs value is: " + JSON.stringify(obj.$attrs));
106 console.info("[toggleProps] get globalThis.value is: " + JSON.stringify(globalThis.value));
108 let obj = JSON.parse(globalThis.value.classProp);
109 console.info("[toggleProps] get inspector value is: " + JSON.stringify(obj));
110 console.info("[toggleProps] get inspector attrs value is: " + JSON [all...] |
| /test/xts/acts/arkui/ace_standard/entry/src/main/js/test/ |
| H A D | panelProps.test.js | 63 console.info("push panelProps page success " + JSON.stringify(result));
65 console.error("push panelProps page error " + JSON.stringify(result));
87 console.info("[panelProps] get globalThis.value is: " + JSON.stringify(globalThis.value));
89 let obj = JSON.parse(globalThis.value.idProp);
90 console.info("[panelProps] get inspector value is: " + JSON.stringify(obj));
91 console.info("[panelProps] get inspector attrs value is: " + JSON.stringify(obj.$attrs));
105 console.info("[panelProps] get globalThis.value is: " + JSON.stringify(globalThis.value));
107 let obj = JSON.parse(globalThis.value.classProp);
108 console.info("[panelProps] get inspector value is: " + JSON.stringify(obj));
109 console.info("[panelProps] get inspector attrs value is: " + JSON [all...] |
| H A D | lineProps.test.js | 64 console.info("push lineProps page success " + JSON.stringify(result));
66 console.error("push lineProps page error " + JSON.stringify(result));
88 console.info("[lineProps] get globalThis.value is: " + JSON.stringify(globalThis.value));
90 let obj = JSON.parse(globalThis.value.opacityPropOne);
91 console.info("[lineProps] get inspector value is: " + JSON.stringify(obj));
92 console.info("[lineProps] get inspector attrs value is: " + JSON.stringify(obj.$attrs));
95 console.info("[lineProps] get inspector $type value is: " + JSON.stringify(obj.$attrs.$type));
97 console.info("[lineProps] get inspector id value is: " + JSON.stringify(obj.$attrs.id));
99 console.info("[lineProps] get inspector x1 value is: " + JSON.stringify(obj.$attrs.x1));
101 console.info("[lineProps] get inspector x2 value is: " + JSON [all...] |
| H A D | pickerViewProps.test.js | 64 console.info("push pickerViewProps page success " + JSON.stringify(result));
66 console.error("push pickerViewProps page error " + JSON.stringify(result));
88 console.info("[pickerViewProps] get globalThis.value is: " + JSON.stringify(globalThis.value));
90 let obj = JSON.parse(globalThis.value.idProp);
91 console.info("[pickerViewProps] get inspector value is: " + JSON.stringify(obj));
92 console.info("[pickerViewProps] get inspector attrs value is: " + JSON.stringify(obj.$attrs));
106 console.info("[pickerViewProps] get globalThis.value is: " + JSON.stringify(globalThis.value));
108 let obj = JSON.parse(globalThis.value.classProp);
109 console.info("[pickerViewProps] get inspector value is: " + JSON.stringify(obj));
110 console.info("[pickerViewProps] get inspector attrs value is: " + JSON [all...] |
| H A D | qrcodeProps.test.js | 63 console.info("push qrcodeProps page success " + JSON.stringify(result));
65 console.error("push qrcodeProps page error " + JSON.stringify(result));
87 console.info("[qrcodeProps] get globalThis.value is: " + JSON.stringify(globalThis.value));
89 let obj = JSON.parse(globalThis.value.idProp);
90 console.info("[qrcodeProps] get inspector value is: " + JSON.stringify(obj));
91 console.info("[qrcodeProps] get inspector attrs value is: " + JSON.stringify(obj.$attrs));
106 console.info("[qrcodeProps] get globalThis.value is: " + JSON.stringify(globalThis.value));
108 let obj = JSON.parse(globalThis.value.classProp);
109 console.info("[qrcodeProps] get inspector value is: " + JSON.stringify(obj));
110 console.info("[qrcodeProps] get inspector attrs value is: " + JSON [all...] |
| H A D | toggleProps.test.js | 64 console.info("push toggleProps page success " + JSON.stringify(result));
66 console.error("push toggleProps page error " + JSON.stringify(result));
88 console.info("[toggleProps] get globalThis.value is: " + JSON.stringify(globalThis.value));
90 let obj = JSON.parse(globalThis.value.idProp);
91 console.info("[toggleProps] get inspector value is: " + JSON.stringify(obj));
92 console.info("[toggleProps] get inspector attrs value is: " + JSON.stringify(obj.$attrs));
106 console.info("[toggleProps] get globalThis.value is: " + JSON.stringify(globalThis.value));
108 let obj = JSON.parse(globalThis.value.classProp);
109 console.info("[toggleProps] get inspector value is: " + JSON.stringify(obj));
110 console.info("[toggleProps] get inspector attrs value is: " + JSON [all...] |
| /test/xts/acts/arkui/ace_standard/entry/src/ohosTest/js/default/test/ |
| H A D | panelProps.test.js | 63 console.info("push panelProps page success " + JSON.stringify(result));
65 console.error("push panelProps page error " + JSON.stringify(result));
87 console.info("[panelProps] get globalThis.value is: " + JSON.stringify(globalThis.value));
89 let obj = JSON.parse(globalThis.value.idProp);
90 console.info("[panelProps] get inspector value is: " + JSON.stringify(obj));
91 console.info("[panelProps] get inspector attrs value is: " + JSON.stringify(obj.$attrs));
105 console.info("[panelProps] get globalThis.value is: " + JSON.stringify(globalThis.value));
107 let obj = JSON.parse(globalThis.value.classProp);
108 console.info("[panelProps] get inspector value is: " + JSON.stringify(obj));
109 console.info("[panelProps] get inspector attrs value is: " + JSON [all...] |
| H A D | lineProps.test.js | 64 console.info("push lineProps page success " + JSON.stringify(result));
66 console.error("push lineProps page error " + JSON.stringify(result));
88 console.info("[lineProps] get globalThis.value is: " + JSON.stringify(globalThis.value));
90 let obj = JSON.parse(globalThis.value.opacityPropOne);
91 console.info("[lineProps] get inspector value is: " + JSON.stringify(obj));
92 console.info("[lineProps] get inspector attrs value is: " + JSON.stringify(obj.$attrs));
95 console.info("[lineProps] get inspector $type value is: " + JSON.stringify(obj.$attrs.$type));
97 console.info("[lineProps] get inspector id value is: " + JSON.stringify(obj.$attrs.id));
99 console.info("[lineProps] get inspector x1 value is: " + JSON.stringify(obj.$attrs.x1));
101 console.info("[lineProps] get inspector x2 value is: " + JSON [all...] |
| H A D | pickerProps.test.js | 64 console.info("push pickerProps page success " + JSON.stringify(result));
66 console.error("push pickerProps page error " + JSON.stringify(result));
88 console.info("[pickerProps] get globalThis.value is: " + JSON.stringify(globalThis.value));
90 let obj = JSON.parse(globalThis.value.idProp);
91 console.info("[pickerProps] get inspector value is: " + JSON.stringify(obj));
92 console.info("[pickerProps] get inspector attrs value is: " + JSON.stringify(obj.$attrs));
106 console.info("[pickerProps] get globalThis.value is: " + JSON.stringify(globalThis.value));
108 let obj = JSON.parse(globalThis.value.classProp);
109 console.info("[pickerProps] get inspector value is: " + JSON.stringify(obj));
110 console.info("[pickerProps] get inspector attrs value is: " + JSON [all...] |
| /test/xts/acts/arkui/ace_ets_module_ui/ace_ets_module_information/ace_ets_module_information_api11/entry/src/main/ets/test/ProgressTest/ |
| H A D | progress.test.ets | 31 console.info("get ActsProgressTest state success " + JSON.stringify(pages));
33 console.info("get ActsProgressTest state success " + JSON.stringify(pages.name));
36 console.info("push ActsProgressTest page success " + JSON.stringify(result));
60 console.info('ArkUX_Stage_Progress_updateColor_0100 START :' + JSON.stringify(strJson));
61 let obj: ESObject = JSON.parse(strJson);
62 console.info("ArkUX_Stage_Progress_updateColor_0100 component obj is: " + JSON.stringify(obj));
64 JSON.stringify(obj.$attrs));
66 JSON.stringify(obj.$attrs.updateColor));
71 console.info('ArkUX_Stage_Progress_updateColor_0100 ERR ' + JSON.stringify(err));
91 console.info('ArkUX_Stage_Progress_updateColor_0200 START :' + JSON [all...] |
| /third_party/json/tests/src/ |
| H A D | unit-algorithms.cpp | 2 // __| | __| | | | JSON for Modern C++ (supporting code) 4 // |_____|_____|_____|_|___| https://github.com/nlohmann/json 11 #include <nlohmann/json.hpp> 12 using nlohmann::json; 16 json j_array = {13, 29, 3, {{"one", 1}, {"two", 2}}, true, false, {1, 2, 3}, "foo", "baz"}; 17 json j_object = {{"one", 1}, {"two", 2}}; 23 CHECK(std::all_of(j_array.begin(), j_array.end(), [](const json & value) 27 CHECK(std::all_of(j_object.begin(), j_object.end(), [](const json & value) 29 return value.type() == json::value_t::number_integer; 35 CHECK(std::any_of(j_array.begin(), j_array.end(), [](const json [all...] |