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

1 2 3 4 5 6

  /external/nist-sip/java/gov/nist/javax/sip/stack/
DefaultMessageLogFactory.java 17 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);
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);
  /external/nist-sip/java/gov/nist/javax/sip/
LogRecordFactory.java 24 * @param firstLine -- the first line of the message to be logged.
35 String firstLine, String tid, String callId, long timestampVal);
  /external/icu/icu4c/source/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);
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);
gnomelayout.cpp 221 gint firstLine = 0, lastLine = context->height / context->paragraph->getLineHeight();
224 context->paragraph->draw(&surface, firstLine, (maxLines < lastLine)? maxLines : lastLine);
paragraph.cpp 216 void Paragraph::draw(RenderingSurface *surface, le_int32 firstLine, le_int32 lastLine)
223 for (li = firstLine; li <= lastLine; li += 1) {
  /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
MethodItem.java 26 public MethodItem (final IItem parent, final int ID, final String name, final String descriptor, final int firstLine)
33 m_firstLine = firstLine;
  /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...]
  /cts/tools/cfassembler/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/oauth/core/src/main/java/net/oauth/client/
URLConnectionResponse.java 114 String firstLine = "HTTP " + getStatusCode();
117 firstLine += (" " + message);
119 response.append(firstLine).append(EOL);
  /dalvik/dexlist/
DexList.cpp 101 int firstLine;
127 firstLine = -1;
129 pDexMethod->accessFlags, positionsCallback, NULL, &firstLine);
145 fileName, firstLine);
  /packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/
CombinedInputOutput.java 57 String firstLine = reader.readLine();
58 while (firstLine.startsWith(COMMENT_LINE_STARTER)) {
59 firstLine = reader.readLine();
61 return firstLine.matches(
  /external/nist-sip/java/gov/nist/javax/sip/parser/
StringMsgParser.java 357 private SIPMessage processFirstLine(String firstLine) throws ParseException {
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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/
ComponentResults.java 108 List firstLine = new ArrayList();
112 firstLine.add(scenarioResults.getName());
122 firstLine.add(0, new Integer(buildsLength));
123 differences.add(firstLine);
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/
IDNAConformanceTest.java 252 boolean firstLine = true;
257 if (firstLine) {
260 firstLine = false;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/
ConfigTab.java 85 List firstLine;
153 String text = (String) this.firstLine.get(i);
170 componentsView.select(ConfigTab.this.results, ConfigTab.this.configName, (String) ConfigTab.this.firstLine.get(cellPosition.x), tabTable.getItem(cellPosition.y).getText());
304 this.firstLine = null;
324 this.firstLine = (List) lines.next();
  /art/test/122-npe/src/
Main.java 552 static void check(NullPointerException npe, int firstLine) {
556 System.out.print(firstLine);
560 checkElement(trace[0], "Main", "methodTwo", "Main.java", firstLine);
  /external/deqp/android/scripts/
debug.py 41 firstLine = True
43 if firstLine:
44 firstLine = False
  /frameworks/base/core/java/android/text/
Layout.java 256 int firstLine = TextUtils.unpackRangeStartFromLong(lineRange);
261 firstLine, lastLine);
262 drawText(canvas, firstLine, lastLine);
268 public void drawText(Canvas canvas, int firstLine, int lastLine) {
269 int previousLineBottom = getLineTop(firstLine);
270 int previousLineEnd = getLineStart(firstLine);
284 for (int lineNum = firstLine; lineNum <= lastLine; lineNum++) {
313 if (start >= spanEnd && (lineNum == firstLine || isFirstParaLine)) {
425 int cursorOffsetVertical, int firstLine, int lastLine) {
440 int previousLineBottom = getLineTop(firstLine);
    [all...]

Completed in 1283 milliseconds

1 2 3 4 5 6