Home
last modified time | relevance | path

Searched full:json (Results 15726 - 15750 of 23080) sorted by relevance

1...<<621622623624625626627628629630>>...924

/third_party/typescript/tests/cases/project/
H A DjsFileCompilationDifferentNamesSpecified.json2 "scenario": "Verify when different .ts and .js file exist and their names are specified in tsconfig.json",
H A DjsFileCompilationSameNameFilesNotSpecified.json2 "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 Dwire_format.js12 JSON: 2,
/third_party/skia/modules/canvaskit/
H A D.gitignore1 package-lock.json
/foundation/arkui/ace_engine/test/unittest/core/pattern/text_picker/
H A Dtext_picker_pattern_test_ng.cpp252 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 DAbility.test.ets164 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 DSecurityHuksRSASignExtendJsunit.test.js17 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 DlistFile.test.js581 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 DfdopenStream.test.js412 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 Dverify-buildInfo-absence-results-in-new-build.js272 //// [/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 [12:00:43 AM] Project 'src/first/tsconfig.json' is out of date because output file 'src/first/bin/first-output.tsbuildinfo' does not exist
600 [12:00:44 AM] Building project '/src/first/tsconfig.json'...
602 [12:00:53 AM] 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 [12:00:54 AM] Project 'src/third/tsconfig.json' i
[all...]
/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddistributed_sched_proxy.cpp91 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 Djs_calendar_picker.cpp159 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 Dohos_test.xml363 <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 DHiAppEventPam.test.ets52 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 DSensorOnOffTest.test_newSensorGeomagneticOptions.test.js223 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 Danalyzer.py7 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 Dchannel.sub.js250 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 Dgenerate_stats.py96 # 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 Dmain.go21 "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 Dsrms.cfg5 "path" : ["/system/bin/sa_main", "/system/profile/service_router.json"],
/foundation/arkui/ace_engine/adapter/ohos/services/uiservice/
H A Dui_service.cfg4 "path" : ["/system/bin/sa_main", "/system/profile/ui_service.json"],
/foundation/multimedia/drm_framework/services/etc/
H A Ddrm_service.cfg4 "path" : ["/system/bin/sa_main", "/system/profile/drm_service.json"],
/foundation/resourceschedule/qos_manager/etc/init/
H A Dconcurrent_task_service.cfg11 "path" : ["/system/bin/sa_main", "/system/profile/concurrent_task_service.json"],
/foundation/systemabilitymgr/safwk/test/resource/profile/
H A Dlisten_test.cfg4 "path" : ["/system/bin/sa_main", "/system/profile/listen_test.json"],
/foundation/systemabilitymgr/samgr/test/autotest/resource/level0/case02_load001/
H A Dlisten_test.cfg4 "path":["/system/bin/sa_main","/system/profile/listen_test.json"],

Completed in 37 milliseconds

1...<<621622623624625626627628629630>>...924