Home
last modified time | relevance | path

Searched refs:value (Results 3076 - 3100 of 24686) sorted by relevance

1...<<121122123124125126127128129130>>...988

/third_party/node/deps/v8/src/strings/
H A Dstring-stream.cc117 const char* value = current.data_.u_c_str_; in Add() local
118 Add(value); in Add()
123 base::Vector<const base::uc16> value = *current.data_.u_lc_str_; in Add() local
124 for (int i = 0; i < value.length(); i++) in Add()
125 Put(static_cast<char>(value[i])); in Add()
136 int value = current.data_.u_int_; in Add() local
137 if (0x20 <= value && value <= 0x7F) { in Add()
138 Put(value); in Add()
139 } else if (value < in Add()
152 int value = current.data_.u_int_; Add() local
163 double value = current.data_.u_double_; Add() local
179 void* value = current.data_.u_pointer_; Add() local
321 Object value = js_object.RawFastPropertyAt(index); PrintUsingMap() local
[all...]
/third_party/node/deps/v8/src/torque/
H A Dinstance-type-generator.cc21 value(-1), in InstanceTypeTree()
28 int value; // Assigned value for this class itself, or -1 when unassigned. member
97 if (constraints.value != -1) { in PropagateInstanceTypeConstraints()
99 Error("Instance type value requested for abstract class ", in PropagateInstanceTypeConstraints()
103 root->value = constraints.value; in PropagateInstanceTypeConstraints()
104 if (constraints.value < root->start) root->start = constraints.value; in PropagateInstanceTypeConstraints()
105 if (constraints.value > roo in PropagateInstanceTypeConstraints()
[all...]
/third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
H A DRubyRepeatedField.java105 * RepeatedField.[]=(index, value)
111 public IRubyObject indexSet(ThreadContext context, IRubyObject index, IRubyObject value) { in indexSet() argument
113 value = Utils.checkType(context, fieldType, value, (RubyModule) typeClass); in indexSet()
118 this.storage.set(arrIndex, value); in indexSet()
124 * RepeatedField.[](index) => value
161 * RepeatedField.push(value)
166 public IRubyObject push(ThreadContext context, IRubyObject value) { in push() argument
168 value == context.runtime.getNil())) { in push()
169 value in push()
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
H A Ddistribution_test_util.cc193 // x: the value of the upper limit x.
194 // p: the value of the parameter p.
195 // q: the value of the parameter q.
196 // beta: the value of ln B(p, q)
251 // p: the value of the parameter p.
252 // q: the value of the parameter q.
253 // beta: the value of ln B(p, q)
254 // alpha: the value of the lower tail area.
263 double value = kErr; in BetaIncompleteInvImpl() local
277 value in BetaIncompleteInvImpl()
[all...]
/base/accesscontrol/sandbox_manager/services/common/database/src/
H A Dvariant_value.cpp27 VariantValue::VariantValue(int32_t value) : type_(ValueType::TYPE_INT) in VariantValue() argument
29 value_ = value; in VariantValue()
32 VariantValue::VariantValue(int64_t value) : type_(ValueType::TYPE_INT64) in VariantValue() argument
34 value_ = value; in VariantValue()
37 VariantValue::VariantValue(const std::string &value) : type_(ValueType::TYPE_STRING) in VariantValue() argument
39 value_ = value; in VariantValue()
/base/hiviewdfx/hiview/plugins/usage_event_report/cache/include/
H A Djson_parser.h34 static bool CheckJsonValue(const Json::Value& value, const std::vector<std::string>& fields);
35 static uint32_t ParseUInt32(const Json::Value& value);
36 static uint64_t ParseUInt64(const Json::Value& value);
37 static std::string ParseString(const Json::Value& value);
38 static void ParseUInt32Vec(const Json::Value& value, std::vector<uint32_t>& vec);
39 static void ParseStringVec(const Json::Value& value, std::vector<std::string>& vec);
/base/inputmethod/imf/interfaces/kits/c/
H A Dinputmethod_private_command_capi.h71 * @brief Set key value into {@link InputMethod_PrivateCommand}.
73 * @param command Represents a pointer to an {@link InputMethod_PrivateCommand} instance which will be set value.
74 * @param key Represents key value.
84 * @brief Set bool data value into {@link InputMethod_PrivateCommand}.
86 * @param command Represents a pointer to an {@link InputMethod_PrivateCommand} instance which will be set value.
87 * @param value Represents bool data value.
94 InputMethod_ErrorCode OH_PrivateCommand_SetBoolValue(InputMethod_PrivateCommand *command, bool value);
96 * @brief Set integer data value into {@link InputMethod_PrivateCommand}.
98 * @param command Represents a pointer to an {@link InputMethod_PrivateCommand} instance which will be set value
[all...]
/base/msdp/device_status/rust/utils/src/
H A Derrors.rs37 fn from(value: FusionErrorCode) -> Self in from()
39 match value { in from()
49 fn try_from(value: i32) -> Result<Self, Self::Error> { in try_from()
50 match value { in try_from()
51 _ if i32::from(FusionErrorCode::Fail) == value => { Ok(FusionErrorCode::Fail) }, in try_from()
52 _ if i32::from(FusionErrorCode::InvalidParam) == value => { Ok(FusionErrorCode::InvalidParam) }, in try_from()
/base/security/access_token/services/common/database/src/
H A Dvariant_value.cpp27 VariantValue::VariantValue(int32_t value) : type_(ValueType::TYPE_INT) in VariantValue() argument
29 value_ = value; in VariantValue()
32 VariantValue::VariantValue(int64_t value) : type_(ValueType::TYPE_INT64) in VariantValue() argument
34 value_ = value; in VariantValue()
37 VariantValue::VariantValue(const std::string& value) : type_(ValueType::TYPE_STRING) in VariantValue() argument
39 value_ = value; in VariantValue()
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Dparcel_util.h23 #define PARCEL_UTIL_WRITE_NORET(parcel, type, value) \
25 if (!(parcel).Write##type(value)) { \
26 TAG_LOGE(AAFwkTag::APPMGR, "failed to write %{public}s", #value); \
31 #define PARCEL_UTIL_WRITE_RET_INT(parcel, type, value) \
33 if (!(parcel).Write##type(value)) { \
34 TAG_LOGE(AAFwkTag::APPMGR, "failed to write %{public}s", #value); \
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/
H A Dgrid_item_model.h33 virtual void SetRowStart(int32_t value) = 0;
34 virtual void SetRowEnd(int32_t value) = 0;
35 virtual void SetColumnStart(int32_t value) = 0;
36 virtual void SetColumnEnd(int32_t value) = 0;
37 virtual void SetForceRebuild(bool value) = 0;
38 virtual void SetSelectable(bool value) = 0;
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dflex_model_impl.h33 void SetWrapMainAlignment(WrapAlignment value) override;
36 void SetWrapCrossAlignment(WrapAlignment value) override;
38 void SetAlignItems(int32_t value) override;
40 void SetWrapAlignment(WrapAlignment value) override;
47 void SetJustifyContent(int32_t value) override;
48 void SetAlignContent(int32_t value) override;
H A Dtext_timer_model_impl.h32 void SetFontSize(const Dimension& value) override;
33 void SetTextColor(const Color& value) override;
34 void SetTextShadow(const std::vector<Shadow>& value) override {};
35 void SetItalicFontStyle(Ace::FontStyle value) override;
36 void SetFontWeight(FontWeight value) override;
37 void SetFontFamily(const std::vector<std::string>& value) override;
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_radio_ffi.cpp25 void FfiOHOSAceFrameworkRadioCreate(const char* group, const char* value) in FfiOHOSAceFrameworkRadioCreate() argument
28 RadioModel::GetInstance()->Create(std::optional<std::string>(value), std::optional<std::string>(group), indicator); in FfiOHOSAceFrameworkRadioCreate()
30 void FfiOHOSAceFrameworkRadioChecked(bool value) in FfiOHOSAceFrameworkRadioChecked() argument
32 RadioModel::GetInstance()->SetChecked(value); in FfiOHOSAceFrameworkRadioChecked()
39 void FfiRadioSetResponseRegion(CJResponseRegion value) in FfiRadioSetResponseRegion() argument
42 ParseCJResponseRegion(value, result); in FfiRadioSetResponseRegion()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/texttimer/
H A Dtext_timer_model.h36 virtual void SetFontSize(const Dimension& value) = 0;
37 virtual void SetTextColor(const Color& value) = 0;
38 virtual void SetItalicFontStyle(Ace::FontStyle value) = 0;
39 virtual void SetFontWeight(FontWeight value) = 0;
40 virtual void SetFontFamily(const std::vector<std::string>& value) = 0;
42 virtual void SetTextShadow(const std::vector<Shadow>& value) = 0;
/foundation/filemanagement/storage_service/services/storage_manager/utils/src/
H A Dstorage_utils.cpp36 std::string GetAnonyString(const std::string &value) in GetAnonyString() argument
43 size_t strLen = value.length(); in GetAnonyString()
49 res += value[0]; in GetAnonyString()
51 res += value[strLen - 1]; in GetAnonyString()
53 res.append(value, 0, INT32_PLAINTEXT_LENGTH); in GetAnonyString()
55 res.append(value, strLen - INT32_PLAINTEXT_LENGTH, INT32_PLAINTEXT_LENGTH); in GetAnonyString()
/foundation/systemabilitymgr/safwk/test/mock/common/audio_ability/include/
H A Dtest_audio_ability.h35 int32_t TestRpcInt32(int32_t value) override;
36 uint32_t TestRpcUInt32(uint32_t value) override;
37 int64_t TestRpcInt64(int64_t value) override;
38 uint64_t TestRpcUInt64(uint64_t value) override;
39 float TestRpcFloat(float value) override;
40 double TestRpcDouble(double value) override;
/foundation/communication/netmanager_base/services/netstatsmanager/include/
H A Dnet_stats_sqlite_statement.h36 int32_t BindInt32(int32_t index, int32_t value) const;
37 int32_t BindInt64(int32_t index, int64_t value) const;
38 int32_t BindText(int32_t index, std::string value) const;
42 int32_t GetColumnString(int32_t index, std::string &value) const;
43 int32_t GetColumnLong(int32_t index, uint64_t &value) const;
44 int32_t GetColumnInt(int32_t index, uint32_t &value) const;
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Dvalue_hash_calc.h54 int Update(const std::vector<uint8_t> &value) in Update() argument
59 int errCode = SHA256_Update(context_, value.data(), value.size()); in Update()
67 int GetResult(std::vector<uint8_t> &value) in GetResult() argument
73 value.resize(SHA256_DIGEST_LENGTH); in GetResult()
74 int errCode = SHA256_Final(value.data(), context_); in GetResult()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/dfx/test/unittest/fake/hiview/include/
H A Dhiview.h38 * @param event reference of l-value.
46 * @param event reference of r-value.
57 * Create a HiEvent by single bool value.
60 * @param value single payload's value.
64 static HiEvent ByPair(int eventID, const std::string& key, bool value);
67 * Create a HiEvent by single byte value.
70 * @param value single payload's value.
74 static HiEvent ByPair(int eventID, const std::string& key, unsigned char value);
[all...]
/foundation/distributeddatamgr/preferences/interfaces/ndk/include/
H A Doh_preferences.h20 * @brief Provides APIs for processing data in the form of key-value (KV) pairs.
22 * The key is of the string type, and the value can be a number, a string, a boolean value.
104 * @brief Obtains the integer value in a Preferences object based on the given key.
107 * @param key Pointer to the key of the value to obtain.
108 * @param value Pointer to the value obtained.
118 int OH_Preferences_GetInt(OH_Preferences *preference, const char *key, int *value);
121 * @brief Obtains the Boolean value in a Preferences object based on the given key.
124 * @param key Pointer to the key of the value t
[all...]
/foundation/filemanagement/dfs_service/utils/log/src/
H A Dutils_log.cpp26 std::string GetAnonyString(const std::string &value) in GetAnonyString() argument
33 size_t strLen = value.length(); in GetAnonyString()
39 res += value[0]; in GetAnonyString()
41 res += value[strLen - 1]; in GetAnonyString()
43 res.append(value, 0, INT32_PLAINTEXT_LENGTH); in GetAnonyString()
45 res.append(value, INT32_PLAINTEXT_LENGTH + tmpStr.length(), strLen - INT32_PLAINTEXT_LENGTH - tmpStr.length()); in GetAnonyString()
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/accessibility/
H A Dscroll_accessibilitydescription_test.cpp23 ArkUI_NumberValue value[] = {}; in TestScrollAccessibilityDescription001() local
24 ArkUI_AttributeItem valueItem = {value, sizeof(value) / sizeof(ArkUI_NumberValue)}; in TestScrollAccessibilityDescription001()
35 ArkUI_NumberValue value[] = {}; in TestScrollAccessibilityDescription002() local
36 ArkUI_AttributeItem valueItem = {value, sizeof(value) / sizeof(ArkUI_NumberValue)}; in TestScrollAccessibilityDescription002()
H A Drefresh_accessibilitydescription_test.cpp23 ArkUI_NumberValue value[] = {}; in TestRefreshAccessibilityDescription001() local
24 ArkUI_AttributeItem valueItem = {value, sizeof(value) / sizeof(ArkUI_NumberValue)}; in TestRefreshAccessibilityDescription001()
35 ArkUI_NumberValue value[] = {}; in TestRefreshAccessibilityDescription002() local
36 ArkUI_AttributeItem valueItem = {value, sizeof(value) / sizeof(ArkUI_NumberValue)}; in TestRefreshAccessibilityDescription002()
H A Dprogress_accessibilitytext_test.cpp23 ArkUI_NumberValue value[] = {}; in TestProgressAccessibilityText001() local
24 ArkUI_AttributeItem valueItem = {value, sizeof(value) / sizeof(ArkUI_NumberValue)}; in TestProgressAccessibilityText001()
35 ArkUI_NumberValue value[] = {}; in TestProgressAccessibilityText002() local
36 ArkUI_AttributeItem valueItem = {value, sizeof(value) / sizeof(ArkUI_NumberValue)}; in TestProgressAccessibilityText002()

Completed in 34 milliseconds

1...<<121122123124125126127128129130>>...988