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

1 2 3 4 5 6

  /external/curl/docs/examples/
version-check.pl 31 # number as sort key) and then it outputs the most recent version number and
88 my @recent = reverse sort sortversions keys %used;
90 # the most recent symbol
91 my $newsym = $recent[0];
92 # the most recent version
97 for my $w (@recent) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_genexps.py 44 Traceback (most recent call last):
52 Traceback (most recent call last):
81 Traceback (most recent call last):
88 Traceback (most recent call last):
109 Traceback (most recent call last):
138 Traceback (most recent call last):
144 Traceback (most recent call last):
158 Generators always return to the most recent caller:
189 Traceback (most recent call last):
202 Traceback (most recent call last):
    [all...]
test_xml_etree.py 229 Traceback (most recent call last):
439 Traceback (most recent call last):
719 Traceback (most recent call last):
991 Traceback (most recent call last):
1016 Traceback (most recent call last):
1020 Traceback (most recent call last):
    [all...]
  /external/python/cpython2/Lib/test/
test_genexps.py 44 Traceback (most recent call last):
52 Traceback (most recent call last):
81 Traceback (most recent call last):
88 Traceback (most recent call last):
109 Traceback (most recent call last):
138 Traceback (most recent call last):
144 Traceback (most recent call last):
158 Generators always return to the most recent caller:
189 Traceback (most recent call last):
202 Traceback (most recent call last)
    [all...]
test_xml_etree.py 229 Traceback (most recent call last):
439 Traceback (most recent call last):
728 Traceback (most recent call last):
894 Traceback (most recent call last):
897 Traceback (most recent call last):
1005 Traceback (most recent call last):
1030 Traceback (most recent call last):
1034 Traceback (most recent call last):
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_genexps.py 44 Traceback (most recent call last):
52 Traceback (most recent call last):
81 Traceback (most recent call last):
88 Traceback (most recent call last):
109 Traceback (most recent call last):
138 Traceback (most recent call last):
144 Traceback (most recent call last):
158 Generators always return to the most recent caller:
189 Traceback (most recent call last):
202 Traceback (most recent call last)
    [all...]
test_xml_etree.py 229 Traceback (most recent call last):
439 Traceback (most recent call last):
719 Traceback (most recent call last):
992 Traceback (most recent call last):
1017 Traceback (most recent call last):
1021 Traceback (most recent call last):
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_genexps.py 44 Traceback (most recent call last):
52 Traceback (most recent call last):
81 Traceback (most recent call last):
88 Traceback (most recent call last):
109 Traceback (most recent call last):
138 Traceback (most recent call last):
144 Traceback (most recent call last):
158 Generators always return to the most recent caller:
189 Traceback (most recent call last):
202 Traceback (most recent call last)
    [all...]
test_xml_etree.py 229 Traceback (most recent call last):
439 Traceback (most recent call last):
719 Traceback (most recent call last):
992 Traceback (most recent call last):
1017 Traceback (most recent call last):
1021 Traceback (most recent call last):
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_genexps.py 44 Traceback (most recent call last):
52 Traceback (most recent call last):
81 Traceback (most recent call last):
88 Traceback (most recent call last):
109 Traceback (most recent call last):
138 Traceback (most recent call last):
144 Traceback (most recent call last):
158 Generators always return to the most recent caller:
189 Traceback (most recent call last):
202 Traceback (most recent call last)
    [all...]
test_xml_etree.py 229 Traceback (most recent call last):
439 Traceback (most recent call last):
719 Traceback (most recent call last):
992 Traceback (most recent call last):
1017 Traceback (most recent call last):
1021 Traceback (most recent call last):
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_genexps.py 44 Traceback (most recent call last):
52 Traceback (most recent call last):
81 Traceback (most recent call last):
88 Traceback (most recent call last):
109 Traceback (most recent call last):
138 Traceback (most recent call last):
144 Traceback (most recent call last):
158 Generators always return to the most recent caller:
189 Traceback (most recent call last):
202 Traceback (most recent call last)
    [all...]
test_xml_etree.py 229 Traceback (most recent call last):
439 Traceback (most recent call last):
719 Traceback (most recent call last):
992 Traceback (most recent call last):
1017 Traceback (most recent call last):
1021 Traceback (most recent call last):
    [all...]
  /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);
  /external/curl/docs/cmdline-opts/
keepalive-time.d 9 TCP_KEEPINTVL socket options (meaning Linux, recent AIX, HP-UX and more). This
  /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/base/services/usage/java/com/android/server/usage/
AppIdleHistory.java 47 * Keeps track of recent active state changes in apps.
89 final byte[] recent = new byte[HISTORY_SIZE]; field in class:AppIdleHistory.PackageHistory
186 packageHistory.recent[HISTORY_SIZE - 1] = FLAG_LAST_STATE | FLAG_PARTIAL_ACTIVE;
196 packageHistory.recent[HISTORY_SIZE - 1] &= ~FLAG_LAST_STATE;
211 System.arraycopy(idleState.recent, diff, idleState.recent, 0,
215 idleState.recent[HISTORY_SIZE - i - 1] =
216 (byte) (idleState.recent[HISTORY_SIZE - diff - 1] & FLAG_LAST_STATE);
408 final byte[] history = userHistory.valueAt(p).recent;
  /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...]
  /device/linaro/bootloader/edk2/BaseTools/
get_vsvars.bat 29 REM NOTE: This file will find the most recent Visual Studio installation
  /external/Microsoft-GSL/
CONTRIBUTING.md 20 * Be a child commit of a reasonably recent commit in the **master** branch
  /external/autotest/server/cros/faft/utils/
faft_checkers.py 38 Traceback (most recent call last):
45 Traceback (most recent call last):
  /frameworks/opt/timezonepicker/src/com/android/timezonepicker/
TimeZoneResultAdapter.java 45 /** SharedPref name and key for recent time zones */
56 * The delimiter we use when serializing recent timezones to shared
61 /** The maximum number of recent timezones to save */
143 // Show the recent selections
189 * Saves the given timezone ID as a recent timezone under shared
190 * preferences. If there are already the maximum number of recent timezones
223 for (String recent : recents) {
229 builder.append(recent);
  /packages/apps/Music/src/com/android/music/
PlaylistBrowserActivity.java 507 ArrayList<Object> recent = new ArrayList<Object>(2); local
508 recent.add(RECENTLY_ADDED_PLAYLIST);
509 recent.add(getString(R.string.recentlyadded));
510 autoplaylistscursor.addRow(recent);
  /prebuilts/go/darwin-x86/test/
recover4.go 9 // sees the most recent value of the variables it accesses.
  /prebuilts/go/linux-x86/test/
recover4.go 9 // sees the most recent value of the variables it accesses.

Completed in 1086 milliseconds

1 2 3 4 5 6