HomeSort by relevance Sort by last modified time
    Searched refs:nline (Results 1 - 15 of 15) sorted by null

  /external/curl/docs/examples/
cookie_interface.c 72 char nline[256]; local
96 snprintf(nline, sizeof(nline), "%s\t%s\t%s\t%s\t%lu\t%s\t%s",
100 res = curl_easy_setopt(curl, CURLOPT_COOKIELIST, nline);
113 snprintf(nline, sizeof(nline),
116 res = curl_easy_setopt(curl, CURLOPT_COOKIELIST, nline);
  /frameworks/base/cmds/incident_helper/src/parsers/
KernelWakesParser.cpp 33 int nline = 0; local
44 if (nline++ == 0) {
54 fprintf(stderr, "[%s]Line %d has missing fields\n%s\n", this->name.string(), nline, line.c_str());
58 fprintf(stderr, "[%s]Line %d has extra fields\n%s\n", this->name.string(), nline, line.c_str());
66 this->name.string(), nline, header[i].c_str(), record[i].c_str());
PsParser.cpp 32 int nline = 0; local
48 if (nline++ == 0) {
64 fprintf(stderr, "[%s]Line %d has %d missing fields\n%s\n", this->name.string(), nline, -diff, line.c_str());
69 fprintf(stderr, "[%s]Line %d has %d extra fields\n%s\n", this->name.string(), nline, diff, line.c_str());
78 this->name.string(), nline, header[i].c_str(), record[i].c_str());
ProcrankParser.cpp 33 int nline = 0; local
44 if (nline++ == 0) {
63 fprintf(stderr, "[%s]Line %d has missing fields\n%s\n", this->name.string(), nline,
73 this->name.string(), nline, header[i].c_str(), record[i].c_str());
CpuInfoParser.cpp 51 int nline = 0; local
67 nline++;
132 fprintf(stderr, "[%s]Line %d has %d missing fields\n%s\n", this->name.string(), nline, -diff, line.c_str());
136 fprintf(stderr, "[%s]Line %d has %d extra fields\n%s\n", this->name.string(), nline, diff, line.c_str());
145 this->name.string(), nline, header[i].c_str(), record[i].c_str());
  /external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
SwatDeprecated.java 228 String nline = null; local
235 nline = line.substring(0, ix) + "-" + copyYear + line.substring(ix+5);
240 nline = line.substring(0, ix) + "-" + copyYear + line.substring(ix+6);
245 nline = line.substring(0, ix) + "-" + copyYear + line.substring(ix+5);
254 nline = line.substring(0, ix+4) + "-" + copyYear + line.substring(ix+4);
259 nline = line.substring(0, ix+4) + "-" + copyYear + line.substring(ix+4);
264 if (nline != null) {
266 pw.println(" --> " + nline);
268 line = nline;
  /external/ltp/testcases/kernel/syscalls/epoll2/examples/
epoll-test.c 329 char *nline, *line; local
333 if ((nline = memchr(conn->buffer + conn->rindex, '\n',
336 conn->rindex += (nline - line) + 1;
337 for (; nline > line && nline[-1] == '\r';
338 nline--) ;
339 *nline = '\0';
  /prebuilts/go/darwin-x86/src/go/ast/
commentmap_test.go 90 "37: *ast.ExprStmt": "associated with s2\nalso associated with s2\nline comment for s2\n",
  /prebuilts/go/linux-x86/src/go/ast/
commentmap_test.go 90 "37: *ast.ExprStmt": "associated with s2\nalso associated with s2\nline comment for s2\n",
  /prebuilts/go/darwin-x86/src/encoding/csv/
reader_test.go 73 Output: [][]string{{"two\nline", "one line", "three\nline\nfield"}},
  /prebuilts/go/linux-x86/src/encoding/csv/
reader_test.go 73 Output: [][]string{{"two\nline", "one line", "three\nline\nfield"}},
  /prebuilts/go/darwin-x86/src/net/textproto/
reader_test.go 72 r := reader("line1\nline\n 2\nline3\n")
  /prebuilts/go/linux-x86/src/net/textproto/
reader_test.go 72 r := reader("line1\nline\n 2\nline3\n")
  /external/annotation-tools/annotation-file-utilities/lib/
plume-core.jar 
  /tools/repohooks/tools/
checkpatch.pl     [all...]

Completed in 814 milliseconds