HomeSort by relevance Sort by last modified time
    Searched full:lastline (Results 1 - 25 of 58) sorted by null

1 2 3

  /external/icu4c/samples/layout/
pflow.h 29 void pf_draw(pf_flow *flow, rs_surface *surface, le_int32 firstLine, le_int32 lastLine);
paragraph.h 44 void draw(RenderingSurface *surface, le_int32 firstLine, le_int32 lastLine);
cgnomelayout.c 213 gint firstLine = 0, lastLine = context->height / pf_getLineHeight(context->paragraph);
216 pf_draw(context->paragraph, surface, firstLine, (maxLines < lastLine)? maxLines : lastLine);
gnomelayout.cpp 221 gint firstLine = 0, lastLine = context->height / context->paragraph->getLineHeight();
224 context->paragraph->draw(&surface, firstLine, (maxLines < lastLine)? maxLines : lastLine);
clayout.c 233 le_int32 firstLine, lastLine;
252 lastLine = min (si.nPos + (le_int32) si.nPage, pf_getLineCount(context->paragraph) - 1);
254 pf_draw(context->paragraph, surface, firstLine, lastLine);
layout.cpp 231 le_int32 firstLine, lastLine;
250 lastLine = min (si.nPos + (le_int32) si.nPage, context->paragraph->getLineCount() - 1);
252 context->paragraph->draw(surface, firstLine, lastLine);
paragraph.cpp 216 void Paragraph::draw(RenderingSurface *surface, le_int32 firstLine, le_int32 lastLine)
223 for (li = firstLine; li <= lastLine; li += 1) {
pflow.c 315 void pf_draw(pf_flow *flow, rs_surface *surface, le_int32 firstLine, le_int32 lastLine)
323 for (li = firstLine; li <= lastLine; li += 1) {
  /external/chromium/net/ftp/
ftp_ctrl_response_buffer_unittest.cc 62 EXPECT_EQ(net::OK, PushDataToBuffer("230 LastLine\r\n"));
71 EXPECT_EQ("LastLine", response.lines[2]);
87 EXPECT_EQ(net::OK, PushDataToBuffer("230 LastLine\r\n"));
96 EXPECT_EQ("LastLine", response.lines[2]);
107 EXPECT_EQ(net::OK, PushDataToBuffer("230 LastLine\r\n"));
115 EXPECT_EQ("LastLine", response.lines[1]);
  /external/chromium_org/net/ftp/
ftp_ctrl_response_buffer_unittest.cc 66 EXPECT_EQ(net::OK, PushDataToBuffer("230 LastLine\r\n"));
75 EXPECT_EQ("LastLine", response.lines[2]);
91 EXPECT_EQ(net::OK, PushDataToBuffer("230 LastLine\r\n"));
100 EXPECT_EQ("LastLine", response.lines[2]);
111 EXPECT_EQ(net::OK, PushDataToBuffer("230 LastLine\r\n"));
119 EXPECT_EQ("LastLine", response.lines[1]);
  /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));
gen_makefile.sh 11 #echo ' grep -v "^%" < $< | sed -e "s/\.\([0-9][0-9]\)[0-9]\+/.\1/g" -e "s/\(^\| \|-\)\([0-9][0-9][0-9]\)[0-9][0-9]\.[0-9][0-9]/\1\200/g" -e "s/\(^\| \|-\)\([0-9][0-9][0-9]\)[0-9]\.[0-9][0-9]/\1\20/g" -e "s/\(^\| \|-\)\([0-9][0-9][0-9]\)\.[0-9][0-9]/\1\2/g" -e "s/\(^\| \|-\)\([0-9][0-9]\)\.\([0-9]\)[0-9]/\1\2.\30/g" | awk "\$$0 ~ /lineto/ { if ( LASTLINE == \$$0 ) next; } { LASTLINE=\$$0; print; }" > $@'
  /external/chromium_org/third_party/lcov-1.9/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));
gen_makefile.sh 11 #echo ' grep -v "^%" < $< | sed -e "s/\.\([0-9][0-9]\)[0-9]\+/.\1/g" -e "s/\(^\| \|-\)\([0-9][0-9][0-9]\)[0-9][0-9]\.[0-9][0-9]/\1\200/g" -e "s/\(^\| \|-\)\([0-9][0-9][0-9]\)[0-9]\.[0-9][0-9]/\1\20/g" -e "s/\(^\| \|-\)\([0-9][0-9][0-9]\)\.[0-9][0-9]/\1\2/g" -e "s/\(^\| \|-\)\([0-9][0-9]\)\.\([0-9]\)[0-9]/\1\2.\30/g" | awk "\$$0 ~ /lineto/ { if ( LASTLINE == \$$0 ) next; } { LASTLINE=\$$0; print; }" > $@'
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
CallTipWindow.py 23 self.lastline = None
30 if curline == self.lastline:
32 self.lastline = curline
136 self.parenline = self.parencol = self.lastline = None
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
CallTipWindow.py 23 self.lastline = None
30 if curline == self.lastline:
32 self.lastline = curline
136 self.parenline = self.parencol = self.lastline = None
  /frameworks/native/libs/binder/
BufferedTextOutput.cpp 188 const char* lastLine = txt+1;
190 if (*txt++ == '\n') lastLine = txt;
194 vec.iov_len = lastLine-first;
197 txt = lastLine;
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/stabs/
stabs-dbgfmt.c 85 unsigned long lastline; /* track line and file of bytecodes */ member in struct:__anon16368
264 info->lastline = 0; /* new file, so line changes */
271 if (info->basebc != NULL && info->curline != info->lastline) {
272 info->lastline = bc->line;
278 info->lastline = info->curline;
333 info.lastline = 0;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
EllipsisBox.cpp 98 RootInlineBox* lastLine = block->lineAtIndex(block->lineCount() - 1);
99 if (!lastLine)
104 InlineBox* anchorBox = lastLine->lastChild();
RenderInline.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
comment.js 31 var end = Math.min(to.ch != 0 || to.line == from.line ? to.line + 1 : to.line, self.lastLine() + 1);
64 var end = Math.min(to.line, self.lastLine());
89 var end = Math.min(to.line, self.lastLine()), start = Math.min(from.line, end);
  /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/tools/llvm-objdump/
MachODump.cpp 397 DILineInfo lastLine;
432 if (dli != lastLine && dli.getLine() != 0)
435 lastLine = dli;
  /external/chromium_org/third_party/icu/source/tools/gencnval/
gencnval.c 314 char lastLine[MAX_LINE_SIZE];
331 while (T_FileStream_readLine(in, lastLine, MAX_LINE_SIZE) != NULL) {
332 lastLineSize = chomp(lastLine);
333 if (lineSize == 0 || (lastLineSize > 0 && isspace(*lastLine))) {
334 uprv_strcpy(line + lineSize, lastLine);
365 uprv_strcpy(line, lastLine);
    [all...]
  /external/icu4c/tools/gencnval/
gencnval.c 324 char lastLine[MAX_LINE_SIZE];
341 while (T_FileStream_readLine(in, lastLine, MAX_LINE_SIZE) != NULL) {
342 lastLineSize = chomp(lastLine);
343 if (lineSize == 0 || (lastLineSize > 0 && isspace((int)*lastLine))) {
344 uprv_strcpy(line + lineSize, lastLine);
375 uprv_strcpy(line, lastLine);
    [all...]

Completed in 1690 milliseconds

1 2 3