| /third_party/typescript/tests/cases/project/ |
| H A D | jsFileCompilationDifferentNamesSpecified.json | 2 "scenario": "Verify when different .ts and .js file exist and their names are specified in tsconfig.json",
|
| H A D | jsFileCompilationSameNameFilesNotSpecified.json | 2 "scenario": "Verify when same named .ts and .js file exists in the folder but no file is specified in tsconfig.json",
|
| /third_party/protobuf/js/experimental/runtime/kernel/conformance/ |
| H A D | wire_format.js | 12 JSON: 2,
|
| /third_party/skia/modules/canvaskit/ |
| H A D | .gitignore | 1 package-lock.json
|
| /foundation/arkui/ace_engine/test/unittest/core/pattern/text_picker/ |
| H A D | text_picker_pattern_test_ng.cpp | 252 std::unique_ptr<JsonValue> json = std::make_unique<JsonValue>(); in HWTEST_F() local 253 textPickerPattern->ToJsonValue(json, filter); in HWTEST_F() 254 ASSERT_NE(json, nullptr); in HWTEST_F() 273 std::unique_ptr<JsonValue> json = std::make_unique<JsonValue>(); in HWTEST_F() local 274 textPickerPattern->ToJsonValue(json, filter); in HWTEST_F() 275 ASSERT_NE(json, nullptr); in HWTEST_F() 305 std::unique_ptr<JsonValue> json = std::make_unique<JsonValue>(); in HWTEST_F() local 311 textPickerPattern->ToJsonValue(json, filter); in HWTEST_F() 312 ASSERT_NE(json, nullptr); in HWTEST_F() 318 textPickerPattern->ToJsonValue(json, filte in HWTEST_F() [all...] |
| /test/xts/acts/ability/ability_runtime/abilitymontior/entry/src/ohosTest/ets/test/ |
| H A D | Ability.test.ets | 164 console.log(TAG + "====>Subscribe CallBack data:====>" + JSON.stringify(data)); 167 console.info(TAG + "===ability " + JSON.stringify(ability).length); 428 console.log(TAG + "====>Subscribe CallBack data:====>" + JSON.stringify(data)); 430 console.info(TAG + "===ACTS_AddAbilityMonitor_1000===ability" + JSON.stringify(ability).length); 847 console.log(TAG + "remove0700-getAbilityDelegator data is" + JSON.stringify(data)) 1235 console.log(TAG + '===>0100err.code is===>' + JSON.stringify(err.code)) 1273 console.log(TAG + '===>0200err.code is===>' + JSON.stringify(err.code)) 1309 console.log(TAG + '===>0300err.code is===>' + JSON.stringify(err.code)) 1347 console.log(TAG + '===>0400err.code is===>' + JSON.stringify(err.code)) 1384 console.log(TAG + '===>0500err.code is===>' + JSON [all...] |
| /test/xts/acts/security/huks/security_huks_reformed_test/huks_signverify_promise_BasicTest/entry/src/ohosTest/js/test/SignVerify/ |
| H A D | SecurityHuksRSASignExtendJsunit.test.js | 17 import Data from '../../../../../../../utils/data.json'; 105 console.error(`promise: generateKeyItem options, data = ${JSON.stringify(genHuksOptionsNONECBC)}`); 109 console.error(`promise: generateKeyItem success, data = ${JSON.stringify(data)}`); 126 console.error(`promise: doInit success, data = ${JSON.stringify(data)}`); 143 console.error(`promise: doInit success, data = ${JSON.stringify(data)}`); 161 console.error(`promise: deleteKeyItem key success, data = ${JSON.stringify(data)}`); 190 console.error(`promise: doUpdate success, data = ${JSON.stringify(data)}`); 226 console.error(`promise: doUpdate success, data = ${JSON.stringify(data)}`); 245 console.error(`promise: doFinish success, data = ${JSON.stringify(data)}`); 266 console.info(`promise: exportKeyItem success, data = ${JSON [all...] |
| /test/xts/acts/storage/storagefileiov9jstest/entry/src/ohosTest/js/test/members/ |
| H A D | listFile.test.js | 581 console.log('fileIO_test_listfile_async_000 err package ' + JSON.stringify(err));
650 console.log('fileIO_test_listfile_async_002 err package ' + JSON.stringify(err));
728 console.log('fileIO_test_listfile_async_004 err package ' + JSON.stringify(err));
812 console.log('fileIO_test_listfile_async_006 err package ' + JSON.stringify(err));
915 console.log('fileIO_test_listfile_async_008 err package ' + JSON.stringify(err));
1021 console.log('fileIO_test_listfile_async_010 err package ' + JSON.stringify(err));
1195 console.log('fileIO_test_listfile_async_014 err package ' + JSON.stringify(err));
1283 console.log('fileIO_test_listfile_async_016 err package ' + JSON.stringify(err));
1428 console.log('fileIO_test_listfile_async_020 err package ' + JSON.stringify(err));
1469 console.log('fileIO_test_listfile_async_021 err package ' + JSON [all...] |
| H A D | fdopenStream.test.js | 412 console.log('fileIO_test_fdopenstream_async_001 error package: ' + JSON.stringify(err)); 531 console.log('fileIO_test_fdopenstream_async_005 error package: ' + JSON.stringify(err)); 651 console.log('fileIO_test_fdopenstream_async_009 error package: ' + JSON.stringify(err)); 758 console.log('fileIO_test_fdopenstream_async_012 error package: ' + JSON.stringify(err)); 857 console.log('fileIO_test_fdopenstream_async_015 error package: ' + JSON.stringify(err)); 931 console.log('fileIO_test_fdopenstream_async_017 error package: ' + JSON.stringify(err));
|
| /third_party/typescript/tests/baselines/reference/tsbuild/outFile/ |
| H A D | verify-buildInfo-absence-results-in-new-build.js | 272 //// [/src/first/tsconfig.json]
316 //// [/src/second/tsconfig.json]
566 //// [/src/third/tsconfig.json]
594 * src/first/tsconfig.json
595 * src/second/tsconfig.json
596 * src/third/tsconfig.json
598 [[90m12:00:43 AM[0m] Project 'src/first/tsconfig.json' is out of date because output file 'src/first/bin/first-output.tsbuildinfo' does not exist
600 [[90m12:00:44 AM[0m] Building project '/src/first/tsconfig.json'...
602 [[90m12:00:53 AM[0m] Project 'src/second/tsconfig.json' is up to date because newest input 'src/second/second_part1.ts' is older than output 'src/2/second-output.tsbuildinfo'
604 [[90m12:00:54 AM[0m] Project 'src/third/tsconfig.json' i [all...] |
| /foundation/ability/dmsfwk/services/dtbschedmgr/src/ |
| H A D | distributed_sched_proxy.cpp | 91 nlohmann::json extraInfoJson; in StartAbilityFromRemote() 127 nlohmann::json extraInfoJson; in SendResultFromRemote() 350 nlohmann::json extraInfoJson; in ConnectAbilityFromRemote() 834 nlohmann::json extraInfoJson; in StartAbilityByCallFromRemote() 943 nlohmann::json extraInfoJson; in StartFreeInstallFromRemote() 1134 nlohmann::json extraInfoJson; in StopExtensionAbilityFromRemote()
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
| H A D | js_calendar_picker.cpp | 159 auto json = JsonUtil::ParseJsonString(date); in GetMSByDate() local 160 if (!json || json->IsNull()) { in GetMSByDate() 165 auto year = json->GetValue("year"); in GetMSByDate() 169 auto month = json->GetValue("month"); in GetMSByDate() 173 auto day = json->GetValue("day"); in GetMSByDate()
|
| /foundation/multimedia/player_framework/test/unittest/resources/ |
| H A D | ohos_test.xml | 363 <option name="push" value="res_audio_haptic/ringtone.json -> /data/test/" src="res"/> 370 <option name="push" value="res_audio_haptic/ringtone.json -> /data/test/" src="res"/> 379 <option name="push" value="res_audio_haptic/ringtone.json -> data/test/media/haptics/gentle/synchronized/" src="res"/> 380 <option name="push" value="res_audio_haptic/ringtone.json -> data/test/media/haptics/standard/synchronized/" src="res"/> 387 <option name="push" value="res_audio_haptic/ringtone.json -> /data/test/" src="res"/> 394 <option name="push" value="res_audio_haptic/ringtone.json -> data/test/media/haptics/standard/synchronized/" src="res"/>
|
| /test/xts/acts/hiviewdfx/hiappeventtest/hiappeventpamtest/entry/src/ohosTest/ets/test/ |
| H A D | HiAppEventPam.test.ets | 52 console.log(`testHiAppEventSetPam01 onReceive event=${JSON.stringify(info)}`) 54 console.log('testHiAppEventSetPam01 onReceive params=', JSON.stringify(info.params)) 55 console.log('testHiAppEventSetPam01 onReceive params.exception', JSON.stringify(info.params)) 855 console.info("testHiAppEventSub70 eventPkg.appEventInfo=" + JSON.stringify(eventInfo)); 922 console.info("testHiAppEventSub71 eventPkg.appEventInfo=" + JSON.stringify(eventInfo)); 1020 console.info("testHiAppEventSub73 eventPkg.appEventInfo=" + JSON.stringify(eventInfo));
|
| /test/xts/acts/sensors/sensor_standard/entry/src/ohosTest/js/test/ |
| H A D | SensorOnOffTest.test_newSensorGeomagneticOptions.test.js | 223 console.info("SensorJsTest_004" + JSON.stringify(data))
224 expect(JSON.stringify(data)).assertEqual(JSON.stringify(SENSOR_DATA_MATRIX[0]))
239 console.info("SensorJsTest_005" + JSON.stringify(data))
240 expect(JSON.stringify(data)).assertEqual(JSON.stringify(SENSOR_DATA_MATRIX[0]))
|
| /third_party/node/tools/gyp/pylib/gyp/generator/ |
| H A D | analyzer.py | 7 the generator flag config_path) the path of a json file that dictates the files 67 import json namespace 274 config = json.load(f) 281 raise Exception("config_path must be a JSON file containing a dictionary") 582 print(json.dumps(values)) 586 f.write(json.dumps(values) + "\n")
|
| /third_party/node/test/fixtures/wpt/resources/ |
| H A D | channel.sub.js | 250 this.socket.send(JSON.stringify([cmd, body])); 254 * Send a message. The message object must be JSON-serializable. 303 let msg = JSON.parse(data); 743 * Serialize an object as a JSON-compatible representation. 757 * container types this is a JSON container (i.e. an object or an 918 * Deserialize an object from a JSON-compatible representation.
|
| /third_party/skia/third_party/externals/angle2/scripts/ |
| H A D | generate_stats.py | 96 # path to directory containing authorization data (credentials.json and 292 # "c:\b\s\w\ir\out\Release\angle_deqp_gles3_tests.exe" --deqp-egl-display-type=angle-vulkan --gtest_flagfile="c:\b\s\w\itlcgdrz\scoped_dir7104_364984996\8ad93729-f679-406d-973b-06b9d1bf32de.tmp" --single-process-tests --test-launcher-batch-limit=400 --test-launcher-output="c:\b\s\w\itlcgdrz\7104_437216092\test_results.xml" --test-launcher-summary-output="c:\b\s\w\iosuk8ai\output.json" 710 credentials_path = auth_path + '/credentials.json' 717 raise Exception('Missing credentials.json.\n' 721 'Save to your auth_path (' + auth_path + ') as credentials.json') 749 '(credentials.json and token.pickle). '
|
| /third_party/skia/third_party/externals/dawn/src/dawn_node/tools/src/cmd/run-cts/ |
| H A D | main.go | 21 "encoding/json" 301 // load loads the cache information from the JSON file at path 308 return json.NewDecoder(f).Decode(c) 311 // save saves the cache information to the JSON file at path 318 return json.NewEncoder(f).Encode(c) 567 if err := json.NewDecoder(postResp.Body).Decode(&resp); err != nil {
|
| /foundation/ability/ability_runtime/service_router_framework/services/srms/sa_profile/ |
| H A D | srms.cfg | 5 "path" : ["/system/bin/sa_main", "/system/profile/service_router.json"],
|
| /foundation/arkui/ace_engine/adapter/ohos/services/uiservice/ |
| H A D | ui_service.cfg | 4 "path" : ["/system/bin/sa_main", "/system/profile/ui_service.json"],
|
| /foundation/multimedia/drm_framework/services/etc/ |
| H A D | drm_service.cfg | 4 "path" : ["/system/bin/sa_main", "/system/profile/drm_service.json"],
|
| /foundation/resourceschedule/qos_manager/etc/init/ |
| H A D | concurrent_task_service.cfg | 11 "path" : ["/system/bin/sa_main", "/system/profile/concurrent_task_service.json"],
|
| /foundation/systemabilitymgr/safwk/test/resource/profile/ |
| H A D | listen_test.cfg | 4 "path" : ["/system/bin/sa_main", "/system/profile/listen_test.json"],
|
| /foundation/systemabilitymgr/samgr/test/autotest/resource/level0/case02_load001/ |
| H A D | listen_test.cfg | 4 "path":["/system/bin/sa_main","/system/profile/listen_test.json"],
|