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

1 2 3 4 5 6 7 8 91011>>

  /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/bluetooth/glib/tests/bookmarks/
fail-03.xbel 13 <bookmark:application name="populate-recent" exec="populate-recent --info %u" timestamp="1128121528" count="1"/>
valid-02.xbel 10 <application name="populate-recent" exec="populate-recent --info %u" timestamp="1128121528" count="1"/>
fail-04.xbel 16 <bookmark:application name="populate-recent" exec="populate-recent --info %u" timestamp="1128121528" count="1"/>
fail-05.xbel 16 <bookmark:application name="populate-recent" exec="populate-recent --info %u" timestamp="1128121528" count="1"/>
fail-06.xbel 15 <bookmark:application name="populate-recent" exec="populate-recent --info %u" timestamp="1128121528" count="1"/>
fail-07.xbel 16 <bookmark:application name="populate-recent" exec="populate-recent --info %u" timestamp="1128121528" count="1"/>
fail-11.xbel 17 <bookmark:application name="populate-recent" exec="populate-recent --info %u" timestamp="1128121528" count="1"/>
fail-12.xbel 16 <bookmark:application name="populate-recent" exec="populate-recent --info %u" timestamp="1128121528" count="1"/>
fail-13.xbel 16 <bookmark:application name="populate-recent" exec="populate-recent --info %u" timestamp="1128121528" count="1"/>
fail-14.xbel 16 <bookmark:application name="populate-recent" exec="populate-recent --info %u" timestamp="1128121528" count="1"/>
fail-15.xbel 16 <bookmark:application name="populate-recent" exec="populate-recent --info %u" timestamp="1128121528" count="1"/>
fail-16.xbel 16 <bookmark:application name="populate-recent" exec="populate-recent --info %u" timestamp="1128121528" count="1"/>
fail-17.xbel 16 <bookmark:application name="populate-recent" exec="populate-recent --info %u" timestamp="1128121528" count="1"/>
valid-01.xbel 16 <bookmark:application name="populate-recent" exec="populate-recent --info %u" timestamp="1128121528" count="1"/>
valid-03.xbel 16 <bookmark:application name="populate-recent" exec="populate-recent --info %u" modified="2005-09-30T23:05:28Z" count="1"/>
  /sdk/apkbuilder/
readme.txt 2 It is lacking recent build improvements such as support for Library Projects.
  /external/webkit/WebKitTools/BuildSlaveSupport/build.webkit.org-config/public_html/
index.html 13 <li><a href="waterfall">Waterfall Display</a> will give you a time-oriented summary of recent buildbot activity.</li>
15 <li><a href="one_line_per_build">Recent Builds</a> are summarized here, one per line.</li>
  /external/guava/src/com/google/common/collect/
PeekingIterator.java 36 * except that it <i>may</i> prevent removal of the most recent element via
56 * #peek()} has occurred since the most recent call to {@link #next()}.
59 * since the most recent call to {@link #next()} and this implementation
  /external/e2fsprogs/debian/
e2fsprogs.preinst 10 Please upgrade to a more recent version (>=1.1.0) of dpkg.
  /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;
  /frameworks/base/docs/html/guide/topics/search/
adding-recent-query-suggestions.jd 1 page.title=Adding Recent Query Suggestions
31 <p>When using the Android search dialog, you can provide search suggestions based on recent search
34 with recent query suggestions.</p>
44 <img src="{@docRoot}images/search/search-suggest-recent-queries.png" alt="" height="417" />
45 <p class="img-caption"><strong>Figure 1.</strong> Screenshot of a search dialog with recent query
49 <p>Recent query suggestions are simply saved searches. When the user selects one of
55 <p>To provide recent queries suggestions, you need to:</p>
83 <p>Once the recent query suggestions are displayed, the following might happen:</p>
104 <p>The content provider that you need for recent query suggestions must be an implementation
108 <p>For example, here's a complete implementation of a content provider for recent quer
    [all...]
  /libcore/dalvik/src/main/java/org/apache/harmony/dalvik/ddmc/
DdmVmInternal.java 69 * Enable or disable "recent allocation" tracking.
74 * Return a boolean indicating whether or not the "recent allocation"
80 * Fill a buffer with data on recent heap allocations.
  /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

Completed in 467 milliseconds

1 2 3 4 5 6 7 8 91011>>