Searched defs:eos (Results 1 - 25 of 30) sorted by last modified time

12

/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/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/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/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/openssl/include/openssl/
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/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/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/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/libvorbis/lib/
H A Dpsytune.c232 int eos=0; local
304 while(!eos){
517 eos=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/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/libpcap/
H A Dpcap-dlpi.c797 char *eos; local
815 unit = strtol(cp, &eos, 10);
816 if (*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/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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.metadata_2.0.0.v20100601.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/deqp/executor/
H A DxeBatchExecutor.cpp240 deUint8 eos = 0; local
241 onTestLogData(&eos, 1);
/external/chromium_org/third_party/webrtc/base/
H A Dhttpclient.cc40 char* eos = NULL; local
41 *val = strtoul(str.c_str(), &eos, 10);
42 return (*eos == '\0');
/external/chromium_org/third_party/openssl/openssl/include/openssl/
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/third_party/openssl/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/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...

Completed in 1864 milliseconds

12