/external/curl/docs/examples/ |
D | cookie_interface.c | 71 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/ |
D | strings.cc | 33 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/ |
D | SwatDeprecated.java | 226 String nline = null; in processFile() local 233 … nline = line.substring(0, ix) + "-" + copyYear + line.substring(ix+5); in processFile() 238 … nline = line.substring(0, ix) + "-" + copyYear + line.substring(ix+6); in processFile() 243 … nline = line.substring(0, ix) + "-" + copyYear + line.substring(ix+5); in processFile() 252 … nline = line.substring(0, ix+4) + "-" + copyYear + line.substring(ix+4); in processFile() 257 … nline = 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/ |
D | text-io.cc | 42 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/ |
D | util.h | 245 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/ |
D | symbol-table.cc | 47 int64 nline = 0; in ReadText() local 50 ++nline; in ReadText() 59 << "file = " << filename << ", line = " << nline in ReadText() 72 << "file = " << filename << ", line = " << nline; in ReadText()
|
D | util.cc | 34 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/ |
D | weight-class.h | 179 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/ |
D | fail.txt | 1 # RUN: printf "line 1: failed test output on stdout\nline 2: failed test output on stdout"
|
/external/webrtc/webrtc/api/objc/ |
D | RTCIceCandidate.mm | 62 RTCLog(@"Failed to create ICE candidate: %s\nline: %s",
|
D | RTCSessionDescription.mm | 50 RTCLogError(@"Failed to create session description: %s\nline: %s",
|
/external/lldb/source/Plugins/ObjectFile/PECOFF/ |
D | ObjectFilePECOFF.h | 212 uint16_t nline; // Number of line table entries member
|
D | ObjectFilePECOFF.cpp | 480 m_sect_headers[idx].nline = section_header_data.GetU16(&offset); in ParseSectionHeaders() 914 sh.nline, in DumpSectionHeader()
|