HomeSort by relevance Sort by last modified time
    Searched full:sticky (Results 51 - 75 of 1052) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/tools/telemetry/telemetry/core/
network_quiescence.js 48 //|QUIESCENCE_TIMEOUT_MS| milliseconds. This value is sticky.
63 * threshold. This state is sticky, so once this function returns true for a
  /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)" />
  /external/chromium_org/chrome/browser/
pepper_broker_infobar_delegate.h 22 // to connect to its (privileged) broker. The user decision is made "sticky"
  /external/chromium_org/third_party/skia/gm/rebaseline_server/static/new/css/
app.css 33 .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/chromium_org/ash/sticky_keys/
sticky_keys_unittest.cc 335 // Sticky keys should not be enabled if we perform a normal shortcut.
352 // Sticky keys should not be enabled afterwards.
367 // Sticky keys should not be enabled afterwards.
388 // Sticky keys should not be enabled afterwards.
411 // Sticky keys should be enabled afterwards.
436 // Sticky keys should not be enabled afterwards.
555 // Enable sticky keys.
560 // Test a scroll sequence. Sticky keys should only be disabled at the end
569 // Scrolls should all be modified but not disable sticky keys.
616 // return sticky keys to DISABLED state
    [all...]
  /external/chromium_org/chrome/browser/media/
chrome_media_stream_infobar_browsertest.cc 64 // The deny setting is sticky.
154 // If accept were sticky the second call would hang because it hangs if an
163 // If dismiss were sticky the second call would hang because it hangs if an
  /external/compiler-rt/lib/builtins/
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/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)
  /external/chromium_org/chrome/browser/chromeos/accessibility/
spoken_feedback_browsertest.cc 370 // Press the sticky-key sequence: Search Search.
373 EXPECT_EQ("Sticky mode enabled", speech_monitor_.GetNextUtterance());
375 // Even once we hear "sticky mode enabled" from the ChromeVox background
377 // hasn't switched to sticky mode. That's why we're focused on a text box.
378 // Keep pressing the '/' key. If sticky mode is off, it will echo the word
379 // "slash". If sticky mode is on, it will open "Find in page". Keep pressing
  /build/tools/droiddoc/templates-sdk/assets/css/
fullscreen.css 187 #sticky-header {
191 #sticky-header > div {
195 .sticky-menu {
  /build/tools/droiddoc/templates-sdk-dyn/assets/css/
fullscreen.css 187 #sticky-header {
191 #sticky-header > div {
195 .sticky-menu {
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/background/
prefs.js 49 // Default per session sticky to off.
50 localStorage['sticky'] = false;
77 'sticky': false,
  /external/chromium_org/third_party/webrtc/system_wrappers/source/
condition_variable_event_win.cc 97 TRUE, // manual-reset, sticky event
102 TRUE, // manual-reset, sticky event
107 FALSE, // auto-reset, sticky event
  /developers/build/prebuilts/gradle/BasicImmersiveMode/Application/src/main/java/com/example/android/basicimmersivemode/
BasicImmersiveModeFragment.java 80 // This sample uses the "sticky" form of immersive mode, which will let the user swipe
  /developers/samples/android/ui/window/BasicImmersiveMode/Application/src/main/java/com/example/android/basicimmersivemode/
BasicImmersiveModeFragment.java 80 // This sample uses the "sticky" form of immersive mode, which will let the user swipe

Completed in 1432 milliseconds

1 23 4 5 6 7 8 91011>>