Searched refs:sticky (Results 1 – 16 of 16) sorted by relevance
/external/v8/test/mjsunit/harmony/ |
D | regexp-sticky.js | 40 var sticky = /foo.bar/y; variable 42 assertTrue(!!"foo*bar".match(sticky)); 43 assertEquals(0, sticky.lastIndex); 44 assertFalse(!!"..foo*bar".match(sticky)); 78 assertTrue(stickyplainglobal.sticky); 79 stickyplainglobal.sticky = false; 93 assertTrue(stickyglobal.sticky); 94 stickyglobal.sticky = false; 95 assertTrue(stickyglobal.sticky); 109 assertTrue(stickyglobal2.sticky); [all …]
|
/external/v8/test/mjsunit/ |
D | regexp-not-sticky-yet.js | 46 assertEquals(void 0, re.sticky); 53 assertEquals(void 0, re.sticky); 54 re.sticky = true; // Has no effect on the regexp, just sets a property. 55 assertTrue(re.sticky);
|
/external/compiler-rt/lib/builtins/ |
D | fp_add_impl.inc | 74 // Shift the significands to give us round, guard and sticky, and or in the 81 // Shift the significand of b by the difference in exponents, with a sticky 86 const bool sticky = bSignificand << (typeWidth - align); 87 bSignificand = bSignificand >> align | sticky; 89 bSignificand = 1; // sticky; b is known to be non-zero. 111 const bool sticky = aSignificand & 1; 112 aSignificand = aSignificand >> 1 | sticky; 124 const bool sticky = aSignificand << (typeWidth - shift); 125 aSignificand = aSignificand >> shift | sticky; 129 // Low three bits are round, guard, and sticky.
|
D | fp_lib.h | 254 const bool sticky = *lo << (typeWidth - count); in wideRightShiftWithSticky() local 255 *lo = *hi << (typeWidth - count) | *lo >> count | sticky; in wideRightShiftWithSticky() 259 const bool sticky = *hi << (2*typeWidth - count) | *lo; in wideRightShiftWithSticky() local 260 *lo = *hi >> (count - typeWidth) | sticky; in wideRightShiftWithSticky() 263 const bool sticky = *hi | *lo; in wideRightShiftWithSticky() local 264 *lo = sticky; in wideRightShiftWithSticky()
|
D | fp_trunc_impl.inc | 115 // Right shift by the denormalization amount with sticky. 119 const bool sticky = significand << (srcBits - shift); 120 src_rep_t denormalizedSignificand = significand >> shift | sticky;
|
/external/v8/src/ |
D | regexp.js | 26 flags += (pattern.sticky ? 'y' : ''); 36 var sticky = false; 59 if (!harmony_regexps || sticky) { 62 sticky = true; 69 %RegExpInitializeObject(object, pattern, global, ignoreCase, multiline, sticky); 171 var updateLastIndex = this.global || (harmony_regexps && this.sticky); 219 if (this.global || (harmony_regexps && this.sticky)) { 277 if (harmony_regexps && this.sticky) result += 'y';
|
D | jsregexp.h | 1664 bool global, bool multiline, bool sticky,
|
D | runtime.cc | 2592 CONVERT_ARG_HANDLE_CHECKED(Object, sticky, 5); in RUNTIME_FUNCTION() 2593 if (!sticky->IsTrue()) sticky = isolate->factory()->false_value(); in RUNTIME_FUNCTION() 2636 regexp, factory->sticky_string(), sticky, final).Check(); in RUNTIME_FUNCTION()
|
/external/compiler-rt/lib/builtins/i386/ |
D | floatundisf.S | 63 sticky: label 72 #define STICKY sticky-0b(%ecx,%eax,8)
|
/external/harfbuzz_ng/ |
D | Makefile.am | 62 dist-hook: dist-clear-sticky-bits 64 dist-clear-sticky-bits:
|
/external/lldb/test/pexpect-2.4/examples/ |
D | README | 19 checks with CVS to see if the sticky options are set to -kb; 20 finally if sticky options are not -kb then uses 'cvs admin'
|
/external/chromium-trace/trace-viewer/third_party/Paste/docs/ |
D | index.txt | 38 Paste: making the web sticky.
|
/external/iputils/ |
D | RELNOTES | 318 ping6: Try using IPV6_PKTINFO sticky option to specify outgoing interface.
|
/external/chromium-trace/trace-viewer/tracing/third_party/d3/ |
D | d3.min.js | 4 …nction(n){return arguments.length?(c=n?Math.round:Number,i):c!=Number},i.sticky=function(n){return… function
|
/external/icu/icu4j/main/shared/data/ |
D | Transliterator_Han_Latin_Definition.txt | 18104 粘粘 < sticky; 33228 粘粘 > sticky; 50427 䵙 > sticky;
|
/external/libxml2/ |
D | ChangeLog | 3827 sticky tag to 'binary'
|