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

1 2

  /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 = \
pp.c 40 locp->first_line,
57 locp->first_line,
glcpp-lex.l 42 yylloc->first_line = yylineno; \
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 = \
ast.h 95 locp.first_line = this->location.line;
97 locp.last_line = locp.first_line;
111 this->location.line = locp.first_line;
glsl_parser.h 286 int first_line; member in struct:YYLTYPE
glsl_parser.cpp 386 int first_line; member in struct:YYLTYPE
    [all...]
glsl_parser_extras.cpp 110 locp->first_line,
129 locp->first_line,
  /external/chromium/chrome/browser/importer/
mork_reader.h 127 bool ParseMap(const std::string& first_line,
137 void ParseTable(const std::string& first_line,
mork_reader.cc 170 bool MorkReader::ParseMap(const std::string& first_line,
174 std::string line(first_line);
243 void MorkReader::ParseTable(const std::string& first_line,
246 std::string line(first_line);
  /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...]
rtpdump.h 107 bool CheckFirstLine(const std::string& first_line);
  /external/webkit/Tools/Scripts/webkitpy/common/checkout/
changelog.py 110 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/Source/WebKit2/Scripts/webkit2/
messages_unittest.py 665 for index, first_line in enumerate(first_list):
666 self.assertEquals(first_line, second_list[index])
  /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/webkit/Tools/Scripts/webkitpy/common/system/
executive.py 188 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/bison/data/
glr.c 190 int first_line;
496 (Current).first_line = YYRHSLOC (Rhs, 1).first_line; \
503 (Current).first_line = (Current).last_line = \
516 (Loc).first_line, (Loc).first_column, \
    [all...]
yacc.c 202 int first_line;
601 (Current).first_line = YYRHSLOC (Rhs, 1).first_line; \
608 (Current).first_line = (Current).last_line = \
625 (Loc).first_line, (Loc).first_column, \
1068 yylloc.first_line = yylloc.last_line = 1;
    [all...]
  /external/elfutils/src/
ldscript.c 832 (Current).first_line = YYRHSLOC (Rhs, 1).first_line; \
839 (Current).first_line = (Current).last_line = \
856 (Loc).first_line, (Loc).first_column, \
    [all...]
  /external/libpcap/
grammar.c     [all...]
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
glslang_tab.cpp     [all...]
  /build/tools/releasetools/
common.py 585 first_line = None
590 if not v and first_line is None:
592 first_line = i + 4
595 p = Run([self.editor, "+%d" % (first_line,), self.pwfile])

Completed in 846 milliseconds

1 2