HomeSort by relevance Sort by last modified time
    Searched refs:recent (Results 1 - 13 of 13) 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...]
  /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.
  /packages/apps/Mms/src/com/android/mms/ui/
MessagingPreferenceActivity.java 209 SearchRecentSuggestions recent =
211 if (recent != null) {
212 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/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);
  /build/core/
cleanbuild.mk 69 $(info *** A clean build is required because of a recent change.)
  /external/libpng/
CHANGES     [all...]
  /frameworks/base/docs/html/guide/
guide_toc.cs 245 <li><a href="<?cs var:toroot?>guide/topics/search/adding-recent-query-suggestions.html">Adding Recent Query Suggestions</a></li>
  /external/v8/test/mjsunit/
unicode-test.js     [all...]
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]

Completed in 888 milliseconds