HomeSort by relevance Sort by last modified time
    Searched defs:first_line (Results 1 - 11 of 11) sorted by null

  /external/chromium/third_party/libjingle/source/talk/session/phone/
rtpdump.cc 127 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) {
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.size() && matched; ++pos)
    [all...]
  /external/mesa3d/src/glsl/glcpp/
glcpp-parse.h 89 int first_line; member in struct:YYLTYPE
glcpp.h 63 int first_line; member in struct:YYLTYPE
76 (Current).first_line = YYRHSLOC(Rhs, 1).first_line; \
83 (Current).first_line = (Current).last_line = \
glcpp-parse.c 295 int first_line; member in struct:YYLTYPE
    [all...]
  /external/mesa3d/src/glsl/
glsl_parser_extras.h 148 int first_line; member in struct:YYLTYPE
161 (Current).first_line = YYRHSLOC(Rhs, 1).first_line; \
168 (Current).first_line = (Current).last_line = \
glsl_parser.h 286 int first_line; member in struct:YYLTYPE
glsl_parser.cpp 386 int first_line; member in struct:YYLTYPE
    [all...]
  /external/valgrind/main/exp-bbv/tests/arm-linux/
ll.S 125 first_line: label
  /external/bison/src/
parse-gram.h 173 int first_line; member in struct:YYLTYPE
parse-gram.c 299 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,
    [all...]
  /external/chromium/net/tools/flip_server/
balsa_headers.h 836 const base::StringPiece first_line() const { function in class:net::BalsaHeaders
    [all...]

Completed in 826 milliseconds