Searched defs:firstLine (Results 1 - 25 of 45) sorted by relevance

12

/external/nist-sip/java/gov/nist/javax/sip/
H A DLogRecordFactory.java24 * @param firstLine -- the first line of the message to be logged.
35 String firstLine, String tid, String callId, long timestampVal);
33 createLogRecord(String message, String source, String destination, long timeStamp, boolean isSender, String firstLine, String tid, String callId, long timestampVal) argument
/external/nist-sip/java/gov/nist/javax/sip/stack/
H A DDefaultMessageLogFactory.java17 String firstLine, String tid, String callId, long tsHeaderValue) {
19 isSender, firstLine, tid, callId, tsHeaderValue);
24 String firstLine, String tid, String callId, long timestampVal) {
26 isSender, firstLine, tid, callId, timestampVal);
15 createLogRecord(String message, String source, String destination, String timeStamp, boolean isSender, String firstLine, String tid, String callId, long tsHeaderValue) argument
22 createLogRecord(String message, String source, String destination, long timeStamp, boolean isSender, String firstLine, String tid, String callId, long timestampVal) argument
H A DMessageLog.java57 private String firstLine; field in class:MessageLog
88 String firstLine,
107 this.firstLine = firstLine;
121 String firstLine,
134 this.firstLine = firstLine;
165 + firstLine.trim() + "\"" +
82 MessageLog( String message, String source, String destination, String timeStamp, boolean isSender, String firstLine, String tid, String callId, long timeStampHeaderValue) argument
115 MessageLog( String message, String source, String destination, long timeStamp, boolean isSender, String firstLine, String tid, String callId, long timestampVal) argument
H A DServerLog.java323 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);
322 logMessage(String message, String from, String to, boolean sender, String callId, String firstLine, String status, String tid, long time, long timestampVal) argument
/external/webkit/Source/WebCore/rendering/
H A DEllipsisBox.h33 int width, int height, int y, bool firstLine, bool isVertical, InlineBox* markupBox)
34 : InlineBox(obj, 0, y, width, firstLine, true, false, false, isVertical, 0, 0, parent)
32 EllipsisBox(RenderObject* obj, const AtomicString& ellipsisStr, InlineFlowBox* parent, int width, int height, int y, bool firstLine, bool isVertical, InlineBox* markupBox) argument
H A DRenderTextControlMultiLine.cpp101 int RenderTextControlMultiLine::baselinePosition(FontBaseline baselineType, bool firstLine, LineDirectionMode direction, LinePositionMode linePositionMode) const argument
103 return RenderBox::baselinePosition(baselineType, firstLine, direction, linePositionMode);
H A DRenderRubyRun.cpp271 void RenderRubyRun::getOverhang(bool firstLine, RenderObject* startRenderer, RenderObject* endRenderer, int& startOverhang, int& endOverhang) const argument
290 int logicalLeftOverhang = rubyText->style(firstLine)->fontSize() / 2;
301 if (!startRenderer || !startRenderer->isText() || startRenderer->style(firstLine)->fontSize() > rubyBase->style(firstLine)->fontSize())
304 if (!endRenderer || !endRenderer->isText() || endRenderer->style(firstLine)->fontSize() > rubyBase->style(firstLine)->fontSize())
/external/webkit/Source/WebCore/rendering/mathml/
H A DRenderMathMLRow.cpp122 int RenderMathMLRow::baselinePosition(FontBaseline, bool firstLine, LineDirectionMode direction, LinePositionMode linePositionMode) const argument
127 return block->y() + block->baselinePosition(AlphabeticBaseline, firstLine, direction, linePositionMode);
130 return RenderBlock::baselinePosition(AlphabeticBaseline, firstLine, direction, linePositionMode);
H A DRenderMathMLFraction.cpp170 int RenderMathMLFraction::baselinePosition(FontBaseline, bool firstLine, LineDirectionMode lineDirection, LinePositionMode linePositionMode) const argument
182 return RenderBlock::baselinePosition(AlphabeticBaseline, firstLine, lineDirection, linePositionMode);
H A DRenderMathMLSubSup.cpp175 int RenderMathMLSubSup::baselinePosition(FontBaseline, bool firstLine, LineDirectionMode direction, LinePositionMode linePositionMode) const argument
196 return topAdjust + box->baselinePosition(AlphabeticBaseline, firstLine, direction, linePositionMode) + static_cast<int>((zoomFactor > 1.25 ? 2 : 3) * zoomFactor);
202 baseline = box->baselinePosition(AlphabeticBaseline, firstLine, direction, linePositionMode);
H A DRenderMathMLUnderOver.cpp246 int RenderMathMLUnderOver::baselinePosition(FontBaseline, bool firstLine, LineDirectionMode direction, LinePositionMode linePositionMode) const argument
250 return RenderBlock::baselinePosition(AlphabeticBaseline, firstLine, direction, linePositionMode);
263 baseline += toRenderBoxModelObject(base)->baselinePosition(AlphabeticBaseline, firstLine, HorizontalLine, linePositionMode);
H A DRenderMathMLOperator.cpp335 int RenderMathMLOperator::baselinePosition(FontBaseline, bool firstLine, LineDirectionMode lineDirection, LinePositionMode linePositionMode) const argument
339 return RenderBlock::baselinePosition(AlphabeticBaseline, firstLine, lineDirection, linePositionMode);
/external/emma/core/java12/com/vladium/emma/report/
H A DMethodItem.java26 public MethodItem (final IItem parent, final int ID, final String name, final String descriptor, final int firstLine) argument
33 m_firstLine = firstLine;
/external/icu4c/tools/genprops/misc/
H A Ducdmerge.c73 static char line[2000], firstLine[2000], lastLine[2000]; local
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/
H A Ducdmerge.c73 static char line[2000], firstLine[2000], lastLine[2000]; local
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/Source/JavaScriptCore/parser/
H A DSourceCode.h47 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) argument
59 , m_firstLine(std::max(firstLine, 1))
72 int firstLine() const { return m_firstLine; } function in class:JSC::SourceCode
85 inline SourceCode makeSource(const UString& source, const UString& url = UString(), int firstLine = 1)
87 return SourceCode(UStringSourceProvider::create(source, url), firstLine);
H A DNodes.cpp55 void StatementNode::setLoc(int firstLine, int lastLine) argument
57 m_line = firstLine;
/external/emma/core/java12/com/vladium/emma/data/
H A DMethodDescriptor.java35 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 mus
34 MethodDescriptor(final String name, final String descriptor, final int status, final int [] blockSizes, final int [][] blockMap, final int firstLine) argument
[all...]
/external/icu4c/samples/layout/
H A Dcgnomelayout.c213 gint firstLine = 0, lastLine = context->height / pf_getLineHeight(context->paragraph); local
216 pf_draw(context->paragraph, surface, firstLine, (maxLines < lastLine)? maxLines : lastLine);
H A Dclayout.c233 le_int32 firstLine, lastLine; local
242 firstLine = si.nPos;
254 pf_draw(context->paragraph, surface, firstLine, lastLine);
H A Dgnomelayout.cpp221 gint firstLine = 0, lastLine = context->height / context->paragraph->getLineHeight(); local
224 context->paragraph->draw(&surface, firstLine, (maxLines < lastLine)? maxLines : lastLine);
H A Dlayout.cpp231 le_int32 firstLine, lastLine; local
240 firstLine = si.nPos;
252 context->paragraph->draw(surface, firstLine, lastLine);
H A Dparagraph.cpp216 void Paragraph::draw(RenderingSurface *surface, le_int32 firstLine, le_int32 lastLine) argument
223 for (li = firstLine; li <= lastLine; li += 1) {
/external/nist-sip/java/gov/nist/javax/sip/parser/
H A DStringMsgParser.java357 private SIPMessage processFirstLine(String firstLine) throws ParseException { argument
359 if (!firstLine.startsWith(SIPConstants.SIP_VERSION_STRING)) {
362 RequestLine requestLine = new RequestLineParser(firstLine + "\n")
368 RequestLine.class, firstLine, rawStringMessage);
376 StatusLine sl = new StatusLineParser(firstLine + "\n").parse();
381 StatusLine.class, firstLine, rawStringMessage);
/external/webkit/Source/JavaScriptCore/runtime/
H A DExecutable.cpp75 FunctionExecutable::FunctionExecutable(JSGlobalData* globalData, const Identifier& name, const SourceCode& source, bool forceUsesArguments, FunctionParameters* parameters, bool inStrictContext, int firstLine, int lastLine) argument
83 m_firstLine = firstLine;
87 FunctionExecutable::FunctionExecutable(ExecState* exec, const Identifier& name, const SourceCode& source, bool forceUsesArguments, FunctionParameters* parameters, bool inStrictContext, int firstLine, int lastLine) argument
95 m_firstLine = firstLine;

Completed in 1059 milliseconds

12