Home
last modified time | relevance | path

Searched refs:value (Results 22326 - 22350 of 24686) sorted by relevance

1...<<891892893894895896897898899900>>...988

/test/xts/acts/multimedia/image/image_ets_standard/pictureNdk/entry/src/main/cpp/
H A DPictureNdk.cpp133 static void SetUint32NamedProperty(napi_env env, napi_value object, const char* key, uint32_t value) in SetUint32NamedProperty() argument
136 napi_create_uint32(env, value, &temp); in SetUint32NamedProperty()
511 char value[MAX_STRING_SIZE] = {0}; in MetadataSetProperty() local
513 napi_get_value_string_utf8(env, argValue[NUM_1], value, MAX_STRING_SIZE, &valueSize); in MetadataSetProperty()
517 Image_String imageValue = {value, valueSize}; in MetadataSetProperty()
1852 char value[MAX_STRING_SIZE] = {0}; in MetadataSetPropertyErrorCode() local
1854 napi_get_value_string_utf8(env, argValue[NUM_1], value, MAX_STRING_SIZE, &valueSize); in MetadataSetPropertyErrorCode()
1858 Image_String imageValue = {value, valueSize}; in MetadataSetPropertyErrorCode()
/third_party/ffmpeg/libavcodec/
H A Dsnowenc.c907 unsigned value; in check_block() local
920 value= s->me_cache_generation + (p[0]>>10) + (p[1]<<6) + (block->ref<<12); in check_block()
921 if(s->me_cache[index] == value) in check_block()
923 s->me_cache[index]= value; in check_block()
953 unsigned value; in check_4block_inter() local
969 value= s->me_cache_generation + (p0>>10) + (p1<<6) + (block->ref<<12); in check_4block_inter()
970 if(s->me_cache[index] == value) in check_4block_inter()
972 s->me_cache[index]= value; in check_4block_inter()
/third_party/cmsis/CMSIS/Core/Include/
H A Dcore_cm85.h3526 \brief Mask and shift a bit field value for use in a register bit range.
3528 \param[in] value Value of the bit field. This parameter is interpreted as an uint32_t type.
3529 \return Masked and shifted value.
3531 #define _VAL2FLD(field, value) (((uint32_t)(value) << field ## _Pos) & field ## _Msk)
3534 \brief Mask and shift a register value to extract a bit filed value.
3536 \param[in] value Value of register. This parameter is interpreted as an uint32_t type.
3537 \return Masked and shifted bit field value.
3539 #define _FLD2VAL(field, value) (((uint32_
4517 DCB_SetAuthCtrl(uint32_t value) DCB_SetAuthCtrl() argument
4544 TZ_DCB_SetAuthCtrl_NS(uint32_t value) TZ_DCB_SetAuthCtrl_NS() argument
[all...]
H A Dcore_cm55.h3502 \brief Mask and shift a bit field value for use in a register bit range.
3504 \param[in] value Value of the bit field. This parameter is interpreted as an uint32_t type.
3505 \return Masked and shifted value.
3507 #define _VAL2FLD(field, value) (((uint32_t)(value) << field ## _Pos) & field ## _Msk)
3510 \brief Mask and shift a register value to extract a bit filed value.
3512 \param[in] value Value of register. This parameter is interpreted as an uint32_t type.
3513 \return Masked and shifted bit field value.
3515 #define _FLD2VAL(field, value) (((uint32_
4476 DCB_SetAuthCtrl(uint32_t value) DCB_SetAuthCtrl() argument
4503 TZ_DCB_SetAuthCtrl_NS(uint32_t value) TZ_DCB_SetAuthCtrl_NS() argument
[all...]
/third_party/icu/icu4c/source/test/cintltst/
H A Dccaltst.c442 /*set it back to original value */ in TestCalendar()
588 log_verbose("using value[%lf]\n", testMillis); in TestGetSetDateAPI()
592 log_err("Fail: setMillis incorrectly detected invalid value : for millis : %e : returned : %s\n", testMillis, u_errorName(status)); in TestGetSetDateAPI()
598 log_verbose("using value[%lf]\n", testMillis); in TestGetSetDateAPI()
602 log_err("Fail: setMillis incorrectly detected invalid value : for millis : %e : returned : %s\n", testMillis, u_errorName(status)); in TestGetSetDateAPI()
608 log_err("Fail: error in setMillis, allowed invalid value %e : returns millisecond : %d", testMillis, dateBit); in TestGetSetDateAPI()
616 log_verbose("using value[%lf]\n", testMillis); in TestGetSetDateAPI()
624 log_err("Fail: error in setMillis, allowed invalid value %e : returns DayOfMonth : %d", testMillis, dateBit); in TestGetSetDateAPI()
1620 const char *value; in TestGetKeywordValuesForLocale() local
1634 value in TestGetKeywordValuesForLocale()
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/
H A DNumberFormatterApiTest.java495 // 0-message, 1- locale, 2- input unit, 3- input value, 4- usage, 5- output unit, 6- output value, 7- formatted number. in unitWithLocaleTags()
2322 public final double value; field in NumberFormatterApiTest.UnitInflectionTestCase
2328 double value, in UnitInflectionTestCase()
2333 this.value = value; in UnitInflectionTestCase()
2350 "\", value=" + this.value, in runTest()
2351 skel, skel, unf, new ULocale(this.locale), this.value, this.expected); in runTest()
2372 "\", value in runTestWithDisplayOptions()
2325 UnitInflectionTestCase(String unitIdentifier, String locale, String unitDisplayCase, double value, String expected) UnitInflectionTestCase() argument
[all...]
/third_party/lzma/CPP/7zip/UI/Common/
H A DBench.cpp399 LARGE_INTEGER value;
400 if (::QueryPerformanceCounter(&value))
401 return (UInt64)value.QuadPart;
415 LARGE_INTEGER value;
416 if (::QueryPerformanceFrequency(&value))
417 return (UInt64)value.QuadPart;
2711 static void PrintNumber(IBenchPrintCallback &f, UInt64 value, unsigned size)
2716 ConvertUInt64ToString(value, s + startPos);
/third_party/mesa3d/src/intel/vulkan/
H A Danv_pipeline.c383 * takes the value 1.0. in pipeline_has_coarse_pixel()
388 * minSampleShadingFactor takes the value of in pipeline_has_coarse_pixel()
402 * possibility for element of the pipeline to change the value. in pipeline_has_coarse_pixel()
449 /* We set this to 0 here and set to the actual value before we call in populate_wm_prog_key()
1066 /* Initially the valid outputs value is set to all possible render targets in anv_pipeline_link_fs()
1640 * write a default value if the shader doesn't actually write it. in anv_graphics_pipeline_compile()
1643 * set the value. in anv_graphics_pipeline_compile()
1872 * value of 32. Performance will likely be terrible in this case but in anv_pipeline_compile_cs()
2353 * non-zero value so that we don't accidentally think it's dynamic. in anv_pipeline_compute_ray_tracing_stacks()
2355 * value w in anv_pipeline_compute_ray_tracing_stacks()
[all...]
/third_party/node/deps/v8/src/codegen/loong64/
H A Dassembler-loong64.cc34 // Set a static value on whether Simd is supported. in ProbeImpl()
122 Operand Operand::EmbeddedNumber(double value) { in EmbeddedNumber() argument
124 if (DoubleToSmiInteger(value, &smi)) return Operand(Smi::FromInt(smi)); in EmbeddedNumber()
127 result.value_.heap_object_request = HeapObjectRequest(value); in EmbeddedNumber()
298 // The link chain is terminated by a value in the instruction of 0,
299 // which is an otherwise illegal value (branch 0 is inf loop).
301 // code is conv to an 18-bit value addressing bytes, hence the -4 value.
547 PrintF("value\n"); in print()
847 void Assembler::GenImm(Opcode opcode, int32_t value, Registe argument
[all...]
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
H A Dmod.rs72 value: ::sigval, in si_value()
74 (*(self as *const siginfo_t as *const siginfo_timer)).value in si_value()
1578 /// last return value of *_input(), meaning "all job for this pkt is done".
3001 value: *mut ::c_void, in getxattr()
3007 value: *mut ::c_void, in lgetxattr()
3013 value: *mut ::c_void, in fgetxattr()
3019 value: *const ::c_void, in setxattr()
3025 value: *const ::c_void, in lsetxattr()
3031 value: *const ::c_void, in fsetxattr()
/third_party/spirv-tools/source/opt/
H A Dfolding_rules.cpp519 // id. Returns 0 if the result is not a valid value. The input types must be
568 // id. Returns 0 if the result is not a valid value. The input types must be
616 // id. Returns 0 if the result is not a valid value. The input types must be
768 // If the variable value is the second operand of the divide, multiply
780 // If the variable value is on the second operand of the div, then this
1905 // Extracting the value that was inserted along with values for the base
1911 // Extracting an element of the value that was inserted. Extract from
1912 // that value directly.
1926 // Extracting a value that is disjoint from the element being inserted.
1972 // Extracting an undefined value s
[all...]
/base/hiviewdfx/hiview/plugins/faultlogger/service/
H A Dfaultlogger.cpp188 auto value = maps.find(key); in GetSummaryFromSectionMap() local
189 if (value == maps.end()) { in GetSummaryFromSectionMap()
192 return value->second; in GetSummaryFromSectionMap()
1123 * return value: 0 means fault log invalid; 1 means fault log valid.
/base/hiviewdfx/hiview/core/
H A Dhiview_platform.cpp943 bool HiviewPlatform::SetHiviewProperty(const std::string& key, const std::string& value, bool forceUpdate) in SetHiviewProperty() argument
947 hiviewProperty_[key] = value; in SetHiviewProperty()
950 return Parameter::SetProperty(key, value); in SetHiviewProperty()
/base/msdp/device_status/services/communication/client/src/
H A Ddevicestatus_srv_proxy.cpp102 devicestatusData.value = OnChangedValue::VALUE_INVALID; in GetCache()
128 devicestatusData.value = static_cast<OnChangedValue>(devicestatusValue); in GetCache()
129 FI_HILOGD("type:%{public}d, value:%{public}d", devicestatusData.type, devicestatusData.value); in GetCache()
/base/security/access_token/interfaces/kits/cj/accesstoken/src/
H A Dat_manager_impl.cpp821 char value[VALUE_MAX_LEN] = {0}; in GetPermParamValue() local
822 auto ret = GetParameterValue(g_paramCache.handle, value, VALUE_MAX_LEN - 1); in GetPermParamValue()
824 LOGE("return default value, ret=%{public}d", ret); in GetPermParamValue()
827 std::string resStr(value); in GetPermParamValue()
/base/security/access_token/frameworks/js/napi/accesstoken/src/
H A Dnapi_request_permission.cpp192 const napi_env &env, const napi_value &value, std::shared_ptr<RequestAsyncContext>& asyncContext) in GetContext()
195 napi_status status = OHOS::AbilityRuntime::IsStageContext(env, value, stageMode); in GetContext()
200 auto context = AbilityRuntime::GetStageModeContext(env, value); in GetContext()
191 GetContext( const napi_env &env, const napi_value &value, std::shared_ptr<RequestAsyncContext>& asyncContext) GetContext() argument
/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dcore_service_native_branch_test.cpp481 std::string value = "test"; in HWTEST_F() local
482 bool temp = resourceUtils.GetCallFailedMessageName(reason, value); in HWTEST_F()
484 temp = resourceUtils.GetIntegerValueByName(value, reason); in HWTEST_F()
/foundation/ability/dmsfwk/services/dtbschedmgr/src/mission/
H A Ddistributed_sched_mission_manager.cpp231 DistributedKv::Value value; in GetRemoteMissionSnapshotInfo() local
232 bool ret = distributedDataStorage_->Query(networkId, missionId, value); in GetRemoteMissionSnapshotInfo()
237 snapshotPtr = Snapshot::Create(value.Data()); in GetRemoteMissionSnapshotInfo()
278 HILOGI("DeviceOfflineNotify erase value for networkId: %{public}s.", GetAnonymStr(networkId).c_str()); in DeviceOfflineNotify()
/foundation/ability/form_fwk/services/src/
H A Dform_data_proxy_record.cpp118 HILOG_WARN("Convert string subscribe[%{public}s] to int64 failed, change to default value " in GetSubscribeFormDataProxies()
427 HILOG_WARN("Convert string subscribe[%{public}s] to int64 failed, change to default value " in ConvertSubscribeMapToRequests()
462 auto value = std::get<std::string>(iter.value_); in UpdatePublishedDataForm() local
463 nlohmann::json dataObject = nlohmann::json::parse(value, nullptr, false); in UpdatePublishedDataForm()
465 HILOG_ERROR("fail parse data:%{public}s", value.c_str()); in UpdatePublishedDataForm()
/foundation/CastEngine/castengine_wifi_display/services/impl/wfd/wfd_source/
H A Dwfd_source_session.cpp619 std::string value = m3Res.GetContentProtection(); in HandleM3Response() local
620 if (value == "" || value == "none") { in HandleM3Response()
/foundation/ability/ability_runtime/frameworks/native/ability/ability_runtime/
H A Dability_context_impl.cpp635 napi_ref value = nullptr; in RestoreWindowStage() local
636 napi_create_reference(env, contentStorage, 1, &value); in RestoreWindowStage()
637 contentStorage_ = std::unique_ptr<NativeReference>(reinterpret_cast<NativeReference*>(value)); in RestoreWindowStage()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar/
H A Dcalendar_month_pattern.cpp91 auto constraint = contentConstraint.value(); in SetColRowSpace()
102 auto width = constraint.selfIdealSize.Width().value() - CALENDAR_DISTANCE_ADJUST_FOCUSED_EVENT.ConvertToPx() * 2; in SetColRowSpace()
103 auto height = constraint.selfIdealSize.Height().value() - CALENDAR_DISTANCE_ADJUST_FOCUSED_EVENT.ConvertToPx(); in SetColRowSpace()
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dview_abstract_model_ng.cpp477 TAG_LOGD(AceLogTag::ACE_SHEET, "Sheet uiContext id is: %{public}d", sheetStyle.instanceId.value()); in GetSheetContext()
478 auto container = AceEngine::Get().GetContainer(sheetStyle.instanceId.value()); in GetSheetContext()
499 auto instanceId = sheetStyle.instanceId.has_value() ? sheetStyle.instanceId.value() : Container::CurrentId(); in BindSheet()
/foundation/arkui/ace_engine/frameworks/core/components/text/
H A Drender_text.cpp1137 auto value = textfield->GetEditingValue(); in PanOnActionEnd() local
1138 value.Append(textValue_.GetSelectedText()); in PanOnActionEnd()
1139 textfield->SetEditingValue(std::move(value)); in PanOnActionEnd()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar_picker/
H A Dcalendar_picker_pattern.cpp146 imageLayoutProperty->UpdateImageSourceInfo(imageInfo.value()); in UpdateEntryButtonColor()
1242 textLayoutProperty->UpdateFontSize(layoutProperty->GetFontSize().value()); in FlushTextStyle()
1245 textLayoutProperty->UpdateFontWeight(layoutProperty->GetWeight().value()); in FlushTextStyle()

Completed in 89 milliseconds

1...<<891892893894895896897898899900>>...988