/external/e2fsprogs/debian/ |
e2fsck-static.copyright | 14 Upstream Author: Theodore Ts'o <tytso@mit.edu>
|
e2fslibs.copyright | 13 Upstream Author: Theodore Ts'o <tytso@mit.edu>
|
e2fsprogs.copyright | 13 Upstream Author: Theodore Ts'o <tytso@mit.edu>
|
libuuid1.copyright | 8 Upstream Author: Theodore Ts'o <tytso@mit.edu>
|
uuid-dev.copyright | 8 Upstream Author: Theodore Ts'o <tytso@mit.edu>
|
uuid-runtime.copyright | 8 Upstream Author: Theodore Ts'o <tytso@mit.edu>
|
changelog | 3 * New upstream release 34 * New upstream release 103 * New upstream release 147 * New upstream release 171 * New upstream release 204 * New upstream release 244 * New upstream release 297 * New upstream release 364 * New upstream release 386 * New upstream releas [all...] |
/external/qemu/ |
monitor-android.h | 2 * Android-specific stuff as possible to ease upstream integrations.
|
/external/webkit/Source/WebCore/editing/ |
VisiblePosition.cpp | 59 if (m_affinity == UPSTREAM && (isNull() || inSameLine(VisiblePosition(position, DOWNSTREAM), *this))) 91 // UPSTREAM position can never yield another UPSTREAM position (unless line wrap length is 0!). 92 if (prev.isNotNull() && m_affinity == UPSTREAM) { 94 temp.setAffinity(UPSTREAM); 465 Position upstream = candidate.upstream(); local 466 if (upstream.isCandidate()) 467 return upstream; 482 // unless the affinity is upstream [all...] |
TextAffinity.h | 39 enum EAffinity { UPSTREAM = 0, DOWNSTREAM = 1 };
|
VisibleSelection.h | 71 VisiblePosition visibleEnd() const { return VisiblePosition(m_end, isRange() ? UPSTREAM : affinity()); } 93 // text, and moves the caret upstream before returning the range. 128 EAffinity m_affinity; // the upstream/downstream affinity of the caret
|
CompositeEditCommand.cpp | 454 // Set upstream and downstream to define the extent of the whitespace surrounding text[offset]. 455 int upstream = startOffset; local 456 while (upstream > 0 && isWhitespace(text[upstream - 1])) 457 upstream--; 463 int length = downstream - upstream; 467 VisiblePosition visibleUpstreamPos(Position(textNode, upstream, Position::PositionIsOffsetInAnchor)); 470 String string = text.substring(upstream, length); 474 isStartOfParagraph(visibleUpstreamPos) || upstream == 0, 478 replaceTextInNode(textNode, upstream, length, rebalancedString) [all...] |
/external/webkit/Tools/DumpRenderTree/chromium/ |
AccessibilityController.cpp | 100 // As of r49031, this is not being used upstream. 106 // As of r49031, this is not being used upstream.
|
/ndk/build/tools/toolchain-patches/gcc/ |
0001-Update-gcc-4.4.3-for-building-libsupc-in-freestandin.patch | 6 -Backport upstream patch from gcc rev 171019. 22 Not yet upstream.
|
/development/pdk/docs/source/ |
submit-patches.jd | 18 <li>Note that changes to some of the upstream projects used by Android should be 20 <a href="#upstream-projects">Upstream Projects</a>. 150 <h2><a name="upstream-projects"></a>Upstream Projects</h2> 154 upstream projects detailed below, changes should be made directly upstream. Such 159 upstream at <a href="http://www.webkit.org">http://www.webkit.org</a>. The 168 upstream at
|
/external/dnsmasq/contrib/openvpn/ |
README | 12 > /etc/dnsmasq.conf to look there for its upstream dns servers.
|
dnsmasq.patch | 40 # change this line if you want dns to get its upstream servers from
|
/external/kernel-headers/original/linux/ |
nvhdcp.h | 57 __u64 c_n; // (IN) upstream exchange number
|
/external/oprofile/events/x86-64/family11h/ |
unit_masks | 109 0x10 Upstream display refresh/ISOC reads 110 0x20 Upstream non-display refresh reads 111 0x40 Upstream ISOC writes 112 0x80 Upstream non-ISOC writes
|
/external/srtp/googlepatches/ |
google-12-srtp-hide-aes-tables-main.patch | 23 arround 0. (Currently contacting libsrtp developers for upstream.)
|
/external/webkit/Source/WebCore/platform/ |
GeolocationService.h | 52 // TODO: Upstream to webkit.org. See https://bugs.webkit.org/show_bug.cgi?id=34082
|
/external/webkit/Source/WebCore/platform/android/ |
GeolocationServiceAndroid.h | 49 // TODO: Upstream to webkit.org. See https://bugs.webkit.org/show_bug.cgi?id=34082
|
/external/webkit/Source/WebCore/platform/mock/ |
GeolocationServiceMock.h | 50 // TODO: Upstream to webkit.org. See https://bugs.webkit.org/show_bug.cgi?id=34082
|
/external/webkit/Source/WebCore/rendering/ |
RenderPart.cpp | 84 // FIXME: Upstream this to webkit.org
|
/external/dnsmasq/ |
setup.html | 46 upstream nameservers. To fix this, simply replace the nameserver in 48 address(es) of the upstream nameserver(s) to dnsmasq directly. You can 169 specific upstream nameservers. This feature was added for use with 189 to upstream servers. This is accomodated by using server options 194 <TT>/etc/hosts</TT> or DHCP, but never sent to an upstream server.
|