Home
last modified time | relevance | path

Searched refs:JSON (Results 1 – 25 of 150) sorted by relevance

123456

/developtools/ace_ets2bundle/compiler/test/pages/
DNamespaceComponent.ets30 Text('NamespaceComponent1Link1: ' + JSON.stringify(this.NamespaceComponent1Link1))
32 Text('NamespaceComponent1Link2: ' + JSON.stringify(this.NamespaceComponent1Link2))
34 Text('NamespaceComponent1Link3: ' + JSON.stringify(this.NamespaceComponent1Link3))
36 Text('NamespaceComponent1Link4: ' + JSON.stringify(this.NamespaceComponent1Link4))
38 Text('myVar: ' + JSON.stringify(this.myVar))
40 Text('myVar2: ' + JSON.stringify(this.myVar2))
60 Text('NamespaceComponent2Link1: ' + JSON.stringify(this.NamespaceComponent2Link1))
62 Text('NamespaceComponent2Link2: ' + JSON.stringify(this.NamespaceComponent2Link2))
64 Text('NamespaceComponent2Link3: ' + JSON.stringify(this.NamespaceComponent2Link3))
66 Text('NamespaceComponent2Link4: ' + JSON.stringify(this.NamespaceComponent2Link4))
[all …]
DAMDComponent.ets30 Text('AMDComponentLink1: ' + JSON.stringify(this.AMDComponentLink1))
32 Text('AMDComponentLink2: ' + JSON.stringify(this.AMDComponentLink2))
34 Text('AMDComponentLink3: ' + JSON.stringify(this.AMDComponentLink3))
36 Text('AMDComponentLink4: ' + JSON.stringify(this.AMDComponentLink4))
38 Text('myVar: ' + JSON.stringify(this.myVar))
40 Text('myVar2: ' + JSON.stringify(this.myVar2))
DDefaultComponent.ets30 Text('DefaultComponentLink1: ' + JSON.stringify(this.DefaultComponentLink1))
32 Text('DefaultComponentLink2: ' + JSON.stringify(this.DefaultComponentLink2))
34 Text('DefaultComponentLink3: ' + JSON.stringify(this.DefaultComponentLink3))
36 Text('DefaultComponentLink4: ' + JSON.stringify(this.DefaultComponentLink4))
38 Text('myVar: ' + JSON.stringify(this.myVar))
40 Text('myVar2: ' + JSON.stringify(this.myVar2))
DBaseComponent.ets31 Text('testStr: ' + JSON.stringify(this.testStr))
33 Text('testNum: ' + JSON.stringify(this.testNum))
35 Text('testObj: ' + JSON.stringify(this.testObj))
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/database/
DDatabaseUtils.ts84 JSON.stringify(valueInsert)
459 'resultSet column names:results:' + JSON.stringify(results)
558 JSON.stringify(tPowerSenspor)
584 JSON.stringify(pathSuffix)
603 JSON.stringify(tPowerApp)
627 JSON.stringify(pathSuffix)
656 JSON.stringify(start_time) +
658 JSON.stringify(end_time) +
660 JSON.stringify(pkg_name);
664 JSON.stringify(strSQL)
[all …]
/developtools/smartperf_host/ide/src/trace/component/trace/base/
DCustomThemeColor.ts81 : JSON.parse(window.localStorage.getItem('LightThemeColors')!);
86 : JSON.parse(window.localStorage.getItem('DarkThemeColors')!);
115 window.localStorage.setItem('LightThemeColors', JSON.stringify(ColorUtils.FUNC_COLOR_A));
117 window.localStorage.setItem('DarkThemeColors', JSON.stringify(ColorUtils.FUNC_COLOR_B));
149 : JSON.parse(window.localStorage.getItem('LightThemeColors')!);
159 : JSON.parse(window.localStorage.getItem('DarkThemeColors')!);
176 window.localStorage.setItem('LightThemeColors', JSON.stringify([...this.colorsArray]));
178 window.localStorage.setItem('DarkThemeColors', JSON.stringify([...this.colorsArray]));
190 : JSON.parse(window.localStorage.getItem('LightThemeColors')!);
196 : JSON.parse(window.localStorage.getItem('DarkThemeColors')!);
/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/common/
Dcache.test.ts100 const metaInfoArr = JSON.stringify(this.rollup.cache.get(ARK_COMPILER_META_INFO));
101 const returnInfo = JSON.stringify(utCache.getMetaInfo(this.rollup.share.projectConfig));
107 const metaInfoArr = JSON.stringify(this.rollup.cache.get(ARK_COMPILER_META_INFO));
108 const returnInfo = JSON.stringify(utCache.getMetaInfo(this.rollup.share.projectConfig));
114 const metaInfoArr = JSON.stringify(this.rollup.cache.get(ARK_COMPILER_META_INFO));
115 const returnInfo = JSON.stringify(utCache.getMetaInfo(this.rollup.share.projectConfig));
121 const metaInfoArr = JSON.stringify(this.rollup.cache.get(ARK_COMPILER_META_INFO));
122 const returnInfo = JSON.stringify(utCache.getMetaInfo(this.rollup.share.projectConfig));
/developtools/ace_js2bundle/ace-loader/src/
Dmanage-bundle-workers.js26 let arkEnvParams = JSON.parse(process.env['arkEnvParams']);
35 let splittedData = JSON.parse(arkEnvParams['splittedData']);
51 inputs: JSON.stringify(splittedData[i]),
/developtools/ace_js2bundle/ace-loader/test/lite/
Dtest.js39 const expectedObj = JSON.parse(expectedContent.toString().replace(matchHashComment, ''));
44 const actualString = JSON.stringify(data, function (key, value) {
50 const actualObj = JSON.parse(actualString);
/developtools/ace_ets2bundle/compiler/src/
Dmanage_workers.ts31 let arkEnvParams = JSON.parse(process.env.arkEnvParams);
40 let splittedData: any = JSON.parse(arkEnvParams['splittedData']);
64 'inputs': JSON.stringify(splittedData[i]),
Dgen_abc.ts29 const inputPaths: any = JSON.parse(jsonInput);
48 logger.debug('worker data is: ', JSON.stringify(process.env));
Dgen_module_abc.ts34 const inputPaths: any = JSON.parse(jsonInput);
60 logger.debug('worker data is: ', JSON.stringify(process.env));
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/utils/
DBundleMangerUtils.ts63 'Operation failed. Cause: ' + JSON.stringify(error)
66 'BundleManager ... Operation failed. Cause: ' + JSON.stringify(error)
126 'Operation failed. Cause: ' + JSON.stringify(error)
129 'BundleManager ... Operation failed. Cause: ' + JSON.stringify(error)
DAbilityUtils.ts44 abilityName + ' Operation failed. Cause:' + JSON.stringify(err)
50 abilityName + ' Operation successful. Data: ' + JSON.stringify(data)
/developtools/smartperf_host/ide/test/trace/database/data-trafic/
DEnergySysEventReceiver.test.ts89 let systemEventvalueJson = JSON.stringify(systemEventvalue);
125 let systemEventvalueJson = JSON.stringify(systemEventvalue);
161 let systemEventvalueJson = JSON.stringify(systemEventvalue);
189 let systemEventvalueJson = JSON.stringify(systemEventvalue);
217 let systemEventvalueJson = JSON.stringify(systemEventvalue);
/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/testdata/expect/
Dexpect_EntryAbility.ts34 …hilog.error(0x0000, 'testTag', 'Failed to load the content. Cause: %{public}s', JSON.stringify(err…
37 …hilog.info(0x0000, 'testTag', 'Succeeded in loading the content. Data: %{public}s', JSON.stringify…
Dterser_processed_expected_code.txt16 …t = JSON.stringify(o)) && void 0 !== t ? t : "") : hilog.info(0, "testTag", "Succeeded in loading …
/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/testdata/testcase_def/entry/src/main/entryability/
DEntryAbility.ts34 …hilog.error(0x0000, 'testTag', 'Failed to load the content. Cause: %{public}s', JSON.stringify(err…
37 …hilog.info(0x0000, 'testTag', 'Succeeded in loading the content. Data: %{public}s', JSON.stringify…
DEntryAbility.js30 …0x0000, 'testTag', 'Failed to load the content. Cause: %{public}s', (_a = JSON.stringify(err)) !==…
33 …0, 'testTag', 'Succeeded in loading the content. Data: %{public}s', (_b = JSON.stringify(data)) !=…
/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/testdata/testcase_def/entry/build/entry/src/main/entryability/
DEntryAbility.js30 …0x0000, 'testTag', 'Failed to load the content. Cause: %{public}s', (_a = JSON.stringify(err)) !==…
33 …0, 'testTag', 'Succeeded in loading the content. Data: %{public}s', (_b = JSON.stringify(data)) !=…
/developtools/ace_js2bundle/ace-loader/test/rich/
Dtest.js36 const expectedObj = JSON.parse(expectedContent.toString().replace(matchHashComment, ''));
41 return JSON.stringify(json, function(key, value) {
61 expect(JSON.parse(stringifyActual(components))).eql(expectJSON);
/developtools/ace_js2bundle/ace-loader/src/lite/
Dlite-transform-style.js67 res = JSON.stringify(styleSheet);
86 styleValue[styleKey] = JSON.parse(styleValue[styleKey]);
105 let style = transformStyle(JSON.stringify(selectors));
107 style = JSON.parse(style);
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/energy/
DTabPaneSystemDetails.ts217 let virtualEndData = JSON.parse(JSON.stringify(filterData));
270 let virtualEndData = JSON.parse(JSON.stringify(filterData));
287 let virtualData = JSON.parse(JSON.stringify(filterData));
300 let virtualEndData = JSON.parse(JSON.stringify(filterData));
/developtools/smartperf_host/ide/src/statistics/util/
DSpStatisticsHttpUtil.ts119 let res = JSON.parse(it);
132 body: JSON.stringify({
162 body: JSON.stringify(requestBody),
/developtools/ace_js2bundle/ace-loader/
Dmain.product.js54 manifest = JSON.parse(jsonString);
117 const moduleJsonConfig = JSON.parse(fs.readFileSync(process.env.aceModuleJsonPath).toString());
158 const content = JSON.parse(fs.readFileSync(aceBuildJson));
173 const workerConfig = JSON.parse(fs.readFileSync(process.env.aceBuildJson).toString());

123456