/frameworks/wilhelm/tests/sandbox/ |
xaplay.c | 54 XAboolean sentEOS = XA_BOOLEAN_FALSE; // whether we have enqueued EOS yet 167 static const XAAndroidBufferItem eos = {XA_ANDROID_ITEMKEY_EOS, 0}; local 179 printf("buffer completion callback after EOS\n"); 182 printf("sending EOS\n"); 183 items = &eos; 184 itemSize = sizeof(eos); [all...] |
/external/libogg/src/ |
framing.c | 776 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; [all...] |
/external/icu4c/common/ |
messagepattern.cpp | 782 UBool eos=index==msg.length(); local 783 if(eos || msg.charAt(index)==u_rightCurlyBrace) { 784 if(eos==inMessageFormatPattern(nestingLevel)) { [all...] |
/frameworks/native/libs/binder/ |
Parcel.cpp | 1061 const char* eos = reinterpret_cast<const char*>(memchr(str, 0, avail)); local 1062 if (eos) { 1063 const size_t len = eos - str; [all...] |
/external/chromium_org/media/tools/layout_tests/ |
layouttest_analyzer_helpers.py | 175 "BUGWK,71543,TIMEOUT PASS,media/media-element-play-after-eos.html,
|
/frameworks/base/media/java/android/media/ |
SubtitleTrack.java | 82 * contents of a run are submitted in sequential order, with eos 87 * @param eos true if this is the last section of the run. 98 public abstract void onData(String data, boolean eos, long runID);
|
WebVttRenderer.java | 660 public void eos() { method in class:WebVttParser [all...] |
/external/srec/srec/Recognizer/src/ |
RecognizerImpl.c | 2985 EOSrc eos; \/* eos means end of speech *\/ local [all...] |
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/ |
ExifInterface.java | 965 ExifOutputStream eos = new ExifOutputStream(outStream, this); local [all...] |
/packages/apps/Camera2/src/com/android/camera/exif/ |
ExifInterface.java | 965 ExifOutputStream eos = new ExifOutputStream(outStream, this); local [all...] |
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/ |
ExifInterface.java | 965 ExifOutputStream eos = new ExifOutputStream(outStream, this); local [all...] |
/packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/exif/ |
ExifInterface.java | 965 ExifOutputStream eos = new ExifOutputStream(outStream, this); local [all...] |
/packages/apps/Mms/src/com/android/mms/exif/ |
ExifInterface.java | 965 ExifOutputStream eos = new ExifOutputStream(outStream, this); local [all...] |
/external/chromium_org/third_party/jinja2/ |
ext.py | 334 elif parser.stream.eos:
|
lexer.py | 312 eos = property(lambda x: not x, doc="Are we at the end of the stream?") variable in class:TokenStream
|
environment.py | 588 if not parser.stream.eos: [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/asn1/ |
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...] |
asn1_mac.h | 126 (c.eos=ASN1_const_check_infinite_end(&c.p,c.slen)))
|
/external/chromium_org/third_party/openssl/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...] |
asn1_mac.h | 126 (c.eos=ASN1_const_check_infinite_end(&c.p,c.slen)))
|
/external/openssl/crypto/asn1/ |
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...] |
/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...] |
/frameworks/av/media/libstagefright/ |
ACodec.cpp | 459 // This causes a halt if we already signaled an EOS on the input 461 // EOS on the input port, but not yet on the output port. 3105 bool eos = false; local [all...] |
/frameworks/av/media/libstagefright/rtsp/ |
MyHandler.h | 50 // stream, assume none ever will and signal EOS or switch transports. 94 kWhatEOS = 'eos!', 986 int32_t eos; local [all...] |
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/tree/ |
wizard.rb | 154 @scanner.eos? and return EOF
|