| /foundation/distributedhardware/distributed_screen/services/screenservice/sinkservice/screenregionmgr/2.0/src/ |
| H A D | screenregion.cpp | 136 json contentJson = json::parse(content, nullptr, false); in SetUp() 278 json messageJosn; in PublishMessage() 313 json paramJson; in OnEngineMessage() 456 bool ScreenRegion::CheckContentJson(json &contentJson) in CheckContentJson()
|
| /foundation/communication/bluetooth_service/test/example/bluetoothtest/entry/src/main/ets/pages/subBenchmarkTest/ |
| H A D | sppServerVelocityBenchmarkTest.ets | 274 this.dataServerReadMessage = "读取成功" + JSON.stringify(data); 354 console.log('bluetooth error code: ' + typeof code + " ; " + JSON.stringify(code)); 394 console.log("第" + i + "次,读取成功:" + JSON.stringify(data)); 428 console.log("code.code:" + JSON.stringify(code)) 464 message = "读取成功" + JSON.stringify(data);
|
| /foundation/communication/bluetooth_service/test/example/bluetoothtest/entry/src/main/ets/pages/subBenchmarkTestManager/ |
| H A D | sppServerVelocityBenchmarkTestManager.ets | 273 this.dataServerReadMessage = "读取成功" + JSON.stringify(data); 357 console.log('bluetooth error code: ' + JSON.stringify(code)); 398 console.log("第" + i + "次,读取成功:" + JSON.stringify(data)); 424 console.log("code.code:" + JSON.stringify(code)) 455 message = "读取成功" + JSON.stringify(data);
|
| /test/testfwk/developer_test/local_coverage/interface_coverage/ |
| H A D | interface_coverage_gcov_lcov.py | 22 import json namespace 54 project_rootpath, "out", product_name, "build_configs/infos_for_testfwk.json") 58 data = json.load(f) 77 json_data_dic = json.load(f) 466 KIT_MODULES_INFO = "out/{}/packages/phone/innerkits/ohos-{}/kits_modules_info.json".format(
|
| /test/xts/acts/ability/ability_runtime/actsactionextensionability/actsactionextensionabilitytest/entry/src/main/ets/entryability/ |
| H A D | EntryAbility.ts | 26 console.info('====>terminateSelf' + JSON.stringify(str) + ' end'); 28 console.info('====>terminateSelf ' + JSON.stringify(str) + ' err:' + JSON.stringify(err)); 407 hilog.error(0x0000, 'testTag', 'Failed to load the content. Cause: %{public}s', JSON.stringify(err) ?? ''); 410 hilog.info(0x0000, 'testTag', 'Succeeded in loading the content. Data: %{public}s', JSON.stringify(data) ?? '');
|
| /test/testfwk/arkxtest/uitest/test/ |
| H A D | ui_driver_test.cpp | 297 json filterBundle; in TEST_F() 309 json filterBundleNotFind; in TEST_F() 371 json filterActive; in TEST_F() 456 nlohmann::json out; in TEST_F() 549 nlohmann::json out; in TEST_F()
|
| /test/testfwk/developer_test/src/core/build/ |
| H A D | build_testcases.py | 21 import json namespace 81 # 路径注释 get_build_output_path = OpenHarmony/out/rk3568/build_configs/platforms_info/toolchain_to_variant.json 86 "toolchain_to_variant.json") 90 data_dic = json.load(toolchain_file) 193 # 部件间依赖关系预处理,生成part_deps_info.json
|
| /test/xts/acts/ability/ability_runtime/shareextensionability/actsshareextensionabilityself/entry/src/main/ets/entryability/ |
| H A D | EntryAbility.ts | 26 console.info('====>terminateSelf' + JSON.stringify(str) + ' end');
28 console.info('====>terminateSelf ' + JSON.stringify(str) + ' err:' + JSON.stringify(err));
406 hilog.error(0x0000, 'testTag', 'Failed to load the content. Cause: %{public}s', JSON.stringify(err) ?? '');
409 hilog.info(0x0000, 'testTag', 'Succeeded in loading the content. Data: %{public}s', JSON.stringify(data) ?? '');
|
| /test/xts/acts/arkui/ace_ets_component_common_attrss/ace_ets_component_common_attrss_padding/entry/src/ohosTest/ets/test/padding/ |
| H A D | PaddingContainerTest.test.ets | 206 expect(viewObj.$attrs.padding).assertEqual(JSON.stringify(data.testValue.expectValue.padding)); 264 let referenceRect: ESObject = Utils.getComponentRectByObj(JSON.parse(JSON.stringify(getInspectorTree())) 268 let rectTabBar: ESObject = Utils.getComponentRectByObj(JSON.parse(JSON.stringify(getInspectorTree()))
|
| /test/xts/acts/arkui/ace_ets_module_ui/ace_ets_module_layout/ace_ets_module_layout_api11/entry/src/main/ets/test/GridTest/GridTemplatesAllSet/GridItemChange/ |
| H A D | Grid_RowCol_ItemColumnStartEnd.test.ets | 30 console.info("get Grid_RowCol_ItemColumnStartEnd state pages:" + JSON.stringify(pages)); 32 console.info("get Grid_RowCol_ItemColumnStartEnd state pages.name:" + JSON.stringify(pages.name)); 35 console.info("push Grid_RowCol_ItemColumnStartEnd page result:" + JSON.stringify(result)); 77 expect(JSON.parse(gridContainerStrJson).$type).assertEqual('Grid'); 168 expect(JSON.parse(gridContainerStrJson).$type).assertEqual('Grid');
|
| H A D | Grid_RowCol_ItemRowStartEnd.test.ets | 30 console.info("get Grid_RowCol_ItemRowStartEnd state pages:" + JSON.stringify(pages)); 32 console.info("get Grid_RowCol_ItemRowStartEnd state pages.name:" + JSON.stringify(pages.name)); 35 console.info("push Grid_RowCol_ItemRowStartEnd page result:" + JSON.stringify(result)); 77 expect(JSON.parse(gridContainerStrJson).$type).assertEqual('Grid'); 170 expect(JSON.parse(gridContainerStrJson).$type).assertEqual('Grid');
|
| /test/xts/acts/arkui/ace_ets_web_enhanced/ace_ets_web_enhanced_one/entry/src/ohosTest/ets/test/ |
| H A D | WebViewController.test.ets | 31 console.info("get webViewController state success " + JSON.stringify(pages)); 33 console.info("get webViewController state success " + JSON.stringify(pages.name)); 36 console.info("push webViewController page success " + JSON.stringify(result)); 241 Utils.registerEvent("testFileSelectorParamGetAcceptType001", '.json', 31032, done); 271 Utils.registerEvent("testFileSelectorResultHandleFileList001", "\"1.json\"", 31034, done);
|
| /test/xts/acts/bundlemanager/zlib/actszlibinterfacetest/entry/src/ohosTest/ets/test/ |
| H A D | actszlibinterfacetest.test.ets | 69 console.info('getOriginalSize prepare test.zip success. data: ' + JSON.stringify(data)); 205 console.info('compressFiles success. data: ' + JSON.stringify(data)); 238 // console.info('compressFiles success. data: ' + JSON.stringify(data)); 275 console.info('compressFiles success. data: ' + JSON.stringify(data)); 313 console.info('compressFiles success. data: ' + JSON.stringify(data));
|
| /third_party/alsa-utils/alsaucm/ |
| H A D | dump.c | 230 * JSON renderer 233 struct json { struct 265 struct json *j = r->opaque; in json_block() 631 struct json j; in dump() 639 } else if (strcasecmp(format, "json") == 0) { in dump()
|
| /third_party/googletest/googletest/test/ |
| H A D | BUILD.bazel | 515 name = "googletest-json-outfiles-test", 518 "googletest-json-outfiles-test.py", 529 name = "googletest-json-output-unittest", 532 "googletest-json-output-unittest.py", 540 # We invoke gtest_no_test_unittest to verify the JSON output
|
| /third_party/node/doc/contributing/ |
| H A D | security-release-process.md | 201 * [ ] PR machine-readable JSON descriptions of the vulnerabilities to the 204 * For each vulnerability add a `#.json` file, one can copy an existing 205 [json](https://github.com/nodejs/security-wg/blob/0d82062d917cb9ddab88f910559469b2b13812bf/vuln/core/78.json) 207 of the new file to be added. For example, `79.json`.
|
| /third_party/node/deps/v8/tools/ |
| H A D | run-clang-tidy.py | 10 import json namespace 67 out_filepath = os.path.join(build_folder, 'compile_commands.json') 228 compdb_filepath = os.path.join(build_folder, 'compile_commands.json') 230 compdb = json.load(raw_json_file) 271 return os.path.isfile(os.path.join(build_folder, 'compile_commands.json'))
|
| /third_party/node/src/ |
| H A D | inspector_profiler.cc | 108 if (!v8::JSON::Parse(context, message_str).ToLocal(&parsed) || 110 fprintf(stderr, "Failed to parse %s profile result as JSON object\n", type); 175 return SPrintF("coverage-%s-%s-%s.json", 191 if (!v8::JSON::Stringify(context, profile).ToLocal(&result_s)) { 256 if (!v8::JSON::Stringify(context, profile).ToLocal(&result_s)) {
|
| /third_party/node/test/common/ |
| H A D | report.js | 12 // report.<date>.<time>.<pid>.<tid>.<seq>.json 13 const format = '^report\\.\\d+\\.\\d+\\.' + pid + '\\.\\d+\\.\\d+\\.json$'; 32 validateContent(JSON.parse(report), fields); 38 report = JSON.parse(report); 41 'validateContent() expects a JSON string or JavaScript Object');
|
| /third_party/node/tools/icu/ |
| H A D | icutrim.py | 17 import json namespace 38 parser = optparse.OptionParser(usage="usage: mkdir tmp ; %prog -D ~/Downloads/icudt53l.dat -T tmp -F trim_en.json -O icudt53l.dat" ) 54 help="filter file (JSON format)", 162 ## STEP 0 - read in json config 164 config = json.load(fi)
|
| /third_party/node/test/fixtures/postject-copy/node_modules/commander/lib/ |
| H A D | help.js | 288 `choices: ${option.argChoices.map((choice) => JSON.stringify(choice)).join(', ')}`); 296 extraInfo.push(`default: ${option.defaultValueDescription || JSON.stringify(option.defaultValue)}`); 301 extraInfo.push(`preset: ${JSON.stringify(option.presetArg)}`); 325 `choices: ${argument.argChoices.map((choice) => JSON.stringify(choice)).join(', ')}`); 328 extraInfo.push(`default: ${argument.defaultValueDescription || JSON.stringify(argument.defaultValue)}`);
|
| /third_party/node/deps/npm/docs/output/commands/ |
| H A D | npm-query.html | 233 <pre><code class="language-json">[ 282 <p>If package-lock-only is enabled, only the information in the package lock (or shrinkwrap) is loaded. This means that information from the package.json files of your dependencies will not be included in the result set (e.g. description, homepage, engines).</p> 348 <p>If set to true, the current operation will only use the <code>package-lock.json</code>, 350 <p>For <code>update</code> this means only the <code>package-lock.json</code> will be updated, 353 <code>package-lock.json</code>, rather than the contents of <code>node_modules</code>.</p>
|
| /third_party/node/deps/npm/node_modules/read-package-json/lib/ |
| H A D | read-json.js | 7 var safeJSON = require('json-parse-even-better-errors') 492 log('package.json', pId, msg) 525 // "./package.json": "./package.json" 585 var e = new Error('Failed to parse json\n' + ex.message)
|
| /third_party/node/deps/npm/tap-snapshots/test/lib/commands/ |
| H A D | config.js.test.cjs | 8 exports[`test/lib/commands/config.js TAP config list --json > output matches snapshot 1`] = ` 12 "cache": "{NPMDIR}/test/lib/commands/tap-testdir-config-config-list---json-sandbox/cache", 13 "json": true, 249 json = false 396 ; "publishConfig" from {LOCALPREFIX}/package.json
|
| H A D | audit.js.test.cjs | 51 exports[`test/lib/commands/audit.js TAP audit signatures json output with invalid and missing signatures > must match snapshot 1`] = ` 80 exports[`test/lib/commands/audit.js TAP audit signatures json output with invalid attestations > must match snapshot 1`] = ` 102 exports[`test/lib/commands/audit.js TAP audit signatures json output with invalid signatures > must match snapshot 1`] = ` 123 exports[`test/lib/commands/audit.js TAP audit signatures json output with valid signatures > must match snapshot 1`] = ` 370 exports[`test/lib/commands/audit.js TAP json audit > must match snapshot 1`] = `
|