Searched refs:nline (Results 1 - 11 of 11) sorted by path

/external/chromium_org/ppapi/generators/
H A Didl_diff.py230 for nindex, nline in now:
233 if wline == nline:
/external/chromium_org/tools/valgrind/
H A Dsuppressions.py271 nline = 0
273 nline += 1
286 "%s:%d" % (supp_descriptor, nline))
290 "%s:%d" % (supp_descriptor, nline)))
304 "%s:%d" % (supp_descriptor, nline))
312 "%s:%d" % (supp_descriptor, nline))
322 "%s:%d" % (supp_descriptor, nline))
/external/lldb/source/Plugins/ObjectFile/PECOFF/
H A DObjectFilePECOFF.cpp480 m_sect_headers[idx].nline = section_header_data.GetU16(&offset);
914 sh.nline,
929 s->PutCString ("IDX name vm addr vm size file off file size reloc off line off nreloc nline flags\n");
H A DObjectFilePECOFF.h212 uint16_t nline; // Number of line table entries member in struct:ObjectFilePECOFF::section_header
/external/openfst/src/extensions/far/
H A Dstrings.cc33 int nline = 0; local
35 ++nline;
37 return nline ? ceil(log10(nline + 1)) : 1;
/external/openfst/src/include/fst/script/
H A Dweight-class.h179 size_t nline);
183 const string &src, size_t nline) {
184 return new WeightClassImpl<W>(StrToWeight<W>(str, src, nline));
182 StrToWeightImplBase(const string &str, const string &src, size_t nline) argument
/external/openfst/src/include/fst/
H A Dutil.h245 int64 StrToInt64(const string &s, const string &src, size_t nline,
249 Weight StrToWeight(const string &s, const string &src, size_t nline) { argument
255 << "\", source = " << src << ", line = " << nline; local
287 size_t nline = 0; local
291 ++nline;
299 << "file = " << filename << ", line = " << nline; local
304 I i1 = StrToInt64(col[0], filename, nline, allow_negative, &err);
306 I i2 = StrToInt64(col[1], filename, nline, allow_negative, &err);
/external/openfst/src/lib/
H A Dsymbol-table.cc47 int64 nline = 0; local
50 ++nline;
59 << "file = " << filename << ", line = " << nline
72 << "file = " << filename << ", line = " << nline; local
H A Dutil.cc34 int64 StrToInt64(const string &s, const string &src, size_t nline, argument
43 << "\", source = " << src << ", line = " << nline; local
/external/openfst/src/script/
H A Dtext-io.cc42 size_t nline = 0; local
46 ++nline;
53 << "file = " << filename << ", line = " << nline; local
57 ssize_t s = StrToInt64(col[0], filename, nline, false);
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dsymbol-table.cpp45 int64 nline = 0; local
48 ++nline;
55 << "file = " << filename << ", line = " << nline; local
65 << "file = " << filename << ", line = " << nline; local

Completed in 367 milliseconds