Home
last modified time | relevance | path

Searched refs:nline (Results 1 – 9 of 9) sorted by relevance

/external/openfst/src/extensions/far/
Dstrings.cc33 int nline = 0; in KeySize() local
35 ++nline; in KeySize()
37 return nline ? ceil(log10(nline + 1)) : 1; in KeySize()
/external/openfst/src/script/
Dtext-io.cc42 size_t nline = 0; in ReadPotentials() local
46 ++nline; in ReadPotentials()
53 << "file = " << filename << ", line = " << nline; in ReadPotentials()
57 ssize_t s = StrToInt64(col[0], filename, nline, false); in ReadPotentials()
/external/srec/tools/thirdparty/OpenFst/fst/lib/
Dsymbol-table.cpp45 int64 nline = 0; in ReadText() local
48 ++nline; in ReadText()
55 << "file = " << filename << ", line = " << nline; in ReadText()
65 << "file = " << filename << ", line = " << nline; in ReadText()
/external/openfst/src/include/fst/
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) { in StrToWeight() argument
255 << "\", source = " << src << ", line = " << nline; in StrToWeight()
287 size_t nline = 0; variable
291 ++nline;
299 << "file = " << filename << ", line = " << nline;
304 I i1 = StrToInt64(col[0], filename, nline, allow_negative, &err);
306 I i2 = StrToInt64(col[1], filename, nline, allow_negative, &err);
/external/chromium_org/tools/valgrind/
Dsuppressions.py276 nline = 0
278 nline += 1
291 "%s:%d" % (supp_descriptor, nline))
295 "%s:%d" % (supp_descriptor, nline)))
310 "%s:%d" % (supp_descriptor, nline))
318 "%s:%d" % (supp_descriptor, nline))
328 "%s:%d" % (supp_descriptor, nline))
/external/openfst/src/lib/
Dutil.cc34 int64 StrToInt64(const string &s, const string &src, size_t nline, in StrToInt64() argument
43 << "\", source = " << src << ", line = " << nline; in StrToInt64()
Dsymbol-table.cc47 int64 nline = 0; in ReadText() local
50 ++nline; in ReadText()
59 << "file = " << filename << ", line = " << nline in ReadText()
72 << "file = " << filename << ", line = " << nline; in ReadText()
/external/openfst/src/include/fst/script/
Dweight-class.h179 size_t nline);
183 const string &src, size_t nline) { in StrToWeightImplBase() argument
184 return new WeightClassImpl<W>(StrToWeight<W>(str, src, nline)); in StrToWeightImplBase()
/external/chromium_org/ppapi/generators/
Didl_diff.py230 for nindex, nline in now:
233 if wline == nline: