Home
last modified time | relevance | path

Searched full:json (Results 551 - 575 of 27138) sorted by relevance

1...<<21222324252627282930>>...1086

/test/xts/acts/arkui/ace_ets_module_ui/ace_ets_module_uicontext/ace_ets_module_uicontext_api12/entry/src/main/ets/test/MeasureSizeTest/
H A DMeasureJsunit.test.ets45 console.info('get measureJsunit state pages: ' + JSON.stringify(pages));
47 console.info('get measureJsunit state pages.name: ' + JSON.stringify(pages.name));
50 console.info('push measureJsunit page result: ' + JSON.stringify(result));
74 console.log('[ArkUI_Stage_Measure_0100] component strJsonMaxLine2 is: ' + JSON.stringify(JSON.parse(strJsonMaxLine2)));
75 console.log('[ArkUI_Stage_Measure_0100] component strJsonMaxLine3 is: ' + JSON.stringify(JSON.parse(strJsonMaxLine3)));
76 expect(JSON.parse(strJsonMaxLine2).$attrs.content).assertEqual(JSON.parse(strJsonMaxLine3).$attrs.content);
102 console.log('[ArkUI_Stage_Measure_0200] component strJsonMaxLine2 is: ' + JSON
[all...]
/third_party/skia/infra/bots/recipe_modules/checkout/examples/full.expected/
H A DBuild-Mac-Clang-x86_64-Debug-CommandBuffer.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...]
H A DHousekeeper-Weekly-RecreateSKPs.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...]
H A Dcross_repo_trybot.json33 "--json-output",
34 "/path/to/tmp/json",
48 "--json-output",
49 "/path/to/tmp/json",
72 "/path/to/tmp/json",
96 "@@@STEP_LOG_LINE@json.output@{@@@",
97 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
98 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
99 "@@@STEP_LOG_LINE@json.output@ \"parent_repo\": \"abc123\"@@@",
100 "@@@STEP_LOG_LINE@json
[all...]
H A Dtrybot.json33 "--json-output",
34 "/path/to/tmp/json",
48 "--json-output",
49 "/path/to/tmp/json",
72 "/path/to/tmp/json",
96 "@@@STEP_LOG_LINE@json.output@{@@@",
97 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
98 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
99 "@@@STEP_LOG_LINE@json.output@ \"skia\": \"abc123\"@@@",
100 "@@@STEP_LOG_LINE@json
[all...]
/third_party/skia/infra/bots/recipes/housekeeper.expected/
H A DHousekeeper-PerCommit-Trybot.json33 "--json-output",
34 "/path/to/tmp/json",
48 "--json-output",
49 "/path/to/tmp/json",
72 "/path/to/tmp/json",
96 "@@@STEP_LOG_LINE@json.output@{@@@",
97 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
98 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
99 "@@@STEP_LOG_LINE@json.output@ \"skia\": \"abc123\"@@@",
100 "@@@STEP_LOG_LINE@json
[all...]
H A DHousekeeper-PerCommit.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/typescript/tests/baselines/reference/tsserver/projectsWithReferences/
H A Dtrasitive-references-without-files-with-edit-on-config-file.js1 Info 0 [00:00:39.000] Provided types map file "/typesMap.json" doesn't exist
16 //// [/user/username/projects/myproject/a/tsconfig.json]
19 //// [/user/username/projects/myproject/b/tsconfig.json]
22 //// [/user/username/projects/myproject/c/tsconfig.json]
50 Info 2 [00:00:41.000] For info: /user/username/projects/myproject/c/index.ts :: Config file name: /user/username/projects/myproject/c/tsconfig.json
51 Info 3 [00:00:42.000] Creating configuration project /user/username/projects/myproject/c/tsconfig.json
52 Info 4 [00:00:43.000] FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/c/tsconfig.json 2000 undefined Project: /user/username/projects/myproject/c/tsconfig.json WatchType: Config file
53 Info 5 [00:00:44.000] Config: /user/username/projects/myproject/c/tsconfig.json : {
65 "configFilePath": "/user/username/projects/myproject/c/tsconfig.json"
[all...]
/foundation/communication/dsoftbus/core/transmission/common/src/
H A Dsoftbus_message_open_channel.c36 cJSON *json = cJSON_CreateObject(); in PackError() local
37 if (json == NULL) { in PackError()
41 if (!AddNumberToJsonObject(json, CODE, CODE_OPEN_CHANNEL) || in PackError()
42 !AddNumberToJsonObject(json, ERR_CODE, errCode) || in PackError()
43 !AddStringToJsonObject(json, ERR_DESC, errDesc)) { in PackError()
44 cJSON_Delete(json); in PackError()
48 char *data = cJSON_PrintUnformatted(json); in PackError()
52 cJSON_Delete(json); in PackError()
56 static int32_t PackFirstData(const AppInfo *appInfo, cJSON *json) in PackFirstData() argument
87 if (!AddStringToJsonObject(json, FIRST_DAT in PackFirstData()
98 JsonObjectPackRequestEx(const AppInfo *appInfo, cJSON *json, unsigned char *encodeSessionKey) JsonObjectPackRequestEx() argument
136 cJSON *json = cJSON_CreateObject(); PackRequest() local
174 UnpackFirstData(AppInfo *appInfo, const cJSON *json) UnpackFirstData() argument
296 AddItemsToJsonObject(const AppInfo *appInfo, cJSON *json) AddItemsToJsonObject() argument
317 cJSON *json = cJSON_CreateObject(); PackReply() local
[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_ItemChange/
H A DswiperItemVisibility.test.ets46 console.info("get swiperItemVisibility state success " + JSON.stringify(pages));
48 console.info("get swiperItemVisibility state success " + JSON.stringify(pages.name));
50 console.info("push swiperItemVisibility page success " + JSON.stringify(result));
53 console.error("push swiperItemVisibility page error " + JSON.stringify(err));
84 console.info("Before page turning , the visiblekey.left value is " + JSON.stringify(visiblekey.left));
85 console.info("Before page turning , the visiblekey01.left value is " + JSON.stringify(visiblekey01.left));
107 console.info("After page turning , the visiblekey.left value is " + JSON.stringify(visiblekey.left));
108 console.info("After page turning , the visiblekey02.left value is " + JSON.stringify(visiblekey02.left));
113 console.info("The type value is " + JSON.stringify(JSON
[all...]
/foundation/multimedia/image_effect/frameworks/native/utils/common/
H A Deffect_json_helper.cpp29 EFFECT_LOGE("[%{public}s:%{public}d] Effect json cond false!", __FUNCTION__, __LINE__); \
37 EFFECT_LOGE("[%{public}s:%{public}d] Effect json cond false!", __FUNCTION__, __LINE__); \
44 EffectJson::EffectJson(Json *json, bool isRoot) : json_(json), isRoot_(isRoot) {} in EffectJson() argument
243 void DeleteJson(cJSON *json, bool isAllowDelete = true) in DeleteJson() argument
245 if (isAllowDelete && json != nullptr) { in DeleteJson()
246 cJSON_Delete(json); in DeleteJson()
250 bool EffectJson::Put(const std::string &key, Json *json, boo argument
259 Put(const std::string &key, EffectJsonPtr &json) Put() argument
312 Add(Json *json, bool isAllowDelete) const Add() argument
382 Replace(const std::string &key, Json *json, bool jsonObject) Replace() argument
392 Replace(const std::string &key, EffectJsonPtr &json) Replace() argument
461 cJSON *json = cJSON_Parse(data.c_str()); ParseJsonData() local
467 cJSON *json = cJSON_CreateObject(); CreateObject() local
473 cJSON *json = cJSON_CreateArray(); CreateArray() local
[all...]
/test/xts/acts/arkui/ace_ets_module_ui/ace_ets_module_information/ace_ets_module_information_api11/entry/src/main/ets/test/gaugeTest/
H A DGaugeJsunit.test.ets31 console.info("get gauge state success " + JSON.stringify(pages));
33 console.info("get gauge state success " + JSON.stringify(pages.name));
36 console.info("push gauge page success " + JSON.stringify(result));
53 console.info("[testGauge001] component obj is: " + JSON.stringify(JSON.parse(strJson)));
54 expect(JSON.parse(strJson).$type).assertEqual('Gauge');
55 expect(JSON.parse(strJson).$attrs.strokeWidth).assertEqual('20.00vp');
56 expect(JSON.parse(strJson).$attrs.width).assertEqual('200.00vp');
57 expect(JSON.parse(strJson).$attrs.height).assertEqual('200.00vp');
58 expect(JSON
[all...]
/test/xts/acts/arkui/ace_ets_module_ui/ace_ets_module_modifier/entry/src/main/ets/test/
H A DImage.test.ets30 console.info("get image state success " + JSON.stringify(pages));
32 console.info("get image state success " + JSON.stringify(pages.name));
54 console.info("imageTest_0001 component is: " + JSON.stringify(JSON.parse(strJsonNew).$attrs));
56 expect(JSON.parse(strJsonNew).$attrs.copyOption).assertEqual("CopyOptions.None");
73 console.info("imageTest_0002 component is: " + JSON.stringify(JSON.parse(strJsonNew).$attrs));
75 expect(JSON.parse(strJsonNew).$attrs.colorFilter)
93 console.info("imageTest_0003 component is: " + JSON.stringify(JSON
[all...]
/test/xts/acts/arkui/ace_ets_module_ui/ace_ets_module_navigation/ace_ets_module_navigation_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_picker/ace_ets_module_picker_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_noui/ace_ets_module_forEach/ace_ets_module_forEach_api12/entry/src/ohosTest/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_noui/ace_ets_module_UIContext/ace_ets_module_UIContext_api11/entry/src/ohosTest/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_noui/ace_ets_module_UIContext/ace_ets_module_UIContext_api12/entry/src/ohosTest/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_noui/ace_ets_module_global/ace_ets_module_global_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_XNode/ace_ets_module_XNode_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_picker/ace_ets_module_picker_api11/entry/src/main/ets/test/checkboxGroup/
H A DCheckboxGroupJsunit.test.ets28 console.info("get checkboxGroup state success " + JSON.stringify(pages));
30 console.info("get checkboxGroup state success " + JSON.stringify(pages.name));
33 console.info("push checkboxGroup page success " + JSON.stringify(result));
50 console.info("testCheckboxGroup_100 component JSON.parse(strJson) is: " + JSON.stringify(JSON.parse(strJson)));
51 expect(JSON.parse(strJson).$attrs.opacity).assertEqual(1);
60 console.info("testCheckboxGroup_200 component JSON.parse(strJson) is: " + JSON.stringify(JSON
[all...]
/test/xts/acts/arkui/ace_ets_module_ui/ace_ets_module_platform/ace_ets_module_platform_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_scroll/ace_ets_module_scroll_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_scroll/ace_ets_module_scroll_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...]
/third_party/typescript/src/testRunner/unittests/tsbuild/
H A DdeclarationEmit.ts5 "/src/solution/tsconfig.base.json": JSON.stringify({
11 "/src/solution/tsconfig.json": JSON.stringify({
16 "/src/solution/src/tsconfig.json": JSON.stringify({
21 "/src/solution/src/subProject/tsconfig.json": JSON.stringify({
22 extends: "../../tsconfig.base.json",
30 "/src/solution/src/subProject2/tsconfig.json"
[all...]

Completed in 13 milliseconds

1...<<21222324252627282930>>...1086