Searched refs:text (Results 101 - 125 of 3881) sorted by relevance

1234567891011>>

/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.text_3.5.0.v20100601-1300.jar ... .text.IDocumentExtension2 org.eclipse.jface.text.IDocumentExtension3 org.eclipse.jface.text.
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/
H A DTestFastLexer.cs52 string text = builder.ToString();
55 IterateFast( text, iterations );
56 Iterate( text, iterations );
58 var time = Iterate( text, iterations );
59 var timeFast = IterateFast( text, iterations );
65 TimeSpan Iterate( string text, int count ) argument
71 SimpleExpressionLexer lexer = new SimpleExpressionLexer( new ANTLRStringStream( text ) );
79 TimeSpan IterateFast( string text, int count ) argument
85 FastSimpleExpressionLexer lexer = new FastSimpleExpressionLexer( new SlimStringStream( text ) );
/external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
H A DMockedDateFormatSymbolsProvider.java18 package org.apache.harmony.text.tests.java.text;
20 import java.text.DateFormatSymbols;
21 import java.text.spi.DateFormatSymbolsProvider;
H A DMockedDecimalFormatSymbolsProvider.java18 package org.apache.harmony.text.tests.java.text;
20 import java.text.DecimalFormatSymbols;
21 import java.text.spi.DecimalFormatSymbolsProvider;
/external/chromium/chrome/browser/net/
H A Durl_fixer_upper.h27 // Segments the given text string into parts of a URL. This is most useful
30 // Returns the canonicalized scheme, or the empty string when |text| is only
32 std::string SegmentURL(const std::string& text, url_parse::Parsed* parts);
33 string16 SegmentURL(const string16& text, url_parse::Parsed* parts);
35 // Converts |text| to a fixed-up URL and returns it. Attempts to make
37 // |text| may be an absolute path to a file, which will get converted to a
50 GURL FixupURL(const std::string& text, const std::string& desired_tld);
52 // Converts |text| to a fixed-up URL, allowing it to be a relative path on
61 GURL FixupRelativeFile(const FilePath& base_dir, const FilePath& text);
/external/jmonkeyengine/engine/src/core/com/jme3/input/controls/
H A DSoftTextDialogInputListener.java43 public void onSoftText(int action, String text); argument
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/
H A DTArgWhitespace.java10 public TArgWhitespace(String text) argument
12 setText(text);
15 public TArgWhitespace(String text, int line, int pos) argument
17 setText(text);
H A DTCommandDelimiter.java10 public TCommandDelimiter(String text) argument
12 setText(text);
15 public TCommandDelimiter(String text, int line, int pos) argument
17 setText(text);
H A DTComment.java10 public TComment(String text) argument
12 setText(text);
15 public TComment(String text, int line, int pos) argument
17 setText(text);
H A DTCsClose.java10 public TCsClose(String text) argument
12 setText(text);
15 public TCsClose(String text, int line, int pos) argument
17 setText(text);
H A DTCsOpen.java10 public TCsOpen(String text) argument
12 setText(text);
15 public TCsOpen(String text, int line, int pos) argument
17 setText(text);
H A DTData.java10 public TData(String text) argument
12 setText(text);
15 public TData(String text, int line, int pos) argument
17 setText(text);
H A DTDecNumber.java10 public TDecNumber(String text) argument
12 setText(text);
15 public TDecNumber(String text, int line, int pos) argument
17 setText(text);
H A DTElseIf.java10 public TElseIf(String text) argument
12 setText(text);
15 public TElseIf(String text, int line, int pos) argument
17 setText(text);
H A DTHardDelimiter.java10 public THardDelimiter(String text) argument
12 setText(text);
15 public THardDelimiter(String text, int line, int pos) argument
17 setText(text);
H A DTHexNumber.java10 public THexNumber(String text) argument
12 setText(text);
15 public THexNumber(String text, int line, int pos) argument
17 setText(text);
H A DTString.java10 public TString(String text) argument
12 setText(text);
15 public TString(String text, int line, int pos) argument
17 setText(text);
H A DTWord.java10 public TWord(String text) argument
12 setText(text);
15 public TWord(String text, int line, int pos) argument
17 setText(text);
/external/linux-tools-perf/util/ui/
H A Dutil.h7 int ui__help_window(const char *text);
/external/llvm/test/MC/ARM/
H A Dmapping-within-section.s3 .text
27 @ CHECK: 00000000 .text 00000000 $a
28 @ CHECK-NEXT: 0000000c .text 00000000 $a
29 @ CHECK-NEXT: 00000018 .text 00000000 $a
30 @ CHECK-NEXT: 00000004 .text 00000000 $d
31 @ CHECK-NEXT: 00000012 .text 00000000 $d
32 @ CHECK-NEXT: 00000008 .text 00000000 $t
33 @ CHECK-NEXT: 00000010 .text 00000000 $t
/external/llvm/test/MC/ELF/
H A Ddebug-loc.s24 .text
H A Ddiff2.s7 .text
H A Dgen-dwarf.s6 // 2. the debug_aranges has relocations to text and debug_line.
9 .text
55 // Two relocations in .debug_aranges, one to text and one to debug_info.
68 // Symbol 1 is section 1 (.text)
H A Dsleb.s6 .text
22 // ELF_32: ('sh_name', 0x00000001) # '.text'
24 // ELF_64: ('sh_name', 0x00000001) # '.text'
/external/nist-sip/java/javax/sip/header/
H A DEncoding.java3 import java.text.ParseException;

Completed in 335 milliseconds

1234567891011>>