HomeSort by relevance Sort by last modified time
    Searched defs:linebuffer (Results 1 - 9 of 9) sorted by null

  /external/apache-http/src/org/apache/http/impl/io/
AbstractSessionInputBuffer.java 60 private ByteArrayBuffer linebuffer = null; field in class:AbstractSessionInputBuffer
82 this.linebuffer = new ByteArrayBuffer(buffersize);
168 this.linebuffer.clear();
176 if (this.linebuffer.isEmpty()) {
182 this.linebuffer.append(this.buffer, this.bufferpos, len);
188 this.linebuffer.append(this.buffer, this.bufferpos, len);
196 if (this.maxLineLen > 0 && this.linebuffer.length() >= this.maxLineLen) {
200 if (noRead == -1 && this.linebuffer.isEmpty()) {
210 int l = this.linebuffer.length();
212 if (this.linebuffer.byteAt(l - 1) == HTTP.LF)
    [all...]
  /external/libvorbis/vq/
bookutil.c 83 static char *linebuffer=NULL; variable
96 linebuffer=_ogg_malloc(lbufsize);
99 linebuffer=_ogg_realloc(linebuffer,lbufsize);
109 linebuffer[sofar]='\0';
113 linebuffer[sofar++]=c;
114 linebuffer[sofar]='\0';
120 if(linebuffer[0]=='#'){
123 return(linebuffer);
  /external/srec/srec/test/SRecTest/src/
SRecTest.c 1957 LCHAR linebuffer [MAX_LINE_LENGTH]; local
2299 LCHAR linebuffer [MAX_LINE_LENGTH]; local
2318 LPRINTF ( L("LITERAL[%2lu] : '%s'\\n"), (unsigned long)nbest_num, linebuffer ); local
2326 LPRINTF ( L("MEANING[%2lu] : '%s'\\n"), (unsigned long)nbest_num, linebuffer ); local
2345 LPRINTF ( L("RAW SCORE[%2lu] : '%s'\\n"), (unsigned long)nbest_num, linebuffer); local
2397 LCHAR linebuffer [MAX_LINE_LENGTH]; local
    [all...]
  /external/srec/srec/test/SRecTestAudio/src/
SRecTestAudio.c 1717 LCHAR linebuffer [MAX_LINE_LENGTH]; local
1992 LCHAR linebuffer [MAX_LINE_LENGTH]; local
2016 LPRINTF ( L("LITERAL[%2lu] : '%s'\\n"), (unsigned long)nbest_num, linebuffer ); local
2024 LPRINTF ( L("MEANING[%2lu] : '%s'\\n"), (unsigned long)nbest_num, linebuffer ); local
2030 LPRINTF ( L("RAW SCORE[%2lu] : '%s'\\n\\n"), (unsigned long)nbest_num, linebuffer); local
2067 LCHAR linebuffer [MAX_LINE_LENGTH]; local
    [all...]
  /external/robolectric/lib/main/
httpcore-4.0.1.jar 
  /external/smack/asmack-master/lib/
httpcore-4.1.4.jar 
  /prebuilts/devtools/tools/lib/
httpcore-4.1.jar 
  /prebuilts/tools/common/http-client/
httpcore-4.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.1/
httpcore-4.1.jar 

Completed in 262 milliseconds