HomeSort by relevance Sort by last modified time
    Searched full:sticky (Results 1 - 25 of 485) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/go/darwin-x86/src/os/
sticky_bsd.go 9 // According to sticky(8), neither open(2) nor mkdir(2) will create
10 // a file with the sticky bit set.
  /prebuilts/go/linux-x86/src/os/
sticky_bsd.go 9 // According to sticky(8), neither open(2) nor mkdir(2) will create
10 // a file with the sticky bit set.
  /external/v8/test/mjsunit/harmony/
regexp-sticky.js 40 var sticky = /foo.bar/y; variable
42 assertTrue(!!"foo*bar".match(sticky));
43 assertEquals(7, 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...]
regexp-flags.js 26 assertEquals('uy', testGenericFlags({ global: 0, sticky: 1, unicode: 1 }));
51 get sticky() {
  /frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/
StickyHeaderScrollView.java 27 * This class provides sticky header functionality in a scroll view, to use with
28 * SetupWizardIllustration. To use this, add a subview tagged with "sticky", or a subview tagged
29 * with "stickyContainer" and one of its child tagged as "sticky". The sticky container will be
30 * drawn when the sticky element hits the top of the view.
35 * sticky, and StickyHeaderScrollView -> container -> subview (sticky).
72 mSticky = findViewWithTag("sticky");
83 // The offset to draw the view at when sticky
StickyHeaderListView.java 36 * This class provides sticky header functionality in a list view, to use with
37 * SetupWizardIllustration. To use this, add a header tagged with "sticky", or a header tagged with
38 * "stickyContainer" and one of its child tagged as "sticky". The sticky container will be drawn
39 * when the sticky element hits the top of the view.
43 * <li>The two supported scenarios are StickyHeaderListView -> Header (stickyContainer) -> sticky,
44 * and StickyHeaderListView -> Header (sticky). The arrow (->) represents parent/child
96 mSticky = findViewWithTag("sticky");
117 // The offset to draw the view at when sticky
  /external/v8/src/js/
harmony-regexp.js 37 if (this.sticky) result += 'y';
44 // Compat fix: RegExp.prototype.sticky == undefined; UseCounter tracks it
50 throw MakeTypeError(kRegExpNonRegExp, "RegExp.prototype.sticky");
54 %FunctionSetName(RegExpGetSticky, "RegExp.prototype.sticky");
58 utils.InstallGetter(GlobalRegExp.prototype, 'sticky', RegExpGetSticky);
  /external/v8/test/mjsunit/
regexp-not-sticky-yet.js 29 // Test that sticky regexp support is not affecting V8 when the
47 assertEquals(void 0, re.sticky);
54 assertEquals(void 0, re.sticky);
55 re.sticky = true; // Has no effect on the regexp, just sets a property.
56 assertTrue(re.sticky);
60 re.lastIndex = -1; // Ignored for non-global, non-sticky.
64 re.lastIndex = -1; // Ignored for non-global, non-sticky.
  /external/compiler-rt/lib/builtins/
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
    [all...]
  /external/v8/test/mjsunit/es6/
regexp-flags.js 12 assertFalse(r1.sticky);
21 assertThrows(function() { r2.sticky; }, TypeError);
65 testName("sticky");
  /frameworks/base/docs/html-intl/intl/ja/training/monitoring-device-state/
docking-monitoring.jd 36 <p>????????? sticky {@link android.content.Intent} ???????????????????????????????????????????????????????????????????????</p>
41 <p>?????????????{@link android.content.Intent#ACTION_DOCK_EVENT} ?????? sticky ???????????????????????????? sticky ??????{@link android.content.BroadcastReceiver} ???????????????????????????{@link android.content.Context#registerReceiver registerReceiver()} ??????{@code null} ????????? ????????????</p>
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
aboutDialog.py 47 labelTitle.grid(row=0, column=0, sticky=W, padx=10, pady=10)
50 #labelPicture.grid(row=1, column=1, sticky=W, rowspan=2,
55 labelDesc.grid(row=2, column=0, sticky=W, columnspan=3, padx=10, pady=5)
59 sticky=W, padx=10, pady=0)
62 labelWWW.grid(row=7, column=0, columnspan=2, sticky=W, padx=10, pady=0)
64 height=2, bg=self.bg).grid(row=8, column=0, sticky=EW,
68 labelPythonVer.grid(row=9, column=0, sticky=W, padx=10, pady=0)
72 labelTkVer.grid(row=9, column=1, sticky=W, padx=2, pady=0)
74 py_button_f.grid(row=10, column=0, columnspan=2, sticky=NSEW)
88 height=2, bg=self.bg).grid(row=11, column=0, sticky=EW
    [all...]
SearchDialogBase.py 54 l.grid(row=self.row, column=0, sticky="nw")
56 e.grid(row=self.row, column=1, sticky="nwe")
63 l.grid(row=self.row, column=0, sticky="nw")
65 f.grid(row=self.row, column=1, columnspan=1, sticky="nwe")
74 b.grid(pady=1,row=rows,column=0,sticky="ew")
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
aboutDialog.py 47 labelTitle.grid(row=0, column=0, sticky=W, padx=10, pady=10)
50 #labelPicture.grid(row=1, column=1, sticky=W, rowspan=2,
55 labelDesc.grid(row=2, column=0, sticky=W, columnspan=3, padx=10, pady=5)
59 sticky=W, padx=10, pady=0)
62 labelWWW.grid(row=7, column=0, columnspan=2, sticky=W, padx=10, pady=0)
64 height=2, bg=self.bg).grid(row=8, column=0, sticky=EW,
68 labelPythonVer.grid(row=9, column=0, sticky=W, padx=10, pady=0)
72 labelTkVer.grid(row=9, column=1, sticky=W, padx=2, pady=0)
74 py_button_f.grid(row=10, column=0, columnspan=2, sticky=NSEW)
88 height=2, bg=self.bg).grid(row=11, column=0, sticky=EW
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
aboutDialog.py 47 labelTitle.grid(row=0, column=0, sticky=W, padx=10, pady=10)
50 #labelPicture.grid(row=1, column=1, sticky=W, rowspan=2,
55 labelDesc.grid(row=2, column=0, sticky=W, columnspan=3, padx=10, pady=5)
59 sticky=W, padx=10, pady=0)
62 labelWWW.grid(row=7, column=0, columnspan=2, sticky=W, padx=10, pady=0)
64 height=2, bg=self.bg).grid(row=8, column=0, sticky=EW,
68 labelPythonVer.grid(row=9, column=0, sticky=W, padx=10, pady=0)
72 labelTkVer.grid(row=9, column=1, sticky=W, padx=2, pady=0)
74 py_button_f.grid(row=10, column=0, columnspan=2, sticky=NSEW)
88 height=2, bg=self.bg).grid(row=11, column=0, sticky=EW
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
aboutDialog.py 47 labelTitle.grid(row=0, column=0, sticky=W, padx=10, pady=10)
50 #labelPicture.grid(row=1, column=1, sticky=W, rowspan=2,
55 labelDesc.grid(row=2, column=0, sticky=W, columnspan=3, padx=10, pady=5)
59 sticky=W, padx=10, pady=0)
62 labelWWW.grid(row=7, column=0, columnspan=2, sticky=W, padx=10, pady=0)
64 height=2, bg=self.bg).grid(row=8, column=0, sticky=EW,
68 labelPythonVer.grid(row=9, column=0, sticky=W, padx=10, pady=0)
72 labelTkVer.grid(row=9, column=1, sticky=W, padx=2, pady=0)
74 py_button_f.grid(row=10, column=0, columnspan=2, sticky=NSEW)
88 height=2, bg=self.bg).grid(row=11, column=0, sticky=EW
    [all...]
  /external/autotest/client/site_tests/security_SymlinkRestrictions/
security_SymlinkRestrictions.py 103 def _check_symlinks(self, sticky, userone, usertwo):
119 if not sticky:
121 prefix += 'sticky-'
125 if sticky:
132 open(drop, 'w').write("I can be deleted in a non-sticky directory")
136 if sticky and (uidtwo != 0):
141 if sticky:
143 "in a sticky world-writable directory" %
150 # File should still exist in a sticky directory.
151 self.check(os.path.exists(drop) == (sticky and uidtwo != 0)
    [all...]
  /external/libbrillo/brillo/
file_utils.h 19 // Should be safe to use in all directories, including tmpdirs with the sticky
29 // Should be safe to use in all directories, including tmpdirs with the sticky
  /frameworks/opt/setupwizard/library/full-support/src/com/android/setupwizardlib/view/
StickyHeaderRecyclerView.java 30 * This class provides sticky header functionality in a recycler view, to use with
31 * SetupWizardIllustration. To use this, add a header tagged with "sticky". The header will continue
32 * to be drawn when the sticky element hits the top of the view.
85 mSticky = header.findViewWithTag("sticky");
97 // The offset to draw the view at when sticky
  /external/harfbuzz_ng/
Makefile.am 65 dist-hook: dist-clear-sticky-bits
66 # Clean up any sticky bits we may inherit from parent dir
67 dist-clear-sticky-bits:
  /cts/tests/tests/view/src/android/view/inputmethod/cts/
KeyboardTest.java 37 if (!key.sticky) {
43 if (key.sticky) {
69 // state if the key is marked as sticky.
86 // state if the key is marked as sticky hence we will be back to the initial state.
  /development/samples/devbytes/ui/ImmersiveMode/src/main/res/values/
strings.xml 19 <string name="immersive_sticky">Immersive/Sticky</string>
  /external/autotest/client/site_tests/security_SysLogPermissions/
security_SysLogPermissions.py 22 raise error.TestFail('/var/log is not sticky')
  /external/compiler-rt/lib/builtins/i386/
floatundisf.S 63 sticky: label
72 #define STICKY sticky-0b(%ecx,%eax,8)
87 movsd STICKY, %xmm1 // (big input) ? 0xfff : 0
  /toolchain/binutils/binutils-2.25/opcodes/
ppc-dis.c 50 ppc_cpu_t sticky; member in struct:ppc_mopt
225 ppc_parse_cpu (ppc_cpu_t ppc_cpu, ppc_cpu_t *sticky, const char *arg)
232 if (ppc_opts[i].sticky)
234 *sticky |= ppc_opts[i].sticky;
235 if ((ppc_cpu & ~*sticky) != 0)
244 ppc_cpu |= *sticky;
254 ppc_cpu_t sticky = 0; local
265 dialect = ppc_parse_cpu (dialect, &sticky, "403");
268 dialect = ppc_parse_cpu (dialect, &sticky, "405")
    [all...]

Completed in 2323 milliseconds

1 2 3 4 5 6 7 8 91011>>