HomeSort by relevance Sort by last modified time
    Searched full:sticky (Results 26 - 50 of 257) sorted by null

12 3 4 5 6 7 8 91011

  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/util/
Future.java 21 // - Once cancel() is called, isCancelled() always returns true. It is a sticky
  /frameworks/base/services/core/java/com/android/server/am/
BroadcastRecord.java 51 final boolean sticky; // originated from existing sticky data? field in class:BroadcastRecord
52 final boolean initialSticky; // initial broadcast from register to sticky?
139 if (resultAbort || ordered || sticky || initialSticky) {
142 pw.print(" sticky="); pw.print(sticky);
212 sticky = _sticky;
  /external/v8/src/
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)) {
234 // Non-global, non-sticky regexp.
277 if (harmony_regexps && this.sticky) result += 'y';
  /frameworks/base/docs/html/training/system-ui/
immersive.jd 14 <li><a href="#nonsticky">Use Non-Sticky Immersion</a></li>
15 <li><a href="#sticky">Use Sticky Immersion</a></li>
71 "sticky" version of the flag doesn't trigger any listeners, as system bars temporarily
114 <li><strong>Sticky flag</strong>&mdash;This is the UI you see if you use the
162 <h2 id="nonsticky">Use Non-Sticky Immersion</h2>
233 <h2 id="sticky">Use Sticky Immersion</h2>
245 <img src="{@docRoot}images/training/imm-sticky.png"
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
keybindingDialog.py 63 self.frameKeySeqAdvanced.grid(row=0,column=0,sticky=NSEW,padx=5,pady=5)
64 self.frameKeySeqBasic.grid(row=0,column=0,sticky=NSEW,padx=5,pady=5)
66 self.frameHelpAdvanced.grid(row=1,column=0,sticky=NSEW,padx=5)
67 self.frameControlsBasic.grid(row=1,column=0,sticky=NSEW,padx=5)
85 check.grid(row=0,column=column,padx=2,sticky=W)
96 labelFnAdvice.grid(row=1,column=0,columnspan=4,padx=2,sticky=W)
100 self.listKeysFinal.grid(row=0,column=4,rowspan=4,sticky=NS)
104 scrollKeysFinal.grid(row=0,column=5,rowspan=4,sticky=NS)
125 labelHelpAdvanced.grid(row=0,column=0,sticky=NSEW)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
keybindingDialog.py 63 self.frameKeySeqAdvanced.grid(row=0,column=0,sticky=NSEW,padx=5,pady=5)
64 self.frameKeySeqBasic.grid(row=0,column=0,sticky=NSEW,padx=5,pady=5)
66 self.frameHelpAdvanced.grid(row=1,column=0,sticky=NSEW,padx=5)
67 self.frameControlsBasic.grid(row=1,column=0,sticky=NSEW,padx=5)
85 check.grid(row=0,column=column,padx=2,sticky=W)
96 labelFnAdvice.grid(row=1,column=0,columnspan=4,padx=2,sticky=W)
100 self.listKeysFinal.grid(row=0,column=4,rowspan=4,sticky=NS)
104 scrollKeysFinal.grid(row=0,column=5,rowspan=4,sticky=NS)
125 labelHelpAdvanced.grid(row=0,column=0,sticky=NSEW)
  /external/compiler-rt/lib/builtins/
fp_lib.h 254 const bool sticky = *lo << (typeWidth - count); local
255 *lo = *hi << (typeWidth - count) | *lo >> count | sticky;
259 const bool sticky = *hi << (2*typeWidth - count) | *lo; local
260 *lo = *hi >> (count - typeWidth) | sticky;
263 const bool sticky = *hi | *lo; local
264 *lo = sticky;
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;
  /developers/build/prebuilts/gradle/ImmersiveMode/Application/src/main/java/com/example/android/immersivemode/
ImmersiveModeFragment.java 92 // Note that there are two immersive mode UI flags, one of which is referred to as "sticky".
93 // Sticky immersive mode differs in that it makes the navigation and status bars
  /developers/samples/android/ui/window/ImmersiveMode/Application/src/main/java/com/example/android/immersivemode/
ImmersiveModeFragment.java 92 // Note that there are two immersive mode UI flags, one of which is referred to as "sticky".
93 // Sticky immersive mode differs in that it makes the navigation and status bars
  /development/samples/browseable/ImmersiveMode/src/com.example.android.immersivemode/
ImmersiveModeFragment.java 92 // Note that there are two immersive mode UI flags, one of which is referred to as "sticky".
93 // Sticky immersive mode differs in that it makes the navigation and status bars
  /external/lldb/test/pexpect-2.4/examples/
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'
  /frameworks/base/docs/html-intl/intl/ja/training/monitoring-device-state/
battery-monitoring.jd 39 <p>??????????????????{@link android.os.BatteryManager} ???????????????????????? sticky {@link android.content.Intent} ???????????????????????????????????</p>
41 <p>??? sticky ???????????{@link android.content.BroadcastReceiver} ??????????????{@code registerReceiver} ??????{@code null} ??????????????????????????????????????????????????? {@link android.content.BroadcastReceiver} ??????????????????????????????????????????????????????</p>
  /developers/build/prebuilts/gradle/AdvancedImmersiveMode/Application/src/main/res/layout/
fragment_flags.xml 35 android:text="Enable Immersive Mode (Sticky)" />
  /developers/samples/android/ui/window/AdvancedImmersiveMode/Application/src/main/res/layout/
fragment_flags.xml 35 android:text="Enable Immersive Mode (Sticky)" />
  /development/samples/browseable/AdvancedImmersiveMode/res/layout/
fragment_flags.xml 35 android:text="Enable Immersive Mode (Sticky)" />
  /frameworks/opt/setupwizard/library/main/res/layout/
suw_list_header.xml 39 android:tag="sticky" />
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tkconstants.py 7 # -anchor and -sticky
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tkconstants.py 7 # -anchor and -sticky
  /external/webrtc/src/system_wrappers/source/
condition_variable_win.cc 96 TRUE, // manual-reset, sticky event
101 TRUE, // manual-reset, sticky event
106 FALSE, // auto-reset, sticky event
  /frameworks/base/docs/html/training/monitoring-device-state/
docking-monitoring.jd 41 <p>The dock state is also broadcast as a sticky {@link android.content.Intent}, allowing you to
47 <p>The dock-state details are included as an extra in a sticky broadcast of the {@link
48 android.content.Intent#ACTION_DOCK_EVENT} action. Because it's sticky, you don't need to register a
  /frameworks/base/tests/CoreTests/android/core/
NsdServiceInfoTest.java 113 attributedInfo.setAttribute("sticky", "yes");
116 attributedInfo.removeAttribute("sticky");
125 assertFalse(attributedInfo.getAttributes().keySet().contains("sticky"));
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_fma.c 65 * result is adjusted into a sticky bit summarizing all the bits that
68 * exponent. For an explanation of round and sticky bits, see any reference
110 * lowest bit of sum.hi to make it a sticky bit summarizing all the
111 * bits in sum.lo. With the sticky bit adjusted, the hardware will
249 * adj = xy.lo + r.lo (inexact; low bit is sticky)
s_fmal.c 65 * result is adjusted into a sticky bit summarizing all the bits that
68 * exponent. For an explanation of round and sticky bits, see any reference
106 * lowest bit of sum.hi to make it a sticky bit summarizing all the
107 * bits in sum.lo. With the sticky bit adjusted, the hardware will
237 * adj = xy.lo + r.lo (inexact; low bit is sticky)
  /build/tools/droiddoc/templates-ndk/assets/css/
fullscreen.css 187 #sticky-header {
191 #sticky-header > div {
195 .sticky-menu {

Completed in 628 milliseconds

12 3 4 5 6 7 8 91011