/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/ |
Constants.java | 17 package com.android.systemui.recent;
|
RecentsCallback.java | 17 package com.android.systemui.recent;
|
TaskDescription.java | 17 package com.android.systemui.recent;
|
Choreographer.java | 17 package com.android.systemui.recent;
|
RecentsHorizontalScrollView.java | 17 package com.android.systemui.recent; 35 import com.android.systemui.recent.RecentsPanelView.TaskDescriptionAdapter;
|
RecentsVerticalScrollView.java | 17 package com.android.systemui.recent; 34 import com.android.systemui.recent.RecentsPanelView.TaskDescriptionAdapter;
|
RecentTasksLoader.java | 17 package com.android.systemui.recent; 213 // return a snapshot of the current list of recent apps
|
RecentsScrollViewPerformanceHelper.java | 17 package com.android.systemui.recent;
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/ |
checkers.h | 59 InputIterator current(begin), recent(begin); 64 if (comp(*current, *recent)) 70 recent = current; 98 InputIterator current(begin), recent(begin); 103 if (comp(*current, *recent)) 110 recent = current; 137 InputIterator recent(begin); 142 if (comp(*pos, *recent)) 148 recent = pos;
|
/external/chromium/chrome/browser/resources/ntp4/ |
recently_closed.css | 22 .recent-menu { 26 .recent-menu-item { 42 .recent-window { 47 .recent-menu-item:active, 48 .recent-menu-item:visited, 49 .recent-menu-item:link {
|
/external/webkit/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/LeaksViewer/ |
LeaksViewer.css | 67 #recent-builds-loading-indicator { 71 #recent-builds-list {
|
/external/e2fsprogs/debian/ |
e2fsprogs.preinst | 10 Please upgrade to a more recent version (>=1.1.0) of dpkg.
|
/external/webkit/Tools/QueueStatusServer/handlers/ |
dashboard.py | 62 "rows": [self._build_row(attachment) for attachment in Attachment.recent(limit=25)],
|
/packages/apps/Mms/src/com/android/mms/ui/ |
MessagingPreferenceActivity.java | 253 SearchRecentSuggestions recent = 255 if (recent != null) { 256 recent.clearHistory();
|
SearchActivity.java | 58 * snippet of what matches, below. The snippet is taken from the most recent part of 359 SearchRecentSuggestions recent = ((MmsApp)getApplication()).getRecentSuggestions(); 360 if (recent != null) { 361 recent.saveRecentQuery(
|
/packages/apps/Calendar/src/com/android/calendar/ |
TimezoneAdapter.java | 40 * timezones (one user-provided, the device timezone, and two recent timezones), 163 /** The delimiter we use when serializing recent timezones to shared preferences */ 166 /** The maximum number of recent timezones to save */ 219 * user-provided, the device timezone, and two recent timezones), which can 237 // add in recent timezone selections 242 for (String recent : recents) { 243 ids.add(recent); 298 * Saves the given timezone ID as a recent timezone under shared 299 * preferences. If there are already the maximum number of recent timezones
|
/external/webkit/Tools/QueueStatusServer/model/ |
attachment.py | 44 def recent(cls, limit=1): member in class:Attachment
|
/packages/apps/Music/src/com/android/music/ |
PlaylistBrowserActivity.java | 520 ArrayList<Object> recent = new ArrayList<Object>(2); local 521 recent.add(RECENTLY_ADDED_PLAYLIST); 522 recent.add(getString(R.string.recentlyadded)); 523 autoplaylistscursor.addRow(recent);
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/proxy_configuration/ |
proxy_error_handler.js | 41 * Details of the most recent error.
|
/external/chromium/chrome/browser/net/ |
passive_log_collector_unittest.cc | 139 SourceInfoList recent = GetDeadSources(tracker); local 141 ASSERT_EQ(RequestTracker::kMaxGraveyardSize, recent.size()); 146 EXPECT_EQ(url, recent[i].GetURL()); 150 // Check that we exclude "chrome://" URLs from being saved into the recent
|
/external/chromium/chrome/browser/resources/net_internals/ |
proxyview.js | 10 * - Shows the log entries for the most recent INIT_PROXY_RESOLVER source
|
/external/v8/test/mjsunit/compiler/ |
regress-3218915.js | 30 // Regression test for failure to deoptimize properly when the most recent
|
/external/chromium/chrome/browser/resources/bookmark_manager/js/ |
main.js | 40 recentTreeItem.label = localStrings.getString('recent'); 110 bookmarkId: 'recent' 167 } else if (id == 'recent') { 382 // If we are over the list and the list is showing recent or search result 981 // We cannot paste into search and recent view. 1003 * on recent or search. [all...] |
/build/core/ |
cleanbuild.mk | 69 $(info *** A clean build is required because of a recent change.)
|
/development/build/tools/ |
sdk_repo.mk | 181 # Pickup the most recent xml schema
|