/external/nist-sip/java/gov/nist/javax/sip/stack/ |
D | MessageLog.java | 57 private String firstLine; field in MessageLog 88 String firstLine, in MessageLog() argument 107 this.firstLine = firstLine; in MessageLog() 121 String firstLine, in MessageLog() argument 134 this.firstLine = firstLine; in MessageLog() 165 + firstLine.trim() + "\"" + in toString()
|
D | DefaultMessageLogFactory.java | 17 String firstLine, String tid, String callId, long tsHeaderValue) { in createLogRecord() argument 19 isSender, firstLine, tid, callId, tsHeaderValue); in createLogRecord() 24 String firstLine, String tid, String callId, long timestampVal) { in createLogRecord() argument 26 isSender, firstLine, tid, callId, timestampVal); in createLogRecord()
|
D | ServerLog.java | 323 String callId, String firstLine, String status, String tid, long time, in logMessage() argument 327 sender, firstLine, tid, callId, timestampVal); in logMessage() 349 String firstLine = message.getFirstLine().trim(); in logMessage() local 354 logMessage(inputText, from, to, sender, callId, firstLine, null, tid, time, tsval); in logMessage() 374 String firstLine = message.getFirstLine().trim(); in logMessage() local 379 logMessage(encoded, from, to, sender, callId, firstLine, status, tid, time, tsval); in logMessage()
|
/external/emma/core/java12/com/vladium/emma/data/ |
D | MethodDescriptor.java | 35 final int [] blockSizes, final int [][] blockMap, final int firstLine) in MethodDescriptor() argument 55 … if ($assert.ENABLED) $assert.ASSERT (firstLine > 0, "firstLine must be positive: " + firstLine); in MethodDescriptor() 72 m_firstLine = firstLine; in MethodDescriptor() 250 int firstLine = 0; in readExternal() local 270 firstLine = in.readInt (); in readExternal() 276 return new MethodDescriptor (name, descriptor, status, blockSizes, blockMap, firstLine); in readExternal()
|
/external/syzkaller/vendor/google.golang.org/grpc/ |
D | trace.go | 52 firstLine firstLine member 56 type firstLine struct { struct 62 func (f *firstLine) String() string { argument
|
/external/emma/core/java12/com/vladium/emma/report/ |
D | ClassItem.java | 54 int firstLine = Integer.MAX_VALUE; in getFirstLine() local 58 if ((mFirstLine > 0) && (mFirstLine < firstLine)) in getFirstLine() 59 firstLine = mFirstLine; in getFirstLine() 62 m_firstLine = firstLine; in getFirstLine() 63 return firstLine; in getFirstLine()
|
D | SrcFileItem.java | 203 int firstLine = Integer.MAX_VALUE; in getAggregate() local 242 if (cline < firstLine) firstLine = cline; in getAggregate() 246 m_firstLine = firstLine; // side effect in getAggregate()
|
D | MethodItem.java | 26 …(final IItem parent, final int ID, final String name, final String descriptor, final int firstLine) in MethodItem() argument 33 m_firstLine = firstLine; in MethodItem()
|
/external/guice/core/src/com/google/inject/internal/util/ |
D | LineNumbers.java | 48 private int firstLine = Integer.MAX_VALUE; field in LineNumbers 104 return firstLine == Integer.MAX_VALUE ? 1 : firstLine; in getFirstLine() 172 if (line < firstLine) { in visitLineNumber() 173 firstLine = line; in visitLineNumber()
|
/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/analysis/ |
D | SourceNodeImpl.java | 90 final int firstLine = child.getFirstLine(); in increment() local 91 if (firstLine != UNKNOWN_LINE) { in increment() 93 ensureCapacity(firstLine, lastLine); in increment() 94 for (int i = firstLine; i <= lastLine; i++) { in increment()
|
D | MethodAnalyzer.java | 56 private int firstLine = ISourceNode.UNKNOWN_LINE; field in MethodAnalyzer 191 if (firstLine > line || lastLine == ISourceNode.UNKNOWN_LINE) { in visitLineNumber() 192 firstLine = line; in visitLineNumber() 379 coverage.ensureCapacity(firstLine, lastLine); in visitEnd()
|
/external/nist-sip/java/gov/nist/javax/sip/parser/ |
D | StringMsgParser.java | 357 private SIPMessage processFirstLine(String firstLine) throws ParseException { in processFirstLine() argument 359 if (!firstLine.startsWith(SIPConstants.SIP_VERSION_STRING)) { in processFirstLine() 362 RequestLine requestLine = new RequestLineParser(firstLine + "\n") in processFirstLine() 368 RequestLine.class, firstLine, rawStringMessage); in processFirstLine() 376 StatusLine sl = new StatusLineParser(firstLine + "\n").parse(); in processFirstLine() 381 StatusLine.class, firstLine, rawStringMessage); in processFirstLine()
|
/external/oauth/core/src/main/java/net/oauth/client/ |
D | URLConnectionResponse.java | 114 String firstLine = "HTTP " + getStatusCode(); in dump() local 117 firstLine += (" " + message); in dump() 119 response.append(firstLine).append(EOL); in dump()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/stringprep/ |
D | IDNAConformanceTest.java | 258 boolean firstLine = true; in getInputData() 263 if (firstLine) { in getInputData() 266 firstLine = false; in getInputData()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/ |
D | IDNAConformanceTest.java | 255 boolean firstLine = true; in getInputData() 260 if (firstLine) { in getInputData() 263 firstLine = false; in getInputData()
|
/external/python/cpython2/Lib/test/ |
D | test_sys_settrace.py | 491 self.firstLine = None if decorated else self.code.co_firstlineno 501 if (self.firstLine is None and frame.f_code == self.code and 503 self.firstLine = frame.f_lineno - 1 504 if (event == self.event and self.firstLine and 505 frame.f_lineno == self.firstLine + self.jumpFrom): 513 frame.f_lineno = self.firstLine + self.jumpTo
|
/external/icu/icu4c/source/samples/layout/ |
D | clayout.c | 239 le_int32 firstLine, lastLine; in WndProc() local 248 firstLine = si.nPos; in WndProc() 260 pf_draw(context->paragraph, surface, firstLine, lastLine); in WndProc()
|
D | layout.cpp | 237 le_int32 firstLine, lastLine; in WndProc() local 246 firstLine = si.nPos; in WndProc() 258 context->paragraph->draw(surface, firstLine, lastLine); in WndProc()
|
D | pflow.h | 32 void pf_draw(pf_flow *flow, rs_surface *surface, le_int32 firstLine, le_int32 lastLine);
|
D | paragraph.cpp | 227 void Paragraph::draw(RenderingSurface *surface, le_int32 firstLine, le_int32 lastLine) in draw() argument 234 for (li = firstLine; li <= lastLine; li += 1) { in draw()
|
D | paragraph.h | 50 void draw(RenderingSurface *surface, le_int32 firstLine, le_int32 lastLine);
|
D | gnomelayout.cpp | 227 gint firstLine = 0, lastLine = context->height / context->paragraph->getLineHeight(); in eventExpose() local 230 context->paragraph->draw(&surface, firstLine, (maxLines < lastLine)? maxLines : lastLine); in eventExpose()
|
/external/nist-sip/java/gov/nist/javax/sip/ |
D | LogRecordFactory.java | 35 String firstLine, String tid, String callId, long timestampVal); in createLogRecord() argument
|
/external/gptfdisk/ |
D | gptcurses.cc | 597 uint i, j = 0, firstLine, numPerLine; in DisplayOptions() local 611 firstLine = LINES - 4; in DisplayOptions() 614 move(firstLine, 0); in DisplayOptions() 624 move(firstLine + i / numPerLine, (i % numPerLine) * 12 + 4); in DisplayOptions()
|
/external/python/cpython3/Lib/test/ |
D | test_sys_settrace.py | 585 self.firstLine = None if decorated else self.code.co_firstlineno 595 if (self.firstLine is None and frame.f_code == self.code and 597 self.firstLine = frame.f_lineno - 1 598 if (event == self.event and self.firstLine and 599 frame.f_lineno == self.firstLine + self.jumpFrom): 607 frame.f_lineno = self.firstLine + self.jumpTo
|