| /foundation/multimedia/ringtone_library/ |
| H A D | OAT.xml | 37 <filteritem type="filepath" name="frameworks/ringtone_extension_hap/RingtoneLibraryExt/entry/build-profile.json5" 41 <filteritem type="filepath" name="frameworks/ringtone_extension_hap/RingtoneLibraryExt/entry/src/ohosTest/module.json5" 43 <filteritem type="filepath" name="frameworks/ringtone_extension_hap/RingtoneLibraryExt/build-profile.json5" 49 <filteritem type="filepath" name="frameworks/ringtone_extension_hap/RingtoneLibraryExt/entry/build-profile.json5" 53 <filteritem type="filepath" name="frameworks/ringtone_extension_hap/RingtoneLibraryExt/entry/src/ohosTest/module.json5" 55 <filteritem type="filepath" name="frameworks/ringtone_extension_hap/RingtoneLibraryExt/build-profile.json5"
|
| /test/xts/hats/ |
| H A D | check_hvigor.py | 22 import json5 namespace 35 data = json5.load(f) 70 filename = os.path.join(dir, 'hvigor', 'hvigor-config.json5') 76 output_unmatched_project(unmatch_prj_list, 'hvigor-config.json5')
|
| /test/xts/acts/ |
| H A D | check_hvigor.py | 22 import json5 namespace 35 data = json5.load(f) 70 filename = os.path.join(dir, 'hvigor', 'hvigor-config.json5') 76 output_unmatched_project(unmatch_prj_list, 'hvigor-config.json5')
|
| H A D | .gitignore | 6 **/oh-package-lock.json5
|
| /third_party/typescript/tests/verify_3rd_libs/ |
| H A D | verify_3rd_libs.py | 19 import json5 namespace 44 content = json5.load(file) 89 json5.dump(buildProfileJsonContent, file, indent=2) 96 content = json5.load(file) 121 json5.dump(hvigorConfigJsonContent, file, indent=2) 132 buildProfileJson = os.path.join(project, "build-profile.json5") 137 hvigorConfigJson = os.path.join(project, "hvigor", "hvigor-config.json5") 176 modulePackageJson = os.path.join(project, m, 'oh-package.json5')
|
| H A D | ReadMe.md | 19 - json5 43 创建或者打开一个DevEco工程,配置hvigor-config.json5为`4.0.0`以上,执行完整sync。
|
| /foundation/multimedia/media_library/ |
| H A D | OAT.xml | 69 <filteritem type="filepath" name="frameworks/innerkitsimpl/medialibrary_data_extension/MediaLibraryExt/entry/build-profile.json5" desc="Media library files "/> 71 <filteritem type="filepath" name="frameworks/innerkitsimpl/medialibrary_data_extension/MediaLibraryExt/entry/src/ohosTest/module.json5" desc="Media library files "/> 73 <filteritem type="filepath" name="frameworks/innerkitsimpl/medialibrary_data_extension/MediaLibraryExt/build-profile.json5" desc="Media library files "/> 85 <filteritem type="filepath" name="frameworks/innerkitsimpl/medialibrary_data_extension/MediaLibraryExt/entry/build-profile.json5" desc="Media library files "/> 87 <filteritem type="filepath" name="frameworks/innerkitsimpl/medialibrary_data_extension/MediaLibraryExt/entry/src/ohosTest/module.json5" desc="Media library files "/> 89 <filteritem type="filepath" name="frameworks/innerkitsimpl/medialibrary_data_extension/MediaLibraryExt/build-profile.json5" desc="Media library files "/>
|
| /test/xts/acts/arkcompiler/arkts_module_test/basic_scenario/entry/src/ohosTest/ets/test/ |
| H A D | dynamicImport.test.ets | 198 import('@wolfx/json5').then(m => {
200 if (m.JSON5.stringify("aaa") == "'aaa'") {
202 console.error("ModuleTest: successfully load package json5");
205 console.error("ModuleTest: package json5 test failed");
|
| /third_party/typescript/scripts/ |
| H A D | ohTestCasesGenerationScript.js | 138 let ohfileContent = fileContent.replace(/node_modules/g, "oh_modules").replace(/package.json/g, "oh-package.json5");
167 ohfileContent = "// @packageManagerType: ohpm\r\n" + fileContent.replace(/node_modules/g, "oh_modules").replace(/package.json/g, "oh-package.json5");
169 ohfileContent = "// @packageManagerType: ohpm\n" + fileContent.replace(/node_modules/g, "oh_modules").replace(/package.json/g, "oh-package.json5");
180 let ohContent = content.replace(/node_modules/g, "oh_modules").replace(/package.json/g, "oh-package.json5").replace(caseName, ohCompilerCasesName);
|
| /third_party/skia/tools/gpu/gl/interface/ |
| H A D | Makefile | 2 go run *.go --in_table "./interface.json5" --out_dir "../../../../src/gpu/gl" 5 go run *.go --in_table "./interface.json5" --out_dir "../../../../src/gpu/gl" --dryru
|
| H A D | gen_interface.go | 8 // interface.json5 file. 20 "github.com/flynn/json5" 25 inTable = flag.String("in_table", "./interface.json5", "The JSON5 table to read in") 451 err = json5.Unmarshal(b, &features)
|
| /foundation/multimedia/camera_framework/ |
| H A D | OAT.xml | 67 <filteritem type="filepath" name="frameworks/js/camera_napi/demo/.*.json5" desc="build config file"/> 68 <filteritem type="filepath" name="frameworks/js/camera_napi/demo/**/.*.json5" desc="build config file"/> 69 <filteritem type="filename" name="frameworks/js/camera_napi/demo/hvigor/*.js|*.json5" desc="build config file"/>
|
| /third_party/node/test/fixtures/wpt/common/security-features/ |
| H A D | README.md | 51 # Install json5 module if needed. 52 pip install --user json5 61 This will parse the spec JSON5 files and determine which tests to generate (or skip) while using templates. 63 - The default spec JSON5: `common/security-features/tools/spec.src.json`. 65 - The per-project spec JSON5: `project-directory/spec.src.json`. 68 For how these two spec JSON5 files are merged, see [Sub projects](#sub-projects) section. 70 Note: `spec.src.json` is transitioning to JSON5 [#21710](https://github.com/web-platform-tests/wpt/issues/21710).
|
| /third_party/skia/ |
| H A D | go.mod | 24 github.com/flynn/json5 v0.0.0-20160717195620-7620272ed633 49 github.com/yosuke-furukawa/json5 v0.1.1 // indirect
|
| /foundation/communication/bluetooth_service/test/example/BluetoothSocketTest/ |
| H A D | .gitignore | 12 /.oh-package-lock.json5
|
| /test/xts/acts/ability/ability_runtime/aacommand/AACommand08/ |
| H A D | .gitignore | 12 /oh-package-lock.json5
|
| /test/xts/acts/ability/ability_runtime/aacommand/AACommandImplicitStartTest/ |
| H A D | .gitignore | 12 /oh-package-lock.json5
|
| /test/xts/acts/ability/ability_runtime/abilitymultiinstance/amsabilitymultiinstanceappa/ |
| H A D | .gitignore | 12 /oh-package-lock.json5
|
| /test/xts/acts/ability/ability_runtime/abilitymultiinstance/amsabilitymultiinstancetest/ |
| H A D | .gitignore | 12 /oh-package-lock.json5
|
| /test/xts/acts/ability/ability_runtime/abilitytoolabilitydelegatortest/ |
| H A D | .gitignore | 12 /oh-package-lock.json5
|
| /test/xts/acts/ability/ability_runtime/actsabilitytooltest/abilitytoolfinishtest/ |
| H A D | .gitignore | 12 /oh-package-lock.json5
|
| /test/xts/acts/ability/ability_runtime/actsnfcselecttypes/ActsNFCSelectTypesTestRelyFifth/ |
| H A D | .gitignore | 12 /oh-package-lock.json5
|
| /test/xts/acts/ability/ability_runtime/actsnfcselecttypes/ActsNFCSelectTypesTestRelyFirst/ |
| H A D | .gitignore | 12 /oh-package-lock.json5
|
| /test/xts/acts/ability/ability_runtime/actsnfcselecttypes/ActsNFCSelectTypesTestRelyThird/ |
| H A D | .gitignore | 12 /oh-package-lock.json5
|
| /test/xts/acts/ability/ability_runtime/actsqueryfunctiontest/actsgetabilitystatestagetest/ |
| H A D | .gitignore | 12 /oh-package-lock.json5
|