Searched defs:first_line (Results 1 - 12 of 12) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/session/phone/
H A Drtpdump.cc127 std::string first_line; local
128 talk_base::StreamResult res = stream_->ReadLine(&first_line);
132 if (!CheckFirstLine(first_line)) {
146 // Increase the length by 1 since first_line does not contain the ending \n.
147 first_line_and_file_header_len_ = first_line.size() + 1 + sizeof(header);
152 bool RtpDumpReader::CheckFirstLine(const std::string& first_line) { argument
154 bool matched = (0 == first_line.find("#!rtpplay1.0 "));
158 size_t pos = first_line.find('/');
159 matched &= (pos != std::string::npos && pos < first_line.size() - 1);
160 for (++pos; pos < first_line
[all...]
/external/mesa3d/src/glsl/glcpp/
H A Dglcpp-parse.h89 int first_line; member in struct:YYLTYPE
H A Dglcpp.h63 int first_line; member in struct:YYLTYPE
76 (Current).first_line = YYRHSLOC(Rhs, 1).first_line; \
83 (Current).first_line = (Current).last_line = \
H A Dglcpp-parse.c295 int first_line; member in struct:YYLTYPE
995 (Current).first_line = YYRHSLOC (Rhs, 1).first_line; \
1002 (Current).first_line = (Current).last_line = \
1019 (Loc).first_line, (Loc).first_column, \
1609 yylloc.first_line = yylloc.last_line = 1;
1618 yylloc.first_line = 1;
/external/mesa3d/src/glsl/
H A Dglsl_parser_extras.h148 int first_line; member in struct:YYLTYPE
161 (Current).first_line = YYRHSLOC(Rhs, 1).first_line; \
168 (Current).first_line = (Current).last_line = \
H A Dglsl_parser.h286 int first_line; member in struct:YYLTYPE
H A Dglsl_parser.cpp386 int first_line; member in struct:YYLTYPE
2005 (Current).first_line = YYRHSLOC (Rhs, 1).first_line; \
2012 (Current).first_line = (Current).last_line = \
2029 (Loc).first_line, (Loc).first_column, \
2619 yylloc.first_line = yylloc.last_line = 1;
2628 yylloc.first_line = 1;
/external/valgrind/main/exp-bbv/tests/arm-linux/
H A Dll.S125 first_line: label
/external/bison/src/
H A Dparse-gram.h173 int first_line; member in struct:YYLTYPE
H A Dparse-gram.c299 int first_line; member in struct:YYLTYPE
880 (Current).first_line = YYRHSLOC (Rhs, 1).first_line; \
887 (Current).first_line = (Current).last_line = \
904 (Loc).first_line, (Loc).first_column, \
1560 yylloc.first_line = yylloc.last_line = 1;
/external/chromium/chrome/browser/importer/
H A Dmork_reader.cc170 bool MorkReader::ParseMap(const std::string& first_line, argument
174 std::string line(first_line);
243 void MorkReader::ParseTable(const std::string& first_line, argument
246 std::string line(first_line);
/external/chromium/net/tools/flip_server/
H A Dbalsa_headers.h836 const base::StringPiece first_line() const { function in class:net::BalsaHeaders

Completed in 206 milliseconds