Home
last modified time | relevance | path

Searched +defs:val +defs:value (Results 76 – 100 of 717) sorted by relevance

12345678910>>...29

/aosp12/art/libartbase/base/
H A Dbit_string_test.cc39 BitStringChar MakeBitStringChar(size_t idx, size_t val) { in MakeBitStringChar()
43 BitStringChar MakeBitStringChar(size_t val) { in MakeBitStringChar()
53 for (size_t val : values) { local
62 size_t AsUint(const T& value) { in AsUint()
81 BitString SetBitStringCharAt(BitString bit_string, size_t i, size_t val) { in SetBitStringCharAt()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H A Ddata_transformer.cpp148 int64_t val = 0; in SerializeIntValue() local
155 int64_t val = 0; in DeSerializeIntValue() local
166 double val = 0; in SerializeDoubleValue() local
173 double val = 0; in DeSerializeDoubleValue() local
184 Blob val; in SerializeBlobValue() local
221 Blob val; in DeSerializeBlobByType() local
278 int DataTransformer::SerializeValue(Value &value, const RowData &rowData, const std::vector<FieldIn… in SerializeValue()
312 int DataTransformer::DeSerializeValue(const Value &value, OptRowData &optionalData, in DeSerializeValue()
/aosp12/frameworks/base/core/java/com/android/internal/util/dump/
H A DDualDumpOutputStream.java118 private DumpField(String name, String value) { in DumpField()
156 public void write(@NonNull String fieldName, long fieldId, double val) { in write()
164 public void write(@NonNull String fieldName, long fieldId, boolean val) { in write()
172 public void write(@NonNull String fieldName, long fieldId, int val) { in write()
180 public void write(@NonNull String fieldName, long fieldId, float val) { in write()
188 public void write(@NonNull String fieldName, long fieldId, byte[] val) { in write()
196 public void write(@NonNull String fieldName, long fieldId, long val) { in write()
204 public void write(@NonNull String fieldName, long fieldId, @Nullable String val) { in write()
/aosp12/system/bt/gd/packet/
H A Draw_builder.cc47 bool RawBuilder::AddOctets(size_t octets, uint64_t value) { in AddOctets()
73 bool RawBuilder::AddOctets1(uint8_t value) { in AddOctets1()
77 bool RawBuilder::AddOctets2(uint16_t value) { in AddOctets2()
81 bool RawBuilder::AddOctets3(uint32_t value) { in AddOctets3()
85 bool RawBuilder::AddOctets4(uint32_t value) { in AddOctets4()
89 bool RawBuilder::AddOctets6(uint64_t value) { in AddOctets6()
93 bool RawBuilder::AddOctets8(uint64_t value) { in AddOctets8()
102 for (const auto& val : payload_) { in Serialize() local
/aosp12/frameworks/av/media/libmediametrics/include/media/
H A DMediaMetricsItem.h291 static constexpr inline bool value = member
332 static status_t insert(const T& val, char **bufferpptr, char *bufferptrmax) { in insert()
344 status_t insert(const std::string& val, char **bufferpptr, char *bufferptrmax) { in insert()
355 status_t insert(const std::pair<int64_t, int64_t>& val, in insert() argument
372 static status_t insert(const char *val, char **bufferpptr, char *bufferptrmax) { in insert()
489 static status_t extract(T *val, const char **bufferpptr, const char *bufferptrmax) { in extract()
501 status_t extract(std::string *val, const char **bufferpptr, const char *bufferptrmax) { in extract()
516 status_t extract(std::pair<int64_t, int64_t> *val, in extract() argument
976 Item &set(S key, T value) { in set()
1001 Item &add(S key, T value) { in add()
[all …]
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/
H A Dfillp_stack_app_config_in.c204 IN FILLP_CONST void *value, in FtAppTimerConfigSet()
225 IN FILLP_CONST void *value, in FtAppSetKeepAliveTime()
267 IN FILLP_CONST void *value, in FtAppSetConnRetryTimeout()
285 IN FILLP_CONST void *value, in FtAppSetDisconnectRetryTimeout()
316 IN FILLP_CONST void *value, in FtAppConfigSetTxBurst()
334 IN FILLP_CONST void *value, in FtAppConfigSetSendCache()
361 IN FILLP_CONST void *value, in FtAppConfigSetRecvCache()
388 IN FILLP_CONST void *value, in FtAppSetMaxServerSendCache()
570 FILLP_BOOL val; in FtAppConfigSetSlowStart() local
620 FILLP_BOOL val; in FtAppConfigSetConstRate() local
[all …]
/ohos5.0/foundation/filemanagement/dfs_service/test/mock/
H A Dmessage_parcel_mock.cpp45 bool Parcel::WriteInt32(int32_t value) in WriteInt32()
55 bool Parcel::ReadInt32(int32_t &value) in ReadInt32()
80 bool Parcel::ReadBool(bool &value) in ReadBool()
85 bool Parcel::WriteBool(bool value) in WriteBool()
100 bool Parcel::ReadString(std::string &value) in ReadString()
120 bool Parcel::ReadUint32(uint32_t &value) in ReadUint32()
125 bool Parcel::WriteUint64(uint64_t value) in WriteUint64()
130 bool Parcel::WriteUint16(uint16_t value) in WriteUint16()
135 bool Parcel::WriteUint32(uint32_t value) in WriteUint32()
140 bool Parcel::ReadUint64(uint64_t &value) in ReadUint64()
[all …]
/aosp12/frameworks/base/tools/aapt2/link/
H A DResourceExcluder.cpp34 ResourceConfigValue* value) { in RemoveIfExcluded()
73 for (auto& value : entry->values) { in Consume() local
81 [](const std::unique_ptr<ResourceConfigValue>& val) -> bool { in Consume()
/aosp12/packages/apps/Dialer/java/com/android/dialer/callcomposer/camera/exif/
H A DExifTag.java94 private Object value; field in ExifTag
222 boolean setValue(int[] value) { in setValue()
256 boolean setValue(long[] value) { in setValue()
282 boolean setValue(String value) { in setValue()
319 boolean setValue(Rational[] value) { in setValue()
361 boolean setValue(byte[] value) { in setValue()
376 long[] val = (long[]) value; in getValueAsInts() local
409 Object val = ((Object[]) value)[0]; in forceGetValueAsString() local
501 private boolean checkOverflowForUnsignedShort(int[] value) { in checkOverflowForUnsignedShort()
510 private boolean checkOverflowForUnsignedLong(long[] value) { in checkOverflowForUnsignedLong()
[all …]
/aosp12/art/openjdkjvmti/
H A Dti_logging.cc105 jboolean value) { in SetVerboseFlag()
108 bool val = (value == JNI_TRUE) ? true : false; in SetVerboseFlag() local
144 bool val = (value == JNI_TRUE) ? true : false; in SetVerboseFlag() local
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/util/
H A Dproperty_util.cpp389 …dHelper::SetCustomPropertyBlobValue(const PropertyTypeDecl& propertyType, const json::value* value, in SetCustomPropertyBlobValue()
393 Math::Vec4 val; in SetCustomPropertyBlobValue() local
397 Math::UVec4 val; in SetCustomPropertyBlobValue() local
401 Math::IVec4 val; in SetCustomPropertyBlobValue() local
405 Math::Vec3 val; in SetCustomPropertyBlobValue() local
409 Math::UVec3 val; in SetCustomPropertyBlobValue() local
413 Math::IVec3 val; in SetCustomPropertyBlobValue() local
417 Math::Vec2 val; in SetCustomPropertyBlobValue() local
429 float val; in SetCustomPropertyBlobValue() local
433 uint32_t val; in SetCustomPropertyBlobValue() local
[all …]
/aosp12/hardware/qcom/gps/msm8960/utils/
H A Dloc_log.h44 long val; member
51 #define CHECK_MASK(type, value, mask_var, mask) \ argument
/aosp12/hardware/qcom/gps/msm8994/utils/
H A Dloc_log.h44 long val; member
51 #define CHECK_MASK(type, value, mask_var, mask) \ argument
/aosp12/hardware/qcom/gps/utils/
H A Dloc_log.h44 long val; member
51 #define CHECK_MASK(type, value, mask_var, mask) \ argument
/aosp12/hardware/qcom/gps/msm8084/utils/
H A Dloc_log.h44 long val; member
51 #define CHECK_MASK(type, value, mask_var, mask) \ argument
/aosp12/hardware/qcom/sdm845/gps/msm8084/utils/
H A Dloc_log.h44 long val; member
51 #define CHECK_MASK(type, value, mask_var, mask) \ argument
/aosp12/hardware/qcom/sdm845/gps/msm8960/utils/
H A Dloc_log.h44 long val; member
51 #define CHECK_MASK(type, value, mask_var, mask) \ argument
/aosp12/hardware/qcom/sdm845/gps/msm8994/utils/
H A Dloc_log.h44 long val; member
51 #define CHECK_MASK(type, value, mask_var, mask) \ argument
/aosp12/hardware/qcom/sdm845/gps/utils/
H A Dloc_log.h44 long val; member
51 #define CHECK_MASK(type, value, mask_var, mask) \ argument
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/utils/src/
H A Dstorage_utils.cpp22 int64_t val = 1; in GetRoundSize() local
36 std::string GetAnonyString(const std::string &value) in GetAnonyString()
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/js/napi/common/include/
H A Djs_sendable_utils.h79 int32_t GetCPPValue(napi_env env, napi_value jsValue, T &value) in GetCPPValue()
88 int32_t GetCPPValue(napi_env env, napi_value jsValue, T &value) in GetCPPValue()
100 napi_value GetSendableValue(napi_env env, const T &value) in GetSendableValue()
106 napi_value GetSendableValue(napi_env env, const T &value) in GetSendableValue()
108 auto *val = std::get_if<First>(&value); in GetSendableValue() local
117 int32_t Utils::ConvertFromSendable(napi_env env, napi_value jsValue, std::vector<T> &value) in ConvertFromSendable()
145 int32_t Utils::ConvertFromSendable(napi_env env, napi_value jsValue, std::variant<Types...> &value) in ConvertFromSendable()
151 napi_value Utils::ConvertToSendable(napi_env env, const std::vector<T> &value) in ConvertToSendable()
166 napi_value Utils::ConvertToSendable(napi_env env, const std::variant<Types...> &value) in ConvertToSendable()
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/utils/
H A Dlru_cache.h44 void Refer(const KeyT& key, const ValueT& val) in Refer()
62 void Update(const KeyT& keyOld, const KeyT& keyNew, const ValueT& val) in Update()
86 bool GetLruNode(KeyT& key, ValueT& value) in GetLruNode()
/aosp12/packages/services/Car/car-lib/src/android/car/hardware/hvac/
H A DCarHvacManager.java247 void onChangeEvent(CarPropertyValue value); in onChangeEvent()
265 public void onChangeEvent(CarPropertyValue value) { in onChangeEvent()
281 private void handleOnChangeEvent(CarPropertyValue value) { in handleOnChangeEvent()
414 public void setBooleanProperty(@PropertyId int propertyId, int area, boolean val) { in setBooleanProperty()
426 public void setFloatProperty(@PropertyId int propertyId, int area, float val) { in setFloatProperty()
438 public void setIntProperty(@PropertyId int propertyId, int area, int val) { in setIntProperty()
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/native/src/
H A Dpreferences_utils.cpp44 int CheckValue(const PreferencesValue &value) in CheckValue()
55 std::string val = value; in CheckValue() local
/ohos5.0/base/powermgr/thermal_manager/services/native/src/thermal_observer/state_machine/
H A Dextend_state_collection.cpp53 bool ExtendStateCollection::DecideState(const std::string& value) in DecideState()
57 for (std::string val : valList) { in DecideState() local

12345678910>>...29