Searched defs:Lines (Results 1 - 11 of 11) sorted by relevance

/external/llvm/lib/Transforms/Instrumentation/
H A DBlackList.cpp43 SmallVector<StringRef, 16> Lines; local
44 SplitString(File.take()->getBuffer(), Lines, "\n\r");
46 for (SmallVector<StringRef, 16>::iterator I = Lines.begin(), E = Lines.end();
H A DGCOVProfiling.cpp170 Lines.push_back(Line);
175 return lengthOfGCOVString(Filename) + 2 + Lines.size();
181 for (int i = 0, e = Lines.size(); i != e; ++i)
182 write(Lines[i]);
192 SmallVector<uint32_t, 32> Lines; member in class:__anon9071::GCOVLines
201 GCOVLines *&Lines = LinesByFile[Filename]; local
202 if (!Lines) {
203 Lines = new GCOVLines(Filename, os);
205 return *Lines;
408 GCOVLines &Lines local
[all...]
/external/llvm/include/llvm/Support/
H A DGCOV.h200 StringMap<GCOVLines *> Lines; member in class:llvm::GCOVBlock
206 ~GCOVLines() { Lines.clear(); }
207 void add(uint32_t N) { Lines.push_back(N); }
212 SmallVector<uint32_t, 4> Lines; member in class:llvm::GCOVLines
/external/clang/unittests/AST/
H A DCommentParser.cpp487 struct Lines {}; struct in namespace:clang::comments::__anon4853
515 Lines,
542 Lines,
1219 Lines(), " Aaa "));
1233 Lines(), " Aaa"));
1272 Lines(), " Aaa"));
1297 Lines(), " Aaa"));
1324 Lines(), " Aaa", " Bbb"));
/external/chromium/net/tools/flip_server/
H A Dbalsa_frame.h31 typedef std::vector<std::pair<size_t, size_t> > Lines; typedef in class:net::BalsaFrame
255 Lines lines_;
/external/clang/lib/AST/
H A DCommentParser.cpp618 SmallVector<VerbatimBlockLineComment *, 8> Lines; local
634 Lines.push_back(Line);
641 S.copyArray(llvm::makeArrayRef(Lines)));
646 S.copyArray(llvm::makeArrayRef(Lines)));
H A DCommentSema.cpp308 ArrayRef<VerbatimBlockLineComment *> Lines) {
310 Block->setLines(Lines);
304 actOnVerbatimBlockFinish( VerbatimBlockComment *Block, SourceLocation CloseNameLocBegin, StringRef CloseName, ArrayRef<VerbatimBlockLineComment *> Lines) argument
/external/jmonkeyengine/engine/src/core/com/jme3/scene/
H A DMesh.java68 * <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/clang/include/clang/AST/
H A DComment.h850 llvm::ArrayRef<VerbatimBlockLineComment *> Lines; member in class:clang::comments::VerbatimBlockComment
867 return reinterpret_cast<child_iterator>(Lines.begin());
871 return reinterpret_cast<child_iterator>(Lines.end());
880 Lines = L;
888 return Lines.size();
892 return Lines[LineIdx]->getText();
/external/clang/lib/Driver/
H A DToolChains.cpp1905 SmallVector<StringRef, 8> Lines; local
1906 Data.split(Lines, "\n");
1908 for (unsigned i = 0, s = Lines.size(); i != s; ++i)
1909 if (Version == UnknownDistro && Lines[i].startswith("DISTRIB_CODENAME="))
1910 Version = llvm::StringSwitch<LinuxDistro>(Lines[i].substr(17))
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 704 milliseconds