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

  /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/chromium-trace/trace-viewer/third_party/web_dev_style/web_dev_style/
css_checker.py 133 first_line = z.group(0).strip().splitlines()[0]
134 if not re.search(hsl, first_line):
135 errors.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/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/src/
parse-gram.h 203 int first_line; member in struct:GRAM_LTYPE
parse-gram.c 362 int first_line; member in struct:GRAM_LTYPE
    [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 690 first_line = None
695 if not v and first_line is None:
697 first_line = i + 4
700 p = Run([self.editor, "+%d" % (first_line,), self.pwfile])
  /device/asus/deb/kernel-headers/media/
msmb_isp.h 107 uint32_t first_line; member in struct:msm_vfe_camif_cfg
  /device/asus/deb/original-kernel-headers/media/
msmb_isp.h 82 uint32_t first_line; member in struct:msm_vfe_camif_cfg
  /device/asus/flo/kernel-headers/media/
msmb_isp.h 107 uint32_t first_line; member in struct:msm_vfe_camif_cfg
  /device/asus/flo/original-kernel-headers/media/
msmb_isp.h 82 uint32_t first_line; member in struct:msm_vfe_camif_cfg
  /system/core/sh/
arith.c 592 ((Current).first_line = (Rhs)[1].first_line, \
    [all...]
  /external/elfutils/libcpu/
i386_parse.c 823 (Current).first_line = YYRHSLOC (Rhs, 1).first_line; \
830 (Current).first_line = (Current).last_line = \
847 (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...]
balsa_headers.cc 713 const base::StringPiece firstline = first_line();
    [all...]
  /external/valgrind/main/exp-bbv/tests/arm-linux/
ll.S 125 first_line: label
  /external/bison/doc/
refcard.tex 454 first_line} and {\tt last_line}, and {\it column\_spec} is specified

Completed in 907 milliseconds