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

1 2

  /frameworks/base/core/java/android/content/
IIntentReceiver.aidl 31 in Bundle extras, boolean ordered, boolean sticky, int sendingUser);
BroadcastReceiver.java 250 int type, boolean ordered, boolean sticky, IBinder token, int userId) {
256 mInitialStickyHint = sticky;
437 // Note that we don't assert when receiving the initial sticky value,
713 * value of a sticky broadcast -- that is, the value that was last
714 * broadcast and is currently held in the sticky cache, so this is
    [all...]
IntentSender.java 118 Bundle extras, boolean serialized, boolean sticky, int sendingUser) {
  /external/compiler-rt/lib/
adddf3.c 79 // Shift the significands to give us round, guard and sticky, and or in the
86 // Shift the significand of b by the difference in exponents, with a sticky
91 const bool sticky = bSignificand << (typeWidth - align); local
92 bSignificand = bSignificand >> align | sticky;
94 bSignificand = 1; // sticky; b is known to be non-zero.
119 const bool sticky = aSignificand & 1; local
120 aSignificand = aSignificand >> 1 | sticky;
132 const bool sticky = aSignificand << (typeWidth - shift); local
133 aSignificand = aSignificand >> shift | sticky;
137 // Low three bits are round, guard, and sticky
    [all...]
addsf3.c 78 // Shift the significands to give us round, guard and sticky, and or in the
85 // Shift the significand of b by the difference in exponents, with a sticky
90 const bool sticky = bSignificand << (typeWidth - align); local
91 bSignificand = bSignificand >> align | sticky;
93 bSignificand = 1; // sticky; b is known to be non-zero.
118 const bool sticky = aSignificand & 1; local
119 aSignificand = aSignificand >> 1 | sticky;
131 const bool sticky = aSignificand << (typeWidth - shift); local
132 aSignificand = aSignificand >> shift | sticky;
136 // Low three bits are round, guard, and sticky
    [all...]
fp_lib.h 129 const bool sticky = *lo << (typeWidth - count); local
130 *lo = *hi << (typeWidth - count) | *lo >> count | sticky;
134 const bool sticky = *hi << (2*typeWidth - count) | *lo; local
135 *lo = *hi >> (count - typeWidth) | sticky;
138 const bool sticky = *hi | *lo; local
139 *lo = sticky;
truncdfsf2.c 147 // Right shift by the denormalization amount with sticky.
151 const bool sticky = significand << (srcBits - shift); local
152 src_rep_t denormalizedSignificand = significand >> shift | sticky;
  /external/chromium/chrome/browser/chromeos/notifications/
system_notification.cc 56 bool sticky) {
57 Show(message, string16(), NULL, urgent, sticky);
64 bool sticky) {
76 sticky,
balloon_view.h 45 BalloonViewImpl(bool sticky, bool controls, bool web_ui);
66 // True if the notification is sticky.
67 bool sticky() const { return sticky_; } function in class:chromeos::BalloonViewImpl
120 // A sticky flag. A sticky notification cannot be dismissed by a user.
system_notification.h 47 void Show(const string16& message, bool urgent, bool sticky);
52 MessageCallback* callback, bool urgent, bool sticky);
balloon_collection_impl.cc 69 bool sticky,
74 new chromeos::BalloonViewImpl(sticky, control, true));
balloon_collection_impl.h 89 // |sticky| is used to indicate that the notification
90 // is sticky and cannot be dismissed by a user. |controls| turns on/off
93 Profile* profile, bool sticky, bool controls);
balloon_view.cc 187 BalloonViewImpl::BalloonViewImpl(bool sticky, bool controls, bool web_ui)
192 sticky_(sticky),
notification_panel.cc 273 // Returns the size that covers sticky and new notifications.
275 gfx::Rect sticky = sticky_container_->bounds(); local
277 if (sticky.IsEmpty())
280 return sticky.size();
281 return sticky.Union(new_non_sticky).size();
327 // Returns the # of sticky and new notifications.
333 // Returns the # of sticky notifications.
382 return view->sticky() ?
387 // Sticky/non-sticky ballon containers. They're child views an
    [all...]
  /external/compiler-rt/lib/i386/
floatundisf.S 62 sticky: .quad 0x0000000000000000 label
67 #define STICKY sticky-0b(%ecx,%eax,8)
82 movsd STICKY, %xmm1 // (big input) ? 0xfff : 0
  /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/services/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?
124 if (resultAbort || ordered || sticky || initialSticky) {
127 pw.print(" sticky="); pw.print(sticky);
194 sticky = _sticky;
BroadcastQueue.java 368 boolean ordered, boolean sticky, int sendingUser) throws RemoteException {
374 data, extras, ordered, sticky, sendingUser);
377 sticky, sendingUser);
    [all...]
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeyNetworkMonitor.java 44 boolean ordered, boolean sticky, int sendingUser) throws RemoteException {
  /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) {
  /frameworks/base/core/java/android/app/
LoadedApk.java 679 Bundle extras, boolean ordered, boolean sticky, int sendingUser) {
688 ordered, sticky, sendingUser);
724 boolean ordered, boolean sticky, int sendingUser) {
727 ordered, sticky, mIIntentReceiver.asBinder(), sendingUser);
    [all...]
IApplicationThread.java 111 boolean sticky, int sendingUser) throws RemoteException;
ApplicationThreadNative.java 385 boolean sticky = data.readInt() != 0;
388 resultCode, dataStr, extras, ordered, sticky, sendingUser);
    [all...]
PendingIntent.java 179 Bundle extras, boolean serialized, boolean sticky, int sendingUser) {
    [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...]

Completed in 577 milliseconds

1 2