Home
last modified time | relevance | path

Searched refs:value (Results 1401 - 1425 of 36030) sorted by relevance

1...<<51525354555657585960>>...1442

/third_party/node/deps/openssl/openssl/crypto/x509/
H A Dv3_conf.c20 static int v3_check_critical(const char **value);
21 static int v3_check_generic(const char **value);
23 int crit, const char *value);
24 static X509_EXTENSION *v3_generic_extension(const char *ext, const char *value,
27 static char *conf_lhash_get_string(void *db, const char *section, const char *value);
31 static unsigned char *generic_asn1(const char *value, X509V3_CTX *ctx,
36 const char *name, const char *value) in X509V3_EXT_nconf_int()
42 crit = v3_check_critical(&value); in X509V3_EXT_nconf_int()
43 if ((ext_type = v3_check_generic(&value))) in X509V3_EXT_nconf_int()
44 return v3_generic_extension(name, value, cri in X509V3_EXT_nconf_int()
34 X509V3_EXT_nconf_int(CONF *conf, X509V3_CTX *ctx, const char *section, const char *name, const char *value) X509V3_EXT_nconf_int() argument
58 X509V3_EXT_nconf(CONF *conf, X509V3_CTX *ctx, const char *name, const char *value) X509V3_EXT_nconf() argument
64 X509V3_EXT_nconf_nid(CONF *conf, X509V3_CTX *ctx, int ext_nid, const char *value) X509V3_EXT_nconf_nid() argument
79 do_ext_nconf(CONF *conf, X509V3_CTX *ctx, int ext_nid, int crit, const char *value) do_ext_nconf() argument
199 v3_check_critical(const char **value) v3_check_critical() argument
213 v3_check_generic(const char **value) v3_check_generic() argument
234 v3_generic_extension(const char *ext, const char *value, int crit, int gen_type, X509V3_CTX *ctx) v3_generic_extension() argument
280 generic_asn1(const char *value, X509V3_CTX *ctx, long *ext_len) generic_asn1() argument
419 nconf_get_string(void *db, const char *section, const char *value) nconf_get_string() argument
510 conf_lhash_get_string(void *db, const char *section, const char *value) conf_lhash_get_string() argument
[all...]
/third_party/openssl/crypto/x509/
H A Dv3_conf.c20 static int v3_check_critical(const char **value);
21 static int v3_check_generic(const char **value);
23 int crit, const char *value);
24 static X509_EXTENSION *v3_generic_extension(const char *ext, const char *value,
27 static char *conf_lhash_get_string(void *db, const char *section, const char *value);
31 static unsigned char *generic_asn1(const char *value, X509V3_CTX *ctx,
36 const char *name, const char *value) in X509V3_EXT_nconf_int()
42 crit = v3_check_critical(&value); in X509V3_EXT_nconf_int()
43 if ((ext_type = v3_check_generic(&value))) in X509V3_EXT_nconf_int()
44 return v3_generic_extension(name, value, cri in X509V3_EXT_nconf_int()
34 X509V3_EXT_nconf_int(CONF *conf, X509V3_CTX *ctx, const char *section, const char *name, const char *value) X509V3_EXT_nconf_int() argument
58 X509V3_EXT_nconf(CONF *conf, X509V3_CTX *ctx, const char *name, const char *value) X509V3_EXT_nconf() argument
64 X509V3_EXT_nconf_nid(CONF *conf, X509V3_CTX *ctx, int ext_nid, const char *value) X509V3_EXT_nconf_nid() argument
79 do_ext_nconf(CONF *conf, X509V3_CTX *ctx, int ext_nid, int crit, const char *value) do_ext_nconf() argument
199 v3_check_critical(const char **value) v3_check_critical() argument
213 v3_check_generic(const char **value) v3_check_generic() argument
234 v3_generic_extension(const char *ext, const char *value, int crit, int gen_type, X509V3_CTX *ctx) v3_generic_extension() argument
280 generic_asn1(const char *value, X509V3_CTX *ctx, long *ext_len) generic_asn1() argument
419 nconf_get_string(void *db, const char *section, const char *value) nconf_get_string() argument
510 conf_lhash_get_string(void *db, const char *section, const char *value) conf_lhash_get_string() argument
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dtext_field_model_impl.cpp29 const std::optional<std::string>& placeholder, const std::optional<std::string>& value) in CreateTextInput()
33 textInputComponent->SetPlaceholder(placeholder.value()); in CreateTextInput()
35 if (value) { in CreateTextInput()
36 textInputComponent->SetValue(value.value()); in CreateTextInput()
123 const std::optional<std::string>& placeholder, const std::optional<std::string>& value) in CreateTextArea()
139 if (value) { in CreateTextArea()
140 textAreaComponent->SetValue(value.value()); in CreateTextArea()
143 textAreaComponent->SetPlaceholder(placeholder.value()); in CreateTextArea()
28 CreateTextInput( const std::optional<std::string>& placeholder, const std::optional<std::string>& value) CreateTextInput() argument
122 CreateTextArea( const std::optional<std::string>& placeholder, const std::optional<std::string>& value) CreateTextArea() argument
214 SetType(TextInputType value) SetType() argument
223 SetPlaceholderColor(const Color& value) SetPlaceholderColor() argument
232 SetPlaceholderFont(const Font& value) SetPlaceholderFont() argument
253 SetEnterKeyType(TextInputAction value) SetEnterKeyType() argument
261 SetTextAlign(TextAlign value) SetTextAlign() argument
269 SetInputStyle(InputStyle value) SetInputStyle() argument
277 SetCaretColor(const Color& value) SetCaretColor() argument
285 SetCaretStyle(const CaretStyle& value) SetCaretStyle() argument
286 SetCaretPosition(const int32_t& value) SetCaretPosition() argument
287 SetSelectedBackgroundColor(const Color& value) SetSelectedBackgroundColor() argument
289 SetMaxLength(uint32_t value) SetMaxLength() argument
297 SetMaxLines(uint32_t value) SetMaxLines() argument
305 SetFontSize(const Dimension& value) SetFontSize() argument
318 SetFontWeight(FontWeight value) SetFontWeight() argument
328 SetTextColor(const Color& value) SetTextColor() argument
338 SetFontStyle(FontStyle value) SetFontStyle() argument
348 SetFontFamily(const std::vector<std::string>& value) SetFontFamily() argument
358 SetInputFilter( const std::string& value, const std::function<void(const std::string&)>& onError) SetInputFilter() argument
371 SetShowPasswordIcon(bool value) SetShowPasswordIcon() argument
449 SetHeight(const Dimension& value) SetHeight() argument
486 SetHoverEffect(HoverEffectType value) SetHoverEffect() argument
[all...]
/third_party/node/tools/gyp/pylib/gyp/
H A DMSVSSettings.py20 # Dictionaries of settings validators. The key is the tool name, the value is
26 # A dictionary of settings converters. The key is the tool name, the value is
70 def ValidateMSVS(self, value):
71 """Verifies that the value is legal for MSVS.
74 value: the value to check for this type.
77 ValueError if value is not valid for MSVS.
80 def ValidateMSBuild(self, value):
81 """Verifies that the value is legal for MSBuild.
84 value
[all...]
/third_party/mesa3d/src/compiler/nir/
H A Dnir_opt_copy_prop_vars.c46 * value and make the former load invalid.
59 /* Key is deref and value is the uintptr_t with the write mask. */
63 struct value { struct
75 value_set_ssa_components(struct value *value, nir_ssa_def *def, in value_set_ssa_components() argument
78 if (!value->is_ssa) in value_set_ssa_components()
79 memset(&value->ssa, 0, sizeof(value->ssa)); in value_set_ssa_components()
80 value->is_ssa = true; in value_set_ssa_components()
82 value in value_set_ssa_components()
108 value_equals_store_src(struct value *value, nir_intrinsic_instr *intrin) value_equals_store_src() argument
462 value_set_from_value(struct value *value, const struct value *from, unsigned base_index, unsigned write_mask) value_set_from_value() argument
491 load_element_from_ssa_entry_value(struct copy_prop_var_state *state, struct copy_entry *entry, nir_builder *b, nir_intrinsic_instr *intrin, struct value *value, unsigned index) load_element_from_ssa_entry_value() argument
532 load_from_ssa_entry_value(struct copy_prop_var_state *state, struct copy_entry *entry, nir_builder *b, nir_intrinsic_instr *intrin, nir_deref_and_path *src, struct value *value) load_from_ssa_entry_value() argument
677 load_from_deref_entry_value(struct copy_prop_var_state *state, struct copy_entry *entry, nir_builder *b, nir_intrinsic_instr *intrin, nir_deref_and_path *src, struct value *value) load_from_deref_entry_value() argument
731 try_load_from_entry(struct copy_prop_var_state *state, struct copy_entry *entry, nir_builder *b, nir_intrinsic_instr *intrin, nir_deref_and_path *src, struct value *value) try_load_from_entry() argument
769 print_value(struct value *value, unsigned num_components) print_value() argument
953 struct value value = {0}; copy_prop_vars_block() local
1054 struct value value = {0}; copy_prop_vars_block() local
1104 struct value value; copy_prop_vars_block() local
[all...]
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_inst.h55 uint64_t value);
112 brw_inst *inst, uint64_t value) \
116 brw_inst_set_bits(inst, high, low, value); \
145 brw_inst *inst, uint64_t value) \
151 brw_inst_set_bits(inst, hi12ex, lo12ex, value >> k); \
152 brw_inst_set_bits(inst, hi12, lo12, value & ((1ull << k) - 1)); \
156 brw_inst_set_bits(inst, high, low, value); \
195 brw_inst *inst, uint64_t value) \
198 brw_inst_set_bits(inst, hi12, hi12, value >> 1); \
199 if ((value >>
505 brw_inst_set_3src_a1_src0_imm(ASSERTED const struct intel_device_info *devinfo, brw_inst *insn, uint16_t value) brw_inst_set_3src_a1_src0_imm() argument
516 brw_inst_set_3src_a1_src2_imm(ASSERTED const struct intel_device_info *devinfo, brw_inst *insn, uint16_t value) brw_inst_set_3src_a1_src2_imm() argument
532 brw_inst_set_uip(const struct intel_device_info *devinfo, brw_inst *inst, int32_t value) brw_inst_set_uip() argument
562 brw_inst_set_jip(const struct intel_device_info *devinfo, brw_inst *inst, int32_t value) brw_inst_set_jip() argument
645 brw_inst_set_send_desc(const struct intel_device_info *devinfo, brw_inst *inst, uint32_t value) brw_inst_set_send_desc() argument
700 brw_inst_set_send_ex_desc(const struct intel_device_info *devinfo, brw_inst *inst, uint32_t value) brw_inst_set_send_ex_desc() argument
730 brw_inst_set_sends_ex_desc(const struct intel_device_info *devinfo, brw_inst *inst, uint32_t value) brw_inst_set_sends_ex_desc() argument
1104 brw_inst_set_imm_d(const struct intel_device_info *devinfo, brw_inst *insn, int value) brw_inst_set_imm_d() argument
1112 brw_inst_set_imm_ud(const struct intel_device_info *devinfo, brw_inst *insn, unsigned value) brw_inst_set_imm_ud() argument
1120 brw_inst_set_imm_f(const struct intel_device_info *devinfo, brw_inst *insn, float value) brw_inst_set_imm_f() argument
1133 brw_inst_set_imm_df(const struct intel_device_info *devinfo, brw_inst *insn, double value) brw_inst_set_imm_df() argument
1152 brw_inst_set_imm_uq(const struct intel_device_info *devinfo, brw_inst *insn, uint64_t value) brw_inst_set_imm_uq() argument
1301 brw_inst_set_bits(brw_inst *inst, unsigned high, unsigned low, uint64_t value) brw_inst_set_bits() argument
1351 brw_compact_inst_set_bits(brw_compact_inst *inst, unsigned high, unsigned low, uint64_t value) brw_compact_inst_set_bits() argument
[all...]
/third_party/ltp/tools/sparse/sparse-src/
H A Dexpand.c65 expr->value = 0; in expand_symbol_expression()
85 long long value = expr->value; in get_longlong() local
88 if (!(value & mask)) in get_longlong()
94 return (value & andmask) | ormask; in get_longlong()
102 long long value, mask, signmask; in cast_value() local
108 // For pointers and integers, we can just move the value around in cast_value()
112 expr->value = old->value; in cast_value()
116 // expand it to the full "long long" value in cast_value()
635 static struct expression value; default_initializer() local
673 struct expression *value; constant_symbol_value() local
733 struct expression *value = constant_symbol_value(sym, offset); expand_dereference() local
1376 long long value, mask; __get_expression_value() local
[all...]
/third_party/protobuf/src/google/protobuf/
H A Dapi.pb.h257 void set_name(const std::string& value);
258 void set_name(std::string&& value);
259 void set_name(const char* value);
260 void set_name(const char* value, size_t size);
266 void _internal_set_name(const std::string& value);
273 void set_version(const std::string& value);
274 void set_version(std::string&& value);
275 void set_version(const char* value);
276 void set_version(const char* value, size_t size);
282 void _internal_set_version(const std::string& value);
744 set_name(const std::string& value) set_name() argument
755 _internal_set_name(const std::string& value) _internal_set_name() argument
757 name_.Set(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), value, GetArena()); _internal_set_name() local
759 set_name(std::string&& value) set_name() argument
765 set_name(const char* value) set_name() argument
772 set_name(const char* value, size_t size) set_name() argument
881 set_version(const std::string& value) set_version() argument
892 _internal_set_version(const std::string& value) _internal_set_version() argument
894 version_.Set(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), value, GetArena()); _internal_set_version() local
896 set_version(std::string&& value) set_version() argument
902 set_version(const char* value) set_version() argument
909 set_version(const char* value, size_t size) set_version() argument
1062 _internal_set_syntax(PROTOBUF_NAMESPACE_ID::Syntax value) _internal_set_syntax() argument
1066 set_syntax(PROTOBUF_NAMESPACE_ID::Syntax value) set_syntax() argument
1083 set_name(const std::string& value) set_name() argument
1094 _internal_set_name(const std::string& value) _internal_set_name() argument
1096 name_.Set(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), value, GetArena()); _internal_set_name() local
1098 set_name(std::string&& value) set_name() argument
1104 set_name(const char* value) set_name() argument
1111 set_name(const char* value, size_t size) set_name() argument
1145 set_request_type_url(const std::string& value) set_request_type_url() argument
1156 _internal_set_request_type_url(const std::string& value) _internal_set_request_type_url() argument
1158 request_type_url_.Set(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), value, GetArena()); _internal_set_request_type_url() local
1160 set_request_type_url(std::string&& value) set_request_type_url() argument
1166 set_request_type_url(const char* value) set_request_type_url() argument
1173 set_request_type_url(const char* value, size_t size) set_request_type_url() argument
1210 _internal_set_request_streaming(bool value) _internal_set_request_streaming() argument
1214 set_request_streaming(bool value) set_request_streaming() argument
1227 set_response_type_url(const std::string& value) set_response_type_url() argument
1238 _internal_set_response_type_url(const std::string& value) _internal_set_response_type_url() argument
1240 response_type_url_.Set(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), value, GetArena()); _internal_set_response_type_url() local
1242 set_response_type_url(std::string&& value) set_response_type_url() argument
1248 set_response_type_url(const char* value) set_response_type_url() argument
1255 set_response_type_url(const char* value, size_t size) set_response_type_url() argument
1292 _internal_set_response_streaming(bool value) _internal_set_response_streaming() argument
1296 set_response_streaming(bool value) set_response_streaming() argument
1348 _internal_set_syntax(PROTOBUF_NAMESPACE_ID::Syntax value) _internal_set_syntax() argument
1352 set_syntax(PROTOBUF_NAMESPACE_ID::Syntax value) set_syntax() argument
1369 set_name(const std::string& value) set_name() argument
1380 _internal_set_name(const std::string& value) _internal_set_name() argument
1382 name_.Set(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), value, GetArena()); _internal_set_name() local
1384 set_name(std::string&& value) set_name() argument
1390 set_name(const char* value) set_name() argument
1397 set_name(const char* value, size_t size) set_name() argument
1431 set_root(const std::string& value) set_root() argument
1442 _internal_set_root(const std::string& value) _internal_set_root() argument
1444 root_.Set(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), value, GetArena()); _internal_set_root() local
1446 set_root(std::string&& value) set_root() argument
1452 set_root(const char* value) set_root() argument
1459 set_root(const char* value, size_t size) set_root() argument
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_canvas_bridge.cpp81 return index != -1 ? map[index].value : defaultValue; in ConvertStrToEnum()
97 const std::set<std::string> QUALITY_TYPE = { "low", "medium", "high" }; // Default value is low.
99 inline double GetJsDoubleVal(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value) in GetJsDoubleVal() argument
101 if (!runtime || !value) { in GetJsDoubleVal()
102 LOGE("runtime or value is null."); in GetJsDoubleVal()
105 if (value->IsNumber(runtime) || value->IsString(runtime)) { in GetJsDoubleVal()
106 return value->ToDouble(runtime); in GetJsDoubleVal()
111 inline std::vector<double> GetJsDashValue(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value) in GetJsDashValue() argument
114 if (!runtime || !value) { in GetJsDashValue()
155 GetCurrentNodeId(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value) GetCurrentNodeId() argument
169 PushTaskToPage(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::function<void(const RefPtr<CanvasTaskPool>&)>& task) PushTaskToPage() argument
193 JsParseTextState(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value) JsParseTextState() argument
526 JsCreateLinearGradient(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsCreateLinearGradient() argument
547 JsCreateRadialGradient(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsCreateRadialGradient() argument
572 JsAddColorStop(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsAddColorStop() argument
596 GetGradient(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value) GetGradient() argument
609 JsFillRect(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsFillRect() argument
622 JsStrokeRect(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsStrokeRect() argument
635 JsClearRect(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsClearRect() argument
648 JsFillText(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsFillText() argument
666 JsStrokeText(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsStrokeText() argument
684 JsMeasureText(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsMeasureText() argument
735 JsBeginPath(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsBeginPath() argument
747 JsClosePath(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsClosePath() argument
759 JsMoveTo(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsMoveTo() argument
773 JsLineTo(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsLineTo() argument
787 JsBezierCurveTo(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsBezierCurveTo() argument
806 JsQuadraticCurveTo(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsQuadraticCurveTo() argument
823 JsArc(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsArc() argument
851 JsArcTo(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsArcTo() argument
869 JsEllipse(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsEllipse() argument
894 JsRect(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsRect() argument
903 JsFill(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsFill() argument
911 JsStroke(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsStroke() argument
936 JsClip(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsClip() argument
944 JsRestore(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsRestore() argument
956 JsSave(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsSave() argument
968 JsRotate(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsRotate() argument
977 JsScale(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsScale() argument
991 JsSetTransform(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsSetTransform() argument
1010 JsTransform(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsTransform() argument
1029 JsTranslate(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsTranslate() argument
1043 JsSetLineDash(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsSetLineDash() argument
1058 JsGetLineDash(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsGetLineDash() argument
1069 ParseDomImage(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, double& width, double& height, std::string& src) ParseDomImage() argument
1093 JsDrawImage(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsDrawImage() argument
1166 JsCreatePath2D(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsCreatePath2D() argument
1188 JsPath2DAddPath(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsPath2DAddPath() argument
1224 JsPath2DSetTransform(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsPath2DSetTransform() argument
1251 JsPath2DMoveTo(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsPath2DMoveTo() argument
1276 JsPath2DLineTo(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsPath2DLineTo() argument
1301 JsPath2DArc(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsPath2DArc() argument
1333 JsPath2DArcTo(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsPath2DArcTo() argument
1359 JsPath2DQuadraticCurveTo(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsPath2DQuadraticCurveTo() argument
1385 JsPath2DBezierCurveTo(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsPath2DBezierCurveTo() argument
1412 JsPath2DEllipse(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsPath2DEllipse() argument
1445 JsPath2DRect(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsPath2DRect() argument
1471 JsPath2DClosePath(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsPath2DClosePath() argument
1491 JsMakePath2D(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsMakePath2D() argument
1511 GetPath2D(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value) GetPath2D() argument
1527 JsCreatePattern(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsCreatePattern() argument
1564 GetPattern(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value) GetPattern() argument
1574 JsCreateImageData(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsCreateImageData() argument
1615 JsPutImageData(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsPutImageData() argument
1749 JsGetPixelMap(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsGetPixelMap() argument
1847 JsGetJsonData(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsGetJsonData() argument
1888 JsTransferFromImageBitmap(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsTransferFromImageBitmap() argument
1921 JsDrawBitmapMesh(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsDrawBitmapMesh() argument
1956 JsFillStyleGetter(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsFillStyleGetter() argument
1962 JsFillStyleSetter(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsFillStyleSetter() argument
1996 JsStrokeStyleGetter(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsStrokeStyleGetter() argument
2002 JsStrokeStyleSetter(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsStrokeStyleSetter() argument
2036 JsLineCapGetter(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsLineCapGetter() argument
2042 JsLineCapSetter(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsLineCapSetter() argument
2065 JsLineJoinGetter(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsLineJoinGetter() argument
2071 JsLineJoinSetter(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsLineJoinSetter() argument
2094 JsMiterLimitGetter(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsMiterLimitGetter() argument
2100 JsMiterLimitSetter(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsMiterLimitSetter() argument
2117 JsLineWidthGetter(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsLineWidthGetter() argument
2123 JsLineWidthSetter(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsLineWidthSetter() argument
2140 JsTextAlignGetter(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsTextAlignGetter() argument
2146 JsTextAlignSetter(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsTextAlignSetter() argument
2164 JsTextBaselineGetter(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsTextBaselineGetter() argument
2170 JsTextBaselineSetter(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsTextBaselineSetter() argument
2189 JsFontGetter(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsFontGetter() argument
2195 JsFontSetter(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsFontSetter() argument
2234 JsAlphaGetter(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsAlphaGetter() argument
2240 JsAlphaSetter(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsAlphaSetter() argument
2257 JsCompositeOperationGetter(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsCompositeOperationGetter() argument
2263 JsCompositeOperationSetter(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsCompositeOperationSetter() argument
2296 JsLineDashOffsetGetter(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsLineDashOffsetGetter() argument
2302 JsLineDashOffsetSetter(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsLineDashOffsetSetter() argument
2319 JsShadowBlurGetter(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsShadowBlurGetter() argument
2325 JsShadowBlurSetter(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsShadowBlurSetter() argument
2342 JsShadowColorGetter(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsShadowColorGetter() argument
2348 JsShadowColorSetter(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsShadowColorSetter() argument
2366 JsShadowOffsetXGetter(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsShadowOffsetXGetter() argument
2372 JsShadowOffsetXSetter(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsShadowOffsetXSetter() argument
2389 JsShadowOffsetYGetter(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsShadowOffsetYGetter() argument
2395 JsShadowOffsetYSetter(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsShadowOffsetYSetter() argument
2412 JsSmoothingEnabledGetter(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsSmoothingEnabledGetter() argument
2418 JsSmoothingEnabledSetter(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsSmoothingEnabledSetter() argument
2435 JsSmoothingQualityGetter(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsSmoothingQualityGetter() argument
2441 JsSmoothingQualitySetter(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsSmoothingQualitySetter() argument
2461 JsWidthGetter(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsWidthGetter() argument
2499 JsHeightGetter(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& value, const std::vector<shared_ptr<JsValue>>& argv, int32_t argc) JsHeightGetter() argument
[all...]
/foundation/CastEngine/castengine_wifi_display/services/interaction/scene/
H A Dscene_format.cpp23 bool SceneFormat::PutBoolValue(const std::string_view &key, bool value) in PutBoolValue() argument
28 data.val.boolVal = value; in PutBoolValue()
34 bool SceneFormat::PutUint16Value(const std::string_view &key, uint16_t value) in PutUint16Value() argument
39 data.val.uint16Val = value; in PutUint16Value()
45 bool SceneFormat::PutIntValue(const std::string_view &key, int32_t value) in PutIntValue() argument
50 data.val.int32Val = value; in PutIntValue()
56 bool SceneFormat::PutUint32Value(const std::string_view &key, uint32_t value) in PutUint32Value() argument
61 data.val.uint32Val = value; in PutUint32Value()
67 bool SceneFormat::PutInt64Value(const std::string_view &key, int64_t value) in PutInt64Value() argument
72 data.val.int64Val = value; in PutInt64Value()
78 PutUint64Value(const std::string_view &key, uint64_t value) PutUint64Value() argument
89 PutFloatValue(const std::string_view &key, float value) PutFloatValue() argument
100 PutDoubleValue(const std::string_view &key, double value) PutDoubleValue() argument
111 PutStringValue(const std::string_view &key, const std::string_view &value) PutStringValue() argument
122 PutObjectValue(const std::string_view &key, sptr<IRemoteObject> value) PutObjectValue() argument
[all...]
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
H A DCollator.java81 * value differences between two strings is an extremely rare occurrence.
140 * Strongest collator strength value. Typically used to denote differences
149 * Second level collator strength value.
161 * Third level collator strength value.
173 * {@icu} Fourth level collator strength value.
187 * Smallest Collator strength value. When all other strengths are equal,
193 * Note this value is different from JDK's
207 * Decomposition mode value. With NO_DECOMPOSITION set, Strings
212 * <p><strong>Note</strong> this value is different from the JDK's.
221 * Decomposition mode value
1023 put(UResource.Key key, UResource.Value value, boolean noFallback) put() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DCollator.java82 * value differences between two strings is an extremely rare occurrence.
140 * Strongest collator strength value. Typically used to denote differences
148 * Second level collator strength value.
159 * Third level collator strength value.
170 * <strong>[icu]</strong> Fourth level collator strength value.
183 * Smallest Collator strength value. When all other strengths are equal,
189 * Note this value is different from JDK's
201 * Decomposition mode value. With NO_DECOMPOSITION set, Strings
206 * <p><strong>Note</strong> this value is different from the JDK's.
214 * Decomposition mode value
984 put(UResource.Key key, UResource.Value value, boolean noFallback) put() argument
[all...]
/third_party/pulseaudio/src/pulse/
H A Dproplist.c38 void *value; member
61 pa_xfree(prop->value); in property_free()
76 int pa_proplist_sets(pa_proplist *p, const char *key, const char *value) { in pa_proplist_sets() argument
82 pa_assert(value); in pa_proplist_sets()
84 if (!pa_proplist_key_valid(key) || !pa_utf8_valid(value)) in pa_proplist_sets()
92 pa_xfree(prop->value); in pa_proplist_sets()
94 prop->value = pa_xstrdup(value); in pa_proplist_sets()
95 prop->nbytes = strlen(value)+1; in pa_proplist_sets()
104 static int proplist_setn(pa_proplist *p, const char *key, size_t key_length, const char *value, size_ argument
155 proplist_sethex(pa_proplist *p, const char *key, size_t key_length, const char *value, size_t value_length) proplist_sethex() argument
424 const void *value; pa_proplist_to_string_sep() local
465 const char *p, *key = NULL, *value = NULL; pa_proplist_from_string() local
[all...]
/third_party/typescript/tests/baselines/reference/
H A DcapturedLetConstInLoop5.js290 return { value: void 0 };
298 return state_1.value;
308 return { value: void 0 };
315 return state_2.value;
325 return { value: void 0 };
332 return state_3.value;
343 return { value: void 0 };
350 return state_4.value;
360 return { value: void 0 };
367 return state_5.value;
[all...]
H A DcontrolFlowStringIndex.js6 declare const value: A;
7 if (value.foo !== null) {
8 value.foo.toExponential()
9 value.other // should still be number | null
10 value.bar // should still be number | null
16 if (value.foo !== null) {
17 value.foo.toExponential();
18 value.other; // should still be number | null
19 value.bar; // should still be number | null
/third_party/protobuf/java/util/src/test/java/com/google/protobuf/util/
H A DTimeUtilTest.java53 Timestamp value = TimeUtil.parseTimestamp("1970-01-01T00:00:00Z"); in testTimestampStringFormat()
54 assertEquals(0, value.getSeconds()); in testTimestampStringFormat()
55 assertEquals(0, value.getNanos()); in testTimestampStringFormat()
58 value = TimeUtil.parseTimestamp("1969-12-31T23:59:59.999Z"); in testTimestampStringFormat()
59 assertEquals(-1, value.getSeconds()); in testTimestampStringFormat()
61 assertEquals(999000000, value.getNanos()); in testTimestampStringFormat()
64 value = Timestamp.newBuilder().setNanos(10).build(); in testTimestampStringFormat()
65 assertEquals("1970-01-01T00:00:00.000000010Z", TimeUtil.toString(value)); in testTimestampStringFormat()
66 value = Timestamp.newBuilder().setNanos(10000).build(); in testTimestampStringFormat()
67 assertEquals("1970-01-01T00:00:00.000010Z", TimeUtil.toString(value)); in testTimestampStringFormat()
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/
H A Djs_card_parser.cpp37 void AddRecord(const std::string& key, const std::string& value) in AddRecord() argument
39 records_.emplace_back(StringUtils::StringToInt(key), value); in AddRecord() local
98 if (idx.value(dpi)) { in GetDeviceDpi()
154 chartOptionsPointMap[iter].value(child, pointInfo); in GetAttrOptionsSeriesPoint()
217 chartOptionsSeriesMap[iter].value(child, options); in GetChartAttrOptionsSeries()
267 chartOptionsAxisMap[iter].value(child, axisOption); in GetAttrOptionsAxis()
300 chartOptionsMap[iter].value(child, options); in GetAttrOptions()
361 } else if (key == "value" && data->IsNumber()) { in GetAttrDataSetData()
434 } else if (key == "value") { in ParseSegmentObject()
498 badgeConfigOperators[operatorIter].value(valSt in GetBadgeConfig()
535 IsVariable(const std::string& value) IsVariable() argument
540 IsJsonObject(const std::string& value) IsJsonObject() argument
553 IsJsonArray(const std::string& value) IsJsonArray() argument
558 GetVecFromArrStr(const std::string& value) GetVecFromArrStr() argument
587 IsMultiVariable(const std::string& value) IsMultiVariable() argument
594 UpdateProps(const std::string& key, std::string value, const std::unique_ptr<JsonValue>& propsJson) UpdateProps() argument
624 auto value = attr->IsString() ? attr->GetString() : attr->ToString(); ParseAttributes() local
677 GetShownValue( std::string& value, const std::unique_ptr<JsonValue>& datajson, const std::unique_ptr<JsonValue>& propsjson) GetShownValue() argument
767 LoadResImageUrl(const std::string& jsonFile, const std::string& splitStr, std::string& value) LoadResImageUrl() argument
786 GetResImageUrl(std::string& value) GetResImageUrl() argument
821 GetI18nData(std::string& value) GetI18nData() argument
859 GetPlurals(std::string& value) GetPlurals() argument
889 auto value = styleList->GetString(); ParseStyles() local
902 auto value = rootJson->GetValue("id")->GetString(); ParseStyles() local
926 auto value = style->IsString() ? style->GetString() : style->ToString(); ParseInlineStyles() local
1010 auto value = event->GetString(); PreUpdateMethodToAction() local
1029 auto value = event->GetString(); ParseEvents() local
1061 auto value = child->IsString() ? child->GetString() : child->ToString(); ReplaceParam() local
1178 ParseComplexExpression(std::string& value, const std::unique_ptr<JsonValue>& json) ParseComplexExpression() argument
1302 auto value = attr->IsString() ? attr->GetString() : attr->ToString(); UpdateDomNode() local
1348 ParseVariable( std::string& value, const std::unique_ptr<JsonValue>& dataJson, const std::unique_ptr<JsonValue>& propsJson) ParseVariable() argument
1364 ParseMultiVariable( std::string& value, const std::unique_ptr<JsonValue>& dataJson, const std::unique_ptr<JsonValue>& propsJson) ParseMultiVariable() argument
1394 ParseTernaryExpression(std::string& value, const std::unique_ptr<JsonValue>& propsJson) ParseTernaryExpression() argument
1431 ParseLogicalExpression(std::string& value, const std::unique_ptr<JsonValue>& propsJson) ParseLogicalExpression() argument
1470 GetAndParseProps(std::string& value, const std::unique_ptr<JsonValue>& propsJson) GetAndParseProps() argument
1479 ParsePropsVariable(std::string& value, const std::unique_ptr<JsonValue>& propsJson) ParsePropsVariable() argument
1511 ParsePropsArray(std::string& value, const std::unique_ptr<JsonValue>& propsJson) ParsePropsArray() argument
1540 ParseSpecialVariable(std::string& value) ParseSpecialVariable() argument
1557 GetVariable(std::string& value, const std::unique_ptr<JsonValue>& dataJson) GetVariable() argument
1581 ParseSpecialAttr( const std::function<void(const std::unique_ptr<JsonValue>&, std::vector<T>&)>& function, std::string& value, std::vector<T>& vector) ParseSpecialAttr() argument
1596 ParseSpecialAttr( const std::function<void(const std::unique_ptr<JsonValue>&, T&)>& function, std::string& variable, T& value) ParseSpecialAttr() argument
1681 auto value = attr->IsString() ? attr->GetString() : attr->ToString(); CreateDomNode() local
1943 auto value = child->IsString() ? child->GetString() : child->ToString(); ParseVersionAndUpdateData() local
2003 const char* value = shouldShow ? "true" : "false"; CreateBlockNode() local
2019 GetBoolValue(const std::unique_ptr<JsonValue>& rootJson, const std::unique_ptr<JsonValue>& dataJson, const std::unique_ptr<JsonValue>& propsJson, const std::string& key, bool& value, bool& hasAttr) GetBoolValue() argument
[all...]
/third_party/mesa3d/src/mesa/main/
H A Duniforms.c57 * A call to glUniform(samplerVar, value) causes a sampler to point to a
64 * Each value of TexturesUsed[unit] is one of zero, TEXTURE_1D_INDEX,
267 _mesa_Uniform1fv(GLint location, GLsizei count, const GLfloat * value) in _mesa_Uniform1fv() argument
270 _mesa_uniform(location, count, value, ctx, ctx->_Shader->ActiveProgram, GLSL_TYPE_FLOAT, 1); in _mesa_Uniform1fv()
274 _mesa_Uniform2fv(GLint location, GLsizei count, const GLfloat * value) in _mesa_Uniform2fv() argument
277 _mesa_uniform(location, count, value, ctx, ctx->_Shader->ActiveProgram, GLSL_TYPE_FLOAT, 2); in _mesa_Uniform2fv()
281 _mesa_Uniform3fv(GLint location, GLsizei count, const GLfloat * value) in _mesa_Uniform3fv() argument
284 _mesa_uniform(location, count, value, ctx, ctx->_Shader->ActiveProgram, GLSL_TYPE_FLOAT, 3); in _mesa_Uniform3fv()
288 _mesa_Uniform4fv(GLint location, GLsizei count, const GLfloat * value) in _mesa_Uniform4fv() argument
291 _mesa_uniform(location, count, value, ct in _mesa_Uniform4fv()
295 _mesa_Uniform1iv(GLint location, GLsizei count, const GLint * value) _mesa_Uniform1iv() argument
302 _mesa_Uniform2iv(GLint location, GLsizei count, const GLint * value) _mesa_Uniform2iv() argument
309 _mesa_Uniform3iv(GLint location, GLsizei count, const GLint * value) _mesa_Uniform3iv() argument
316 _mesa_Uniform4iv(GLint location, GLsizei count, const GLint * value) _mesa_Uniform4iv() argument
323 _mesa_UniformHandleui64ARB(GLint location, GLuint64 value) _mesa_UniformHandleui64ARB() argument
330 _mesa_UniformHandleui64vARB(GLint location, GLsizei count, const GLuint64 *value) _mesa_UniformHandleui64vARB() argument
443 _mesa_ProgramUniform1fv(GLuint program, GLint location, GLsizei count, const GLfloat * value) _mesa_ProgramUniform1fv() argument
454 _mesa_ProgramUniform2fv(GLuint program, GLint location, GLsizei count, const GLfloat * value) _mesa_ProgramUniform2fv() argument
465 _mesa_ProgramUniform3fv(GLuint program, GLint location, GLsizei count, const GLfloat * value) _mesa_ProgramUniform3fv() argument
476 _mesa_ProgramUniform4fv(GLuint program, GLint location, GLsizei count, const GLfloat * value) _mesa_ProgramUniform4fv() argument
487 _mesa_ProgramUniform1iv(GLuint program, GLint location, GLsizei count, const GLint * value) _mesa_ProgramUniform1iv() argument
498 _mesa_ProgramUniform2iv(GLuint program, GLint location, GLsizei count, const GLint * value) _mesa_ProgramUniform2iv() argument
509 _mesa_ProgramUniform3iv(GLuint program, GLint location, GLsizei count, const GLint * value) _mesa_ProgramUniform3iv() argument
520 _mesa_ProgramUniform4iv(GLuint program, GLint location, GLsizei count, const GLint * value) _mesa_ProgramUniform4iv() argument
531 _mesa_ProgramUniformHandleui64ARB(GLuint program, GLint location, GLuint64 value) _mesa_ProgramUniformHandleui64ARB() argument
595 _mesa_Uniform1uiv(GLint location, GLsizei count, const GLuint *value) _mesa_Uniform1uiv() argument
602 _mesa_Uniform2uiv(GLint location, GLsizei count, const GLuint *value) _mesa_Uniform2uiv() argument
609 _mesa_Uniform3uiv(GLint location, GLsizei count, const GLuint *value) _mesa_Uniform3uiv() argument
616 _mesa_Uniform4uiv(GLint location, GLsizei count, const GLuint *value) _mesa_Uniform4uiv() argument
625 _mesa_UniformMatrix2fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value) _mesa_UniformMatrix2fv() argument
634 _mesa_UniformMatrix3fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value) _mesa_UniformMatrix3fv() argument
643 _mesa_UniformMatrix4fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat * value) _mesa_UniformMatrix4fv() argument
707 _mesa_ProgramUniform1uiv(GLuint program, GLint location, GLsizei count, const GLuint *value) _mesa_ProgramUniform1uiv() argument
718 _mesa_ProgramUniform2uiv(GLuint program, GLint location, GLsizei count, const GLuint *value) _mesa_ProgramUniform2uiv() argument
729 _mesa_ProgramUniform3uiv(GLuint program, GLint location, GLsizei count, const GLuint *value) _mesa_ProgramUniform3uiv() argument
740 _mesa_ProgramUniform4uiv(GLuint program, GLint location, GLsizei count, const GLuint *value) _mesa_ProgramUniform4uiv() argument
753 _mesa_ProgramUniformMatrix2fv(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value) _mesa_ProgramUniformMatrix2fv() argument
764 _mesa_ProgramUniformMatrix3fv(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value) _mesa_ProgramUniformMatrix3fv() argument
775 _mesa_ProgramUniformMatrix4fv(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value) _mesa_ProgramUniformMatrix4fv() argument
790 _mesa_UniformMatrix2x3fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) _mesa_UniformMatrix2x3fv() argument
799 _mesa_UniformMatrix3x2fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) _mesa_UniformMatrix3x2fv() argument
808 _mesa_UniformMatrix2x4fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) _mesa_UniformMatrix2x4fv() argument
817 _mesa_UniformMatrix4x2fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) _mesa_UniformMatrix4x2fv() argument
826 _mesa_UniformMatrix3x4fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) _mesa_UniformMatrix3x4fv() argument
835 _mesa_UniformMatrix4x3fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) _mesa_UniformMatrix4x3fv() argument
846 _mesa_ProgramUniformMatrix2x3fv(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value) _mesa_ProgramUniformMatrix2x3fv() argument
857 _mesa_ProgramUniformMatrix3x2fv(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value) _mesa_ProgramUniformMatrix3x2fv() argument
868 _mesa_ProgramUniformMatrix2x4fv(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value) _mesa_ProgramUniformMatrix2x4fv() argument
879 _mesa_ProgramUniformMatrix4x2fv(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value) _mesa_ProgramUniformMatrix4x2fv() argument
890 _mesa_ProgramUniformMatrix3x4fv(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value) _mesa_ProgramUniformMatrix3x4fv() argument
901 _mesa_ProgramUniformMatrix4x3fv(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat * value) _mesa_ProgramUniformMatrix4x3fv() argument
1473 _mesa_Uniform1dv(GLint location, GLsizei count, const GLdouble * value) _mesa_Uniform1dv() argument
1480 _mesa_Uniform2dv(GLint location, GLsizei count, const GLdouble * value) _mesa_Uniform2dv() argument
1487 _mesa_Uniform3dv(GLint location, GLsizei count, const GLdouble * value) _mesa_Uniform3dv() argument
1494 _mesa_Uniform4dv(GLint location, GLsizei count, const GLdouble * value) _mesa_Uniform4dv() argument
1501 _mesa_UniformMatrix2dv(GLint location, GLsizei count, GLboolean transpose, const GLdouble * value) _mesa_UniformMatrix2dv() argument
1510 _mesa_UniformMatrix3dv(GLint location, GLsizei count, GLboolean transpose, const GLdouble * value) _mesa_UniformMatrix3dv() argument
1519 _mesa_UniformMatrix4dv(GLint location, GLsizei count, GLboolean transpose, const GLdouble * value) _mesa_UniformMatrix4dv() argument
1528 _mesa_UniformMatrix2x3dv(GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) _mesa_UniformMatrix2x3dv() argument
1537 _mesa_UniformMatrix3x2dv(GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) _mesa_UniformMatrix3x2dv() argument
1546 _mesa_UniformMatrix2x4dv(GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) _mesa_UniformMatrix2x4dv() argument
1555 _mesa_UniformMatrix4x2dv(GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) _mesa_UniformMatrix4x2dv() argument
1564 _mesa_UniformMatrix3x4dv(GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) _mesa_UniformMatrix3x4dv() argument
1573 _mesa_UniformMatrix4x3dv(GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) _mesa_UniformMatrix4x3dv() argument
1633 _mesa_ProgramUniform1dv(GLuint program, GLint location, GLsizei count, const GLdouble * value) _mesa_ProgramUniform1dv() argument
1644 _mesa_ProgramUniform2dv(GLuint program, GLint location, GLsizei count, const GLdouble * value) _mesa_ProgramUniform2dv() argument
1655 _mesa_ProgramUniform3dv(GLuint program, GLint location, GLsizei count, const GLdouble * value) _mesa_ProgramUniform3dv() argument
1666 _mesa_ProgramUniform4dv(GLuint program, GLint location, GLsizei count, const GLdouble * value) _mesa_ProgramUniform4dv() argument
1677 _mesa_ProgramUniformMatrix2dv(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble * value) _mesa_ProgramUniformMatrix2dv() argument
1689 _mesa_ProgramUniformMatrix3dv(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble * value) _mesa_ProgramUniformMatrix3dv() argument
1701 _mesa_ProgramUniformMatrix4dv(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble * value) _mesa_ProgramUniformMatrix4dv() argument
1713 _mesa_ProgramUniformMatrix2x3dv(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble * value) _mesa_ProgramUniformMatrix2x3dv() argument
1725 _mesa_ProgramUniformMatrix3x2dv(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble * value) _mesa_ProgramUniformMatrix3x2dv() argument
1737 _mesa_ProgramUniformMatrix2x4dv(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble * value) _mesa_ProgramUniformMatrix2x4dv() argument
1749 _mesa_ProgramUniformMatrix4x2dv(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble * value) _mesa_ProgramUniformMatrix4x2dv() argument
1761 _mesa_ProgramUniformMatrix3x4dv(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble * value) _mesa_ProgramUniformMatrix3x4dv() argument
1773 _mesa_ProgramUniformMatrix4x3dv(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble * value) _mesa_ProgramUniformMatrix4x3dv() argument
1825 _mesa_Uniform1i64vARB(GLint location, GLsizei count, const GLint64 *value) _mesa_Uniform1i64vARB() argument
1832 _mesa_Uniform2i64vARB(GLint location, GLsizei count, const GLint64 *value) _mesa_Uniform2i64vARB() argument
1839 _mesa_Uniform3i64vARB(GLint location, GLsizei count, const GLint64 *value) _mesa_Uniform3i64vARB() argument
1846 _mesa_Uniform4i64vARB(GLint location, GLsizei count, const GLint64 *value) _mesa_Uniform4i64vARB() argument
1893 _mesa_Uniform1ui64vARB(GLint location, GLsizei count, const GLuint64 *value) _mesa_Uniform1ui64vARB() argument
1900 _mesa_Uniform2ui64vARB(GLint location, GLsizei count, const GLuint64 *value) _mesa_Uniform2ui64vARB() argument
1907 _mesa_Uniform3ui64vARB(GLint location, GLsizei count, const GLuint64 *value) _mesa_Uniform3ui64vARB() argument
1914 _mesa_Uniform4ui64vARB(GLint location, GLsizei count, const GLuint64 *value) _mesa_Uniform4ui64vARB() argument
1974 _mesa_ProgramUniform1i64vARB(GLuint program, GLint location, GLsizei count, const GLint64 *value) _mesa_ProgramUniform1i64vARB() argument
1984 _mesa_ProgramUniform2i64vARB(GLuint program, GLint location, GLsizei count, const GLint64 *value) _mesa_ProgramUniform2i64vARB() argument
1994 _mesa_ProgramUniform3i64vARB(GLuint program, GLint location, GLsizei count, const GLint64 *value) _mesa_ProgramUniform3i64vARB() argument
2004 _mesa_ProgramUniform4i64vARB(GLuint program, GLint location, GLsizei count, const GLint64 *value) _mesa_ProgramUniform4i64vARB() argument
2066 _mesa_ProgramUniform1ui64vARB(GLuint program, GLint location, GLsizei count, const GLuint64 *value) _mesa_ProgramUniform1ui64vARB() argument
2076 _mesa_ProgramUniform2ui64vARB(GLuint program, GLint location, GLsizei count, const GLuint64 *value) _mesa_ProgramUniform2ui64vARB() argument
2086 _mesa_ProgramUniform3ui64vARB(GLuint program, GLint location, GLsizei count, const GLuint64 *value) _mesa_ProgramUniform3ui64vARB() argument
2096 _mesa_ProgramUniform4ui64vARB(GLuint program, GLint location, GLsizei count, const GLuint64 *value) _mesa_ProgramUniform4ui64vARB() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/svg/
H A Drender_svg_pattern.cpp45 double RenderSvgPattern::ParseUnitsAttr(const Dimension& attr, double value) const in ParseUnitsAttr()
50 return value * attr.Value(); in ParseUnitsAttr()
52 return attr.Value() * value; in ParseUnitsAttr()
56 return value * attr.Value(); in ParseUnitsAttr()
80 attributeName = svgAnimate->GetAttributeName()](double value) { in PrepareSelfAnimation()
86 bool ret = mask->SetProperty(attributeName, value); in PrepareSelfAnimation()
95 bool RenderSvgPattern::SetProperty(const std::string& attrName, double value) in SetProperty() argument
98 x_.SetValue(value); in SetProperty()
100 y_.SetValue(value); in SetProperty()
102 width_.SetValue(value); in SetProperty()
[all...]
H A Drender_svg_mask.cpp44 double RenderSvgMask::ParseUnitsAttr(const Dimension& attr, double value) in ParseUnitsAttr() argument
49 return value * attr.Value(); in ParseUnitsAttr()
51 return attr.Value() * value; in ParseUnitsAttr()
55 return value * attr.Value(); in ParseUnitsAttr()
78 attributeName = svgAnimate->GetAttributeName()](double value) { in PrepareSelfAnimation()
84 bool ret = mask->SetProperty(attributeName, value); in PrepareSelfAnimation()
93 bool RenderSvgMask::SetProperty(const std::string& attrName, double value) in SetProperty() argument
96 x_.SetValue(value); in SetProperty()
98 y_.SetValue(value); in SetProperty()
100 width_.SetValue(value); in SetProperty()
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_stack_ffi.cpp44 void FfiOHOSAceFrameworkStackCreate(int32_t value) in FfiOHOSAceFrameworkStackCreate() argument
46 if (!Utils::CheckParamsValid(value, ALIGNMENT_ARR.size())) { in FfiOHOSAceFrameworkStackCreate()
47 LOGE("invalid value for overflow"); in FfiOHOSAceFrameworkStackCreate()
50 StackModel::GetInstance()->Create(ALIGNMENT_ARR[value]); in FfiOHOSAceFrameworkStackCreate()
53 void FfiOHOSAceFrameworkStackSetOverflow(int32_t value) in FfiOHOSAceFrameworkStackSetOverflow() argument
55 if (!Utils::CheckParamsValid(value, OVERFLOWS.size())) { in FfiOHOSAceFrameworkStackSetOverflow()
56 LOGE("invalid value for overflow"); in FfiOHOSAceFrameworkStackSetOverflow()
59 StackModel::GetInstance()->SetOverflow(OVERFLOWS[value]); in FfiOHOSAceFrameworkStackSetOverflow()
62 void FfiOHOSAceFrameworkStackSetStackFit(int32_t value) in FfiOHOSAceFrameworkStackSetStackFit() argument
64 if (!Utils::CheckParamsValid(value, STACK_FIT in FfiOHOSAceFrameworkStackSetStackFit()
71 FfiOHOSAceFrameworkStackSetAlignment(int32_t value) FfiOHOSAceFrameworkStackSetAlignment() argument
80 FfiOHOSAceFrameworkStackSetWidth(double value, int32_t unit) FfiOHOSAceFrameworkStackSetWidth() argument
91 FfiOHOSAceFrameworkStackSetHeight(double value, int32_t unit) FfiOHOSAceFrameworkStackSetHeight() argument
[all...]
/foundation/graphic/graphic_3d/lume/metaobject/src/engine/
H A Dengine_input_property_manager.cpp30 // evaluate property and set the value to engine value for synchronisation in Sync()
31 p.second.value->SetValue(p.second.property->GetValue()); in Sync()
35 static IProperty::Ptr ConstructFromValue(const IEngineValue::Ptr& value) in ConstructFromValue() argument
38 if (auto internal = interface_cast<IEngineValueInternal>(value)) { in ConstructFromValue()
39 property = GetObjectRegistry().GetPropertyRegister().Create(META_NS::ClassId::StackProperty, value->GetName()); in ConstructFromValue()
44 i->SetDefaultValue(value->GetValue()); in ConstructFromValue()
56 auto value = manager_->GetEngineValue(name); in ConstructProperty() local
57 IProperty::Ptr property = ConstructFromValue(value); in ConstructProperty()
59 props_[name] = PropInfo { property, value }; in ConstructProperty()
70 IEngineValue::Ptr value; TieProperty() local
[all...]
/foundation/graphic/graphic_3d/kits/js/src/
H A DVec3Proxy.cpp31 value = META_NS::Property<BASE_NS::Math::Vec3>(prop_)->GetValue(); in UpdateLocalValues()
36 META_NS::Property<BASE_NS::Math::Vec3>(prop_)->SetValue(value); in UpdateRemoteValues()
42 if (value != v) { in SetValue()
43 value = v; in SetValue()
54 if ((memb == "x") && (val != value.x)) { in SetValue()
55 value.x = val; in SetValue()
57 } else if ((memb == "y") && (val != value.y)) { in SetValue()
58 value.y = val; in SetValue()
60 } else if ((memb == "z") && (val != value.z)) { in SetValue()
61 value in SetValue()
83 napi_value value; GetValue() local
[all...]
/foundation/multimedia/image_framework/frameworks/kits/js/common/picture_ndk/
H A Dimage_common.cpp52 Image_ErrorCode OH_PictureMetadata_GetProperty(OH_PictureMetadata *metadata, Image_String *key, Image_String *value) in OH_PictureMetadata_GetProperty() argument
54 if (metadata == nullptr || key == nullptr || key->data == nullptr || key->size == 0 || value == nullptr) { in OH_PictureMetadata_GetProperty()
66 if (value->size != 0 && value->size < val.size()) { in OH_PictureMetadata_GetProperty()
69 value->size = (value->size == 0) ? val.size() : value->size; in OH_PictureMetadata_GetProperty()
70 auto uniptrTmp = std::make_unique<char[]>(value->size); in OH_PictureMetadata_GetProperty()
74 if (EOK != memcpy_s(uniptrTmp.get(), value->size, val.c_str(), val.size())) { in OH_PictureMetadata_GetProperty()
77 value in OH_PictureMetadata_GetProperty()
82 OH_PictureMetadata_SetProperty(OH_PictureMetadata *metadata, Image_String *key, Image_String *value) OH_PictureMetadata_SetProperty() argument
[all...]
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/convert/
H A Dudmf_conversion.cpp57 auto value = record->GetOriginValue(); in ConvertRecordToSubclass() local
61 record = std::make_shared<Text>(type, value); in ConvertRecordToSubclass()
65 record = std::make_shared<PlainText>(type, value); in ConvertRecordToSubclass()
69 record = std::make_shared<Html>(type, value); in ConvertRecordToSubclass()
73 record = std::make_shared<Link>(type, value); in ConvertRecordToSubclass()
77 record = std::make_shared<File>(type, value); in ConvertRecordToSubclass()
81 record = std::make_shared<Image>(type, value); in ConvertRecordToSubclass()
85 record = std::make_shared<Video>(type, value); in ConvertRecordToSubclass()
89 record = std::make_shared<Audio>(type, value); in ConvertRecordToSubclass()
93 record = std::make_shared<Folder>(type, value); in ConvertRecordToSubclass()
[all...]

Completed in 24 milliseconds

1...<<51525354555657585960>>...1442