Home
last modified time | relevance | path

Searched defs:sticky (Results 1 – 10 of 10) sorted by relevance

/third_party/mesa3d/src/compiler/nir/
Dnir_lower_fp16_conv.c69 half_rounded(nir_builder *b, nir_ssa_def *value, nir_ssa_def *guard, nir_ssa_def *sticky, in half_rounded()
141 …nir_ssa_def *sticky = nir_bcsel(b, nir_ine(b, nir_iand(b, abs, nir_imm_int(b, 0xFFF)), zero), one,… in float_to_half_impl() local
/third_party/jerryscript/tests/jerry/es2015/
Dbuiltin-prototypes.js106 RegExp.prototype.sticky; method in RegExp
Dregexp-routines.js29 sticky: true, property
/third_party/typescript/lib/
Dlib.es2015.core.d.ts386 readonly sticky: boolean; property
/third_party/node/test/parallel/
Dtest-primordials-regexp.js76 sticky: { property
/third_party/typescript/src/lib/
Des2015.core.d.ts366 readonly sticky: boolean; property
/third_party/ltp/testcases/kernel/security/prot_hsymlinks/
Dprot_hsymlinks.c75 int sticky; member
/third_party/node/deps/v8/src/runtime/
Druntime-regexp.cc1358 const bool sticky = (flags & JSRegExp::kSticky) != 0; in RegExpReplace() local
1510 const bool sticky = (flags & JSRegExp::kSticky) != 0; in RUNTIME_FUNCTION() local
1670 const bool sticky = (String::IndexOf(isolate, flags, y_str, 0) >= 0); in RUNTIME_FUNCTION() local
/third_party/jerryscript/jerry-core/ecma/operations/
Decma-regexp-object.c2062 bool sticky = false; in ecma_regexp_split_helper() local
2802 const bool sticky = ecma_op_to_boolean (result); in ecma_regexp_replace_helper() local
/third_party/node/lib/internal/per_context/
Dprimordials.js704 sticky: { property