HomeSort by relevance Sort by last modified time
    Searched defs:sticky (Results 1 - 23 of 23) sorted by null

  /external/compiler-rt/lib/builtins/i386/
floatundisf.S 61 sticky: .quad 0x0000000000000000 label
66 #define STICKY sticky-0b(%ecx,%eax,8)
81 movsd STICKY, %xmm1 // (big input) ? 0xfff : 0
  /external/chromium_org/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/base/services/core/java/com/android/server/am/
BroadcastRecord.java 47 final boolean sticky; // originated from existing sticky data? field in class:BroadcastRecord
48 final boolean initialSticky; // initial broadcast from register to sticky?
126 if (resultAbort || ordered || sticky || initialSticky) {
129 pw.print(" sticky="); pw.print(sticky);
198 sticky = _sticky;
ActivityManagerService.java 742 * State of all active sticky broadcasts per user. Keys are the action of the
743 * sticky Intent, values are an ArrayList of all broadcasted intents with
745 * by the user ID the sticky is for, and can include UserHandle.USER_ALL
15617 Intent sticky = allSticky != null ? (Intent)allSticky.get(0) : null; local
    [all...]
  /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;
  /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...]
  /frameworks/base/core/java/android/inputmethodservice/
Keyboard.java 250 /** Whether this key is sticky, i.e., a toggle key */
251 public boolean sticky; field in class:Keyboard.Key
258 /** If this is a sticky key, is it on? */
375 sticky = a.getBoolean(
404 * Changes the pressed state of the key. If it is a sticky key, it will also change the
411 if (sticky) {
488 if (sticky) {
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
BatteryMeterView.java 161 final Intent sticky = getContext().registerReceiver(mTracker, filter); local
162 if (sticky != null) {
164 mTracker.onReceive(getContext(), sticky); local
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
Keyboard.java 242 /** Whether this key is sticky, i.e., a toggle key */
243 public boolean sticky; field in class:Keyboard.Key
250 /** If this is a sticky key, is it on? */
368 sticky = a.getBoolean(
400 * Changes the pressed state of the key. If it is a sticky key, it will also change the
407 if (sticky) {
501 if (sticky) {
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 
  /external/robolectric/lib/main/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/7/
android.jar 
  /prebuilts/sdk/9/
android.jar 
  /prebuilts/tools/common/api-versions/android-3/
android.jar 

Completed in 960 milliseconds