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

  /external/iptables/extensions/
.recent-test 2 # True if recent match patch is applied.
3 [ -f $KERNEL_DIR/include/linux/netfilter_ipv4/ipt_recent.h ] && echo recent
libipt_recent.c 1 /* Shared library add-on to iptables to add recent matching support. */
44 "recent v%s options:\n"
60 " --name name Name of the recent list to be used. DEFAULT used if none given.\n"
61 " --rsource Match/Save the source address of each packet in the recent list table (default).\n"
62 " --rdest Match/Save the destination address of each packet in the recent list table.\n"
95 "recent: only one of `--set', `--rcheck' "
105 "recent: only one of `--set', `--rcheck' "
115 "recent: only one of `--set', `--rcheck' "
125 "recent: only one of `--set', `--rcheck' "
172 "recent: you must specify one of `--set', `--rcheck'
222 static struct iptables_match recent = { variable in typeref:struct:iptables_match
    [all...]
  /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/webkit/WebKitTools/QueueStatusServer/handlers/
dashboard.py 36 attachments = Attachment.recent(limit=25)
  /external/e2fsprogs/debian/
e2fsprogs.preinst 10 Please upgrade to a more recent version (>=1.1.0) of dpkg.
  /external/chromium/net/url_request/
url_request_view_net_internals_job.cc 432 // Reverse the list order, so we dispay from most recent to oldest.
445 : SubSection(parent, "recent", "Recently completed requests") {
449 RequestTracker<URLRequest>::RecentRequestInfoList recent = local
455 for (size_t i = 0; i < recent.size(); ++i) {
456 // Reverse the list order, so we dispay from most recent to oldest.
457 size_t index = recent.size() - i - 1;
458 OutputURLAndLoadLog(recent[index].original_url,
459 recent[index].load_log, out);
512 // Reverse the list order, so we dispay from most recent to oldest.
525 : SubSection(parent, "recent", "Recently completed SocketStreams")
529 RequestTracker<net::SocketStream>::RecentRequestInfoList recent = local
    [all...]
  /packages/apps/Mms/src/com/android/mms/ui/
MessagingPreferenceActivity.java 249 SearchRecentSuggestions recent =
251 if (recent != null) {
252 recent.clearHistory();
SearchActivity.java 58 * snippet of what matches, below. The snippet is taken from the most recent part of
307 SearchRecentSuggestions recent = ((MmsApp)getApplication()).getRecentSuggestions();
308 if (recent != null) {
309 recent.saveRecentQuery(
  /external/webkit/WebKitTools/QueueStatusServer/model/
attachment.py 43 def recent(cls, limit=1): member in class:Attachment
  /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
  /packages/apps/Music/src/com/android/music/
PlaylistBrowserActivity.java 511 ArrayList<Object> recent = new ArrayList<Object>(2); local
512 recent.add(RECENTLY_ADDED_PLAYLIST);
513 recent.add(getString(R.string.recentlyadded));
514 autoplaylistscursor.addRow(recent);
  /development/build/tools/
sdk_repo.mk 133 # Pickup the most recent xml schema
  /build/core/
cleanbuild.mk 69 $(info *** A clean build is required because of a recent change.)
  /bionic/libc/
Android.mk 501 # Enable recent IA friendly memory routines (such as for Atom)
  /external/libpng/
CHANGES     [all...]
  /frameworks/base/docs/html/guide/
guide_toc.cs 259 <li><a href="<?cs var:toroot?>guide/topics/search/adding-recent-query-suggestions.html">Adding Recent Query Suggestions</a></li>
    [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]

Completed in 2037 milliseconds