HomeSort by relevance Sort by last modified time
    Searched refs:Text (Results 51 - 75 of 713) sorted by null

1 23 4 5 6 7 8 91011>>

  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
hc_nodedocumentfragmentnormalize2.java 31 * Create a document fragment with an empty text node, after normalization there should be no child nodes.
62 Text txtNode;
69 txtNode = (Text) docFragment.getFirstChild();
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
IToken.cs 36 /** <summary>Get the text of the token</summary> */
37 string Text {
ClassicToken.cs 45 string text; field in class:Antlr.Runtime.ClassicToken
59 text = oldToken.Text;
66 public ClassicToken(int type, string text) {
68 this.text = text;
71 public ClassicToken(int type, string text, int channel) {
73 this.text = text;
78 public string Text {
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
ParseTree.cs 36 using StringBuilder = System.Text.StringBuilder;
55 public override string Text {
95 return t.Text;
110 buf.Append(hidden.Text);
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
IToken.cs 38 /** <summary>Get the text of the token</summary> */
39 string Text
CommonToken.cs 36 using Regex = System.Text.RegularExpressions.Regex;
50 * We need to be able to change the text once in a while. If
55 string text; field in class:Antlr.Runtime.CommonToken
84 public CommonToken( int type, string text )
88 this.text = text;
93 text = oldToken.Text;
108 public string Text
112 if ( text != null
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
ParseTree.cs 37 using StringBuilder = System.Text.StringBuilder;
58 public override string Text
114 return t.Text;
132 buf.Append( hidden.Text );
  /external/chromium_org/third_party/skia/src/animator/
SkDrawText.h 17 DECLARE_MEMBER_INFO(Text);
25 const char* getText() { return text.c_str(); }
26 size_t getSize() { return text.size(); }
28 SkString text; member in class:SkText
  /external/clang/lib/Format/
WhitespaceManager.h 184 /// \brief Stores \p Text as the replacement for the whitespace in \p Range.
185 void storeReplacement(const SourceRange &Range, StringRef Text);
186 void appendNewlineText(std::string &Text, unsigned Newlines);
187 void appendNewlineText(std::string &Text, unsigned Newlines,
190 void appendIndentText(std::string &Text, unsigned IndentLevel,
BreakableToken.cpp 42 static BreakableToken::Split getCommentSplit(StringRef Text,
54 NumChars < MaxSplit && MaxSplitBytes < Text.size();) {
56 encoding::getCodePointNumBytes(Text[MaxSplitBytes], Encoding);
58 encoding::columnWidthWithTabs(Text.substr(MaxSplitBytes, BytesInChar),
63 StringRef::size_type SpaceOffset = Text.find_last_of(Blanks, MaxSplitBytes);
66 Text.find_last_not_of(Blanks, SpaceOffset) == StringRef::npos) {
69 StringRef::size_type FirstNonWhitespace = Text.find_first_not_of(Blanks);
73 SpaceOffset = Text.find_first_of(
77 StringRef BeforeCut = Text.substr(0, SpaceOffset).rtrim(Blanks);
78 StringRef AfterCut = Text.substr(SpaceOffset).ltrim(Blanks)
    [all...]
  /external/skia/src/animator/
SkDrawText.h 17 DECLARE_MEMBER_INFO(Text);
25 const char* getText() { return text.c_str(); }
26 size_t getSize() { return text.size(); }
28 SkString text; member in class:SkText
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
ScrolledText.py 1 """A ScrolledText widget feels like a text widget but also has a
7 Configuration options are passed to the Text widget.
8 A Frame widget is inserted between the master and the text, to hold
10 Most methods calls are inherited from the Text widget; Pack, Grid and
16 from Tkinter import Frame, Text, Scrollbar, Pack, Grid, Place
19 class ScrolledText(Text):
26 Text.__init__(self, self.frame, **kw)
30 # Copy geometry methods of self.frame without overriding Text
32 text_meths = vars(Text).keys()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
ScrolledText.py 1 """A ScrolledText widget feels like a text widget but also has a
7 Configuration options are passed to the Text widget.
8 A Frame widget is inserted between the master and the text, to hold
10 Most methods calls are inherited from the Text widget; Pack, Grid and
16 from Tkinter import Frame, Text, Scrollbar, Pack, Grid, Place
19 class ScrolledText(Text):
26 Text.__init__(self, self.frame, **kw)
30 # Copy geometry methods of self.frame without overriding Text
32 text_meths = vars(Text).keys()
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
MarginChooser.java 33 import org.eclipse.swt.widgets.Text;
42 private Text mLeftField;
43 private Text mRightField;
44 private Text mTopField;
45 private Text mBottomField;
46 private Text mAllField;
55 // Client data key for resource buttons pointing to the associated text field
95 mAllField = new Text(container, SWT.BORDER | SWT.LEFT);
110 mLeftField = new Text(container, SWT.BORDER | SWT.LEFT);
122 mRightField = new Text(container, SWT.BORDER | SWT.LEFT)
197 Text text = (Text) event.widget; local
218 Text text = (Text) button.getData(PROP_TEXTFIELD); local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/editing/
InputMethodController.h 39 class Text;
52 // international text input composition
56 // Inserts the text that is being composed as a regular text and returns true
59 // Inserts the given text string in the place of the existing composition
61 bool confirmComposition(const String& text);
62 // Inserts the text that is being composed or specified non-empty text and
64 bool confirmCompositionOrInsertText(const String& text, ConfirmCompositionBehavior);
66 // Deletes the existing composition text
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
DOMEditor.h 35 #include "wtf/text/WTFString.h"
43 class Text;
60 bool replaceWholeText(Text*, const String& text, ExceptionState&);
69 bool replaceWholeText(Text*, const String& text, ErrorString*);
  /external/elfutils/0.153/libelf/
exttypes.h 76 #define TYPE_EXTRA(Text) Text
77 #define TYPE_XLATE(Text)
  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
hc_attrchildnodes1.java 32 * the expected text node.
65 Text textNode;
74 textNode = (Text) childNodes.item(0);
77 textNode = (Text) childNodes.item(1);
hc_textindexsizeerrnegativeoffset.java 75 Text textNode;
76 Text splitNode;
80 textNode = (Text) nameNode.getFirstChild();
textindexsizeerrnegativeoffset.java 76 Text textNode;
77 Text splitNode;
81 textNode = (Text) nameNode.getFirstChild();
  /external/clang/include/clang/Frontend/
VerifyDiagnosticConsumer.h 41 /// text between {{ and }} markers. The full text doesn't have to be included,
57 /// #warning some text
58 /// // expected-warning@10 {{some text}}
81 /// syntax is "expected-<type> <n> {{diag text}}", where \<type> is one of
150 StringRef Text, unsigned Min, unsigned Max);
157 const std::string Text;
163 // Returns true if directive text is valid.
172 bool MatchAnyLine, StringRef Text, unsigned Min, unsigned Max)
174 Text(Text), Min(Min), Max(Max), MatchAnyLine(MatchAnyLine)
    [all...]
  /external/clang/include/clang/AST/
CommentLexer.h 37 text, enumerator in enum:clang::comments::tok::TokenKind
71 /// Contains text value associated with a token.
101 assert(is(tok::text));
105 void setText(StringRef Text) {
106 assert(is(tok::text));
107 TextPtr = Text.data();
108 IntVal = Text.size();
147 void setVerbatimBlockText(StringRef Text) {
149 TextPtr = Text.data();
150 IntVal = Text.size()
    [all...]
  /external/compiler-rt/lib/ubsan/
ubsan_diag.h 98 const char *Text;
101 Range() : Start(), End(), Text() {}
102 Range(MemoryLocation Start, MemoryLocation End, const char *Text)
103 : Start(Start), End(End), Text(Text) {}
106 const char *getText() const { return Text; }
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/expected/
ExpectedKeyOutput.java 29 * There are two types of expected output, an integer code point and a string output text.
41 return new Text(outputText);
46 abstract boolean equalsTo(final String text);
78 boolean equalsTo(final String text) {
79 return StringUtils.codePointCount(text) == 1 && text.codePointAt(0) == mCode;
115 * This class represents a string output text.
117 private static class Text extends ExpectedKeyOutput {
120 Text(final String text) { mText = text;
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiTextAttributeNode.java 31 import org.eclipse.swt.widgets.Text;
36 * Represents an XML attribute in that can be modified using a simple text field
39 * The XML attribute has no default value. When unset, the text field is blank.
47 /** Text field */
48 private Text mText;
57 * Creates a label widget and an associated text field.
66 Text text = SectionHelper.createLabelAndText(parent, managedForm.getToolkit(), local
70 setTextWidget(text);
123 * Sets the Text widget object, and prepares it to handle modification and synchronizatio
    [all...]

Completed in 965 milliseconds

1 23 4 5 6 7 8 91011>>