Home
last modified time | relevance | path

Searched refs:value (Results 2901 - 2925 of 33983) sorted by relevance

1...<<111112113114115116117118119120>>...1360

/third_party/ffmpeg/libavfilter/
H A Df_metadata.c84 char *value; member
111 { "value", "set metadata value", OFFSET(value), AV_OPT_TYPE_STRING, {.str = NULL }, 0, 0, FLAGS }, \
222 s->mode == METADATA_ADD) && !s->value) { in init()
223 av_log(ctx, AV_LOG_WARNING, "Missing metadata value\n"); in init()
318 if (!s->value && e && e->value) { in filter_frame()
320 } else if (s->value && e && e->value in filter_frame()
[all...]
/third_party/curl/lib/
H A Ddynhds.c41 const char *value, size_t valuelen, int opts) in entry_new()
47 DEBUGASSERT(value); in entry_new()
54 e->value = p += namelen + 1; /* leave a \0 at the end of name */ in entry_new()
55 memcpy(p, value, valuelen); in entry_new()
64 const char *value, size_t valuelen) in entry_append()
70 DEBUGASSERT(value); in entry_append()
77 e2->value = p += e->namelen + 1; /* leave a \0 at the end of name */ in entry_append()
78 memcpy(p, e->value, e->valuelen); in entry_append()
81 memcpy(p + 1, value, valuelen); in entry_append()
167 const char *value, size_ in Curl_dynhds_add()
40 entry_new(const char *name, size_t namelen, const char *value, size_t valuelen, int opts) entry_new() argument
63 entry_append(struct dynhds_entry *e, const char *value, size_t valuelen) entry_append() argument
165 Curl_dynhds_add(struct dynhds *dynhds, const char *name, size_t namelen, const char *value, size_t valuelen) Curl_dynhds_add() argument
211 Curl_dynhds_cadd(struct dynhds *dynhds, const char *name, const char *value) Curl_dynhds_cadd() argument
223 const char *value; Curl_dynhds_h1_add_line() local
312 Curl_dynhds_set(struct dynhds *dynhds, const char *name, size_t namelen, const char *value, size_t valuelen) Curl_dynhds_set() argument
[all...]
/third_party/node/deps/v8/src/base/
H A Dlogging.h150 // For single-byte enums, return a 16-bit integer to avoid printing the value in GetUnderlyingEnumTypeForPrinting()
154 std::conditional_t<std::is_signed<underlying_t>::value, int16_t, in GetUnderlyingEnumTypeForPrinting()
163 !std::is_function<typename std::remove_pointer<T>::type>::value &&
164 !std::is_enum<T>::value &&
165 has_output_operator<T, CheckMessageStream>::value,
178 std::is_function<typename std::remove_pointer<T>::type>::value,
186 typename std::enable_if<std::is_enum<T>::value &&
187 has_output_operator<T, CheckMessageStream>::value,
197 // is the default one, printing the integral value? in PrintCheckOperand()
207 typename std::enable_if<std::is_enum<T>::value
301 static constexpr bool value = std::is_integral<lhs_underlying>::value && global() member
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dnumber_rounding.cpp68 int32_t getRoundingMagnitudeSignificant(const DecimalQuantity &value, int maxSig) { in getRoundingMagnitudeSignificant() argument
72 int magnitude = value.isZeroish() ? 0 : value.getMagnitude(); in getRoundingMagnitudeSignificant()
83 int32_t getDisplayMagnitudeSignificant(const DecimalQuantity &value, int minSig) { in getDisplayMagnitudeSignificant() argument
84 int magnitude = value.isZeroish() ? 0 : value.getMagnitude(); in getDisplayMagnitudeSignificant()
342 // NOTE: In C++, we must return the correct value type with the correct union. in constructIncrement()
415 void RoundingImpl::apply(impl::DecimalQuantity &value, UErrorCode& status) const { in apply() argument
431 value.roundToInfinity(); in apply()
435 value in apply()
514 apply(impl::DecimalQuantity &value, int32_t minInt, UErrorCode ) apply() argument
[all...]
/third_party/protobuf/src/google/protobuf/util/internal/
H A Dutility.cc63 return GetBoolFromAny(opt->value()); in GetBoolOptionOrDefault()
73 return GetInt64FromAny(opt->value()); in GetInt64OptionOrDefault()
83 return GetDoubleFromAny(opt->value()); in GetDoubleOptionOrDefault()
93 return GetStringFromAny(opt->value()); in GetStringOptionOrDefault()
101 // Returns a boolean value contained in Any type.
105 ParseFromAny(any.value(), &b); in GetBoolFromAny()
106 return b.value(); in GetBoolFromAny()
111 ParseFromAny(any.value(), &i); in GetInt64FromAny()
112 return i.value(); in GetInt64FromAny()
117 ParseFromAny(any.value(), in GetDoubleFromAny()
207 FindEnumValueByNumberOrNull( const google::protobuf::Enum* enum_type, int32 value) FindEnumValueByNumberOrNull() argument
381 DoubleAsString(double value) DoubleAsString() argument
389 FloatAsString(float value) FloatAsString() argument
394 SafeStrToFloat(StringPiece str, float* value) SafeStrToFloat() argument
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_profile_peer.cpp98 void A2dpStream::SetPeerCap(bool value) in SetPeerCap() argument
101 LOG_INFO("[A2dpStream] %{public}s peerCap(%{public}d)\n", __func__, value); in SetPeerCap()
102 peerCap_ = value; in SetPeerCap()
161 int value = 0x01; in RegisterSEPConfigureInfo() local
163 AdapterConfig::GetInstance()->GetValue(SECTION_A2DP_SRC_SERVICE, PROPERTY_CODEC_SBC_SUPPORT, value); in RegisterSEPConfigureInfo()
164 LOG_INFO("[A2dpProfilePeer] %{public}s SBC value[%{public}d] \n", __func__, value); in RegisterSEPConfigureInfo()
165 if (value) { in RegisterSEPConfigureInfo()
171 AdapterConfig::GetInstance()->GetValue(SECTION_A2DP_SRC_SERVICE, PROPERTY_CODEC_AAC_SUPPORT, value); in RegisterSEPConfigureInfo()
172 LOG_INFO("[A2dpProfilePeer] %{public}s AAC value[ in RegisterSEPConfigureInfo()
192 int value = 0x01; RegisterSEPConfigureInfo() local
421 SetSDPServiceCapability(bool value) SetSDPServiceCapability() argument
435 SetAvdtpVersion(bool value) SetAvdtpVersion() argument
450 SetA2dpVersion(bool value) SetA2dpVersion() argument
756 EnableOptionalCodec(bool value) EnableOptionalCodec() argument
917 SetRestart(bool value) SetRestart() argument
931 SetReconfigTag(bool value) SetReconfigTag() argument
970 SetNumberOfPeerCap(bool value) SetNumberOfPeerCap() argument
1014 SetInitSide(bool value) SetInitSide() argument
1030 SetDisconnectIndication(bool value) SetDisconnectIndication() argument
1210 int value = 0; CreateDefaultCodecPriority() local
[all...]
/third_party/protobuf/python/google/protobuf/
H A Dtext_format.py144 proto will result in an identical value, double_format='.17g' should be used.
150 In Python 2 the return value will be valid UTF-8 rather than only ASCII.
162 that has same value in wire will be printed. Also affect double field
253 value,
266 """Print a single field name/value pair."""
273 printer.PrintField(field, value)
277 value,
290 """Print a single field value (not including name)."""
297 printer.PrintFieldValue(field, value)
354 will result in an identical value, double_forma
[all...]
/foundation/communication/netmanager_base/frameworks/js/napi/common/
H A Dnapi_common.cpp110 napi_value value = nullptr; in GetPropertyString() local
113 NAPI_CALL_RETURN_VOID(env, napi_get_named_property(env, object, propertyName.c_str(), &value)); in GetPropertyString()
115 env, napi_get_value_string_utf8(env, value, propertyBuffer, PROPERTY_MAX_BYTE, &realByte)); in GetPropertyString()
122 napi_value value = nullptr; in GetPropertyInt32() local
123 NAPI_CALL_RETURN_VOID(env, napi_get_named_property(env, object, propertyName.c_str(), &value)); in GetPropertyInt32()
124 NAPI_CALL_RETURN_VOID(env, napi_get_value_int32(env, value, &property)); in GetPropertyInt32()
130 napi_value value = nullptr; in GetPropertyInt64() local
131 NAPI_CALL_RETURN_VOID(env, napi_get_named_property(env, object, propertyName.c_str(), &value)); in GetPropertyInt64()
132 NAPI_CALL_RETURN_VOID(env, napi_get_value_int64(env, value, &property)); in GetPropertyInt64()
137 napi_value value in NapiValueByInt32() local
145 napi_value value = GetNamedProperty(env, napiValue, name); GetNapiStringValue() local
153 GetStringFromValue(napi_env env, napi_value value) GetStringFromValue() argument
167 napi_value value = nullptr; GetNamedProperty() local
179 napi_value value = GetNamedProperty(env, napiValue, name); GetNapiInt32Value() local
193 napi_value value = GetNamedProperty(env, napiValue, name); GetNapiInt64Value() local
204 MatchValueType(napi_env env, napi_value value, napi_valuetype targetType) MatchValueType() argument
352 napi_value value = nullptr; HasNamedTypeProperty() local
[all...]
/foundation/distributedhardware/device_manager/test/commonunittest/
H A DUTTest_discovery_filter.cpp130 object["value"] = "1"; in HWTEST_F()
146 object["value"] = 1; in HWTEST_F()
267 int32_t value = 0; in HWTEST_F() local
269 bool ret = filter.FilterByDeviceState(value, isOnline); in HWTEST_F()
276 int32_t value = 1; in HWTEST_F() local
278 bool ret = filter.FilterByDeviceState(value, isOnline); in HWTEST_F()
285 int32_t value = 2; in HWTEST_F() local
287 bool ret = filter.FilterByDeviceState(value, isOnline); in HWTEST_F()
294 int32_t value = 0; in HWTEST_F() local
296 bool ret = filter.FilterByRange(value, isActiv in HWTEST_F()
303 int32_t value = 1; HWTEST_F() local
312 int32_t value = 2; HWTEST_F() local
321 int32_t value = -1; HWTEST_F() local
330 int32_t value = 0; HWTEST_F() local
339 int32_t value = 1; HWTEST_F() local
348 int32_t value = 2; HWTEST_F() local
[all...]
H A DUTTest_dm_discovery_filter.cpp185 object["value"] = "1"; in HWTEST_F()
207 object["value"] = 1; in HWTEST_F()
400 int32_t value = 0; in HWTEST_F() local
402 bool ret = filter.FilterByDeviceState(value, isOnline); in HWTEST_F()
415 int32_t value = 1; in HWTEST_F() local
417 bool ret = filter.FilterByDeviceState(value, isOnline); in HWTEST_F()
430 int32_t value = 2; in HWTEST_F() local
432 bool ret = filter.FilterByDeviceState(value, isOnline); in HWTEST_F()
445 int32_t value = 0; in HWTEST_F() local
447 bool ret = filter.FilterByRange(value, rang in HWTEST_F()
460 int32_t value = 0; HWTEST_F() local
475 int32_t value = 1; HWTEST_F() local
490 int32_t value = 1; HWTEST_F() local
505 int32_t value = 1; HWTEST_F() local
520 int32_t value = 1; HWTEST_F() local
535 int32_t value = 1; HWTEST_F() local
[all...]
/kernel/linux/common_modules/tzdriver/ion/
H A Ddynamic_ion_mem.c172 mb_pack->operation.params[1].value.a = (uint32_t)mem_item->size; in send_dyn_ion_cmd()
173 mb_pack->operation.params[2].value.a = mem_item->configid; in send_dyn_ion_cmd()
429 uint32_t configid = params->mb_pack->operation.params[1].value.a; in load_image_for_ion()
430 uint32_t ion_size = params->mb_pack->operation.params[1].value.b; in load_image_for_ion()
545 a_addr = client_param->value.a_addr |
546 ((uint64_t)client_param->value.a_h_addr << ADDR_TRANS_NUM);
547 b_addr = client_param->value.b_addr |
548 ((uint64_t)client_param->value.b_h_addr << ADDR_TRANS_NUM);
550 if (read_from_client(&operation->params[index].value.a,
551 sizeof(operation->params[index].value
[all...]
/kernel/linux/linux-5.10/sound/i2c/other/
H A Dak4113.c178 uinfo->value.integer.min = 0; in snd_ak4113_in_error_info()
179 uinfo->value.integer.max = LONG_MAX; in snd_ak4113_in_error_info()
189 ucontrol->value.integer.value[0] = in snd_ak4113_in_error_get()
206 ucontrol->value.integer.value[0] = in snd_ak4113_in_bit_get()
216 uinfo->value.integer.min = 0; in snd_ak4113_rx_info()
217 uinfo->value.integer.max = 5; in snd_ak4113_rx_info()
226 ucontrol->value.integer.value[ in snd_ak4113_rx_get()
[all...]
H A Dak4117.c147 uinfo->value.integer.min = 0; in snd_ak4117_in_error_info()
148 uinfo->value.integer.max = LONG_MAX; in snd_ak4117_in_error_info()
158 ucontrol->value.integer.value[0] = in snd_ak4117_in_error_get()
175 ucontrol->value.integer.value[0] = ((reg_read(chip, reg) & (1 << bit)) ? 1 : 0) ^ inv; in snd_ak4117_in_bit_get()
184 uinfo->value.integer.min = 0; in snd_ak4117_rx_info()
185 uinfo->value.integer.max = 1; in snd_ak4117_rx_info()
194 ucontrol->value.integer.value[ in snd_ak4117_rx_get()
[all...]
/kernel/linux/linux-6.6/sound/i2c/other/
H A Dak4113.c178 uinfo->value.integer.min = 0; in snd_ak4113_in_error_info()
179 uinfo->value.integer.max = LONG_MAX; in snd_ak4113_in_error_info()
189 ucontrol->value.integer.value[0] = in snd_ak4113_in_error_get()
206 ucontrol->value.integer.value[0] = in snd_ak4113_in_bit_get()
216 uinfo->value.integer.min = 0; in snd_ak4113_rx_info()
217 uinfo->value.integer.max = 5; in snd_ak4113_rx_info()
226 ucontrol->value.integer.value[ in snd_ak4113_rx_get()
[all...]
H A Dak4117.c148 uinfo->value.integer.min = 0; in snd_ak4117_in_error_info()
149 uinfo->value.integer.max = LONG_MAX; in snd_ak4117_in_error_info()
159 ucontrol->value.integer.value[0] = in snd_ak4117_in_error_get()
176 ucontrol->value.integer.value[0] = ((reg_read(chip, reg) & (1 << bit)) ? 1 : 0) ^ inv; in snd_ak4117_in_bit_get()
185 uinfo->value.integer.min = 0; in snd_ak4117_rx_info()
186 uinfo->value.integer.max = 1; in snd_ak4117_rx_info()
195 ucontrol->value.integer.value[ in snd_ak4117_rx_get()
[all...]
/third_party/lzma/CPP/7zip/Archive/7z/
H A D7zHandler.cpp84 static inline char GetHex(unsigned value) in GetHex() argument
86 return (char)((value < 10) ? ('0' + value) : ('A' + (value - 10))); in GetHex()
166 static inline void AddHexToString(UString &res, Byte value)
168 res += GetHex((Byte)(value >> 4));
169 res += GetHex((Byte)(value & 0xF));
192 Z7_COM7F_IMF(CHandler::GetArchiveProperty(PROPID propID, PROPVARIANT *value)) in GetArchiveProperty() argument
276 return prop.Detach(value); in GetArchiveProperty()
284 UInt64 value; in SetFileTimeProp_From_UInt64Def() local
565 GetProperty(UInt32 index, PROPID propID, PROPVARIANT *value) GetProperty() argument
763 const PROPVARIANT &value = values[i]; SetProperties() local
[all...]
/third_party/json/include/nlohmann/detail/conversions/
H A Dto_json.hpp38 * allocated value (e.g., a string). See bug issue
79 enable_if_t < !std::is_same<CompatibleStringType, typename BasicJsonType::string_t>::value,
175 enable_if_t < !std::is_same<CompatibleArrayType, typename BasicJsonType::array_t>::value,
205 enable_if_t<std::is_convertible<T, BasicJsonType>::value, int> = 0>
245 enable_if_t < !std::is_same<CompatibleObjectType, typename BasicJsonType::object_t>::value, int > = 0 >
264 enable_if_t<std::is_same<T, typename BasicJsonType::boolean_t>::value, int> = 0>
272 ((std::is_same<std::vector<bool>::reference, BoolRef>::value
273 && !std::is_same <std::vector<bool>::reference, typename BasicJsonType::boolean_t&>::value)
274 || (std::is_same<std::vector<bool>::const_reference, BoolRef>::value
276 typename BasicJsonType::boolean_t >::value))
[all...]
/third_party/node/deps/v8/src/baseline/loong64/
H A Dbaseline-assembler-loong64-inl.h100 void BaselineAssembler::JumpIfRoot(Register value, RootIndex index, in JumpIfRoot() argument
102 __ JumpIfRoot(value, index, target); in JumpIfRoot()
104 void BaselineAssembler::JumpIfNotRoot(Register value, RootIndex index, in JumpIfNotRoot() argument
106 __ JumpIfNotRoot(value, index, target); in JumpIfNotRoot()
108 void BaselineAssembler::JumpIfSmi(Register value, Label* target, in JumpIfSmi() argument
110 __ JumpIfSmi(value, target); in JumpIfSmi()
112 void BaselineAssembler::JumpIfNotSmi(Register value, Label* target, in JumpIfNotSmi() argument
114 __ JumpIfNotSmi(value, target); in JumpIfNotSmi()
138 void BaselineAssembler::TestAndBranch(Register value, int mask, Condition cc, in TestAndBranch() argument
142 __ And(scratch, value, Operan in TestAndBranch()
172 JumpIfSmi(Condition cc, Register value, Smi smi, Label* target, Label::Distance) JumpIfSmi() argument
186 JumpIfTagged(Condition cc, Register value, MemOperand operand, Label* target, Label::Distance) JumpIfTagged() argument
194 JumpIfTagged(Condition cc, MemOperand operand, Register value, Label* target, Label::Distance) JumpIfTagged() argument
202 JumpIfByte(Condition cc, Register value, int32_t byte, Label* target, Label::Distance) JumpIfByte() argument
209 Move(Register output, TaggedIndex value) Move() argument
218 Move(Register output, Handle<HeapObject> value) Move() argument
221 Move(Register output, int32_t value) Move() argument
362 StoreTaggedSignedField(Register target, int offset, Smi value) StoreTaggedSignedField() argument
370 StoreTaggedFieldWithWriteBarrier(Register target, int offset, Register value) StoreTaggedFieldWithWriteBarrier() argument
379 StoreTaggedFieldNoWriteBarrier(Register target, int offset, Register value) StoreTaggedFieldNoWriteBarrier() argument
[all...]
/third_party/node/deps/v8/include/v8-include/
H A Dv8-internal.h74 // Smi constants for systems where tagged pointer is a 32-bit value.
83 V8_INLINE static int SmiToInt(Address value) { in SmiToInt()
86 return static_cast<int32_t>(static_cast<uint32_t>(value)) >> shift_bits; in SmiToInt()
88 V8_INLINE static constexpr bool IsValidSmi(intptr_t value) { in IsValidSmi()
89 // Is value in range [kSmiMinValue, kSmiMaxValue]. in IsValidSmi()
92 return (static_cast<uintptr_t>(value) - in IsValidSmi()
99 // Smi constants for systems where tagged pointer is a 64-bit value.
108 V8_INLINE static int SmiToInt(Address value) { in SmiToInt()
111 return static_cast<int>(static_cast<intptr_t>(value) >> shift_bits); in SmiToInt()
113 V8_INLINE static constexpr bool IsValidSmi(intptr_t value) { in IsValidSmi()
153 IntToSmi(int value) IntToSmi() argument
648 HasHeapObjectTag(Address value) HasHeapObjectTag() argument
652 SmiValue(Address value) SmiValue() argument
656 IntToSmi(int value) IntToSmi() argument
660 IsValidSmi(intptr_t value) IsValidSmi() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/common/
H A DSynchronizedValue.h29 ConstStrictLockPtr(const T &value, Lockable &mutex) : mLock(mutex), mValue(value) {} in ConstStrictLockPtr() argument
30 ConstStrictLockPtr(const T &value, Lockable &mutex, std::adopt_lock_t) noexcept
31 : mLock(mutex, std::adopt_lock), mValue(value) in mValue()
58 StrictLockPtr(T &value, Lockable &mutex) : BaseType(value, mutex) {} in StrictLockPtr() argument
59 StrictLockPtr(T &value, Lockable &mutex, std::adopt_lock_t) noexcept
60 : BaseType(value, mutex, std::adopt_lock) in BaseType()
98 ConstUniqueLockPtr(const T &value, Lockable &mutex) : BaseType(mutex), mValue(value) {} in ConstUniqueLockPtr() argument
140 UniqueLockPtr(T &value, Lockable &mutex) UniqueLockPtr() argument
242 operator =(const T &value) operator =() argument
251 operator =(T &&value) operator =() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DHashing.h64 /// While it wraps and exposes a numeric value, this value should not be
73 size_t value; member in llvm::hash_code
77 /// Note that this leaves the value uninitialized.
80 /// \brief Form a hash code directly from a numerical value.
81 hash_code(size_t value) : value(value) {} in hash_code() argument
83 /// \brief Convert the hash code to its numerical value for use.
84 /*explicit*/ operator size_t() const { return value; } in operator size_t()
366 get_hashable_data(const T &value) get_hashable_data() argument
374 get_hashable_data(const T &value) get_hashable_data() argument
387 store_and_advance(char *&buffer_ptr, char *buffer_end, const T& value, size_t offset = 0) store_and_advance() argument
618 hash_integer_value(uint64_t value) hash_integer_value() argument
633 hash_value(T value) hash_value() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DHashing.h63 /// While it wraps and exposes a numeric value, this value should not be
72 size_t value; member in llvm::hash_code
76 /// Note that this leaves the value uninitialized.
79 /// Form a hash code directly from a numerical value.
80 hash_code(size_t value) : value(value) {} in hash_code() argument
82 /// Convert the hash code to its numerical value for use.
83 /*explicit*/ operator size_t() const { return value; } in operator size_t()
364 get_hashable_data(const T &value) get_hashable_data() argument
372 get_hashable_data(const T &value) get_hashable_data() argument
385 store_and_advance(char *&buffer_ptr, char *buffer_end, const T& value, size_t offset = 0) store_and_advance() argument
616 hash_integer_value(uint64_t value) hash_integer_value() argument
631 hash_value(T value) hash_value() argument
[all...]
/third_party/protobuf/python/google/protobuf/internal/
H A Dcontainers.py128 value = self[key]
135 return value
142 value = self[key]
144 return key, value
169 for key, value in other:
170 self[key] = value
171 for key, value in kwds.items():
172 self[key] = value
256 def append(self, value):
258 self._values.append(self._type_checker.CheckValue(value))
[all...]
/applications/standard/app_samples/code/BasicFeature/Native/XComponent3D/entry/src/main/cpp/include/
H A Dshader.h66 void SetBool(const std::string &name, bool value) const in SetBool()
68 glUniform1i(glGetUniformLocation(ID, name.c_str()), (int)value); in SetBool()
71 void SetInt(const std::string &name, int value) const in SetInt()
73 glUniform1i(glGetUniformLocation(ID, name.c_str()), value); in SetInt() local
76 void SetFloat(const std::string &name, float value) const in SetFloat()
78 glUniform1f(glGetUniformLocation(ID, name.c_str()), value); in SetFloat() local
91 void SetVector3(const std::string &name, Vector3 &value) const in SetVector3()
93 glUniform3f(glGetUniformLocation(ID, name.c_str()), value.GetDataX(), value.GetDataY(), value in SetVector3()
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/linear_layout/
H A Drow_model_ng.cpp35 ACE_UPDATE_LAYOUT_PROPERTY(LinearLayoutProperty, Space, space.value()); in Create()
43 ACE_UPDATE_NODE_LAYOUT_PROPERTY(LinearLayoutProperty, Space, space.value(), frameNode); in SetSpace()
45 LOGE("Column: the space value is illegal due to space is less than zero"); in SetSpace()
94 FlexAlign value = FlexAlign::AUTO; in GetJustifyContent() local
95 ACE_GET_NODE_LAYOUT_PROPERTY_WITH_DEFAULT_VALUE(LinearLayoutProperty, MainAxisAlign, value, frameNode, value); in GetJustifyContent()
96 return value; in GetJustifyContent()
101 FlexAlign value = FlexAlign::CENTER; in GetAlignItems() local
102 ACE_GET_NODE_LAYOUT_PROPERTY_WITH_DEFAULT_VALUE(LinearLayoutProperty, CrossAxisAlign, value, frameNode, value); in GetAlignItems()
[all...]

Completed in 23 milliseconds

1...<<111112113114115116117118119120>>...1360