HomeSort by relevance Sort by last modified time
    Searched refs:LastLine (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/lcov/contrib/galaxy/
conglomerate_functions.pl 39 my $LastLine = pop (@Arranged);
40 my $Fill = Box_2 ($LastLine,$CFile);
43 my @Output = Box ('normal', 'Helvetica-Bold', 32, $CFile, $LastLine);
122 my $LastLine = pop (@Input);
136 push (@Output, Box ('dashed', 'Helvetica', 24, $FuncName, $LastLine));
  /external/llvm/include/llvm/Support/
GCOV.h 359 LineData() : LastLine(0) {}
362 uint32_t LastLine;
384 if (Line > LineInfo[Filename].LastLine)
385 LineInfo[Filename].LastLine = Line;
390 if (Line > LineInfo[Filename].LastLine)
391 LineInfo[Filename].LastLine = Line;
  /external/opencv/cv/src/
cvoptflowhs.cpp 111 int LastLine;
238 LastLine = imgStep * (imageHeight - 1);
246 Line3 = Line2 + ((Line2 == LastLine) ? 0 : imgStep);
340 LastLine = velStep * (imageHeight - 1);
361 Line3 = Line2 + ((Line2 == LastLine) ? 0 : velStep);
  /external/llvm/lib/MC/
MCDwarf.cpp 121 unsigned LastLine = 1;
167 int64_t LineDelta = static_cast<int64_t>(it->getLine()) - LastLine;
177 LastLine = it->getLine();
    [all...]
  /external/llvm/lib/IR/
GCOV.cpp 551 LineIndex < Line.LastLine || !AllLines.empty(); ++LineIndex) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wbemcli.h     [all...]

Completed in 138 milliseconds