Searched refs:match_value (Results 1 - 5 of 5) sorted by relevance
/third_party/jerryscript/jerry-core/ecma/builtin-objects/ |
H A 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/eudev/src/libudev/ |
H A 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/ |
H A D | SkJSON.cpp | 352 // goto match_value; in parse() 353 match_value: in parse() 396 goto match_value; in parse() 445 if (*p != ']') goto match_value; in parse()
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_search.c | 256 match_value(const nir_algebraic_table *table, in match_value() function 445 if (!match_value(table, &state->table->values[expr->srcs[i]].value, instr, in match_expression()
|
/third_party/python/Lib/test/support/ |
H A D | __init__.py | 1422 if not self.match_value(k, dv, v): 1427 def match_value(self, k, dv, v): member in Matcher
|
Completed in 9 milliseconds