Searched refs:Text (Results 176 - 200 of 491) sorted by relevance

1234567891011>>

/external/chromium_org/tools/win/ChromeDebug/ChromeDebug/
H A DUtility.cs10 using System.Text;
/external/chromium_org/tools/win/ChromeDebug/LowLevel/
H A DNativeMethods.cs10 using System.Text;
/external/clang/include/clang/Edit/
H A DEditedSource.h33 StringRef Text; member in struct:clang::edit::EditedSource::FileEdit
/external/deqp/executor/
H A DxeTestCaseResult.hpp63 class Text;
219 class Text : public Item class in namespace:xe::ri
222 Text (void) : Item(TYPE_TEXT) {} function in class:xe::ri::Text
223 ~Text (void) {}
/external/emma/core/java12/com/vladium/emma/report/html/doc/
H A DIElement.java104 m_contents.add (new Text (text, nbsp));
/external/zlib/src/contrib/dotzlib/DotZLib/
H A DChecksumImpl.cs10 using System.Text;
H A DDotZLib.cs11 using System.Text;
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
H A DBaseTreeAdaptor.cs257 fromToken.Text = text;
268 fromToken.Text = text;
300 return tree.Text;
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DPosition.h44 class Text;
86 Position(PassRefPtrWillBeRawPtr<Text> textNode, unsigned offset);
99 Text* containerText() const;
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DFrameSelection.h46 class Text;
163 void didMergeTextNodes(const Text& oldNode, unsigned offset);
164 void didSplitTextNode(const Text& oldNode);
H A DCompositeEditCommand.cpp37 #include "core/dom/Text.h"
442 void CompositeEditCommand::splitTextNode(PassRefPtrWillBeRawPtr<Text> node, unsigned offset)
469 void CompositeEditCommand::splitTextNodeContainingElement(PassRefPtrWillBeRawPtr<Text> text, unsigned offset)
474 void CompositeEditCommand::insertTextIntoNode(PassRefPtrWillBeRawPtr<Text> node, unsigned offset, const String& text)
480 void CompositeEditCommand::deleteTextFromNode(PassRefPtrWillBeRawPtr<Text> node, unsigned offset, unsigned count)
485 void CompositeEditCommand::replaceTextInNode(PassRefPtrWillBeRawPtr<Text> prpNode, unsigned offset, unsigned count, const String& replacementText)
487 RefPtrWillBeRawPtr<Text> node(prpNode);
500 RefPtrWillBeRawPtr<Text> textNode = start.containerText();
517 void CompositeEditCommand::replaceTextInNodePreservingMarkers(PassRefPtrWillBeRawPtr<Text> prpNode, unsigned offset, unsigned count, const String& replacementText)
519 RefPtrWillBeRawPtr<Text> nod
[all...]
H A DApplyBlockElementCommand.cpp33 #include "core/dom/Text.h"
202 Text* startText = start.containerText();
231 RefPtrWillBeRawPtr<Text> endContainer = end.containerText();
254 RefPtrWillBeRawPtr<Text> text = position.containerText();
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLTextFormControlElementTest.cpp9 #include "core/dom/Text.h"
192 SCOPED_TRACE("A Text node and a BR element");
195 innerText->appendChild(Text::create(document(), "Hello, text form."));
200 SCOPED_TRACE("Text nodes.");
203 innerText->appendChild(Text::create(document(), "Hel\nlo, te"));
204 innerText->appendChild(Text::create(document(), "xt form."));
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/documentation/
H A DWikiParser.js57 Text: "Text",
204 return new WebInspector.WikiParser.Token(token, WebInspector.WikiParser.TokenType.Text);
211 return new WebInspector.WikiParser.Token(token, WebInspector.WikiParser.TokenType.Text);
427 case WebInspector.WikiParser.TokenType.Text:
452 case WebInspector.WikiParser.TokenType.Text:
600 case WebInspector.WikiParser.TokenType.Text:
/external/clang/include/clang/AST/
H A DCommentSema.h157 StringRef Text);
163 StringRef Text);
173 StringRef Text);
/external/tinyxml/
H A Dxmltest.cpp381 assert( textHandle.Text() );
391 TiXmlText* text = textHandle.Text();
522 TiXmlText* text = docH.FirstChildElement( "document" ).FirstChildElement( (const char*) russianElementName ).Child( 0 ).Text();
921 text = docH.FirstChildElement( "element" ).Child( 0 ).Text();
926 text = docH.FirstChildElement( "element" ).Child( 0 ).Text();
931 text = docH.FirstChildElement( "element" ).Child( 0 ).Text();
937 text = docH.FirstChildElement( "element" ).Child( 0 ).Text();
942 text = docH.FirstChildElement( "element" ).Child( 0 ).Text();
947 text = docH.FirstChildElement( "element" ).Child( 0 ).Text();
996 assert( tHandle.Text() );
[all...]
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.pas272 property Text: String read GetText write SetText;
627 property Text: String read GetText write SetText;
680 property Text: String read GetText write SetText;
1135 property Text: String read GetText write SetText;
1287 procedure InsertAfter(const T: IToken; const Text: IANTLRInterface); overload;
1288 procedure InsertAfter(const Index: Integer; const Text: IANTLRInterface); overload;
1290 const Text: IANTLRInterface); overload;
1292 const Text: IANTLRInterface); overload;
1293 procedure InsertAfter(const T: IToken; const Text: String); overload;
1294 procedure InsertAfter(const Index: Integer; const Text
[all...]
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
H A Dcmstypes.c696 char* Text = NULL; local
708 Text = (char*) _cmsMalloc(self ->ContextID, SizeOfTag + 1);
709 if (Text == NULL) goto Error;
711 if (io -> Read(io, Text, sizeof(char), SizeOfTag) != SizeOfTag) goto Error;
714 Text[SizeOfTag] = 0;
718 if (!cmsMLUsetASCII(mlu, cmsNoLanguage, cmsNoCountry, Text)) goto Error;
720 _cmsFree(self ->ContextID, Text);
726 if (Text != NULL)
727 _cmsFree(self ->ContextID, Text);
739 char* Text; local
868 char* Text = NULL; local
952 char *Text = NULL; local
3291 SaveDescription(struct _cms_typehandler_struct* self, cmsIOHANDLER* io, cmsMLU* Text) argument
3535 char* Text; local
3611 char* Text; local
3641 char* Text; local
[all...]
/external/clang/lib/AST/
H A DCommentParser.cpp135 StringRef Text) {
143 Result.setText(Text);
181 StringRef Text = StringRef(TextPtr, Length); local
183 formTokenWithChars(Tok, Loc, WordBegin, Length, Text);
226 StringRef Text = StringRef(TextPtr, Length); local
229 Pos.BufferPtr - WordBegin, Text);
709 StringRef Text; local
714 Text = Tok.getVerbatimLineText();
717 Text = "";
723 Text);
131 formTokenWithChars(Token &Result, SourceLocation Loc, const char *TokBegin, unsigned TokLength, StringRef Text) argument
[all...]
/external/chromium_org/ui/accessibility/extensions/caretbrowsing/
H A Dtraverse_util.js63 if (node.constructor == Text) {
139 if (node.constructor == Text)
179 if (cursor.node.constructor != Text) {
210 if (cursor.node.constructor != Text) {
264 if (cursor.node.constructor != Text)
297 if (cursor.node.constructor != Text)
/external/llvm/lib/MC/MCAnalysis/
H A DMCObjectDisassembler.cpp120 MCTextAtom *Text = nullptr; local
129 if (!Text) {
130 Text = Module->createTextAtom(CurAddr, CurAddr);
131 Text->setName(SecName);
133 Text->addInst(Inst, InstSize);
138 Text = nullptr;
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DDOMBuilder.java33 import org.w3c.dom.Text;
484 ((Text)childNode).appendData(s);
487 Text text = m_doc.createTextNode(s);
/external/chromium_org/third_party/re2/re2/testing/
H A Dparse_test.cc212 << status.Text();
389 CHECK(re != NULL) << " " << tests[i].regexp << " " << status.Text();
404 CHECK(nre != NULL) << " reparse " << t << " " << status.Text();
/external/jmdns/src/javax/jmdns/impl/
H A DDNSQuestion.java159 * Text question.
161 private static class Text extends DNSQuestion { class in class:DNSQuestion
162 Text(String name, DNSRecordType type, DNSRecordClass recordClass, boolean unique) { method in class:DNSQuestion.Text
253 return new Text(name, type, recordClass, unique);
/external/regex-re2/re2/testing/
H A Dparse_test.cc212 << status.Text();
389 CHECK(re != NULL) << " " << tests[i].regexp << " " << status.Text();
404 CHECK(nre != NULL) << " reparse " << t << " " << status.Text();

Completed in 917 milliseconds

1234567891011>>