/external/llvm/lib/Support/ |
H A D | Signals.cpp | 133 SmallVector<StringRef, 32> Lines; local 134 Output.split(Lines, "\n"); 135 auto CurLine = Lines.begin(); 145 if (CurLine == Lines.end()) 153 if (CurLine == Lines.end())
|
H A D | SpecialCaseList.cpp | 89 SmallVector<StringRef, 16> Lines; local 90 SplitString(MB->getBuffer(), Lines, "\n\r"); 92 for (auto I = Lines.begin(), E = Lines.end(); I != E; ++I, ++LineNo) {
|
H A D | Host.cpp | 636 SmallVector<StringRef, 32> Lines; local 637 Str.split(Lines, "\n"); 641 for (unsigned I = 0, E = Lines.size(); I != E; ++I) 642 if (Lines[I].startswith("CPU implementer")) 643 Implementer = Lines[I].substr(15).ltrim("\t :"); 647 for (unsigned I = 0, E = Lines.size(); I != E; ++I) 648 if (Lines[I].startswith("CPU part")) 652 return StringSwitch<const char *>(Lines[I].substr(8).ltrim("\t :")) 668 for (unsigned I = 0, E = Lines.size(); I != E; ++I) 669 if (Lines[ 691 SmallVector<StringRef, 32> Lines; local 848 SmallVector<StringRef, 32> Lines; local [all...] |
/external/clang/lib/Format/ |
H A D | BreakableToken.h | 183 // Rearranges the whitespace between Lines[LineIndex-1] and Lines[LineIndex], 184 // so that all whitespace between the lines is accounted to Lines[LineIndex] 186 // - Lines[LineIndex] points to the text after that whitespace 187 // - Lines[LineIndex-1] shrinks by its trailing whitespace 189 // between the end of the text of Lines[LineIndex-1] and Lines[LineIndex] 192 // Lines[LineIndex] starts (note that the decoration, if present, is not 205 SmallVector<StringRef, 16> Lines; member in class:clang::format::BreakableBlockComment 208 // front of Lines[ [all...] |
H A D | UnwrappedLineParser.h | 143 SmallVector<UnwrappedLine, 8> Lines; member in class:clang::format::UnwrappedLineParser 151 // Usually points to \c &Lines. While parsing a preprocessor directive when
|
H A D | UnwrappedLineFormatter.cpp | 132 const SmallVectorImpl<AnnotatedLine *> &Lines) 133 : Style(Style), Keywords(Keywords), End(Lines.end()), 134 Next(Lines.begin()) {} 797 UnwrappedLineFormatter::format(const SmallVectorImpl<AnnotatedLine *> &Lines, argument 800 LineJoiner Joiner(Style, Keywords, Lines); 804 &Lines, AdditionalIndent); 809 assert(!Lines.empty()); 811 LevelIndentTracker IndentTracker(Style, Keywords, Lines[0]->Level, 131 LineJoiner(const FormatStyle &Style, const AdditionalKeywords &Keywords, const SmallVectorImpl<AnnotatedLine *> &Lines) argument
|
H A D | TokenAnnotator.cpp | 550 // Lines can start with '}'. 1458 SmallVectorImpl<AnnotatedLine *> &Lines) { 1460 for (SmallVectorImpl<AnnotatedLine *>::reverse_iterator I = Lines.rbegin(), 1461 E = Lines.rend(); 1457 setCommentLineLevels( SmallVectorImpl<AnnotatedLine *> &Lines) argument
|
H A D | Format.cpp | 1629 hasCpp03IncompatibleFormat(const SmallVectorImpl<AnnotatedLine *> &Lines) { argument 1630 for (const AnnotatedLine* Line : Lines) { 1646 int countVariableAlignments(const SmallVectorImpl<AnnotatedLine *> &Lines) { argument 1648 for (const AnnotatedLine* Line : Lines) {
|
/external/deqp/framework/referencerenderer/ |
H A D | rrPrimitiveAssembler.hpp | 202 struct Lines struct in namespace:rr::pa
|
/external/llvm/lib/ExecutionEngine/IntelJITEvents/ |
H A D | IntelJITEventListener.cpp | 135 DILineInfoTable Lines = Context->getLineInfoForAddressRange(Addr, Size); local 136 DILineInfoTable::iterator Begin = Lines.begin(); 137 DILineInfoTable::iterator End = Lines.end(); 159 SourceFileName = Lines.front().second.FileName;
|
/external/clang/unittests/AST/ |
H A D | CommentParser.cpp | 488 struct Lines {}; struct in namespace:clang::comments::__anon3220 516 Lines, 543 Lines, 1245 Lines(), " Aaa ")); 1259 Lines(), " Aaa")); 1298 Lines(), " Aaa")); 1323 Lines(), " Aaa")); 1350 Lines(), " Aaa", " Bbb"));
|
/external/clang/lib/AST/ |
H A D | CommentParser.cpp | 668 SmallVector<VerbatimBlockLineComment *, 8> Lines; local 684 Lines.push_back(Line); 691 S.copyArray(llvm::makeArrayRef(Lines))); 696 S.copyArray(llvm::makeArrayRef(Lines)));
|
H A D | CommentSema.cpp | 440 ArrayRef<VerbatimBlockLineComment *> Lines) { 442 Block->setLines(Lines); 436 actOnVerbatimBlockFinish( VerbatimBlockComment *Block, SourceLocation CloseNameLocBegin, StringRef CloseName, ArrayRef<VerbatimBlockLineComment *> Lines) argument
|
/external/jmonkeyengine/engine/src/core/com/jme3/scene/ |
H A D | Mesh.java | 68 * <li>Lines - 2 vertices represent a line segment, with the width specified 93 Lines(true), enum constant in enum:Mesh.Mode 150 * Will return true for the types {@link #Points}, {@link #Lines} and 525 * as {@link Mode#Lines}. The line width is specified as on-screen pixels, 662 case Lines:
|
/external/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFContext.cpp | 476 DILineInfoTable Lines; local 479 return Lines; 489 Lines.push_back(std::make_pair(Address, Result)); 490 return Lines; 498 return Lines; 509 Lines.push_back(std::make_pair(Row.Address, Result)); 512 return Lines;
|
/external/llvm/tools/llvm-rtdyld/ |
H A D | llvm-rtdyld.cpp | 359 DILineInfoTable Lines = Context->getLineInfoForAddressRange(Addr, Size); local 360 for (auto &D : Lines) {
|
/external/llvm/include/llvm/Support/ |
H A D | GCOV.h | 316 DstEdges(), Lines() {} 319 void addLine(uint32_t N) { Lines.push_back(N); } 320 uint32_t getLastLine() const { return Lines.back(); } 361 SmallVector<uint32_t, 16> Lines; member in class:llvm::GCOVBlock
|
/external/llvm/lib/Transforms/Instrumentation/ |
H A D | GCOVProfiling.cpp | 214 Lines.push_back(Line); 219 return lengthOfGCOVString(Filename) + 2 + Lines.size(); 225 for (int i = 0, e = Lines.size(); i != e; ++i) 226 write(Lines[i]); 236 SmallVector<uint32_t, 32> Lines; member in class:__anon12879::GCOVLines 246 GCOVLines *&Lines = LinesByFile[Filename]; local 247 if (!Lines) { 248 Lines = new GCOVLines(Filename, os); 250 return *Lines; 550 GCOVLines &Lines local [all...] |
/external/clang/include/clang/AST/ |
H A D | Comment.h | 901 ArrayRef<VerbatimBlockLineComment *> Lines; member in class:clang::comments::ParamCommandComment::VerbatimBlockComment 917 return reinterpret_cast<child_iterator>(Lines.begin()); 921 return reinterpret_cast<child_iterator>(Lines.end()); 930 Lines = L; 938 return Lines.size(); 942 return Lines[LineIdx]->getText();
|
/external/clang/utils/TableGen/ |
H A D | NeonEmitter.cpp | 1389 std::vector<std::string> Lines; local 1407 Lines.push_back(replaceParamsIn(SI->getAsString())); 1410 Lines.push_back(DE.emitDag(DI).second + ";"); 1414 assert(!Lines.empty() && "Empty def?"); 1416 Lines.back().insert(0, RetVar.getName() + " = "); 1418 for (auto &L : Lines) {
|
/external/clang/lib/Driver/ |
H A D | ToolChains.cpp | 3415 SmallVector<StringRef, 16> Lines; local 3416 Data.split(Lines, "\n"); 3418 for (StringRef Line : Lines)
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
H A D | org.apache.jasper_5.5.17.v201004212143.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |
/external/guice/extensions/struts2/lib/ |
H A D | core-3.1.1.jar | META-INF/ org/ org/eclipse/ org/eclipse/jdt/ org/eclipse/jdt/core/ org/eclipse/jdt/core/compiler/ org/ ... |