/external/v8/test/mjsunit/harmony/ |
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...] |
/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. 33 * 1. The two supported scenarios are StickyHeaderScrollView -> subview (stickyContainer) -> sticky, 34 * and StickyHeaderScrollView -> container -> subview (sticky). 70 mSticky = findViewWithTag("sticky"); 81 // The offset to draw the view at when sticky
|
StickyHeaderListView.java | 35 * This class provides sticky header functionality in a list view, to use with 36 * SetupWizardIllustration. To use this, add a header tagged with "sticky", or a header tagged with 37 * "stickyContainer" and one of its child tagged as "sticky". The sticky container will be drawn 38 * when the sticky element hits the top of the view. 41 * 1. The two supported scenarios are StickyHeaderListView -> Header (stickyContainer) -> sticky, 42 * and StickyHeaderListView -> Header (sticky). The arrow (->) represents parent/child 93 mSticky = findViewWithTag("sticky"); 114 // The offset to draw the view at when sticky
|
/external/lldb/test/pexpect-2.4/examples/ |
fix_cvs_files.py | 4 scans the given path to find binary files; checks with CVS to see if the sticky 5 options are set to -kb; finally if sticky options are not -kb then uses 'cvs 12 if fixes the sticky options on any files you should manually do a 'cvs commit' 14 update the Sticky Option status. 40 """This checks if 'cvs status' reports '-kb' for Sticky options. If the 41 Sticky Option status is '-ks' then this returns 1. If the status is 46 i = s.expect (['Sticky Options:\s*(.*)\r\n', 'Status: Unknown']) 62 """This uses 'cvs admin' to set the '-kb' sticky option. """
|
/external/v8/test/mjsunit/ |
regexp-not-sticky-yet.js | 28 // Test that sticky regexp support is not affecting V8 when the 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); 59 re.lastIndex = -1; // Ignored for non-global, non-sticky. 63 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...] |
/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/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...] |
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/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...] |
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")
|
/packages/apps/Settings/src/com/android/settings/widget/ |
StickyHeaderListView.java | 30 * This class provides sticky header functionality in a list view, to use with 31 * SetupWizardIllustration. To use this, add a header tagged with "sticky", or a header tagged with 32 * "stickyContainer" and one of its child tagged as "sticky". The sticky container will be drawn 33 * when the sticky element hits the top of the view. 36 * 1. The two supported scenarios are StickyHeaderListView -> Header (stickyContainer) -> sticky, 37 * and StickyHeaderListView -> Header (sticky). The arrow (->) represents parent/child 82 mSticky = findViewWithTag("sticky"); 104 // The offset to draw the view at when sticky
|
/external/harfbuzz_ng/ |
Makefile.am | 62 dist-hook: dist-clear-sticky-bits 63 # Clean up any sticky bits we may inherit from parent dir 64 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/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
|
/frameworks/base/core/java/android/os/ |
UpdateLock.java | 50 * locker releases theirs. The broadcast is sticky but is sent only to 56 * Boolean Intent extra on the UPDATE_LOCK_CHANGED sticky broadcast, indicating 64 * Long Intent extra on the UPDATE_LOCK_CHANGED sticky broadcast, marking the
|
/art/runtime/gc/collector/ |
sticky_mark_sweep.cc | 29 name_prefix.empty() ? "sticky " : name_prefix) { 36 // For sticky GC, we want to bind the bitmaps of all spaces as the allocation stack lets us
|
gc_type.h | 31 // Sticky mark bits GC that attempts to only free objects allocated since the last GC.
|
/external/toybox/toys/posix/ |
chmod.c | 22 s = u+s = suid, g+s = sgid, o+s = sticky. (+t is an alias for o+s). 24 sticky: can't delete files you don't own out of this directory
|
/external/webrtc/src/system_wrappers/interface/ |
event_wrapper.h | 36 // Set is sticky in the sense that it will release at least one thread 52 // Starts a timer that will call a non-sticky version of Set() either once
|
/packages/apps/Calendar/src/com/android/calendar/ |
StickyHeaderListView.java | 32 * Implements a ListView class with a sticky header at the top. The header is 110 * Interface that is used to update the sticky header's height 116 * Updated a change in the sticky header's size 118 * @param height - new height of sticky header 239 * Sets a separator below the sticky header, which will be visible while the sticky header 299 // sticky header - shift drawable of header. 363 // Resets the sticky header when the adapter data set was changed
|
/frameworks/base/core/tests/coretests/src/android/app/activity/ |
BroadcastTest.java | 314 Intent sticky = getContext().registerReceiver(null, filter); local 315 assertNotNull("Sticky not found", sticky); 316 assertEquals(LaunchpadActivity.DATA_1, sticky.getStringExtra("test")); 330 Intent sticky = getContext().registerReceiver(null, filter); local 331 assertNull("Sticky not found", sticky); 344 Intent sticky = getContext().registerReceiver(null, filter); local 345 assertNotNull("Sticky not found", sticky); [all...] |
/cts/tests/tests/view/res/xml/ |
keyboard.xml | 29 <Key android:codes="-1" android:keyLabel="Sticky!"
|
/frameworks/base/core/java/android/content/ |
IIntentReceiver.aidl | 31 in Bundle extras, boolean ordered, boolean sticky, int sendingUser);
|