| /external/libxml2/result/ | 
| slashdot.xml.rdr | 2 1 14 #text 0 1 5 2 14 #text 0 1
 8 3 3 #text 0 1 100 Mbit/s on Fibre to the home
 10 2 14 #text 0 1
 13 3 3 #text 0 1 http://slashdot.org/articles/99/06/06/1440211.shtml
 15 2 14 #text 0 1
 18 3 3 #text 0 1 1999-06-06 14:39:59
 20 2 14 #text 0 1
 23 3 3 #text 0 1 CmdrTaco
 25 2 14 #text 0 1
 [all...]
 | 
| slashdot.rdf.rde | 2 1 14 #text 0 1 6 2 14 #text 0 1
 9 3 3 #text 0 1 Slashdot:News for Nerds. Stuff that Matters.
 11 2 14 #text 0 1
 14 3 3 #text 0 1 http://slashdot.org/
 16 2 14 #text 0 1
 19 3 3 #text 0 1 News for Nerds.  Stuff that Matters
 21 2 14 #text 0 1
 24 1 14 #text 0 1
 28 2 14 #text 0 1
 [all...]
 | 
| slashdot.rdf.rdr | 2 1 14 #text 0 1 6 2 14 #text 0 1
 9 3 3 #text 0 1 Slashdot:News for Nerds. Stuff that Matters.
 11 2 14 #text 0 1
 14 3 3 #text 0 1 http://slashdot.org/
 16 2 14 #text 0 1
 19 3 3 #text 0 1 News for Nerds.  Stuff that Matters
 21 2 14 #text 0 1
 24 1 14 #text 0 1
 28 2 14 #text 0 1
 [all...]
 | 
| ns6.rde | 2 1 14 #text 0 1 5 1 14 #text 0 1
 8 1 14 #text 0 1
 
 | 
| ns6.rdr | 2 1 14 #text 0 1 5 1 14 #text 0 1
 8 1 14 #text 0 1
 
 | 
| nsclean.xml.rde | 2 1 14 #text 0 1 5 2 14 #text 0 1
 8 1 14 #text 0 1
 
 | 
| nsclean.xml.rdr | 2 1 14 #text 0 1 5 2 14 #text 0 1
 8 1 14 #text 0 1
 
 | 
| /external/python/cpython3/Lib/idlelib/idle_test/ | 
| test_undo.py | 10 from tkinter import Text, Tk 20         cls.text = Text(cls.root)
 21         cls.percolator = Percolator(cls.text)
 26         del cls.percolator, cls.text
 37         self.text.delete('1.0', 'end')
 41         text = self.text
 43         text.insert('insert', 'foobar')
 44         text.insert('insert', 'h'
 [all...]
 | 
| /frameworks/base/core/tests/coretests/src/android/text/method/ | 
| WordIteratorTest.java | 17 package android.text.method; 31 import java.text.BreakIterator;
 34 // TODO(Bug: 24062099): Add more tests for non-ascii text.
 153         final String text = "text";  local
 157             wordIterator.setCharSequence(text, 100, 100);
 163             wordIterator.setCharSequence(text, -100, -100);
 169         wordIterator.setCharSequence(text, 0, text.length());
 170         wordIterator.setCharSequence(text, 0, 0)
 176  final String text = "aaaa bbbb cccc dddd eeee ffff gggg hhhh iiii jjjj kkkk llll mmmm nnnn";  local
 193  final String text = "abc def-ghi. jkl";  local
 233  final String text = "abc def-ghi. jkl";  local
 273  final String text = "abc def-ghi. jkl";  local
 301  final String text = "abc def-ghi. jkl";  local
 348  final String text = "abc def-ghi. jkl";  local
 395  final String text = "abc def-ghi. jkl";  local
 423  final String text = "abc def-ghi. jkl";  local
 446  final String text = "\\u3042\\u30A2\\u30A3\\u30A4";  local
 469  final String text = "abc def-ghi. jkl";  local
 497  final String text = "abc def-ghi. jkl";  local
 520  final String text = "\\u3042\\u30A2\\u30A3\\u30A4";  local
 543  final String text = "abc!? (^^;) def";  local
 578  final String text = "abc!? (^^;) def";  local
 610  final String text = "abc!? (^^;) def";  local
 626  final String text = "abc!? (^^;) def";  local
 646  final String text = "isn't he";  local
 [all...]
 | 
| /external/libxml2/test/namespaces/reconcile/ | 
| tests-to-c.xsl | 3 	<xsl:output method="text"/> 6 		<xsl:text><![CDATA[
 12 </xsl:text>
 15 		<xsl:text>
 17 int main(int argc, char **argv) {
</xsl:text>
 19 		<xsl:text>
 23 </xsl:text>
 27 		<xsl:text>	nsTest_</xsl:text>
 29 		<xsl:text>();
</xsl:text
 [all...]
 | 
| /external/libxml2/test/relaxng/ | 
| tutor6_2.rng | 3     <text/> 6     <text/>
 11       <value>text</value>
 
 | 
| /external/llvm/test/YAMLParser/ | 
| spec-09-23.test | 6   # text?  ? # Clip 12   # text… ? # Keep
 18   # text?… # Trail
 
 | 
| /external/markdown/MarkdownTest/Tests_2007/ | 
| Code Blocks.text | 3 Regular text. 7 Regular text.
 12 Regular Text.
 
 | 
| /external/owasp/sanitizer/tools/findbugs/doc/ | 
| findbugs.css | 6     text-decoration: none; 10     text-decoration: none;
 14     text-decoration: underline;
 
 | 
| /external/snakeyaml/src/test/resources/pyyaml/ | 
| spec-06-06.canonical | 5   : !!str "text lines", 7   : !!str "text lines",
 9   : !!str "text\n 	lines\n"
 
 | 
| spec-08-09.data | 3   plain: !!str some text 5     single: 'some text'
 6     double: "some text"
 
 | 
| /external/v8/benchmarks/spinning-balls/ | 
| index.html | 4     body { text-align: center; } 8   <script type="text/javascript" src="splay-tree.js"></script>
 9   <script type="text/javascript" src="v.js"></script>
 
 | 
| /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/ | 
| 24k-triple-stores-9.s | 1 	.text 6 	.text
 10 	.text
 
 | 
| /toolchain/binutils/binutils-2.27/ld/testsuite/ld-elf/ | 
| loadaddr.t | 4   .text : {*(.text .text.*)} 
 | 
| merge.ld | 4   .text : { *(.text .text.* .gnu.linkonce.t.*) } 
 | 
| /toolchain/binutils/binutils-2.27/ld/testsuite/ld-metag/ | 
| stub.s | 2 	.text 7 	.section .text.pad,"ax"
 10 	.section .text.far,"ax"
 
 | 
| /toolchain/binutils/binutils-2.27/ld/testsuite/ld-mips-elf/ | 
| compact-eh.ld | 4   .text : 6     *(.text .text.*)
 
 | 
| jalx-2.ld | 7   .text _start_text : AT (ADDR (.text)) { *(.text) } 
 | 
| /toolchain/binutils/binutils-2.27/ld/testsuite/ld-scripts/ | 
| size-1.t | 4   .text ALIGN (0x20) : { *(.text) } 7     LONG (SIZEOF (.text))
 
 | 
| sizeof.t | 2 	.text : 11 	    . = . + SIZEOF(.text);
 16 sizeof_text = SIZEOF(.text);
 
 |