Searched defs:eos (Results 1 - 25 of 30) sorted by relevance

12

/external/chromium_org/media/base/android/
H A Dmedia_codec_bridge_unittest.cc129 bool eos = false; local
136 &eos,
186 bool eos = false; local
187 while (!eos) {
197 &eos,
216 if (!eos)
/external/chromium_org/third_party/boringssl/src/crypto/asn1/
H A Da_d2i_fp.c150 int eos=0; local
211 eos++;
212 if (eos < 0)
219 else if (eos && (c.slen == 0) && (c.tag == V_ASN1_EOC))
221 /* eos value, so go back and read another header */
222 eos--;
223 if (eos <= 0)
266 if (eos <= 0)
/external/libvorbis/examples/
H A Ddecoder_example.c80 int eos=0; local
209 while(!eos){
210 while(!eos){
281 if(ogg_page_eos(&og))eos=1;
284 if(!eos){
288 if(bytes==0)eos=1;
H A Dencoder_example.c55 int eos=0,ret; local
171 while(!eos){
180 while(!eos){
224 while(!eos){
233 if(ogg_page_eos(&og))eos=1;
/external/openssl/crypto/asn1/
H A Da_d2i_fp.c149 int eos=0; local
210 eos++;
211 if (eos < 0)
218 else if (eos && (c.slen == 0) && (c.tag == V_ASN1_EOC))
220 /* eos value, so go back and read another header */
221 eos--;
222 if (eos <= 0)
266 if (eos <= 0)
H A Dasn1.h178 int eos; /* end of sequence read for indefinite encoding */ member in struct:asn1_ctx_st
193 int eos; /* end of sequence read for indefinite encoding */ member in struct:asn1_const_ctx_st
/external/chromium_org/sandbox/win/src/
H A Dcrosscall_client.h173 const wchar_t *eos = wcs; local
174 while (*eos++);
175 return static_cast<size_t>(eos - wcs - 1);
/external/libvorbis/test/
H A Dwrite_read.c43 int eos = 0, ret; local
78 while (!eos){
108 while (!eos) {
116 eos = 1;
148 int eos = 0; local
237 while(!eos) {
238 while (!eos) {
272 if (ogg_page_eos (&og)) eos = 1;
276 if (!eos) {
280 if (bytes == 0) eos
[all...]
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dcgroup.c145 const char *p, *e, *eos = str + strlen(str); local
156 e = p ? p : eos;
/external/chromium_org/content/common/gpu/media/
H A Dandroid_video_decode_accelerator.cc223 bool eos = false; local
231 NoWaitTimeOut(), &buf_index, &offset, &size, &timestamp, &eos, NULL);
293 if (eos) {
/external/elfutils/0.153/libdwfl/
H A Dcore-file.c342 const void *eos = memchr (contents, '\0', size); local
343 if (unlikely (eos == NULL) || unlikely (eos == contents))
345 size = eos + 1 - contents;
387 const void *eos = memchr (into, '\0', nread); local
388 if (unlikely (eos == NULL) || unlikely (eos == into))
394 nread = eos + 1 - into;
/external/deqp/executor/
H A DxeBatchExecutor.cpp240 deUint8 eos = 0; local
241 onTestLogData(&eos, 1);
/external/libvorbis/lib/
H A Dpsytune.c232 int eos=0; local
304 while(!eos){
517 eos=1;
/external/srec/srec/Recognizer/src/
H A DRecognizer.c361 const double eos,
369 return self->logWaveformData(self, waveformFilename, transcription, bos, eos, isInvocab);
357 SR_RecognizerLogWaveformData(SR_Recognizer* self, const LCHAR* waveformFilename, const LCHAR* transcription, const double bos, const double eos, ESR_BOOL isInvocab) argument
H A DRecognizerImpl.c1927 /* set the eos signal indicated by the end pointed data */
2985 EOSrc eos; /* eos means end of speech */ local
2986 int eos_by_level; /* eos means end of speech */
2994 eos = SPEECH_ENDED_BY_LEVEL_TIMEOUT;
2998 eos = CA_IsEndOfUtteranceByResults(impl->recognizer);
3004 if (eos == VALID_SPEECH_CONTINUING && enableGetWaveform && impl->waveformBuffer->overflow_count > 0)
3009 eos = SPEECH_TOO_LONG;
3012 if (eos != VALID_SPEECH_CONTINUING)
3014 switch (eos)
3491 SR_RecognizerLogWaveformDataImpl(SR_Recognizer* self, const LCHAR* waveformFilename, const LCHAR* transcription, const double bos, const double eos, ESR_BOOL isInvocab) argument
[all...]
/external/chromium_org/third_party/jinja2/
H A Dlexer.py312 eos = property(lambda x: not x, doc="Are we at the end of the stream?") variable in class:TokenStream
/external/libpcap/
H A Dpcap-dlpi.c797 char *eos; local
815 unit = strtol(cp, &eos, 10);
816 if (*eos != '\0') {
/external/lzma/CPP/7zip/Bundles/LzmaCon/
H A DLzmaAlone.cpp110 " -eos: write End Of Stream marker\n"
388 bool eos = parser[NKey::kEOS].ThereIs || stdInMode; local
431 props[7].boolVal = eos ? VARIANT_TRUE : VARIANT_FALSE;
448 if (eos || stdInMode)
/external/chromium_org/third_party/icu/source/common/
H A Dmessagepattern.cpp782 UBool eos=index==msg.length(); local
783 if(eos || msg.charAt(index)==u_rightCurlyBrace) {
784 if(eos==inMessageFormatPattern(nestingLevel)) {
/external/chromium_org/third_party/webrtc/base/
H A Dhttpclient.cc41 char* eos = NULL; local
42 *val = strtoul(str.c_str(), &eos, 10);
43 return (*eos == '\0');
/external/icu/icu4c/source/common/
H A Dmessagepattern.cpp782 UBool eos=index==msg.length(); local
783 if(eos || msg.charAt(index)==u_rightCurlyBrace) {
784 if(eos==inMessageFormatPattern(nestingLevel)) {
/external/libogg/src/
H A Dframing.c776 int eos=ogg_page_eos(og); local
884 if(eos){
961 int eos=os->lacing_vals[ptr]&0x200; /* last packet of the stream? */ local
967 if(val&0x200)eos=0x200;
972 op->e_o_s=eos;
1587 /* check eos flag */
1589 fprintf(stderr,"Multiple decoded packets with eos flag!\n");
/external/srec/srec/test/SRecTest/src/
H A DSRecTest.c2625 int srec_test_log_reco_from_file_data ( SR_Grammar *active_grammar, ApplicationData *data, LCHAR *waveform, LCHAR *bos, LCHAR *eos, LCHAR *transcription ) argument
2670 esr_status = SR_RecognizerLogWaveformData ( data->recognizer, waveform, data->transcription, atof ( bos ), atof ( eos ), got_results );
2699 LCHAR eos [MAX_LINE_LENGTH]; local
2707 eos, NULL, &transcription );
2711 recognize_status = srec_test_log_reco_from_file_data ( active_grammar, data, waveform, bos, eos, transcription );
2715 if(LSTRCMP(bos,"0") || LSTRCMP(eos,"0")) {
2793 LCHAR eos [MAX_LINE_LENGTH]; local
2801 eos, NULL, &transcription );
2805 recognize_status = srec_test_log_reco_from_file_data ( active_grammar, data, waveform, bos, eos, transcription );
2809 if(LSTRCMP(bos,"0") || LSTRCMP(eos,"
[all...]
/external/srec/srec/test/SRecTestAudio/src/
H A DSRecTestAudio.c2298 int srec_test_log_reco_from_file_data ( SR_Grammar *active_grammar, ApplicationData *data, LCHAR *waveform, LCHAR *bos, LCHAR *eos, LCHAR *transcription ) argument
2331 esr_status = SR_RecognizerLogWaveformData ( data->recognizer, waveform, data->transcription, atof ( bos ), atof ( eos ), got_results );
/external/chromium_org/third_party/boringssl/src/include/openssl/
H A Dasn1.h166 int eos; /* end of sequence read for indefinite encoding */ member in struct:asn1_ctx_st
181 int eos; /* end of sequence read for indefinite encoding */ member in struct:asn1_const_ctx_st

Completed in 831 milliseconds

12