/external/chromium_org/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/chromium_org/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/chromium_org/third_party/sqlite/src/ext/rtree/ |
D | viewrtree.tcl | 89 grid configure .select -row 0 -column 0 -columnspan 2 -sticky nsew 90 grid configure .b -row 1 -column 0 -columnspan 2 -sticky nsew 91 grid configure .l -row 2 -column 0 -sticky nsew 92 grid configure .status -row 3 -column 0 -columnspan 3 -sticky nsew 94 grid configure .title -row 0 -column 2 -sticky nsew 95 grid configure .c -row 1 -column 2 -rowspan 2 -sticky nsew 96 grid configure .ls -row 2 -column 1 -sticky nsew
|
/external/chromium_org/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,
|
/external/compiler-rt/lib/builtins/i386/ |
D | floatundisf.S | 61 sticky: .quad 0x0000000000000000 label 66 #define STICKY sticky-0b(%ecx,%eax,8)
|
/external/harfbuzz_ng/ |
D | Makefile.am | 61 dist-hook: dist-clear-sticky-bits 63 dist-clear-sticky-bits:
|
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/ |
D | key_sequence_test.unitjs | 41 * stickyMode: Whether or not sticky mode is enabled. 102 // Ctrl key with sticky mode 129 // 'a' key with shift and sticky mode 133 // 'a' key with sticky mode 219 * Test equality - Ctrl key vs. Ctrl key with sticky mode on 221 * sticky mode on. 245 * Test equality - 'a' with ChromeVox modifier specified, 'a' with sticky mode 275 * modifier and sticky mode vs. 'a' key with Shift modifier and ChromeVox
|
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/chrome/ |
D | host.js | 193 cvox.ChromeHost.prototype.activateOrDeactivateStickyMode = function(sticky) { argument 194 cvox.ChromeVox.isStickyPrefOn = sticky;
|
/external/chromium_org/chrome/browser/ui/cocoa/wrench_menu/ |
D | menu_tracked_button.mm | 55 // If tracking in non-sticky mode, poll the mouse cursor to see if it is still 85 // If the menu is opened in non-sticky mode, the button does not receive enter/
|
D | wrench_menu_controller.mm | 250 // The zoom buttons should not close the menu if opened sticky.
|
/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_org/third_party/skia/gm/rebaseline_server/static/new/css/ |
D | app.css | 33 .sticky {
|
/external/chromium_org/ui/webui/resources/js/cr/ui/page_manager/ |
D | page_manager.js | 184 rootPage && rootPage.sticky && targetPage.parentPage; 491 if ((!rootPage || !rootPage.sticky) &&
|
D | page.js | 208 get sticky() { getter in Page
|
/external/chromium_org/third_party/skia/gm/rebaseline_server/static/ |
D | view.css | 82 .sticky {
|
/external/chromium_org/chrome/common/extensions/docs/static/sass/ |
D | _article.scss | 133 &.sticky { class
|
/external/chromium_org/chrome/third_party/chromevox/ |
D | chromeVoxKbExplorerScript.js | 25 …kipStripping=!!c;if(this.stickyMode&&this.prefixKey)throw"Prefix key and sticky mode cannot both b…
|
/external/chromium_org/chrome/browser/resources/options/ |
D | search_page.js | 163 get sticky() { getter in SearchPage
|
/external/chromium_org/chromeos/ime/ |
D | input_methods.txt | 42 # sticky keys will not work.
|
/external/chromium_org/third_party/lcov/ |
D | descriptions.tests | 1181 Open a file with oflag = O_CREAT set, does it set the sticky bit off? 1257 and set the sticky bit on it if invoked by non-root (uid != 0) 1266 and set the sticky bit on it if invoked by non-root (uid != 0) process 1301 and sets the sticky bit on it if invoked by root (uid = 0) process with 1382 set the sticky bit on it if invoked by root (uid = 0) process with 1391 and set the sticky bit on it if invoked by non-root (uid != 0) 1400 and set the sticky bit on it if invoked by non-root (uid != 0) process 1497 Testcase to check whether the sticky bit cleared.
|
/external/chromium_org/third_party/qunit/src/ |
D | qunit.js | 1754 a.sticky === b.sticky;
|