Searched refs:JSON (Results 1 – 25 of 150) sorted by relevance
123456
/developtools/ace_ets2bundle/compiler/test/pages/ |
D | NamespaceComponent.ets | 30 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 …]
|
D | AMDComponent.ets | 30 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))
|
D | DefaultComponent.ets | 30 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))
|
D | BaseComponent.ets | 31 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/ |
D | DatabaseUtils.ts | 84 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/ |
D | CustomThemeColor.ts | 81 : 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/ |
D | cache.test.ts | 100 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/ |
D | manage-bundle-workers.js | 26 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/ |
D | test.js | 39 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/ |
D | manage_workers.ts | 31 let arkEnvParams = JSON.parse(process.env.arkEnvParams); 40 let splittedData: any = JSON.parse(arkEnvParams['splittedData']); 64 'inputs': JSON.stringify(splittedData[i]),
|
D | gen_abc.ts | 29 const inputPaths: any = JSON.parse(jsonInput); 48 logger.debug('worker data is: ', JSON.stringify(process.env));
|
D | gen_module_abc.ts | 34 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/ |
D | BundleMangerUtils.ts | 63 '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)
|
D | AbilityUtils.ts | 44 abilityName + ' Operation failed. Cause:' + JSON.stringify(err) 50 abilityName + ' Operation successful. Data: ' + JSON.stringify(data)
|
/developtools/smartperf_host/ide/test/trace/database/data-trafic/ |
D | EnergySysEventReceiver.test.ts | 89 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/ |
D | expect_EntryAbility.ts | 34 …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…
|
D | terser_processed_expected_code.txt | 16 …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/ |
D | EntryAbility.ts | 34 …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…
|
D | EntryAbility.js | 30 …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/ |
D | EntryAbility.js | 30 …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/ |
D | test.js | 36 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/ |
D | lite-transform-style.js | 67 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/ |
D | TabPaneSystemDetails.ts | 217 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/ |
D | SpStatisticsHttpUtil.ts | 119 let res = JSON.parse(it); 132 body: JSON.stringify({ 162 body: JSON.stringify(requestBody),
|
/developtools/ace_js2bundle/ace-loader/ |
D | main.product.js | 54 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