HomeSort by relevance Sort by last modified time
    Searched refs:lineBuf (Results 1 - 25 of 77) sorted by null

1 2 3 4

  /system/core/libcutils/
qtaguid.c 102 char lineBuf[CTRL_MAX_INPUT_LEN];
108 snprintf(lineBuf, sizeof(lineBuf), "t %d %" PRIu64 " %d", sockfd, kTag, uid);
112 res = write_ctrl(lineBuf);
122 char lineBuf[CTRL_MAX_INPUT_LEN];
127 snprintf(lineBuf, sizeof(lineBuf), "u %d", sockfd);
128 res = write_ctrl(lineBuf);
137 char lineBuf[CTRL_MAX_INPUT_LEN];
142 snprintf(lineBuf, sizeof(lineBuf), "s %d %d", counterSetNum, uid)
    [all...]
sched_policy.c 170 char lineBuf[256];
178 while(fgets(lineBuf, sizeof(lineBuf) -1, fp)) {
179 char *next = lineBuf;
218 SLOGE("Bad cgroup data {%s}", lineBuf);
  /external/apache-http/src/org/apache/http/impl/io/
HttpRequestParser.java 57 private final CharArrayBuffer lineBuf;
69 this.lineBuf = new CharArrayBuffer(128);
76 this.lineBuf.clear();
77 int i = sessionBuffer.readLine(this.lineBuf);
81 ParserCursor cursor = new ParserCursor(0, this.lineBuf.length());
82 RequestLine requestline = this.lineParser.parseRequestLine(this.lineBuf, cursor);
HttpResponseParser.java 57 private final CharArrayBuffer lineBuf;
69 this.lineBuf = new CharArrayBuffer(128);
76 this.lineBuf.clear();
77 int i = sessionBuffer.readLine(this.lineBuf);
82 ParserCursor cursor = new ParserCursor(0, this.lineBuf.length());
83 StatusLine statusline = lineParser.parseStatusLine(this.lineBuf, cursor);
AbstractMessageWriter.java 56 protected final CharArrayBuffer lineBuf;
67 this.lineBuf = new CharArrayBuffer(128);
85 (lineFormatter.formatHeader(this.lineBuf, header));
87 this.lineBuf.clear();
88 this.sessionBuffer.writeLine(this.lineBuf);
HttpRequestWriter.java 61 (this.lineBuf, ((HttpRequest) message).getRequestLine());
HttpResponseWriter.java 61 (this.lineBuf, ((HttpResponse) message).getStatusLine());
  /external/apache-http/src/org/apache/http/impl/conn/
DefaultResponseParser.java 59 private final CharArrayBuffer lineBuf;
73 this.lineBuf = new CharArrayBuffer(128);
83 this.lineBuf.clear();
88 int i = sessionBuffer.readLine(this.lineBuf);
93 cursor = new ParserCursor(0, this.lineBuf.length());
94 if (lineParser.hasProtocolVersion(this.lineBuf, cursor)) {
105 StatusLine statusline = lineParser.parseStatusLine(this.lineBuf, cursor);
  /external/guava/guava/src/com/google/common/io/
LineReader.java 45 private final LineBuffer lineBuf = new LineBuffer() {
80 lineBuf.finish();
83 lineBuf.add(buf, 0, read);
  /libcore/ojluni/src/main/java/java/util/
Properties.java 360 //System.out.println("line=<" + new String(lineBuf, 0, limit) + ">");
363 c = lr.lineBuf[keyLen];
381 c = lr.lineBuf[valueStart];
391 String key = loadConvert(lr.lineBuf, 0, keyLen, convtBuf);
392 String value = loadConvert(lr.lineBuf, valueStart, limit - valueStart, convtBuf);
401 * the line in "lineBuf".
416 char[] lineBuf = new char[1024];
477 lineBuf[len++] = c;
478 if (len == lineBuf.length) {
479 int newLength = lineBuf.length * 2
    [all...]
  /external/icu/icu4c/source/test/intltest/
normconf.cpp 163 char lineBuf[BUF_SIZE];
180 T_FileStream_readLine(input, lineBuf, (int32_t)sizeof(lineBuf));
189 uprv_strcpy(lineBuf, moreCases[count]);
191 if (lineBuf[0] == 0 || lineBuf[0] == '\n' || lineBuf[0] == '\r') continue;
197 if (lineBuf[0] == '#') continue;
200 if (lineBuf[0] == '@') {
201 logln(lineBuf);
    [all...]
  /external/guava/guava-tests/test/com/google/common/io/
LineBufferTest.java 85 LineBuffer lineBuf = new LineBuffer() {
94 lineBuf.add(chars, off, len);
97 lineBuf.finish();
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.2.1/
httpcore-4.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.2.5/
httpcore-4.2.5.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.3.1/
httpcore-4.3.1.jar 
  /external/robolectric/v1/lib/main/
httpcore-4.0.1.jar 
  /prebuilts/devtools/tools/lib/
httpcore-4.1.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.apache.httpcomponents.httpcore_4.1.4.v201203221030.jar 
  /prebuilts/tools/common/http-client/
httpcore-4.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.0.1/
httpcore-4.0.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.1/
httpcore-4.1.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.apache.httpcomponents.httpcore_4.1.4.v201203221030.jar 
  /prebuilts/tools/common/offline-m2/org/apache/httpcomponents/httpcore/4.1/
httpcore-4.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.2.1/
httpclient-4.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.2.6/
httpclient-4.2.6.jar 

Completed in 2319 milliseconds

1 2 3 4