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

1 2 3 4

  /external/dtc/
srcpos.h 72 int first_line; member in struct:srcpos
84 (Current).first_line = YYRHSLOC(Rhs, 1).first_line; \
90 (Current).first_line = (Current).last_line = \
srcpos.c 205 .first_line = 0,
220 pos->first_line = current_srcfile->lineno;
259 if (pos->first_line != pos->last_line)
261 pos->first_line, pos->first_column,
265 pos->first_line, pos->first_column,
269 pos->first_line, pos->first_column);
  /external/webrtc/webrtc/modules/audio_coding/neteq/test/
RTPchange.cc 72 char first_line[FIRSTLINELEN]; local
73 if (fgets(first_line, FIRSTLINELEN, in_file) == NULL) {
77 fputs(first_line, out_file);
80 if (fread(first_line, 1, kRtpDumpHeaderSize, in_file)
85 if (fwrite(first_line, 1, kRtpDumpHeaderSize, out_file)
  /external/webrtc/talk/media/base/
rtpdump.cc 164 std::string first_line; local
165 rtc::StreamResult res = stream_->ReadLine(&first_line);
169 if (!CheckFirstLine(first_line)) {
183 // Increase the length by 1 since first_line does not contain the ending \n.
184 first_line_and_file_header_len_ = first_line.size() + 1 + sizeof(header);
189 bool RtpDumpReader::CheckFirstLine(const std::string& first_line) {
191 bool matched = (0 == first_line.find("#!rtpplay1.0 "));
195 size_t pos = first_line.find('/');
196 matched &= (pos != std::string::npos && pos < first_line.size() - 1);
197 for (++pos; pos < first_line.size() && matched; ++pos)
    [all...]
  /external/trappy/tests/
test_copyright.py 32 first_line = re.compile(r"(#| \*) Copyright")
34 if not first_line.search(lines[0]):
35 if first_line.search(lines[1]):
  /external/mesa3d/src/compiler/glsl/glcpp/
glcpp.h 73 int first_line; member in struct:YYLTYPE
86 (Current).first_line = YYRHSLOC(Rhs, 1).first_line; \
93 (Current).first_line = (Current).last_line = \
pp.c 40 locp->first_line,
61 locp->first_line,
  /external/swiftshader/src/OpenGL/compiler/
InfoSink.cpp 43 int string = loc.first_file, line = loc.first_line;
Diagnostics.cpp 65 sourceLoc.first_line = sourceLoc.last_line = loc.line;
glslang_tab.cpp 322 int first_line; member in struct:YYLTYPE
347 (Current).first_line = YYRHSLOC(Rhs, 1).first_line; \
353 (Current).first_line = YYRHSLOC(Rhs, 0).last_line; \
    [all...]
Common.h 27 int first_line; member in struct:TSourceLoc
  /external/syslinux/core/fs/pxe/
ftp.c 40 bool first_line, done; local
80 first_line = true;
94 first_line = false;
103 if (first_line)
119 else if (first_line)
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/google-benchmark/test/
output_test_helper.cc 69 std::string first_line; local
76 first_line = line;
84 << "\n started matching near: " << first_line;
91 << "\n started matching near: " << first_line;
97 << "\n started matching near: " << first_line;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/google-benchmark/tools/gbench/
report.py 80 first_line = "{:<{}s} Time CPU Old New".format(
82 output_strs = [first_line, '-' * len(first_line)]
  /external/tensorflow/tensorflow/examples/learn/
iris.py 48 first_line = f.readline()
49 num_elements = first_line.split(',')[0]
  /external/syslinux/com32/hdt/
hdt-cli-pci.c 158 char first_line[81]; local
192 snprintf(first_line, sizeof(first_line),
208 more_printf("%s", first_line);
  /external/protobuf/objectivec/DevTools/
pddm.py 426 def first_line(self): member in class:SourceFile.SectionBase
461 (directive, line_num, self.first_line))
467 self.first_line)
494 self.first_line_num, self.first_line))
517 (directive, line_num, self.first_line))
529 (e.message, self.first_line_num, self.first_line))
550 ' "%s".' % (self.first_line_num, self.first_line))
551 import_name = self.first_line.split(' ', 1)[1].strip()
556 (import_name, self.first_line_num, self.first_line))
565 (e.message, self.first_line_num, self.first_line))
    [all...]
  /external/python/cpython3/Lib/
dis.py 229 def get_instructions(x, *, first_line=None):
235 If *first_line* is not None, it indicates the line number that should
243 if first_line is not None:
244 line_offset = first_line - co.co_firstlineno
424 def __init__(self, x, *, first_line=None, current_offset=None):
426 if first_line is None:
427 self.first_line = co.co_firstlineno
430 self.first_line = first_line
431 self._line_offset = first_line - co.co_firstlinen
    [all...]
  /external/flatbuffers/src/
code_generators.cpp 150 if (config != nullptr && config->first_line != nullptr) {
151 code += std::string(prefix) + std::string(config->first_line) + "\n";
  /external/autotest/client/bin/
setup_job_unittest.py 98 def __init__(self, first_line):
99 self.first_line = first_line
103 return self.first_line == parameter.splitlines()[0]
  /external/flatbuffers/include/flatbuffers/
code_generators.h 125 const char *first_line; member in struct:flatbuffers::CommentConfig
  /external/mesa3d/src/compiler/glsl/
glsl_parser_extras.h 62 int first_line; member in struct:YYLTYPE
843 (Current).first_line = YYRHSLOC(Rhs, 1).first_line; \
850 (Current).first_line = (Current).last_line = \
  /external/mesa3d/src/mesa/program/
program_parser.h 230 int first_line; member in struct:YYLTYPE
  /external/google-benchmark/tools/gbench/
report.py 99 first_line = "{:<{}s}Time CPU Time Old Time New CPU Old CPU New".format(
101 output_strs = [first_line, '-' * len(first_line)]
  /external/libcxx/utils/google-benchmark/tools/gbench/
report.py 99 first_line = "{:<{}s}Time CPU Time Old Time New CPU Old CPU New".format(
101 output_strs = [first_line, '-' * len(first_line)]

Completed in 1108 milliseconds

1 2 3 4