Home
last modified time | relevance | path

Searched refs:result (Results 16151 - 16175 of 17282) sorted by relevance

1...<<641642643644645646647648649650>>...692

/foundation/multimedia/av_codec/test/moduletest/vcodec/swdecoder/src/
H A Dvideodec_api11_sample.cpp193 bool result = true; in MdCompare() local
196 return result; in MdCompare()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_multistages_capture_test/src/
H A Dmedialibrary_multistages_photo_capture_test.cpp671 auto result = callback->UpdatePhotoQuality(PHOTO_ID_FOR_TEST); in HWTEST_F() local
672 EXPECT_EQ(result, E_OK); in HWTEST_F()
781 // check result in HWTEST_F()
815 // check result in HWTEST_F()
/foundation/multimedia/ringtone_library/test/unittest/ringtone_data_extension_test/src/
H A Dringtone_data_manager_test.cpp643 auto result = RingtoneDataManager::GetInstance()->Init(abilityContextImpl); in HWTEST_F() local
644 EXPECT_EQ(result, E_OK); in HWTEST_F()
/foundation/multimodalinput/input/util/common/include/
H A Dmmi_matrix3.h399 auto result = std::equal(data_, data_ + 8, otherData, in IsNearEqual() local
401 return result; in IsNearEqual()
/foundation/communication/netstack/frameworks/js/napi/http/async_context/src/
H A Drequest_context.cpp689 void RequestContext::SetPerformanceTimingToResult(napi_value result) in SetPerformanceTimingToResult() argument
701 NapiUtils::SetNamedProperty(env, result, HttpConstant::RESPONSE_PERFORMANCE_TIMING, performanceTimingValue); in SetPerformanceTimingToResult()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/
H A Ddistributeddb_cloud_kv_syncer_test.cpp241 bool result = comSyncCv.wait_for(lock, std::chrono::seconds(WAIT_TIME), in BlockCompensatedSync() local
243 ASSERT_EQ(result, true); in BlockCompensatedSync()
/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/src/distributedcameramgr/
H A Ddcamera_sink_controller.cpp501 DHLOGI("DCameraSinkController::OnStateChanged dhId: %{public}s, result: %{public}d", in OnStateChanged()
655 int32_t DCameraSinkController::DCameraNotifyInner(int32_t type, int32_t result, std::string reason) in DCameraNotifyInner() argument
659 event->eventResult_ = result; in DCameraNotifyInner()
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/plugin/plugins/av_trans_output/output_control/src/
H A Doutput_controller.cpp550 void OutputController::HandleControlResult(const std::shared_ptr<Plugin::Buffer>& data, int32_t result) in HandleControlResult() argument
552 switch (result) { in HandleControlResult()
555 TRUE_RETURN((ret == HANDLE_FAILED), "Handle result OUTPUT_FRAME failed."); in HandleControlResult()
575 TRUE_RETURN((ret == HANDLE_FAILED), "Handle result REPEAT_FREAM failed."); in HandleControlResult()
579 AVTRANS_LOGE("Invalid result."); in HandleControlResult()
/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/ipc/
H A Dcloud_sync_service.cpp279 LOGI("Load CloudSync SA success,systemAbilityId:%{public}d, remoteObj result:%{public}s", systemAbilityId, in OnLoadSACompleteForRemote()
610 int32_t CloudSyncService::UploadAsset(const int32_t userId, const std::string &request, std::string &result) in UploadAsset() argument
620 auto ret = instance->OnUploadAsset(userId, request, result); in UploadAsset()
/foundation/filemanagement/dfs_service/frameworks/native/cloudsync_kit_inner/src/
H A Dcloud_sync_service_proxy.cpp817 int32_t CloudSyncServiceProxy::UploadAsset(const int32_t userId, const std::string &request, std::string &result) in UploadAsset() argument
851 result = reply.ReadString(); in UploadAsset()
1140 LOGI("Load CloudSync SA success,systemAbilityId:%{public}d, remoteObj result:%{private}s", systemAbilityId, in OnLoadSystemAbilitySuccess()
/third_party/elfutils/libdw/
H A DlibdwP.h675 Dwarf_Abbrev *result)
798 and cache the result (via tsearch). */
810 Dwarf_Die *result, bool debug_types)
1354 The caller is responsible for freeing the result if not NULL. */
/third_party/cups-filters/filter/
H A Dtexttopdf.c51 FcResult result; in font_load() local
65 candidates = FcFontSort (0, pattern, FcFalse, 0, &result); in font_load()
/third_party/icu/icu4c/source/common/
H A Dlstmbe.cpp717 // Calculate the result into forwardRow, which point to the data in the first half
788 UnicodeString result = ures_getUnicodeStringByKey(b, uscript_getShortName(script), &status); in defaultLSTM() local
790 return result; in defaultLSTM()
/third_party/alsa-lib/include/sound/uapi/
H A Dasound.h601 snd_pcm_sframes_t result; member
607 snd_pcm_sframes_t result; member
/third_party/icu/icu4c/source/i18n/
H A Dtmutfmt.cpp175 Formattable& result, in parseObject()
256 * When result number is null, use plural rule to set the number. in parseObject()
279 result.adoptObject(tmutamt.orphan()); in parseObject()
174 parseObject(const UnicodeString& source, Formattable& result, ParsePosition& pos) const parseObject() argument
/third_party/libunwind/libunwind/doc/
H A Dlibunwind-ia64.tex112 and any attempt to write them will result in an error
132 \Const{UNW\_IA64\_FR}\texttt{+1} will result in an error
/third_party/jerryscript/jerry-core/ecma/operations/
H A Decma-array-object.c231 * would result too much array hole in the underlying buffer. The these cases
470 * Note: if the new length would result too much array hole in the underlying arraybuffer
1117 ecma_value_t result = ecma_op_array_object_set_length (object_p, length_value, flags); in ecma_op_array_object_define_own_property() local
1120 return result; in ecma_op_array_object_define_own_property()
/third_party/node/src/api/
H A Denvironment.cc93 MaybeLocal<Value> result = prepare->Call( in PrepareStackTraceCallback() local
98 return result; in PrepareStackTraceCallback()
/third_party/node/src/
H A Dnode_process_methods.cc249 Local<Number> result = Number::New(env->isolate(), uptime / NANOS_PER_SEC); in Uptime() local
250 args.GetReturnValue().Set(result); in Uptime()
/third_party/node/test/cctest/
H A Dtest_environment.cc153 v8::Local<v8::Value> result = script->Run(context).ToLocalChecked(); in TEST_F() local
154 CHECK(result->IsString()); in TEST_F()
435 " JSON.parse(message).result.result.value;\n" in TEST_F()
/third_party/node/deps/cjs-module-lexer/
H A Dlexer.js50 const result = { exports: [..._exports].filter(expt => expt !== undefined && !unsafeGetters.has(expt)), reexports: [...reexports].filter(reexpt => reexpt !== undefined) };
52 return result;
/third_party/node/deps/icu-small/source/common/
H A Dlstmbe.cpp717 // Calculate the result into forwardRow, which point to the data in the first half
788 UnicodeString result = ures_getUnicodeStringByKey(b, uscript_getShortName(script), &status); in defaultLSTM() local
790 return result; in defaultLSTM()
/third_party/node/deps/npm/node_modules/jackspeak/dist/esm/
H A Dindex.js311 const result = parseArgs({
323 for (const token of result.tokens) {
/third_party/node/deps/icu-small/source/i18n/
H A Dtmutfmt.cpp179 Formattable& result, in parseObject()
260 * When result number is null, use plural rule to set the number. in parseObject()
283 result.adoptObject(tmutamt.orphan()); in parseObject()
178 parseObject(const UnicodeString& source, Formattable& result, ParsePosition& pos) const parseObject() argument
/third_party/node/deps/npm/node_modules/jackspeak/dist/commonjs/
H A Dindex.js319 const result = (0, parse_args_js_1.parseArgs)({
331 for (const token of result.tokens) {

Completed in 41 milliseconds

1...<<641642643644645646647648649650>>...692