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

  /external/chromium/third_party/icu/source/tools/genprops/misc/
ucdmerge.c 73 static char line[2000], firstLine[2000], lastLine[2000];
96 if(last>=0 && (c!=(last+1) || !sameData(firstLine, line))) {
100 puts(firstLine);
108 strchr(firstLine, ';'));/* first line starting from the first ; */
109 } else if(strchr(firstLine, '#')==NULL) {
113 strchr(firstLine, ';'), /* first line starting from the first ; */
119 strchr(firstLine, ';'), /* first line starting from the first ; */
138 strcpy(firstLine, line);
  /external/icu4c/tools/genprops/misc/
ucdmerge.c 73 static char line[2000], firstLine[2000], lastLine[2000];
96 if(last>=0 && (c!=(last+1) || !sameData(firstLine, line))) {
100 puts(firstLine);
108 strchr(firstLine, ';'));/* first line starting from the first ; */
109 } else if(strchr(firstLine, '#')==NULL) {
113 strchr(firstLine, ';'), /* first line starting from the first ; */
119 strchr(firstLine, ';'), /* first line starting from the first ; */
138 strcpy(firstLine, line);
  /external/icu4c/tools/genprops/
ucdmerge.c 73 static char line[2000], firstLine[2000], lastLine[2000];
96 if(last>=0 && (c!=(last+1) || !sameData(firstLine, line))) {
100 puts(firstLine);
108 strchr(firstLine, ';'));/* first line starting from the first ; */
109 } else if(strchr(firstLine, '#')==NULL) {
113 strchr(firstLine, ';'), /* first line starting from the first ; */
119 strchr(firstLine, ';'), /* first line starting from the first ; */
138 strcpy(firstLine, line);
  /external/webkit/JavaScriptCore/parser/
SourceCode.h 47 SourceCode(PassRefPtr<SourceProvider> provider, int firstLine = 1)
51 , m_firstLine(std::max(firstLine, 1))
55 SourceCode(PassRefPtr<SourceProvider> provider, int start, int end, int firstLine)
59 , m_firstLine(std::max(firstLine, 1))
72 int firstLine() const { return m_firstLine; }
85 inline SourceCode makeSource(const UString& source, const UString& url = UString(), int firstLine = 1)
87 return SourceCode(UStringSourceProvider::create(source, url), firstLine);
Nodes.h 172 void setLoc(int firstLine, int lastLine);
173 int firstLine() const { return lineNo(); }
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/stack/
MessageLog.java 57 private String firstLine;
88 String firstLine,
107 this.firstLine = firstLine;
121 String firstLine,
134 this.firstLine = firstLine;
165 + firstLine.trim() + "\"" +
ServerLog.java 323 String callId, String firstLine, String status, String tid, long time,
327 sender, firstLine, tid, callId, timestampVal);
349 String firstLine = message.getFirstLine().trim();
354 logMessage(inputText, from, to, sender, callId, firstLine, null, tid, time, tsval);
374 String firstLine = message.getFirstLine().trim();
379 logMessage(encoded, from, to, sender, callId, firstLine, status, tid, time, tsval);
  /dalvik/dexlist/
DexList.c 98 int firstLine;
124 firstLine = -1;
126 pDexMethod->accessFlags, positionsCallback, NULL, &firstLine);
142 fileName, firstLine);
  /external/icu4c/samples/layout/
clayout.c 233 le_int32 firstLine, lastLine;
242 firstLine = si.nPos;
254 pf_draw(context->paragraph, surface, firstLine, lastLine);
layout.cpp 231 le_int32 firstLine, lastLine;
240 firstLine = si.nPos;
252 context->paragraph->draw(surface, firstLine, 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);
  /external/oauth/core/src/main/java/net/oauth/client/
URLConnectionResponse.java 114 String firstLine = "HTTP " + getStatusCode();
117 firstLine += (" " + message);
119 response.append(firstLine).append(EOL);
  /cts/tools/dx-tests/src/dxconvext/
ClassFileAssembler.java 83 String firstLine = br.readLine();
93 if (!firstLine.startsWith(hdr)) throw new RuntimeException("wrong format:"+firstLine +" isDex=" + isDex);
98 String classO = firstLine.substring(hdr.length()).trim();
  /external/emma/core/java12/com/vladium/emma/data/
MethodDescriptor.java 35 final int [] blockSizes, final int [][] blockMap, final int firstLine)
55 if ($assert.ENABLED) $assert.ASSERT (firstLine > 0, "firstLine must be positive: " + firstLine);
72 m_firstLine = firstLine;
250 int firstLine = 0;
260 // blockMap, lineMap, firstLine must be set:
270 firstLine = in.readInt ();
276 return new MethodDescriptor (name, descriptor, status, blockSizes, blockMap, firstLine);
296 // blockMap, lineMap, firstLine must be set
    [all...]
  /external/emma/core/java12/com/vladium/emma/report/
ClassItem.java 54 int firstLine = Integer.MAX_VALUE;
58 if ((mFirstLine > 0) && (mFirstLine < firstLine))
59 firstLine = mFirstLine;
62 m_firstLine = firstLine;
63 return firstLine;
SrcFileItem.java 203 int firstLine = Integer.MAX_VALUE;
242 if (cline < firstLine) firstLine = cline;
246 m_firstLine = firstLine; // side effect
  /external/webkit/JavaScriptCore/bytecode/
CodeBlock.cpp     [all...]
  /external/webkit/JavaScriptCore/jit/
JITStubs.cpp     [all...]
  /external/webkit/WebCore/rendering/
RenderText.cpp 522 bool firstLine = true;
532 if (firstLine) {
533 firstLine = false;
538 } else if (firstLine) {
540 firstLine = false;
609 bool firstLine = true;
725 if (firstLine) {
726 firstLine = false;
754 if (firstLine)
    [all...]
RenderBlockLineLayout.cpp 211 InlineFlowBox* RenderBlock::createLineBoxes(RenderObject* obj, bool firstLine)
237 parentBox->setFirstLineStyleBit(firstLine);
264 RootInlineBox* RenderBlock::constructLine(unsigned runCount, BidiRun* firstRun, BidiRun* lastRun, bool firstLine, bool lastLine, RenderObject* endObject)
291 parentBox = createLineBoxes(r->m_object->parent(), firstLine);
329 void RenderBlock::computeHorizontalPositionsForLine(RootInlineBox* lineBox, bool firstLine, BidiRun* firstRun, BidiRun* trailingSpaceRun, bool reachedEnd)
332 int availableWidth = lineWidth(height(), firstLine);
357 totWidth += rt->style(firstLine)->font().wordSpacing();
361 r->m_box->setWidth(rt->width(r->m_start, r->m_stop - r->m_start, totWidth, firstLine, &fallbackFonts));
384 int x = leftOffset(height(), firstLine);
700 bool firstLine = true
    [all...]
RenderBox.cpp     [all...]
  /external/emma/lib/
emma.jar 
  /prebuilt/common/jfreechart/
jcommon-1.0.12.jar 
  /prebuilt/common/ecj/
ecj.jar 

Completed in 477 milliseconds