OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:recent
(Results
26 - 50
of
1267
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/bluetooth/glib/tests/bookmarks/
valid-03.xbel
16
<bookmark:application name="populate-
recent
" exec="populate-
recent
--info %u" modified="2005-09-30T23:05:28Z" count="1"/>
/external/webkit/Tools/BuildSlaveSupport/build.webkit.org-config/templates/
root.html
15
<li><a href="waterfall">Waterfall Display</a> will give you a time-oriented summary of
recent
buildbot activity.</li>
17
<li><a href="one_line_per_build">
Recent
Builds</a> are summarized here, one per line.</li>
/frameworks/base/packages/SystemUI/res/values-port/
dimens.xml
19
<!--
Recent
Applications parameters -->
20
<!-- How far the thumbnail for a
recent
app appears from left edge -->
/frameworks/ex/carousel/test/res/values/
strings.xml
27
<string name="recent_tasks_title">
Recent
Applications</string>
28
<string name="no_recent_tasks">No
recent
tasks</string>
/frameworks/ex/carousel/test/res/values-en-rGB/
strings.xml
26
<string name="recent_tasks_title" msgid="1030287226205477117">"
Recent
Applications"</string>
27
<string name="no_recent_tasks" msgid="6884096266670555780">"No
recent
tasks"</string>
/frameworks/base/packages/SystemUI/res/layout/
system_bar_recent_panel.xml
21
<com.android.systemui.
recent
.RecentsPanelView
51
<com.android.systemui.
recent
.RecentsVerticalScrollView android:id="@+id/recents_container"
72
</com.android.systemui.
recent
.RecentsVerticalScrollView>
84
<com.android.systemui.
recent
.StatusBarTouchProxy
93
</com.android.systemui.
recent
.RecentsPanelView>
/frameworks/base/docs/html/guide/topics/search/
adding-recent-query-suggestions.jd
1
page.title=Adding
Recent
Query Suggestions
32
on
recent
search
35
with
recent
query suggestions.</p>
46
<img src="{@docRoot}images/search/search-suggest-
recent
-queries.png" alt="" height="417" />
47
<p class="img-caption"><strong>Figure 1.</strong> Screenshot of a search dialog with
recent
query
51
<p>
Recent
query suggestions are simply saved searches. When the user selects one of
57
<p>To provide
recent
queries suggestions, you need to:</p>
84
<p>Once the
recent
query suggestions are displayed, the following might happen:</p>
105
<p>The content provider that you need for
recent
query suggestions must be an implementation
109
<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.
/external/chromium/chrome/browser/sync/util/
dbgq.h
13
// pointer for a
recent
history.
/external/dbus/
NEWS
17
- thread-safe FD_CLOEXEC setting on
recent
Linux kernels (2.6.24-27 and up)
/external/llvm/test/CodeGen/PowerPC/
ppc64-linux-func-size.ll
18
; however, using this directive with
recent
binutils will result in the error:
/frameworks/base/packages/SystemUI/res/values-sw600dp-land/values-land-sw600dp/
dimens.xml
19
<!--
Recent
Applications parameters -->
/frameworks/base/packages/SystemUI/res/values-sw600dp-port/
dimens.xml
19
<!--
Recent
Applications parameters -->
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
RecentsCallback.java
17
package com.android.systemui.
recent
;
/packages/apps/Contacts/res/layout-sw580dp/
updates_header_contact.xml
43
<!-- "
Recent
updates" header text -->
50
android:text="@string/
recent
"
/packages/apps/Calendar/src/com/android/calendar/
TimezoneAdapter.java
43
* timezones (one user-provided, the device timezone, and two
recent
timezones),
184
/** The delimiter we use when serializing
recent
timezones to shared preferences */
187
/** The maximum number of
recent
timezones to save */
247
* user-provided, the device timezone, and two
recent
timezones), which can
267
// add in
recent
timezone selections
272
for (String
recent
: recents) {
273
if (!TextUtils.isEmpty(
recent
)) {
274
ids.add(
recent
);
351
* Saves the given timezone ID as a
recent
timezone under shared
352
* preferences. If there are already the maximum number of
recent
timezone
[
all
...]
/external/iptables/extensions/
libxt_recent.c
52
"
recent
match options:\n"
68
" --name name Name of the
recent
list to be used. DEFAULT used if none given.\n"
69
" --rsource Match/Save the source address of each packet in the
recent
list table (default).\n"
70
" --rdest Match/Save the destination address of each packet in the
recent
list table.\n"
127
"
recent
: you must specify one of `--set', `--rcheck' "
139
printf("
recent
:");
186
.name = "
recent
",
/frameworks/base/docs/html/tools/sdk/
eclipse-adt.jd
142
href="http://tools.android.com/
recent
/lintfeedback">more info</a>)</li>
144
href="http://tools.android.com/
recent
/lintonsave">more info</a>)</li>
147
<li>Layout Editor (<a href="http://tools.android.com/
recent
/newlayouteditorpropertysheet">more
280
(<a href="http://tools.android.com/
recent
/dealingwithdependenciesinandroidprojects">more
375
<li>Fixed minor issues in the <a href="http://tools.android.com/
recent
/lint">Lint</a>
409
href="http://tools.android.com/
recent
/lint">more info</a>)</li>
515
see the <a href="http://tools.android.com/
recent
/buildchangesinrevision14">Android Tools Project
525
development environment (<a href="http://tools.android.com/
recent
/welcomewizard">more
529
href="http://tools.android.com/
recent
/assetstudiointegration">more
533
href="http://tools.android.com/
recent
/updatedlogcatviewer">more info</a>).</li
[
all
...]
/external/chromium/chrome/browser/resources/ntp4/
recently_closed.js
37
this.menu.classList.add('
recent
-menu');
78
a.className = '
recent
-menu-item';
81
a.classList.add('
recent
-window');
/frameworks/base/libs/hwui/
DisplayListLogBuffer.cpp
26
* DisplayListLogBuffer is a utility class which logs the most
recent
display
28
* only care about the most
recent
operations, not the operations on a per-window
39
* additional mallocs to keep the most
recent
operations logged. Only numbers are
/external/webkit/Source/WebCore/manual-tests/plugins/
flip4mac-update-alert-over-navigation.html
11
version 2.3.1.2, is therefore currently the most
recent
version that will reproduce this bug due to it being the most
recent
version
/external/webkit/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/LeaksViewer/
LeaksViewer.css
67
#
recent
-builds-loading-indicator {
71
#
recent
-builds-list {
/frameworks/base/location/java/android/location/
GpsSatellite.java
110
* calculating the most
recent
GPS fix.
112
* @return true if the satellite was used to compute the most
recent
fix.
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
TrackerListHelper.java
34
// sort entries by most
recent
first
44
* Tracker data will be sorted in most-
recent
first order
/packages/apps/Contacts/res/layout/
updates_header_contact.xml
43
<!-- "
Recent
" header text -->
56
android:text="@string/
recent
"
Completed in 856 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>