HomeSort by relevance Sort by last modified time
    Searched defs:Lines (Results 1 - 7 of 7) sorted by null

  /external/llvm/lib/Transforms/Instrumentation/
FunctionBlackList.cpp 42 SmallVector<StringRef, 16> Lines;
43 SplitString(StringRef(Data, DataLen), Lines, "\n\r");
44 for (size_t i = 0, numLines = Lines.size(); i < numLines; i++) {
45 if (Lines[i].startswith(kFunPrefix)) {
46 std::string ThisFunc = Lines[i].substr(strlen(kFunPrefix));
GCOVProfiling.cpp 165 // list of line numbers and a single filename, representing lines that belong
170 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;
196 // function, number of lines belonging to each block, and a set of edges to
201 GCOVLines *&Lines = LinesByFile[Filename];
202 if (!Lines) {
203 Lines = new GCOVLines(Filename, os)
    [all...]
  /external/llvm/include/llvm/Support/
GCOV.h 198 StringMap<GCOVLines *> Lines;
204 ~GCOVLines() { Lines.clear(); }
205 void add(uint32_t N) { Lines.push_back(N); }
210 SmallVector<uint32_t, 4> Lines;
  /external/chromium/net/tools/flip_server/
balsa_frame.h 31 typedef std::vector<std::pair<size_t, size_t> > Lines;
255 Lines lines_;
  /external/clang/lib/Driver/
ToolChains.cpp     [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/scene/
Mesh.java 68 * <li>Lines - 2 vertices represent a line segment, with the width specified
91 * to set the width of the lines.
93 Lines(true),
99 * be used to set the width of the lines.
107 * to set the width of the lines.
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:
725 * number of elements/primitives, e.g. how many lines or how many points,
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.jasper_5.5.17.v201004212143.jar 

Completed in 667 milliseconds