/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...] |
/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);
|
/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...] |
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)
|
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...] |
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)
|
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")
|
/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
|
/external/chromium_org/third_party/sqlite/src/ext/rtree/ |
viewrtree.tcl | 89 grid configure .select -row 0 -column 0 -columnspan 2 -sticky nsew 90 grid configure .b -row 1 -column 0 -columnspan 2 -sticky nsew 91 grid configure .l -row 2 -column 0 -sticky nsew 92 grid configure .status -row 3 -column 0 -columnspan 3 -sticky nsew 94 grid configure .title -row 0 -column 2 -sticky nsew 95 grid configure .c -row 1 -column 2 -rowspan 2 -sticky nsew 96 grid configure .ls -row 2 -column 1 -sticky nsew
|
/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? 126 if (resultAbort || ordered || sticky || initialSticky) { 129 pw.print(" sticky="); pw.print(sticky); 198 sticky = _sticky;
|
/development/cmds/monkey/src/com/android/commands/monkey/ |
MonkeyNetworkMonitor.java | 44 boolean ordered, boolean sticky, int sendingUser) throws RemoteException {
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/ |
tkSimpleDialog.py | 198 w.grid(row=0, padx=5, sticky=W) 201 self.entry.grid(row=1, padx=5, sticky=W+E)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/ |
tkSimpleDialog.py | 198 w.grid(row=0, padx=5, sticky=W) 201 self.entry.grid(row=1, padx=5, sticky=W+E)
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
BatteryMeterView.java | 153 final Intent sticky = getContext().registerReceiver(mTracker, filter); local 154 if (sticky != null) { 156 mTracker.onReceive(getContext(), sticky); local
|