Home
last modified time | relevance | path

Searched refs:recent (Results 1 – 25 of 197) sorted by relevance

12345678

/external/chromium/chrome/browser/resources/ntp4/
Drecently_closed.css22 .recent-menu {
26 .recent-menu-item {
42 .recent-window {
47 .recent-menu-item:active,
48 .recent-menu-item:visited,
49 .recent-menu-item:link {
/external/iptables/extensions/
Dlibxt_recent.man21 Match/save the source address of each packet in the recent list table. This
25 Match/save the destination address of each packet in the recent list table.
64 iptables \-A FORWARD \-m recent \-\-name badguy \-\-rcheck \-\-seconds 60 \-j DROP
66 iptables \-A FORWARD \-p tcp \-i eth0 \-\-dport 139 \-m recent \-\-name badguy \-\-set \-j DROP
/external/webkit/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/LeaksViewer/
DLeaksViewer.css67 #recent-builds-loading-indicator {
71 #recent-builds-list {
/external/webkit/Tools/QueueStatusServer/handlers/
Ddashboard.py62 "rows": [self._build_row(attachment) for attachment in Attachment.recent(limit=25)],
/external/llvm/projects/
DCMakeLists.txt15 # recent version of CMake.
/external/llvm/test/CodeGen/PowerPC/
Dppc64-linux-func-size.ll19 ; however, using this directive with recent binutils will result in the error:
/external/openfst/src/include/fst/
Daccumulator.h364 it->second.recent = true; in GetWeights()
387 bool recent; // Has this state been accessed since last GC? member
389 CacheState(vector<double> *w, bool r) : weights(w), recent(r) {} in CacheState()
401 if (free_recent || !cs.recent) { in GC()
406 cs.recent = false; in GC()
/external/markdown/docs/extensions/
Dindex.txt7 These extensions are included with (at least) the most recent release and are
/external/grub/
DREADME13 See the file NEWS for a description of recent changes to GRUB.
/external/llvm/docs/HistoricalNotes/
D2000-12-06-EncodingIdea.txt19 My guess is that most SSA references are to recent values (especially if
/external/chromium/chrome/browser/net/
Dpassive_log_collector_unittest.cc139 SourceInfoList recent = GetDeadSources(tracker); in TEST() local
141 ASSERT_EQ(RequestTracker::kMaxGraveyardSize, recent.size()); in TEST()
146 EXPECT_EQ(url, recent[i].GetURL()); in TEST()
/external/eigen/cmake/
Dlanguage_support.cmake16 # Call Stack (most recent call first):
/external/strace/
DREADME16 See the file NEWS for information on what has changed in recent
DREADME-linux7 you use recent kernel headers. Strace needs those to get the proper data
/external/webkit/Tools/QueueStatusServer/model/
Dattachment.py44 def recent(cls, limit=1): member in Attachment
/external/v8/test/sputnik/
Dsputnik.status208 # Invalid test case (recent change adding var changes semantics)
212 # Invalid test case (recent change adding var changes semantics)
214 # Invalid test case (recent change adding var changes semantics)
/external/proguard/examples/
Dproguardgui.pro19 # In recent JREs, some public Swing classes depend on package visible classes,
/external/e2fsprogs/
DABOUT-NLS45 you have installed a recent copy of the GNU gettext package with the
76 should use the more recent version of the GNU `gettext' library. I.e.
78 package is more recent, you should use
412 If August 2002 seems to be old, you may fetch a more recent copy of
/external/webkit/Source/WebKit/win/Interfaces/
DIWebHistory.idl126 or more history items, ordered from most recent to oldest.
137 specified NSCalendarDate, ordered from most recent to oldest.
/external/bison/
DREADME25 PDF and HTML, provided you have a recent version of Texinfo installed:
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
DRecognitionException.as94 * for most recent token with line/col info, but notify getErrorHeader()
137 // we found the most recent real line / pos info
/external/ceres-solver/docs/
Dceres-solver.tex104 Building this pdf from source requires a relatively recent installation of \texttt{LaTeX}~\footnote…
/external/valgrind/main/
DAUTHORS11 more recent Linux/glibc versions, set up the present build system, and has
/external/bison/examples/
Dextexi66 # Note that recent Bison support it, but not Flex.
/external/webkit/Source/WebKit/
DChangeLog332 * StringsNotToBeLocalized.txt: Updated for recent changes.
845 * StringsNotToBeLocalized.txt: Updated for recent changes.
1494 * StringsNotToBeLocalized.txt: Updated for recent changes.
1534 Update EWebKit (EFL port) to match recent API changes.
1551 Update EFL port files to match recent API changes.
1601 Update EFL port to match recent API changes.
1715 * StringsNotToBeLocalized.txt: Updated for recent changes.
2015 * StringsNotToBeLocalized.txt: Updated for recent changes.
2851 Update StringsNotToBeLocalized.txt for (not so) recent changes
2930 … * StringsNotToBeLocalized.txt: Updated for recent changes. Got rid of most full-file exceptions.
[all …]

12345678