Searched defs:Text (Results 51 - 75 of 105) sorted by relevance

12345

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
H A DDOMExtension.js399 * @return {!Text}
591 * @return {!Text}
593 Text.prototype.select = function(start, end)
586 Text.prototype.select = function(start, end) class
/external/clang/include/clang/AST/
H A DCommentLexer.h105 void setText(StringRef Text) { argument
107 TextPtr = Text.data();
108 IntVal = Text.size();
147 void setVerbatimBlockText(StringRef Text) { argument
149 TextPtr = Text.data();
150 IntVal = Text.size();
168 void setVerbatimLineText(StringRef Text) { argument
170 TextPtr = Text.data();
171 IntVal = Text.size();
299 StringRef Text(BufferPt
[all...]
/external/clang/lib/Format/
H A DBreakableToken.cpp42 static BreakableToken::Split getCommentSplit(StringRef Text, argument
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
86 getStringSplit(StringRef Text, unsigned UsedColumns, unsigned ColumnLimit, unsigned TabWidth, encoding::Encoding Encoding) argument
380 StringRef Text = Lines[LineIndex].substr(TailOffset); local
400 StringRef Text = Lines[LineIndex].substr(TailOffset); local
[all...]
H A DContinuationIndenter.cpp917 static bool getRawStringLiteralPrefixPostfix(StringRef Text, StringRef &Prefix, argument
919 if (Text.startswith(Prefix = "R\"") || Text.startswith(Prefix = "uR\"") ||
920 Text.startswith(Prefix = "UR\"") || Text.startswith(Prefix = "u8R\"") ||
921 Text.startswith(Prefix = "LR\"")) {
922 size_t ParenPos = Text.find('(');
925 Text.substr(Prefix.size(), ParenPos - Prefix.size());
926 Prefix = Text.substr(0, ParenPos + 1);
927 Postfix = Text
[all...]
/external/clang/tools/libclang/
H A DCIndexDiagnostic.cpp316 CXString Text = clang_getDiagnosticSpelling(Diagnostic); local
317 if (clang_getCString(Text))
318 Out << clang_getCString(Text);
321 clang_disposeString(Text);
/external/clang/unittests/AST/
H A DCommentParser.cpp120 StringRef Text) {
127 if (ActualText != Text)
130 "expected \"" << Text.str() << "\"";
141 StringRef Text) {
148 if (ActualText != Text)
151 "expected \"" << Text.str() << "\"";
437 StringRef Text) {
453 ::testing::AssertionResult AR = HasTextAt(PC, 0, Text);
576 StringRef Text) {
588 if (ActualText != Text)
118 HasTextAt(const Comment *C, size_t Idx, StringRef Text) argument
139 HasTextWithNewlineAt(const Comment *C, size_t Idx, StringRef Text) argument
435 HasParagraphCommentAt(const Comment *C, size_t Idx, StringRef Text) argument
571 HasVerbatimLineAt(const Comment *C, const CommandTraits &Traits, size_t Idx, VerbatimLineComment *&VLC, StringRef Name, StringRef Text) argument
[all...]
/external/compiler-rt/lib/ubsan/
H A Dubsan_diag.h98 const char *Text; member in class:__ubsan::Range
101 Range() : Start(), End(), Text() {}
102 Range(MemoryLocation Start, MemoryLocation End, const char *Text) argument
103 : Start(Start), End(End), Text(Text) {}
106 const char *getText() const { return Text; }
/external/llvm/include/llvm/MC/
H A DSectionKind.h33 /// Text - Text section, used for functions and other executable code.
34 Text, enumerator in enum:llvm::SectionKind::Kind
138 bool isText() const { return K == Text; }
208 static SectionKind getText() { return get(Text); }
/external/llvm/include/llvm/Support/
H A DSourceMgr.h197 std::string Text; member in class:llvm::SMFixIt
202 : Range(Loc, Loc), Text(Insertion.str()) {
208 : Range(R), Text(Replacement.str()) {
212 StringRef getText() const { return Text; }
220 return Text < Other.Text;
/external/nanohttpd/websocket/src/main/java/fi/iki/elonen/
H A DWebSocketFrame.java235 if (getOpCode() == OpCode.Text) {
314 if (getOpCode() == OpCode.Text) {
334 Continuation(0), Text(1), Binary(2), Close(8), Ping(9), Pong(10); enum constant in enum:WebSocketFrame.OpCode
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
H A Dcmserr.c496 static void DefaultLogErrorHandlerFunction(cmsContext ContextID, cmsUInt32Number ErrorCode, const char *Text);
521 void DefaultLogErrorHandlerFunction(cmsContext ContextID, cmsUInt32Number ErrorCode, const char *Text) argument
523 // fprintf(stderr, "[lcms]: %s\n", Text);
528 cmsUNUSED_PARAMETER(Text);
/external/chromium_org/third_party/re2/re2/
H A Dregexp.cc484 string RegexpStatus::Text() const { function in class:re2::RegexpStatus
/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...]
H A DCommentSema.cpp418 StringRef Text) {
419 return new (Allocator) TextComment(LocBegin, LocEnd, Text);
432 StringRef Text) {
433 return new (Allocator) VerbatimBlockLineComment(Loc, Text);
448 StringRef Text) {
451 TextBegin.getLocWithOffset(Text.size()),
454 Text);
416 actOnText(SourceLocation LocBegin, SourceLocation LocEnd, StringRef Text) argument
431 actOnVerbatimBlockLine(SourceLocation Loc, StringRef Text) argument
445 actOnVerbatimLine(SourceLocation LocBegin, unsigned CommandID, SourceLocation TextBegin, StringRef Text) argument
/external/clang/lib/ASTMatchers/Dynamic/
H A DParser.cpp46 TokenInfo() : Text(), Kind(TK_Eof), Range(), Value() {}
48 StringRef Text; member in struct:clang::ast_matchers::dynamic::Parser::TokenInfo
92 Result.Text = StringRef(CodeCompletionLocation, 0);
99 Result.Text = "";
106 Result.Text = Code.substr(0, 1);
111 Result.Text = Code.substr(0, 1);
116 Result.Text = Code.substr(0, 1);
121 Result.Text = Code.substr(0, 1);
148 Result.Text = Code.substr(0, TokenLength);
157 Result.Text
[all...]
/external/clang/lib/Driver/
H A DToolChains.h50 std::string Text; member in struct:clang::driver::toolchains::Generic_GCC::GCCVersion
703 StringRef GetGCCLibAndIncVersion() const { return GCCLibAndIncVersion.Text; }
/external/clang/lib/Index/
H A DCommentToXML.cpp1151 const comments::HTMLTagComment *HTC, SmallVectorImpl<char> &Text,
1153 CommentASTToHTMLConverter Converter(nullptr, Text,
1150 convertHTMLTagNodeToText( const comments::HTMLTagComment *HTC, SmallVectorImpl<char> &Text, const ASTContext &Context) argument
/external/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp81 CodeCompletionString::Chunk::Chunk(ChunkKind Kind, const char *Text) argument
82 : Kind(Kind), Text("")
91 this->Text = Text;
98 this->Text = "(";
102 this->Text = ")";
106 this->Text = "[";
110 this->Text = "]";
114 this->Text = "{";
118 this->Text
156 CreateText(const char *Text) argument
345 AddTypedTextChunk(const char *Text) argument
349 AddTextChunk(const char *Text) argument
361 AddInformativeChunk(const char *Text) argument
374 AddChunk(CodeCompletionString::ChunkKind CK, const char *Text) argument
[all...]
/external/jmdns/src/javax/jmdns/impl/
H A DDNSRecord.java536 public static class Text extends DNSRecord { class in class:DNSRecord
537 // private static Logger logger = Logger.getLogger(Text.class.getName());
540 public Text(String name, DNSRecordClass recordClass, boolean unique, int ttl, byte text[]) { method in class:DNSRecord.Text
559 if (! (other instanceof Text) ) {
562 Text txt = (Text) other;
/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/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp407 bool Text; local
408 if (error(Section.isText(Text)))
410 if (!Text)
607 bool Text, Data, BSS;
608 if (error(Section.isText(Text)))
614 std::string Type = (std::string(Text ? "TEXT " : "") +
/external/regex-re2/re2/
H A Dregexp.cc484 string RegexpStatus::Text() const { function in class:re2::RegexpStatus
/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/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/Sema/
H A DCodeCompleteConsumer.h392 const char *Text; member in union:clang::CodeCompletionString::Chunk::__anon17606
400 Chunk() : Kind(CK_Text), Text(nullptr) { }
402 explicit Chunk(ChunkKind Kind, const char *Text = "");
405 static Chunk CreateText(const char *Text);
599 void AddTypedTextChunk(const char *Text);
602 void AddTextChunk(const char *Text);
611 void AddInformativeChunk(const char *Text);
620 void AddChunk(CodeCompletionString::ChunkKind CK, const char *Text = "");

Completed in 734 milliseconds

12345