/external/pcre/testdata/ |
grepinput | 12 Here follows a whole lot of stuff that makes the file over 24K long. 15 The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the 16 lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox 17 jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick 18 brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. 20 The quick brown fox jumps over the lazy dog. The quick brown fox jumps over th [all...] |
grepinputv | 3 over the lazy dog.
|
/external/webkit/LayoutTests/fast/encoding/ |
escaped-bracket-expected.txt | 2 This test checks whether charset sniffer skips over escaped characters correctly.
|
quotes-in-title-expected.txt | 2 This test checks whether charset sniffer skips over quoted elements in a title tag correctly. Tests a bug in the charset sniffer that would consume all characters after the bracket in the quoted text until the next closing bracket, causing the closing title tag to be missed.
|
/external/webkit/LayoutTests/storage/ |
open-database-over-quota-expected.txt | 1 This tests that calling openDatabase with a size over 5MB doesn't assert on debug builds.
|
/external/webkit/Source/WebCore/manual-tests/ |
drag-caret.html | 1 <p>This tests dragging over an input element, to make sure no drag-cursor is left behind.</p> 3 <p>Drag some text over the input element and make sure the Drag Caret disappears when the drag exits the input element. Per https://bugs.webkit.org/show_bug.cgi?id=26787</p>
|
right-click-crash.html | 5 Do it over and over again in quick succession. The test passes if you don't see a crash.
|
timeout-test.html | 6 To run this test, both timeout-test.html and timeout-test.php must be served over http.<br> 8 Clicking on this button will post a form that takes over 10 minutes for the server to respond. The connection should not time out!<br>
|
/external/dbus/test/data/auth/ |
cancel.auth-script | 11 ## now start over and see if it works
|
/external/clang/www/analyzer/scripts/ |
menu.js | 8 this.className+=" over"; 11 this.className=this.className.replace(" over", "");
|
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/ |
p6.cpp | 20 void over(int); 21 int over(long); 25 apply(0, &over); 28 apply(0L, &over); // expected-error {{no matching function for call to 'apply'}} 31 void over(short); 35 // pick correct overload of 'over' during overload resolution for 'apply' 36 apply(0, &over); 65 void over(int); 66 int over(long); 70 invoke(&over); [all...] |
/development/samples/BluetoothChat/ |
_index.html | 2 two-way text chat over Bluetooth. It demonstrates all the fundamental Bluetooth 9 <li>Transfering data over Bluetooth</li>
|
/external/webkit/Source/WebCore/manual-tests/gtk/ |
cursor-image.html | 1 <div>Mouse over the grey block below to change the cursor to a small cross.</div> 3 <div>Mouse over the grey block below to change the cursor to three small crosses.</div>
|
/external/webkit/Source/WebCore/rendering/mathml/ |
RenderMathMLUnderOver.cpp | 45 // Determine what kind of under/over expression we have by element name 50 m_kind = Over; 79 // the under or over 82 if (m_kind == Over) { 83 // add the over as first 91 // the under or over 95 // add the over as first 128 // For over or underover, the base is the sibling of the first child 148 RenderObject* over = 0; local 151 case Over [all...] |
/external/icu4c/common/unicode/ |
schriter.h | 32 * A concrete subclass of CharacterIterator that iterates over the 35 * iterator that iterates over an entire UnicodeString, but also to 36 * create one that iterates over only a subrange of a UnicodeString 37 * (iterators over different subranges of the same UnicodeString don't 46 * Create an iterator over the UnicodeString referred to by "textStr". 55 * Create an iterator over the UnicodeString referred to by "textStr". 67 * Create an iterator over the UnicodeString referred to by "textStr". 88 * Copy constructor. The new iterator iterates over the same range 104 * Assignment operator. *this is altered to iterate over the same 115 * Returns true if the iterators iterate over the same range of th [all...] |
/external/llvm/test/CodeGen/X86/ |
fast-isel-bail.ll | 4 ; to gracefully bail out and let SelectionDAGISel take over.
|
/external/nist-sip/java/gov/nist/core/net/ |
package.html | 4 and control over these objects. This feature was proposed by Mike Andrews
|
/external/valgrind/main/memcheck/tests/ |
long-supps.c | 1 // Bug 186796: function names of over 200 chars in suppressions were being
|
/external/webkit/Source/WebCore/manual-tests/animation/ |
animateColor-by.svg | 5 <text x='10' y='120'>The rect should animate from black to green over 3 seconds</text>
|
animateColor-from-by.svg | 5 <text x='10' y='120'>The rect should animate from red to purple over 3 seconds</text>
|
animateColor-repeat-indefinite.svg | 5 <text x='10' y='120'>The rect should animate from blue to green over 2 seconds, repeatedly.</text>
|
animateColor-to-from.svg | 5 <text x='10' y='120'>The rect should animate from blue to green over 3 seconds</text>
|
animateColor-to.svg | 5 <text x='10' y='120'>The rect should animate from blue to green over 3 seconds</text>
|
animateColor-values-simple.svg | 5 <text x='10' y='120'>The rect should animate from blue to green over 3 seconds</text>
|
animateMotion-to.svg | 6 The rect should from 0,0 to 100,0 over 3 seconds.
|