/external/libvorbis/test/ |
D | write_read.c | 43 int eos = 0, ret; in write_vorbis_data_or_die() local 78 while (!eos){ in write_vorbis_data_or_die() 108 while (!eos) { in write_vorbis_data_or_die() 116 eos = 1; in write_vorbis_data_or_die() 148 int eos = 0; in read_vorbis_data_or_die() local 237 while(!eos) { in read_vorbis_data_or_die() 238 while (!eos) { in read_vorbis_data_or_die() 272 if (ogg_page_eos (&og)) eos = 1; in read_vorbis_data_or_die() 276 if (!eos) { in read_vorbis_data_or_die() 280 if (bytes == 0) eos = 1; in read_vorbis_data_or_die()
|
/external/openssl/crypto/asn1/ |
D | a_d2i_fp.c | 149 int eos=0; in asn1_d2i_read_bio() local 210 eos++; in asn1_d2i_read_bio() 211 if (eos < 0) in asn1_d2i_read_bio() 218 else if (eos && (c.slen == 0) && (c.tag == V_ASN1_EOC)) in asn1_d2i_read_bio() 221 eos--; in asn1_d2i_read_bio() 222 if (eos <= 0) in asn1_d2i_read_bio() 266 if (eos <= 0) in asn1_d2i_read_bio()
|
D | a_bytes.c | 273 c->eos=ASN1_const_check_infinite_end(&c->p, in asn1_collate_primitive() 275 if (c->eos) break; in asn1_collate_primitive()
|
D | asn1_lib.c | 287 if ((c->inf == (1|V_ASN1_CONSTRUCTED)) && (!c->eos)) in _asn1_Finish() 339 c->eos=0; in asn1_GetSequence()
|
/external/chromium_org/third_party/openssl/openssl/crypto/asn1/ |
D | a_d2i_fp.c | 149 int eos=0; in asn1_d2i_read_bio() local 210 eos++; in asn1_d2i_read_bio() 211 if (eos < 0) in asn1_d2i_read_bio() 218 else if (eos && (c.slen == 0) && (c.tag == V_ASN1_EOC)) in asn1_d2i_read_bio() 221 eos--; in asn1_d2i_read_bio() 222 if (eos <= 0) in asn1_d2i_read_bio() 266 if (eos <= 0) in asn1_d2i_read_bio()
|
D | a_bytes.c | 273 c->eos=ASN1_const_check_infinite_end(&c->p, in asn1_collate_primitive() 275 if (c->eos) break; in asn1_collate_primitive()
|
D | asn1_lib.c | 287 if ((c->inf == (1|V_ASN1_CONSTRUCTED)) && (!c->eos)) in _asn1_Finish() 339 c->eos=0; in asn1_GetSequence()
|
/external/libvorbis/examples/ |
D | decoder_example.c | 80 int eos=0; in main() local 209 while(!eos){ in main() 210 while(!eos){ in main() 281 if(ogg_page_eos(&og))eos=1; in main() 284 if(!eos){ in main() 288 if(bytes==0)eos=1; in main()
|
D | encoder_example.c | 55 int eos=0,ret; in main() local 171 while(!eos){ in main() 180 while(!eos){ in main() 224 while(!eos){ in main() 233 if(ogg_page_eos(&og))eos=1; in main()
|
/external/chromium_org/media/base/android/ |
D | media_codec_bridge_unittest.cc | 129 bool eos = false; in DecodeMediaFrame() local 136 &eos, in DecodeMediaFrame() 186 bool eos = false; in TEST() local 187 while (!eos) { in TEST() 197 &eos, in TEST() 216 if (!eos) in TEST()
|
/external/jmonkeyengine/engine/src/jogg/com/jme3/audio/plugins/ |
D | CachedOggStream.java | 56 private boolean eos = false; field in CachedOggStream 72 while (!eos){ in CachedOggStream() 111 if (eos) in readOggNextPage() 119 eos = true; in readOggNextPage()
|
D | UncachedOggStream.java | 49 private boolean eos = false; field in UncachedOggStream 81 eos = true; in readNextOggPage() 96 if (eos){ in getOggPage()
|
/external/elfutils/libdwfl/ |
D | core-file.c | 333 const void *eos = memchr (contents, '\0', size); in dwfl_elf_phdr_memory_callback() local 334 if (unlikely (eos == NULL) || unlikely (eos == contents)) in dwfl_elf_phdr_memory_callback() 336 size = eos + 1 - contents; in dwfl_elf_phdr_memory_callback() 378 const void *eos = memchr (into, '\0', nread); in dwfl_elf_phdr_memory_callback() local 379 if (unlikely (eos == NULL) || unlikely (eos == into)) in dwfl_elf_phdr_memory_callback() 385 nread = eos + 1 - into; in dwfl_elf_phdr_memory_callback()
|
/external/lzma/Java/SevenZip/ |
D | LzmaAlone.java | 198 boolean eos = false; in main() 200 eos = true; in main() 214 encoder.SetEndMarkerMode(eos); in main() 217 if (eos) in main()
|
/external/linux-tools-perf/util/ |
D | cgroup.c | 146 const char *p, *e, *eos = str + strlen(str); in parse_cgroups() local 157 e = p ? p : eos; in parse_cgroups()
|
/external/qemu/android/protocol/ |
D | core-connection.c | 48 _zero_terminate(char* buf, size_t buf_size, size_t eos) in _zero_terminate() argument 50 if (eos < buf_size) { in _zero_terminate() 51 buf[eos] = '\0'; in _zero_terminate()
|
/external/lzma/CS/7zip/Compress/LzmaAlone/ |
D | LzmaAlone.cs | 253 bool eos = parser[(int)Key.EOS].ThereIs || stdInMode; in Main2() 292 eos in Main2() 299 if (eos || stdInMode) in Main2()
|
/external/libvorbis/lib/ |
D | psytune.c | 232 int eos=0; in main() local 304 while(!eos){ in main() 517 eos=1; in main()
|
/external/chromium_org/sandbox/win/src/ |
D | crosscall_client.h | 173 const wchar_t *eos = wcs; in StringLength() local 174 while (*eos++); in StringLength() 175 return static_cast<size_t>(eos - wcs - 1); in StringLength()
|
/external/lzma/CPP/7zip/Bundles/LzmaCon/ |
D | LzmaAlone.cpp | 388 bool eos = parser[NKey::kEOS].ThereIs || stdInMode; in main2() local 431 props[7].boolVal = eos ? VARIANT_TRUE : VARIANT_FALSE; in main2() 448 if (eos || stdInMode) in main2()
|
/external/chromium_org/content/common/gpu/media/ |
D | android_video_decode_accelerator.cc | 220 bool eos = false; in DequeueOutput() local 228 NoWaitTimeOut(), &buf_index, &offset, &size, ×tamp, &eos, NULL); in DequeueOutput() 289 if (eos) { in DequeueOutput()
|
/external/libogg/doc/ |
D | rfc3533.txt | 190 (eos=end of stream). 247 bos pages, eos pages for the logical bitstreams need not all occur 250 information and the eos flag set in the page header. Each grouped 255 bitstreams do not overlap, i.e., the eos page of a given logical 272 bos bos bos eos eos eos bos eos 277 bitstream, which ends after the last eos page of all its grouped 304 example, a specific media mapping may require that all the eos pages 551 set: this is the last page of a logical bitstream (eos) 688 eos page: The final page (end of stream) of a logical bitstream.
|
/external/srec/srec/Recognizer/include/ |
D | SR_Recognizer.h | 473 const double eos, 883 const double eos,
|
/external/srec/srec/Recognizer/src/ |
D | Recognizer.c | 361 const double eos, in SR_RecognizerLogWaveformData() argument 369 return self->logWaveformData(self, waveformFilename, transcription, bos, eos, isInvocab); in SR_RecognizerLogWaveformData()
|
/external/markdown/MarkdownTest/Tests_2004/ |
D | Yuri-Footnotes.text | 10 aut fugit, sed quia consequuntur magni dolores eos qui ratione
|