Searched refs:match_value (Results 1 – 9 of 9) sorted by relevance
/third_party/jerryscript/jerry-core/ecma/builtin-objects/ |
D | ecma-builtin-helpers.c | 892 const ecma_value_t match_value = ctx_p->u.collection_p->buffer_p[0]; in ecma_builtin_replace_substitute() local 894 JERRY_ASSERT (ecma_is_value_string (match_value)); in ecma_builtin_replace_substitute() 895 ecma_stringbuilder_append (&(ctx_p->builder), ecma_get_string_from_value (match_value)); in ecma_builtin_replace_substitute() 917 const ecma_value_t match_value = ctx_p->u.collection_p->buffer_p[0]; in ecma_builtin_replace_substitute() local 919 JERRY_ASSERT (ecma_is_value_string (match_value)); in ecma_builtin_replace_substitute() 920 const ecma_string_t *const matched_p = ecma_get_string_from_value (match_value); in ecma_builtin_replace_substitute()
|
/third_party/mindspore/mindspore/core/utils/ |
D | check_convert_utils.h | 162 int64_t match_value, const std::string &prim_name = ""); 165 …T CheckValue(const std::string &arg_name, T arg_value, CompareEnum compare_operator, T match_value, in CheckValue() argument 171 if (iter->second(arg_value, match_value)) { in CheckValue() 185 buffer << iter_to_string->second << match_value << " , but got " << arg_value << "."; in CheckValue() 315 const int64_t match_value, const std::string &prim_name);
|
D | check_convert_utils.cc | 348 int64_t match_value, const std::string &prim_name) { in CheckInteger() argument 353 if (iter->second(arg_value, match_value)) { in CheckInteger() 366 buffer << iter_to_string->second << match_value << ", but got " << arg_value << "."; in CheckInteger() 371 … const CompareEnum compare_operator, const int64_t match_value, in CheckInputArgs() argument 373 …(void)CheckInteger("input number", SizeToLong(input_args.size()), compare_operator, match_value, p… in CheckInputArgs()
|
/third_party/eudev/src/libudev/ |
D | libudev-enumerate.c | 591 const char *match_value = udev_list_entry_get_value(list_entry); in match_property() local 601 if (match_value == NULL && dev_value == NULL) { in match_property() 605 if (match_value == NULL || dev_value == NULL) in match_property() 607 if (fnmatch(match_value, dev_value, 0) == 0) { in match_property()
|
/third_party/skia/src/utils/ |
D | SkJSON.cpp | 353 match_value: in parse() 396 goto match_value; in parse() 445 if (*p != ']') goto match_value; in parse()
|
/third_party/flutter/skia/src/utils/ |
D | SkJSON.cpp | 345 match_value: in parse() 388 goto match_value; in parse() 437 if (*p != ']') goto match_value; in parse()
|
/third_party/mesa3d/src/compiler/nir/ |
D | nir_search.c | 255 match_value(const nir_search_value *value, nir_alu_instr *instr, unsigned src, in match_value() function 443 if (!match_value(expr->srcs[i], instr, in match_expression()
|
/third_party/python/Lib/test/support/ |
D | __init__.py | 1295 if not self.match_value(k, dv, v): 1300 def match_value(self, k, dv, v): member in Matcher
|
/third_party/python/Doc/library/ |
D | test.rst | 969 .. method:: match_value(self, k, dv, v)
|