Home
last modified time | relevance | path

Searched full:json (Results 951 - 975 of 21411) sorted by relevance

1...<<31323334353637383940>>...857

/test/xts/acts/arkui/ace_ets_module_ui/ace_ets_module_navigation/ace_ets_module_navigation_api11/entry/src/main/ets/test/SearchTest/
H A Dsearch.test.ets30 console.info("get search state success " + JSON.stringify(pages));
32 console.info("get search state success " + JSON.stringify(pages.name));
35 console.info("push search page success " + JSON.stringify(result));
57 let obj: Record<string, Object> = JSON.parse(strJson);
59 expect(JSON.parse(strJson).$attrs.width).assertEqual("320.00vp");
60 console.info("[testsearchOnCut0001] width value :" + JSON.parse(strJson).$attrs.width);
74 let obj: Record<string, Object> = JSON.parse(strJson);
76 expect(JSON.parse(strJson).$attrs.height).assertEqual("70.00vp");
77 console.info("[testsearchOnCut0002] height value :" + JSON.parse(strJson).$attrs.height);
91 let obj: Record<string, Object> = JSON
[all...]
/test/xts/acts/telephony/networkmanager/network/networkwifi/entry/src/ohosTest/ets/test/
H A DNetworkManagerWithWifi.test.ets44 console.info(`${caseName} data1 ${JSON.stringify(data)}`);
48 console.info(`${caseName} fail data1 ${JSON.stringify(data)} ${JSON.stringify(code)}`);
56 console.info(`${caseName} data2 ${JSON.stringify(data)}`);
62 console.info(`${caseName} fail data2 ${JSON.stringify(data)} ${JSON.stringify(code)}`);
71 console.info(`${caseName} catch error ${JSON.stringify(err)}`);
92 console.info(`${caseName} data ${JSON.stringify(data)}`);
98 console.info(`${caseName} fail data ${JSON.stringify(data)} ${JSON
[all...]
/third_party/typescript/tests/baselines/reference/tsbuild/resolveJsonModule/
H A Dsourcemap.js17 //// [/src/src/hello.json]
23 import hello from "./hello.json"
27 //// [/src/tsconfig_withFiles.json]
40 "src/index.ts", "src/hello.json"
44 //// [/src/tsconfig_withInclude.json]
61 //// [/src/tsconfig_withIncludeAndFiles.json]
74 "src/hello.json"
81 //// [/src/tsconfig_withIncludeOfJson.json]
94 "src/**/*", "src/**/*.json"
101 /lib/tsc --b src/tsconfig_withFiles.json
[all...]
/third_party/typescript/tests/baselines/reference/tsserver/configuredProjects/
H A Dadd-new-files-to-a-configured-project-without-file-list.js1 Info 0 [00:00:15.000] Provided types map file "/typesMap.json" doesn't exist
19 //// [/a/b/tsconfig.json]
30 Info 2 [00:00:17.000] For info: /a/b/commonFile1.ts :: Config file name: /a/b/tsconfig.json
31 Info 3 [00:00:18.000] Creating configuration project /a/b/tsconfig.json
32 Info 4 [00:00:19.000] FileWatcher:: Added:: WatchInfo: /a/b/tsconfig.json 2000 undefined Project: /a/b/tsconfig.json WatchType: Config file
33 Info 5 [00:00:20.000] Config: /a/b/tsconfig.json : {
38 "configFilePath": "/a/b/tsconfig.json"
41 Info 6 [00:00:21.000] DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchType: Wild card directory
42 Info 7 [00:00:22.000] Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /a/b 1 undefined Config: /a/b/tsconfig.json WatchTyp
[all...]
/third_party/typescript/tests/baselines/reference/tsserver/projectReferencesSourcemap/dependencyAndUsage/configHasNoReference/
H A Ddependency-dtsMap-not-present.js1 Info 0 [00:01:04.000] Provided types map file "/a/lib/typesMap.json" doesn't exist
20 //// [/user/username/projects/myproject/dependency/tsconfig.json]
39 //// [/user/username/projects/myproject/main/tsconfig.json]
58 //// [/user/username/projects/myproject/random/tsconfig.json]
201 Info 3 [00:01:07.000] For info: /user/username/projects/myproject/main/main.ts :: Config file name: /user/username/projects/myproject/main/tsconfig.json
202 Info 4 [00:01:08.000] Creating configuration project /user/username/projects/myproject/main/tsconfig.json
203 Info 5 [00:01:09.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/main/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/main/tsconfig.json WatchType: Config file
204 Info 6 [00:01:10.000] Config: /user/username/projects/myproject/main/tsconfig.json : {
211 "configFilePath": "/user/username/projects/myproject/main/tsconfig.json"
[all...]
/test/xts/acts/telephony/telephonyjstest/netmanager_base/socket/entry/src/ohosTest/js/test/
H A DNetworkManagerTCPSocketServer.test.js82 console.info(`${caseName} listen failed: ${JSON.stringify(err)}`);
85 console.info(`${caseName} listen failed: ${JSON.stringify(data)}`);
103 console.info(`${caseName} listen failed, err: ${JSON.stringify(err)}`);
125 console.info(`${caseName} listen : ${JSON.stringify(data)}`);
129 console.info(`${caseName} listen failed: ${JSON.stringify(err)}`);
144 console.info(`${caseName} on connect success ${JSON.stringify(data)}`);
168 console.info(`${caseName} on connect success ${JSON.stringify(data)}`);
192 console.info(`${caseName} on connect success ${JSON.stringify(data)}`);
195 console.info(`${caseName} off connect success ${JSON.stringify(data)}`);
217 console.info(`${caseName} on connect success ${JSON
[all...]
/applications/standard/systemui/features/managementcomponent/src/main/ets/com/ohos/model/
H A DnotificationListener.ts48 Log.showInfo(TAG, `subscribeEnableChanged error ${JSON.stringify(err)}`);
61 Log.showInfo(TAG, `unsubscribeEnableChanged error ${JSON.stringify(err)}`);
69 Log.showDebug(TAG, `handleEnabledNotificationChanged data:${JSON.stringify(data)} `);
105 Log.showDebug(TAG, `isNotificationEnabled bundleOption:${JSON.stringify(bundleOption)} `);
108 Log.showInfo(TAG, `isNotificationEnabled callback data:${JSON.stringify(data)} err:${JSON.stringify(err)}`);
122 Log.showDebug(TAG, `enableNotification bundleOption:${JSON.stringify(bundleOption)} data:${JSON.stringify(data)}`);
125 Log.showInfo(TAG, `enableNotification err:${JSON.stringify(err)} result:${JSON
[all...]
/test/xts/acts/ability/ability_runtime/stage/actslifecyclesinglehaptest/entry/src/ohosTest/ets/MainAbility4/
H A DMainAbility4.ts23 console.log("[Demo] MainAbility4 context: " + JSON.stringify(this.context));
28 + JSON.stringify(ability));
31 + JSON.stringify(abilityname));
34 console.log("[Demo] 1listKey4:" + JSON.stringify(listKey4));
38 + JSON.stringify(ability));
41 + JSON.stringify(abilityname));
44 console.log("[Demo] 2listKey4:" + JSON.stringify(listKey4));
56 + JSON.stringify(ability));
59 + JSON.stringify(abilityname));
62 console.log("[Demo] 3listKey4:" + JSON
[all...]
/test/xts/acts/ability/ability_runtime/stage/actslifecyclesinglehaptest/entry/src/ohosTest/ets/MainAbility7/
H A DMainAbility7.ts48 + JSON.stringify(ability));
51 + JSON.stringify(abilityname));
54 console.log("[Demo] 1listKey7:" + JSON.stringify(listKey7));
58 + JSON.stringify(ability));
61 + JSON.stringify(abilityname));
64 console.log("[Demo] 2listKey7:" + JSON.stringify(listKey7));
76 + JSON.stringify(ability));
79 + JSON.stringify(abilityname));
82 console.log("[Demo] 3listKey7:" + JSON.stringify(listKey7));
86 + JSON
[all...]
/test/xts/acts/arkui/ace_ets_component_apilack/entry/src/main/ets/test/
H A Dcommon.test.ets30 console.info("get common state success " + JSON.stringify(pages));
32 console.info("get common state success " + JSON.stringify(pages.name));
35 console.info("push common page success " + JSON.stringify(result));
57 let obj: Record<string, Object> = JSON.parse(strJson);
60 let jsonObject: Record<string, Object> = JSON.parse(JSON.parse(strJson).$attrs.borderImage);
75 let obj: Record<string, Object> = JSON.parse(strJson);
77 expect(JSON.parse(strJson).$attrs.tabIndex).assertEqual(1);
78 console.info("[testcommonBackgroundBlurStyle002] tabIndex value :" + JSON.parse(strJson).$attrs.textAlign);
92 let obj: Record<string, Object> = JSON
[all...]
/test/xts/acts/arkui/ace_ets_module_ui/ace_ets_module_commonAttrsVisual/ace_ets_module_commonAttrsVisual_api11/entry/src/main/ets/test/imageEffectsTest/
H A Dcommon.test3.ets30 console.info("get common state success " + JSON.stringify(pages));
32 console.info("get common state success " + JSON.stringify(pages.name));
35 console.info("push common page success " + JSON.stringify(result));
57 let obj: Record<string, Object> = JSON.parse(strJson);
59 let jsonObject: Record<string, Object> = JSON.parse(JSON.parse(strJson).$attrs.borderImage);
74 let obj: Record<string, Object> = JSON.parse(strJson);
76 expect(JSON.parse(strJson).$attrs.tabIndex).assertEqual(1);
77 console.info("[testcommonBackgroundBlurStyle002] tabIndex value :" + JSON.parse(strJson).$attrs.textAlign);
91 let obj: Record<string, Object> = JSON
[all...]
/test/xts/acts/arkui/ace_standard/entry/src/main/js/default/test/
H A DpickerViewProps22.test.js64 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.disabledPropTrue);
91 console.info("[pickerViewProps] get inspector value is: " + JSON.stringify(obj));
92 console.info("[pickerViewProps] get inspector attrs value is: " + JSON.stringify(obj.$attrs));
107 console.info("[pickerViewProps] get globalThis.value is: " + JSON.stringify(globalThis.value));
109 let obj = JSON.parse(globalThis.value.disabledPropFalse);
110 console.info("[pickerViewProps] get inspector value is: " + JSON.stringify(obj));
111 console.info("[pickerViewProps] get inspector attrs value is: " + JSON
[all...]
/test/xts/acts/arkui/ace_standard/entry/src/main/js/test/
H A DpickerViewProps22.test.js64 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.disabledPropTrue);
91 console.info("[pickerViewProps] get inspector value is: " + JSON.stringify(obj));
92 console.info("[pickerViewProps] get inspector attrs value is: " + JSON.stringify(obj.$attrs));
107 console.info("[pickerViewProps] get globalThis.value is: " + JSON.stringify(globalThis.value));
109 let obj = JSON.parse(globalThis.value.disabledPropFalse);
110 console.info("[pickerViewProps] get inspector value is: " + JSON.stringify(obj));
111 console.info("[pickerViewProps] get inspector attrs value is: " + JSON
[all...]
/test/xts/acts/arkui/ace_standard/entry/src/ohosTest/js/default/test/
H A DpickerViewProps22.test.js64 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.disabledPropTrue);
91 console.info("[pickerViewProps] get inspector value is: " + JSON.stringify(obj));
92 console.info("[pickerViewProps] get inspector attrs value is: " + JSON.stringify(obj.$attrs));
107 console.info("[pickerViewProps] get globalThis.value is: " + JSON.stringify(globalThis.value));
109 let obj = JSON.parse(globalThis.value.disabledPropFalse);
110 console.info("[pickerViewProps] get inspector value is: " + JSON.stringify(obj));
111 console.info("[pickerViewProps] get inspector attrs value is: " + JSON
[all...]
/test/xts/acts/arkui/ace_standard/entry/src/ohosTest/js/test/
H A DpickerViewProps22.test.js64 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.disabledPropTrue);
91 console.info("[pickerViewProps] get inspector value is: " + JSON.stringify(obj));
92 console.info("[pickerViewProps] get inspector attrs value is: " + JSON.stringify(obj.$attrs));
107 console.info("[pickerViewProps] get globalThis.value is: " + JSON.stringify(globalThis.value));
109 let obj = JSON.parse(globalThis.value.disabledPropFalse);
110 console.info("[pickerViewProps] get inspector value is: " + JSON.stringify(obj));
111 console.info("[pickerViewProps] get inspector attrs value is: " + JSON
[all...]
/third_party/skia/infra/bots/recipe_modules/flavor/examples/full.expected/
H A DTest-Debian10-GCC-GCE-CPU-AVX2-x86_64-Debug-All-Docker.json7 "--json-output",
8 "/path/to/tmp/json",
24 "--json-output",
25 "/path/to/tmp/json",
37 "--json-output",
38 "/path/to/tmp/json",
50 "--json-output",
51 "/path/to/tmp/json",
65 "--json-output",
66 "/path/to/tmp/json",
[all...]
H A DTest-Debian10-GCC-GCE-CPU-AVX2-x86-Debug-All-Docker.json7 "--json-output",
8 "/path/to/tmp/json",
24 "--json-output",
25 "/path/to/tmp/json",
37 "--json-output",
38 "/path/to/tmp/json",
50 "--json-output",
51 "/path/to/tmp/json",
65 "--json-output",
66 "/path/to/tmp/json",
[all...]
H A DTest-Win10-Clang-Golo-GPU-QuadroP400-x86_64-Release-All-Vulkan_ProcDump.json7 "--json-output",
8 "/path/to/tmp/json",
24 "--json-output",
25 "/path/to/tmp/json",
37 "--json-output",
38 "/path/to/tmp/json",
50 "--json-output",
51 "/path/to/tmp/json",
65 "--json-output",
66 "/path/to/tmp/json",
[all...]
/test/xts/acts/telephony/telephone/contacttest/entry/src/ohosTest/ets/test/
H A DIsMyCard.test.ets54 console.info(`getPermission error ${JSON.stringify(err)}`);
89 console.log(`addCard: err-> ${JSON.stringify(err)}`);
136 console.info(`afterEach catch error: ${JSON.stringify(error)}`);
158 console.info(`${caseName} callback: err->${JSON.stringify(err)}`);
162 console.info(`${caseName} callback: success data->${JSON.stringify(data)}`);
168 console.info(`${caseName} callback: catch err->${JSON.stringify(err)}`);
189 console.info(`${caseName} callback: err->${JSON.stringify(err)}`);
193 console.info(`${caseName} callback: success data->${JSON.stringify(data)}`);
199 console.info(`${caseName} callback: catch err->${JSON.stringify(err)}`);
220 console.info(`${caseName} callback: err->${JSON
[all...]
/third_party/typescript/tests/baselines/reference/tsserver/projectReferenceErrors/
H A Dwith-module-scenario-when-the-depedency-file-is-open-geterrForProject.js1 Info 0 [00:00:29.000] Provided types map file "/a/lib/typesMap.json" doesn't exist
20 //// [/user/username/projects/myproject/dependency/tsconfig.json]
34 //// [/user/username/projects/myproject/usage/tsconfig.json]
58 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
59 Info 4 [00:00:33.000] Creating configuration project /user/username/projects/myproject/usage/tsconfig.json
60 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
62 {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/user/username/projects/myproject/usage/tsconfig.json","reason":"Creating possible configured project for /user/username/projects/myproject/usage/usage.ts to open"}}
63 Info 7 [00:00:36.000] Config: /user/username/projects/myproject/usage/tsconfig.json : {
69 "configFilePath": "/user/username/projects/myproject/usage/tsconfig.json"
[all...]
/third_party/json/docs/mkdocs/docs/api/basic_json/
H A Dindex.md3 <small>Defined in header `<nlohmann/json.hpp>`</small>
25 | `ObjectType` | type for JSON objects | [`object_t`](object_t.md) |
26 | `ArrayType` | type for JSON arrays | [`array_t`](array_t.md) |
27 | `StringType` | type for JSON strings and object keys | [`string_t`](string_t.md) |
28 | `BooleanType` | type for JSON booleans | [`boolean_t`](boolean_t.md) |
29 | `NumberIntegerType` | type for JSON integer numbers | [`number_integer_t`](number_integer_t.md) |
30 | `NumberUnsignedType` | type for JSON unsigned integer numbers | [`number_unsigned_t`](number_unsigned_t.md) |
31 | `NumberFloatType` | type for JSON floating-point numbers | [`number_float_t`](number_float_t.md) |
38 - [**json**](../json
[all...]
/third_party/json/tests/src/
H A Dunit-udt.cpp2 // __| | __| | | | JSON for Modern C++ (supporting code)
4 // |_____|_____|_____|_|___| https://github.com/nlohmann/json
15 #include <nlohmann/json.hpp>
16 using nlohmann::json;
120 static void to_json(nlohmann::json& j, const address& a) in to_json()
125 static void to_json(nlohmann::json& j, const contact& c) in to_json()
127 j = json{{"person", c.m_person}, {"address", c.m_address}}; in to_json()
130 static void to_json(nlohmann::json& j, const contact_book& cb) in to_json()
132 j = json{{"name", cb.m_book_name}, {"contacts", cb.m_contacts}}; in to_json()
208 static void from_json(const nlohmann::json
[all...]
/third_party/typescript/tests/baselines/reference/tsserver/projectUpdatedInBackground/
H A Dwith-noGetErrOnBackgroundUpdate-and-project-is-not-at-root-level.js1 Info 0 [00:00:29.000] Provided types map file "/a/lib/typesMap.json" doesn't exist
31 //// [/user/username/rootfolder/otherfolder/a/b/project/tsconfig.json]
42 Info 3 [00:00:32.000] For info: /user/username/rootfolder/otherfolder/a/b/project/file1.ts :: Config file name: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json
43 Info 4 [00:00:33.000] Creating configuration project /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json
44 Info 5 [00:00:34.000] FileWatcher:: Added:: WatchInfo: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json 2000 undefined Project: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json WatchType: Config file
46 {"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/user/username/rootfolder/otherfolder/a/b/project/tsconfig.json","reason":"Creating possible configured project for /user/username/rootfolder/otherfolder/a/b/project/file1.ts to open"}}
47 Info 7 [00:00:36.000] Config: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json : {
54 "configFilePath": "/user/username/rootfolder/otherfolder/a/b/project/tsconfig.json"
57 Info 8 [00:00:37.000] DirectoryWatcher:: Added:: WatchInfo: /user/username/rootfolder/otherfolder/a/b/project 1 undefined Config: /user/username/rootfolder/otherfolder/a/b/project/tsconfig.json WatchTyp
[all...]
/third_party/typescript/tests/baselines/reference/tsserver/projectErrors/
H A Dnpm-install-when-timeout-occurs-inbetween-installation.js1 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...]
/third_party/json/include/nlohmann/
H A Djson.hpp2 // __| | __| | | | JSON for Modern C++
4 // |_____|_____|_____|_|___| https://github.com/nlohmann/json
11 * documentation of the public API at https://json.nlohmann.me. This URL *
77 @brief a class to store JSON values
161 /// JSON Pointer, see @ref nlohmann::json_pointer
237 /// @sa https://json.nlohmann.me/api/basic_json/get_allocator/
244 /// @sa https://json.nlohmann.me/api/basic_json/meta/
251 result["name"] = "JSON for Modern C++"; in meta()
252 result["url"] = "https://github.com/nlohmann/json"; in meta()
311 // JSON valu
[all...]

Completed in 55 milliseconds

1...<<31323334353637383940>>...857