Home
last modified time | relevance | path

Searched refs:first_line (Results 1 – 25 of 29) sorted by relevance

12

/external/chromium/third_party/libjingle/source/talk/session/phone/
Drtpdump.cc127 std::string first_line; in ReadFileHeader() local
128 talk_base::StreamResult res = stream_->ReadLine(&first_line); in ReadFileHeader()
132 if (!CheckFirstLine(first_line)) { in ReadFileHeader()
147 first_line_and_file_header_len_ = first_line.size() + 1 + sizeof(header); in ReadFileHeader()
152 bool RtpDumpReader::CheckFirstLine(const std::string& first_line) { in CheckFirstLine() argument
154 bool matched = (0 == first_line.find("#!rtpplay1.0 ")); in CheckFirstLine()
158 size_t pos = first_line.find('/'); in CheckFirstLine()
159 matched &= (pos != std::string::npos && pos < first_line.size() - 1); in CheckFirstLine()
160 for (++pos; pos < first_line.size() && matched; ++pos) { in CheckFirstLine()
161 matched &= (0 != isdigit(first_line[pos])); in CheckFirstLine()
Drtpdump.h107 bool CheckFirstLine(const std::string& first_line);
/external/webkit/Tools/Scripts/webkitpy/common/checkout/
Dchangelog.py110 first_line = changelog_file.readline()
111 assert(isinstance(first_line, unicode))
112 if not date_line_regexp.match(first_line):
114 entry_lines.append(first_line)
/external/webkit/Tools/Scripts/webkitpy/common/system/
Dexecutive.py188 first_line = lines[0]
189 if not first_line.startswith('#!'):
191 if first_line.find('python') > -1:
193 if first_line.find('perl') > -1:
195 if first_line.find('ruby') > -1:
/external/chromium/chrome/browser/importer/
Dmork_reader.h127 bool ParseMap(const std::string& first_line,
137 void ParseTable(const std::string& first_line,
Dmork_reader.cc170 bool MorkReader::ParseMap(const std::string& first_line, in ParseMap() argument
174 std::string line(first_line); in ParseMap()
243 void MorkReader::ParseTable(const std::string& first_line, in ParseTable() argument
246 std::string line(first_line); in ParseTable()
/external/webkit/Source/WebKit2/Scripts/webkit2/
Dmessages_unittest.py665 for index, first_line in enumerate(first_list):
666 self.assertEquals(first_line, second_list[index])
/external/chromium-trace/trace-viewer/third_party/web_dev_style/web_dev_style/
Dcss_checker.py133 first_line = z.group(0).strip().splitlines()[0]
134 if not re.search(hsl, first_line):
135 errors.append(' ' + first_line)
/external/bison/data/
Dc.m4574 int first_line;
631 (Current).first_line = YYRHSLOC (Rhs, 1).first_line; \
638 (Current).first_line = (Current).last_line = \
669 if (0 <= yylocp->first_line)
671 res += fprintf (yyo, "%d", yylocp->first_line);
677 if (yylocp->first_line < yylocp->last_line)
/external/bison/src/
Dparse-gram.h203 int first_line; member
Dparse-gram.c362 int first_line; member
983 (Current).first_line = YYRHSLOC (Rhs, 1).first_line; \
990 (Current).first_line = (Current).last_line = \
1009 fprintf (File, "%d.%d", (Loc).first_line, (Loc).first_column); \
1010 if ((Loc).first_line < (Loc).last_line) \
/external/bison/build-aux/
Dannounce-gen337 my ($first_line, undef) = split ("\n", `$t --version`);
338 if ($first_line =~ /.* (\d[\w.-]+)$/)
345 defined $first_line
346 and $first_line = '';
347 warn "$t: unexpected --version output\n:$first_line";
/external/bison/tests/
Dcxx-type.at86 @2.first_line, @2.first_column,
174 yylloc.first_line = yylloc.last_line = lineNum;
Dglr-regression.at1149 yylloc.first_line, yylloc.first_column,
1335 yylloc.first_line = yylloc.last_line = 1;
1355 yylloc.first_line, yylloc.first_column,
1595 llocp->first_line = llocp->last_line = 2;
Dactions.at375 [(Location).first_line, (Location).last_line])[
1048 yylloc.first_line = yylloc.last_line = 1;
1378 fprintf (stderr, "%d\n", @$.first_line);
Dlocal.at231 [AT_LOC_PUSHDEF([first_line], [first_column], [last_line], [last_column])])
/external/libpcap/
Dgrammar.c1176 (Current).first_line = YYRHSLOC (Rhs, 1).first_line; \
1183 (Current).first_line = (Current).last_line = \
1200 (Loc).first_line, (Loc).first_column, \
/external/elfutils/src/
Dldscript.c832 (Current).first_line = YYRHSLOC (Rhs, 1).first_line; \
839 (Current).first_line = (Current).last_line = \
856 (Loc).first_line, (Loc).first_column, \
/external/elfutils/libcpu/
Di386_parse.c823 (Current).first_line = YYRHSLOC (Rhs, 1).first_line; \
830 (Current).first_line = (Current).last_line = \
847 (Loc).first_line, (Loc).first_column, \
/external/valgrind/main/exp-bbv/tests/arm-linux/
Dll.S125 first_line: label
/external/chromium/net/tools/flip_server/
Dbalsa_headers.h836 const base::StringPiece first_line() const { in first_line() function
Dbalsa_headers.cc713 const base::StringPiece firstline = first_line(); in DumpToString()
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
Dglslang_tab.cpp1343 (Current).first_line = YYRHSLOC (Rhs, 1).first_line; \
1350 (Current).first_line = (Current).last_line = \
1367 (Loc).first_line, (Loc).first_column, \
/external/bison/doc/
Drefcard.tex453 first_line} and {\tt last_line}, and {\it column\_spec} is specified
Dbison.texi2087 @code{first_line}, @code{first_column}, @code{last_line} and
2134 @@3.first_line, @@3.first_column,
2185 yylloc.first_line = yylloc.last_line;
2238 yylloc.first_line = yylloc.last_line = 1;
2895 int first_line;
2964 int first_line;
3041 int first_line;
4085 int first_line;
4131 @@$.first_line = @@1.first_line;
4141 @@3.first_line, @@3.first_column,
[all …]

12