HomeSort by relevance Sort by last modified time
    Searched full:firstline (Results 1 - 25 of 126) 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() + "\"" +
  /external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/omnibox/
SuggestionAnswerTest.java 85 SuggestionAnswer.ImageLine firstLine = answer.getFirstLine();
86 assertEquals(2, firstLine.getTextFields().size());
87 assertFalse(firstLine.hasAdditionalText());
88 assertFalse(firstLine.hasStatusText());
89 assertTrue(firstLine.hasImage());
110 SuggestionAnswer.ImageLine firstLine = answer.getFirstLine();
111 assertEquals("text", firstLine.getTextFields().get(0).getText());
112 assertEquals(8, firstLine.getTextFields().get(0).getType());
113 assertEquals("moar", firstLine.getTextFields().get(1).getText());
114 assertEquals(0, firstLine.getTextFields().get(1).getType())
    [all...]
  /external/chromium_org/chrome/browser/safe_browsing/
report.proto 31 message FirstLine {
37 optional FirstLine firstline = 1;
48 message FirstLine {
54 optional FirstLine firstline = 1;
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/test/
RTPcat.cc 41 char firstline[FIRSTLINELEN]; local
43 EXPECT_TRUE(fgets(firstline, FIRSTLINELEN, in_file) != NULL);
44 EXPECT_GT(fputs(firstline, out_file), 0);
45 EXPECT_EQ(kRtpDumpHeaderSize, fread(firstline, 1, kRtpDumpHeaderSize,
47 EXPECT_EQ(kRtpDumpHeaderSize, fwrite(firstline, 1, kRtpDumpHeaderSize,
RTPtimeshift.cc 51 char firstline[FIRSTLINELEN]; local
52 EXPECT_TRUE(fgets(firstline, FIRSTLINELEN, inFile) != NULL);
53 EXPECT_GT(fputs(firstline, outFile), 0);
55 fread(firstline, 1, kRtpDumpHeaderSize, inFile));
57 fwrite(firstline, 1, kRtpDumpHeaderSize, outFile));
RTPjitter.cc 66 char firstline[FIRSTLINELEN]; local
133 EXPECT_TRUE(fgets(firstline, FIRSTLINELEN, in_file) != NULL);
134 EXPECT_GT(fputs(firstline, out_file), 0);
135 EXPECT_EQ(kRtpDumpHeaderSize, fread(firstline, 1, kRtpDumpHeaderSize,
137 EXPECT_EQ(kRtpDumpHeaderSize, fwrite(firstline, 1, kRtpDumpHeaderSize,
rtp_to_text.cc 91 char firstline[FIRSTLINELEN]; local
92 if (fgets(firstline, FIRSTLINELEN, inFile) == NULL)
99 if (fread(firstline, 4+4+4+2+2, 1, inFile) != 1)
  /external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
rtp_file_reader.cc 71 char firstline[kFirstLineLength + 1] = {0}; local
72 if (fgets(firstline, kFirstLineLength, file_) == NULL) {
76 if (strncmp(firstline, "#!rtpplay", 9) == 0) {
77 if (strncmp(firstline, "#!rtpplay1.0", 12) != 0) {
81 } else if (strncmp(firstline, "#!RTPencode", 11) == 0) {
82 if (strncmp(firstline, "#!RTPencode1.0", 14) != 0) {
  /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);
  /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/chromium_org/third_party/sqlite/src/tool/
split-sqlite3c.tcl 29 proc gather_one_file {firstline bufout nout} {
30 regexp $::BEGIN $firstline all filename
33 set buf $firstline\n
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/tools/
rtp_file_source.cc 126 char firstline[kFirstLineLength]; local
128 if (fgets(firstline, kFirstLineLength, in_file_) == NULL) {
133 if ((strncmp(firstline, "#!rtpplay1.0", 12) != 0) &&
134 (strncmp(firstline, "#!RTPencode1.0", 14) != 0)) {
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
EllipsisBox.h 33 int width, int height, int x, int y, bool firstLine, bool isVertical, InlineBox* markupBox)
34 : InlineBox(obj, FloatPoint(x, y), width, firstLine, true, false, false, isVertical, 0, 0, parent)
RenderBR.cpp 45 int RenderBR::lineHeight(bool firstLine) const
47 RenderStyle* s = style(firstLine && document().styleEngine()->usesFirstLineRules());
RenderBR.h 42 virtual float width(unsigned /*from*/, unsigned /*len*/, float /*xpos*/, TextDirection, bool = false /*firstLine*/, HashSet<const SimpleFontData*>* = 0 /*fallbackFonts*/, GlyphOverflow* = 0) const OVERRIDE { return 0; }
44 int lineHeight(bool firstLine) const;
RenderListMarker.h 65 virtual LayoutUnit lineHeight(bool firstLine, LineDirectionMode, LinePositionMode = PositionOnContainingLine) const OVERRIDE;
66 virtual int baselinePosition(FontBaseline, bool firstLine, LineDirectionMode, LinePositionMode = PositionOnContainingLine) const OVERRIDE;
RenderSlider.h 44 virtual int baselinePosition(FontBaseline, bool firstLine, LineDirectionMode, LinePositionMode = PositionOnContainingLine) const OVERRIDE;
InlineBox.h 52 InlineBox(RenderObject& obj, FloatPoint topLeft, float logicalWidth, bool firstLine, bool constructed,
60 , m_bitfields(firstLine, constructed, dirty, extracted, isHorizontal)
149 void setFirstLineStyleBit(bool firstLine) { m_bitfields.setFirstLine(firstLine); }
150 bool isFirstLineStyle() const { return m_bitfields.firstLine(); }
278 EVerticalAlign verticalAlign() const { return renderer().style(m_bitfields.firstLine())->verticalAlign(); }
309 InlineBoxBitfields(bool firstLine = false, bool constructed = false, bool dirty = false, bool extracted = false, bool isHorizontal = true)
310 : m_firstLine(firstLine)
331 ADD_BOOLEAN_BITFIELD(firstLine, FirstLine);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/line/
LineInfo.h 51 void setFirstLine(bool firstLine) { m_isFirstLine = firstLine; }
  /external/chromium_org/net/ftp/
ftp_ctrl_response_buffer_unittest.cc 60 EXPECT_EQ(net::OK, PushDataToBuffer("230-FirstLine\r\n"));
73 EXPECT_EQ("FirstLine", response.lines[0]);
79 EXPECT_EQ(net::OK, PushDataToBuffer("230-FirstLine\r\n"));
123 EXPECT_EQ(net::OK, PushDataToBuffer("230-FirstLine\r\n"));
138 EXPECT_EQ("FirstLine 230 Continued", response.lines[0]);
144 EXPECT_EQ(net::OK, PushDataToBuffer("230-FirstLine\r\n"));
  /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/oauth/core/src/main/java/net/oauth/client/
URLConnectionResponse.java 114 String firstLine = "HTTP " + getStatusCode();
117 firstLine += (" " + message);
119 response.append(firstLine).append(EOL);
  /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;

Completed in 1671 milliseconds

1 2 3 4 5 6