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

  /external/openssl/crypto/asn1/
a_d2i_fp.c 149 int eos=0; local
208 eos++;
211 else if (eos && (c.slen == 0) && (c.tag == V_ASN1_EOC))
213 /* eos value, so go back and read another header */
214 eos--;
215 if (eos <= 0)
246 if (eos <= 0)
asn1.h 178 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
    [all...]
  /frameworks/base/media/libstagefright/rtsp/
ARTPSession.cpp 143 int32_t eos; local
144 if (msg->findInt32("eos", &eos) && eos) {
MyHandler.h 48 // stream, assume none ever will and signal EOS or switch transports.
726 int32_t eos; local
727 if (msg->findInt32("eos", &eos)) {
    [all...]
  /libcore/luni/src/main/java/java/util/jar/
JarInputStream.java 38 private boolean eos = false; field in class:JarInputStream
156 if (verStream != null && !eos) {
158 eos = true;
210 eos = false;
  /libcore/luni/src/main/java/java/util/zip/
GZIPInputStream.java 52 protected boolean eos = false; field in class:GZIPInputStream
130 eos = true;
163 if (eos) {
176 eos = eof; // update eos after every read(), even when it throws
183 if (eos) {
  /system/media/opensles/libopensles/
android_SfPlayer.cpp 563 bool eos; local
569 && (getCacheRemaining(&eos) == kStatusLow)
570 && !eos) {
706 bool eos; local
707 CacheStatus status = getCacheRemaining(&eos);
709 if (eos || status == kStatusHigh
763 SfPlayer::CacheStatus SfPlayer::getCacheRemaining(bool *eos) {
769 size_t dataRemaining = cachedSource->approxDataRemaining(eos);
775 //SL_LOGV("SfPlayer::getCacheRemaining: approx %.2f secs remaining (eos=%d)",
776 // dataRemainingUs / 1E6, *eos);
    [all...]
  /external/libpcap/
pcap-dlpi.c 978 char *eos; local
996 unit = strtol(cp, &eos, 10);
997 if (*eos != '\0') {
    [all...]
  /frameworks/base/media/libstagefright/matroska/
MatroskaExtractor.cpp 89 bool eos() const;
210 bool BlockIterator::eos() const { function in class:android::BlockIterator
211 return mCluster == NULL || mCluster->EOS();
215 while (!eos()) {
221 if (eos()) {
239 while (!eos() && block()->GetTrackNumber() != mTrackNum) {
248 while (!eos() && block()->GetTrackNumber() != mTrackNum) {
252 while (!eos() && !mBlockEntry->GetBlock()->IsKey()) {
258 CHECK(!eos());
307 if (mBlockIter.eos()) {
    [all...]
  /frameworks/base/libs/binder/
Parcel.cpp 911 const char* eos = reinterpret_cast<const char*>(memchr(str, 0, avail)); local
912 if (eos) {
913 const size_t len = eos - str;
    [all...]
  /frameworks/base/media/libstagefright/
AwesomePlayer.cpp 546 bool AwesomePlayer::getCachedDuration_l(int64_t *durationUs, bool *eos) {
550 *durationUs = mRTSPController->getQueueDurationUs(eos);
553 size_t cachedDataRemaining = mCachedSource->approxDataRemaining(eos);
569 bool eos; local
570 size_t cachedDataRemaining = mCachedSource->approxDataRemaining(&eos);
572 if (eos) {
575 LOGV("cache has reached EOS, prepare is done.");
594 if ((mFlags & PLAYING) && !eos
601 } else if (eos || cachedDataRemaining > kHighWaterMarkBytes) {
619 bool eos; local
1490 bool eos; local
    [all...]
  /external/srec/srec/Recognizer/src/
RecognizerImpl.c 2985 EOSrc eos; \/* eos means end of speech *\/ local
    [all...]
  /external/srec/srec/test/SRecTest/src/
SRecTest.c 2699 LCHAR eos [MAX_LINE_LENGTH]; local
2793 LCHAR eos [MAX_LINE_LENGTH]; local
    [all...]
  /external/openssl/include/openssl/
asn1.h 178 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
    [all...]
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 
  /prebuilt/sdk/9/
android.jar 

Completed in 154 milliseconds