Searched defs:eof (Results 51 - 75 of 139) sorted by relevance

123456

/external/chromium_org/third_party/zlib/
H A Dgzguts.h99 int eof; /* true if end of input file reached */ member in struct:__anon16404
/external/harfbuzz_ng/src/
H A Dhb-buffer-deserialize-text.hh337 const char *eof = pe, *tok = NULL; local
488 if ( p == eof )
H A Dhb-ot-shape-complex-indic-machine.hh1549 unsigned int p, pe, eof, ts HB_UNUSED, te HB_UNUSED, act HB_UNUSED; local
1565 pe = eof = buffer->len;
1718 if ( p == eof )
H A Dhb-ot-shape-complex-myanmar-machine.hh284 unsigned int p, pe, eof, ts HB_UNUSED, te HB_UNUSED, act HB_UNUSED; local
300 pe = eof = buffer->len;
384 if ( p == eof )
H A Dhb-ot-shape-complex-sea-machine.hh112 unsigned int p, pe, eof, ts HB_UNUSED, te HB_UNUSED, act HB_UNUSED; local
128 pe = eof = buffer->len;
208 if ( p == eof )
/external/skia/src/core/
H A DSkBuffer.h56 bool eof() const { return fPos >= fStop; } function in class:SkRBuffer
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
H A DBufferedTreeNodeStream.cs89 return _outer.eof;
126 protected object eof; field in class:Antlr.Runtime.Tree.BufferedTreeNodeStream
179 eof = adaptor.Create( TokenTypes.EndOfFile, "EOF" );
399 return eof;
/external/chromium_org/chrome/installer/mac/third_party/bsdiff/
H A Dgoobspatch.c88 int eof; member in struct:__anon5716
112 xzf->eof = 0;
172 if (xzf->ls.avail_in == 0 && !xzf->eof) {
183 xzf->eof = 1;
200 if (xzf->eof)
206 xzf->eof = 1;
/external/chromium_org/third_party/boringssl/src/crypto/base64/
H A Dbase64.c273 int seof = -1, eof = 0, rv = -1, v, tmp, exp_nl; local
311 * holds it. and eof will hold how many characters to
317 eof++;
318 if (eof > 2) {
344 if ((i + 1) == in_len && (((n & 3) == 0) || eof)) {
348 updates), eof may contain the incorrect number
350 eof = 0;
352 eof++;
355 eof++;
375 ret += (v - eof);
[all...]
/external/chromium_org/third_party/skia/src/core/
H A DSkReader32.h38 bool eof() const { return fCurr >= fStop; } function in class:SkReader32
/external/chromium_org/third_party/webrtc/modules/audio_coding/main/test/
H A DRTPFile.cc121 bool eof = _rtpQueue.empty(); local
123 return eof;
/external/chromium_org/ui/file_manager/file_manager/foreground/js/metadata/
H A Dbyte_reader.js266 ByteReader.prototype.eof = function() {
/external/openssl/crypto/evp/
H A Dencode.c238 int seof= -1,eof=0,rv= -1,ret=0,i,v,tmp,n,ln,exp_nl; local
274 * holds it. and eof will hold how many characters to
279 eof++;
303 if (((i+1) == inl) && (((n&3) == 0) || eof))
308 updates), eof may contain the incorrect number
310 eof = 0;
311 if (d[n-1] == '=') eof++;
312 if (d[n-2] == '=') eof++;
327 if (eof > v) { rv=-1; goto end; }
328 ret+=(v-eof);
[all...]
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dgzguts.h195 int eof; /* true if end of input file reached */ member in struct:__anon28593
/external/qemu/distrib/zlib-1.2.8/
H A Dgzguts.h179 int eof; /* true if end of input file reached */ member in struct:__anon29632
/external/skia/include/core/
H A DSkReader32.h38 bool eof() const { return fCurr >= fStop; } function in class:SkReader32
/external/srec/portable/src/
H A DPFile.c417 ESR_BOOL eof; local
419 PFileIsEOF(stream, &eof);
420 if (!eof)
/external/stlport/stlport/stl/
H A Dchar_traits.h182 { return !eq_int_type(__c, eof()) ? __c : __STATIC_CAST(int_type, 0); }
193 static int_type _STLP_CALL eof() function in class:__char_traits_base
/external/tagsoup/src/org/ccil/cowan/tagsoup/
H A DPYXWriter.java65 public void eof(char[] buff, int offset, int length) throws SAXException { method in class:PYXWriter
/external/zlib/src/
H A Dgzguts.h179 int eof; /* true if end of input file reached */ member in struct:__anon34354
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DBufferedTreeNodeStream.cs83 return _outer.eof;
117 protected object eof; field in class:Antlr.Runtime.Tree.BufferedTreeNodeStream
167 eof = adaptor.Create(TokenTypes.EndOfFile, "EOF");
336 return eof;
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
H A DBufferedTreeNodeStream.java73 return eof;
86 protected Object eof; field in class:BufferedTreeNodeStream
136 eof = adaptor.create(Token.EOF, "EOF");
229 return eof;
/external/chromium_org/net/base/
H A Dnss_memio.c57 int eof; member in struct:PRFilePrivate
230 if (rv == 0 && !secret->eof) {
439 ((PRFilePrivate *)secret)->eof = PR_TRUE;
/external/chromium_org/net/quic/
H A Dquic_http_stream.cc484 const bool eof = request_body_stream_->IsEOF(); local
486 if (len > 0 || eof) {
490 data, eof,
/external/chromium_org/net/spdy/
H A Dspdy_http_stream.cc426 const bool eof = request_info_->upload_data_stream->IsEOF(); local
428 if (eof) {
435 eof ? NO_MORE_DATA_TO_SEND : MORE_DATA_TO_SEND);

Completed in 1627 milliseconds

123456