Home
last modified time | relevance | path

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

/external/curl/docs/examples/
Dcookie_interface.c71 char nline[256]; in main() local
95 snprintf(nline, sizeof(nline), "%s\t%s\t%s\t%s\t%lu\t%s\t%s", in main()
99 res = curl_easy_setopt(curl, CURLOPT_COOKIELIST, nline); in main()
112 snprintf(nline, sizeof(nline), in main()
115 res = curl_easy_setopt(curl, CURLOPT_COOKIELIST, nline); in main()
/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/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
DSwatDeprecated.java226 String nline = null; in processFile() local
233nline = line.substring(0, ix) + "-" + copyYear + line.substring(ix+5); in processFile()
238nline = line.substring(0, ix) + "-" + copyYear + line.substring(ix+6); in processFile()
243nline = line.substring(0, ix) + "-" + copyYear + line.substring(ix+5); in processFile()
252nline = line.substring(0, ix+4) + "-" + copyYear + line.substring(ix+4); in processFile()
257nline = line.substring(0, ix+4) + "-" + copyYear + line.substring(ix+4); in processFile()
262 if (nline != null) { in processFile()
264 pw.println(" --> " + nline); in processFile()
266 line = nline; in processFile()
/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/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/openfst/src/lib/
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()
Dutil.cc34 int64 StrToInt64(const string &s, const string &src, size_t nline, in StrToInt64() argument
43 << "\", source = " << src << ", line = " << nline; in StrToInt64()
/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/llvm/utils/lit/tests/Inputs/shtest-format/
Dfail.txt1 # RUN: printf "line 1: failed test output on stdout\nline 2: failed test output on stdout"
/external/webrtc/webrtc/api/objc/
DRTCIceCandidate.mm62 RTCLog(@"Failed to create ICE candidate: %s\nline: %s",
DRTCSessionDescription.mm50 RTCLogError(@"Failed to create session description: %s\nline: %s",
/external/lldb/source/Plugins/ObjectFile/PECOFF/
DObjectFilePECOFF.h212 uint16_t nline; // Number of line table entries member
DObjectFilePECOFF.cpp480 m_sect_headers[idx].nline = section_header_data.GetU16(&offset); in ParseSectionHeaders()
914 sh.nline, in DumpSectionHeader()