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

  /external/v8/src/compiler/
control-equivalence.cc 53 Bracket* recent = &blist.back(); local
54 if (recent->recent_size != blist.size()) {
55 recent->recent_size = blist.size();
56 recent->recent_class = NewClassNumber();
60 SetClass(node, recent->recent_class);
  /frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
NavigationBar.java 62 int recent = 5; local
66 recent = 1;
74 loadIcon(recent, "ic_sysbar_recent.png", density, isRtl);
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
RecentFolderList.java 62 * We want to show at most five recent folders
88 * Class to store the recent folder list asynchronously.
100 * Create a new asynchronous task to store the recent folder list. Both the account
127 * Create a Recent Folder List from the given account. This will query the UIProvider to
146 * Change the current account. When a cursor over the recent folders for this account is
149 * cursor. Till then, the recent account list will be empty.
162 * Load the account information from the UI provider given the cursor over the recent folders.
163 * @param c a cursor over the recent folders.
173 LogUtils.e(TAG, "Not able to move to last in recent labels cursor");
176 // Add them backwards, since the most recent values are at the beginning in the cursor
232 final List<RecentFolderListEntry> recent = Lists.newArrayList(); local
    [all...]
  /frameworks/base/tests/ActivityTests/src/com/google/android/test/activity/
ActivityTestMain.java 333 menu.add("Add App Recent").setOnMenuItemClickListener(new MenuItem.OnMenuItemClickListener() {
339 menu.add("Add App 10x Recent").setOnMenuItemClickListener(new MenuItem.OnMenuItemClickListener() {
376 ActivityManager.RecentTaskInfo recent = task.getTaskInfo();
378 if (recent.id >= 0) {
524 ActivityManager.RecentTaskInfo recent = task.getTaskInfo(); local
525 if (recent.baseIntent != null
526 && recent.baseIntent.getComponent().getClassName().equals(
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
imaplib.py 36 AllowedVersions = ('IMAP4REV1', 'IMAP4') # Most recent first
273 def recent(self): member in class:IMAP4
274 """Return most recent 'RECENT' responses if any exist,
277 (typ, [data]) = <instance>.recent()
280 else list of RECENT responses, most recent last.
282 name = 'RECENT'
640 Mandated responses are ('FLAGS', 'EXISTS', 'RECENT', 'UIDVALIDITY'), so
    [all...]
  /external/python/cpython2/Lib/
imaplib.py 36 AllowedVersions = ('IMAP4REV1', 'IMAP4') # Most recent first
286 def recent(self): member in class:IMAP4
287 """Return most recent 'RECENT' responses if any exist,
290 (typ, [data]) = <instance>.recent()
293 else list of RECENT responses, most recent last.
295 name = 'RECENT'
653 Mandated responses are ('FLAGS', 'EXISTS', 'RECENT', 'UIDVALIDITY'), so
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
imaplib.py 36 AllowedVersions = ('IMAP4REV1', 'IMAP4') # Most recent first
273 def recent(self): member in class:IMAP4
274 """Return most recent 'RECENT' responses if any exist,
277 (typ, [data]) = <instance>.recent()
280 else list of RECENT responses, most recent last.
282 name = 'RECENT'
640 Mandated responses are ('FLAGS', 'EXISTS', 'RECENT', 'UIDVALIDITY'), so
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
imaplib.py 36 AllowedVersions = ('IMAP4REV1', 'IMAP4') # Most recent first
273 def recent(self): member in class:IMAP4
274 """Return most recent 'RECENT' responses if any exist,
277 (typ, [data]) = <instance>.recent()
280 else list of RECENT responses, most recent last.
282 name = 'RECENT'
640 Mandated responses are ('FLAGS', 'EXISTS', 'RECENT', 'UIDVALIDITY'), so
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
imaplib.py 36 AllowedVersions = ('IMAP4REV1', 'IMAP4') # Most recent first
273 def recent(self): member in class:IMAP4
274 """Return most recent 'RECENT' responses if any exist,
277 (typ, [data]) = <instance>.recent()
280 else list of RECENT responses, most recent last.
282 name = 'RECENT'
640 Mandated responses are ('FLAGS', 'EXISTS', 'RECENT', 'UIDVALIDITY'), so
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
imaplib.py 36 AllowedVersions = ('IMAP4REV1', 'IMAP4') # Most recent first
273 def recent(self): member in class:IMAP4
274 """Return most recent 'RECENT' responses if any exist,
277 (typ, [data]) = <instance>.recent()
280 else list of RECENT responses, most recent last.
282 name = 'RECENT'
640 Mandated responses are ('FLAGS', 'EXISTS', 'RECENT', 'UIDVALIDITY'), so
    [all...]
  /external/python/cpython3/Lib/
imaplib.py 44 AllowedVersions = ('IMAP4REV1', 'IMAP4') # Most recent first
341 def recent(self): member in class:IMAP4
342 """Return most recent 'RECENT' responses if any exist,
345 (typ, [data]) = <instance>.recent()
348 else list of RECENT responses, most recent last.
350 name = 'RECENT'
728 Mandated responses are ('FLAGS', 'EXISTS', 'RECENT', 'UIDVALIDITY'), so
    [all...]
  /external/guice/extensions/persist/lib/
hsqldb.jar 
  /prebuilts/devtools/tools/lib/
ecj-4.6.1.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-8.0.0_r4-robolectric-0.jar 
android-all-o-preview-4-robolectric-0.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.5.1/
ecj-4.5.1.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.6.1/
ecj-4.6.1.jar 
  /prebuilts/tools/common/offline-m2/org/eclipse/jdt/core/compiler/ecj/4.5.1/
ecj-4.5.1.jar 

Completed in 241 milliseconds