/external/apache-http/src/org/apache/http/impl/io/ |
H A D | 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 [all...] |
/external/libvorbis/vq/ |
H A D | 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/ |
H A D | SRecTest.c | 1957 LCHAR linebuffer [MAX_LINE_LENGTH]; local 1971 got_line_ok = pfgets ( linebuffer, MAX_LINE_LENGTH, command_file ); 1974 srec_test_execute_command ( data, linebuffer, results_file, &recognition_count ); 2299 LCHAR linebuffer [MAX_LINE_LENGTH]; local 2314 esr_status = SR_RecognizerResultGetValue ( data->result, nbest_num, L("literal"), linebuffer, &line_length ); 2318 LPRINTF ( L("LITERAL[%2lu] : '%s'\n"), (unsigned long)nbest_num, linebuffer ); local 2320 esr_status = SR_RecognizerResultGetValue ( data->result, nbest_num, L("meaning"), linebuffer, &line_length ); 2324 linebuffer [0] = L('\0') ; 2326 LPRINTF ( L("MEANING[%2lu] : '%s'\n"), (unsigned long)nbest_num, linebuffer ); local 2329 esr_status = SR_RecognizerResultGetValue (data->result, nbest_num , L("conf"), linebuffer, 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/ |
H A D | SRecTestAudio.c | 1717 LCHAR linebuffer [MAX_LINE_LENGTH]; local 1731 got_line_ok = pfgets ( linebuffer, MAX_LINE_LENGTH, command_file ); 1734 srec_test_execute_command ( data, audio_input_handle, linebuffer, results_file, &recognition_count ); 1992 LCHAR linebuffer [MAX_LINE_LENGTH]; local 1999 esr_status = SR_RecognizerResultGetValue ( data->result, 0, L("conf"), linebuffer, &line_length ); 2003 LPRINTF ( L("CONFIDENCE SCORE : '%s'\n"), linebuffer ); 2012 esr_status = SR_RecognizerResultGetValue ( data->result, nbest_num, L("literal"), linebuffer, &line_length ); 2016 LPRINTF ( L("LITERAL[%2lu] : '%s'\n"), (unsigned long)nbest_num, linebuffer ); local 2018 esr_status = SR_RecognizerResultGetValue ( data->result, nbest_num, L("meaning"), linebuffer, &line_length ); 2022 linebuffer [ 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/ |
H A D | httpcore-4.0.1.jar | META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/protocol/ ... |
/external/smack/asmack-master/lib/ |
H A D | httpcore-4.1.4.jar | META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/impl/ ... |