Home
last modified time | relevance | path

Searched refs:eof (Results 1 – 25 of 770) sorted by relevance

12345678910>>...31

/third_party/boost/tools/build/test/
Dcore_source_line_tracking.py22 def test_error_missing_argument(eof): argument
32 f ;%s""" % __trailing_newline(eof))
39 def test_error_syntax(eof): argument
41 t.write("file.jam", "ECHO%s" % __trailing_newline(eof))
57 def __trailing_newline(eof): argument
64 if eof:
69 test_error_missing_argument(eof=False)
70 test_error_missing_argument(eof=True)
71 test_error_syntax(eof=False)
72 test_error_syntax(eof=True)
/third_party/pcre2/pcre2/
DRunTest.bat43 goto :eof
221 goto :eof
265 goto :eof
293 goto :eof
297 goto :eof
301 goto :eof
306 goto :eof
313 goto :eof
318 goto :eof
323 goto :eof
[all …]
/third_party/ffmpeg/libavcodec/
Dbytestream.h39 int eof; member
62 if (!p->eof && (p->buffer_end - p->buffer >= bytes)) { \
66 p->eof = 1; \
155 p->eof = 0; in bytestream2_init_writer()
184 if (p->eof) in bytestream2_skip_p()
188 p->eof = 1; in bytestream2_skip_p()
240 p->eof = 0; in bytestream2_seek_p()
244 p->eof = 1; in bytestream2_seek_p()
251 p->eof = 1; in bytestream2_seek_p()
257 p->eof = 1; in bytestream2_seek_p()
[all …]
Dadxdec.c120 c->eof = 0; in adx_decode_frame()
123 if (c->eof) { in adx_decode_frame()
152 c->eof = 1; in adx_decode_frame()
169 c->eof = 1; in adx_decode_frame()
176 if (!c->eof) in adx_decode_frame()
190 c->eof = 0; in adx_decode_flush()
/third_party/boost/libs/beast/test/beast/core/
D_detail_buffer.cpp38 net::error::eof); in testPrepare()
43 net::error::eof); in testPrepare()
46 ec == net::error::eof, ec.message()); in testPrepare()
59 net::error::eof); in testPrepareNoexcept()
64 net::error::eof); in testPrepareNoexcept()
67 ec == net::error::eof, ec.message()); in testPrepareNoexcept()
/third_party/boost/libs/spirit/test/support/
Dregression_multi_pass_functor.cpp34 eof; member in istreambuf_functor
37 : current_chr(eof) in istreambuf_functor()
42 , current_chr(eof) in istreambuf_functor()
50 return eof; in operator ()()
65 eof
66 ( istreambuf_functor<CharT>::buf_iterator_type::traits_type::eof()
/third_party/node/deps/npm/node_modules/strip-eof/
Dreadme.md1 # strip-eof [![Build Status](https://travis-ci.org/sindresorhus/strip-eof.svg?branch=master)](https…
9 $ npm install --save strip-eof
16 const stripEof = require('strip-eof');
/third_party/openssl/crypto/evp/
Dencode.c306 int seof = 0, eof = 0, rv = -1, ret = 0, i, v, tmp, n, decoded_len; in EVP_DecodeUpdate() local
314 eof++; in EVP_DecodeUpdate()
316 eof++; in EVP_DecodeUpdate()
339 eof++; in EVP_DecodeUpdate()
340 } else if (eof > 0 && B64_BASE64(v)) { in EVP_DecodeUpdate()
346 if (eof > 2) { in EVP_DecodeUpdate()
374 if (decoded_len < 0 || eof > decoded_len) { in EVP_DecodeUpdate()
378 ret += decoded_len - eof; in EVP_DecodeUpdate()
379 out += decoded_len - eof; in EVP_DecodeUpdate()
393 if (decoded_len < 0 || eof > decoded_len) { in EVP_DecodeUpdate()
[all …]
/third_party/boost/libs/asio/include/boost/asio/
Dbasic_socket_streambuf.hpp251 overflow(traits_type::eof()); in ~basic_socket_streambuf()
419 return traits_type::eof(); in underflow()
422 return traits_type::eof(); in underflow()
430 return traits_type::eof(); in underflow()
452 ec_ = boost::asio::error::eof; in underflow()
453 return traits_type::eof(); in underflow()
459 return traits_type::eof(); in underflow()
464 return traits_type::eof(); in underflow()
473 return traits_type::eof(); in overflow()
481 if (traits_type::eq_int_type(c, traits_type::eof())) in overflow()
[all …]
/third_party/boost/boost/asio/
Dbasic_socket_streambuf.hpp251 overflow(traits_type::eof()); in ~basic_socket_streambuf()
419 return traits_type::eof(); in underflow()
422 return traits_type::eof(); in underflow()
430 return traits_type::eof(); in underflow()
452 ec_ = boost::asio::error::eof; in underflow()
453 return traits_type::eof(); in underflow()
459 return traits_type::eof(); in underflow()
464 return traits_type::eof(); in underflow()
473 return traits_type::eof(); in overflow()
481 if (traits_type::eq_int_type(c, traits_type::eof())) in overflow()
[all …]
/third_party/zlib/contrib/iostream3/
Dzfstream.cc193 return traits_type::eof(); in underflow()
203 return traits_type::eof(); in underflow()
221 return traits_type::eof(); in overflow()
223 if (!traits_type::eq_int_type(c, traits_type::eof())) in overflow()
235 return traits_type::eof(); in overflow()
238 return traits_type::eof(); in overflow()
244 else if (!traits_type::eq_int_type(c, traits_type::eof())) in overflow()
248 return traits_type::eof(); in overflow()
253 return traits_type::eof(); in overflow()
258 if (traits_type::eq_int_type(c, traits_type::eof())) in overflow()
[all …]
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/contrib/iostream3/
Dzfstream.cc193 return traits_type::eof(); in underflow()
203 return traits_type::eof(); in underflow()
221 return traits_type::eof(); in overflow()
223 if (!traits_type::eq_int_type(c, traits_type::eof())) in overflow()
235 return traits_type::eof(); in overflow()
238 return traits_type::eof(); in overflow()
244 else if (!traits_type::eq_int_type(c, traits_type::eof())) in overflow()
248 return traits_type::eof(); in overflow()
253 return traits_type::eof(); in overflow()
258 if (traits_type::eq_int_type(c, traits_type::eof())) in overflow()
[all …]
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/contrib/iostream3/
Dzfstream.cc193 return traits_type::eof(); in underflow()
203 return traits_type::eof(); in underflow()
221 return traits_type::eof(); in overflow()
223 if (!traits_type::eq_int_type(c, traits_type::eof())) in overflow()
235 return traits_type::eof(); in overflow()
238 return traits_type::eof(); in overflow()
244 else if (!traits_type::eq_int_type(c, traits_type::eof())) in overflow()
248 return traits_type::eof(); in overflow()
253 return traits_type::eof(); in overflow()
258 if (traits_type::eq_int_type(c, traits_type::eof())) in overflow()
[all …]
/third_party/gn/src/base/files/
Dfile_util.cc65 if ((file1.eof() != file2.eof()) || (file1.gcount() != file2.gcount()) || in ContentsEqual()
71 } while (!file1.eof() || !file2.eof()); in ContentsEqual()
93 if ((file1.eof() != file2.eof()) || file1.bad() || file2.bad()) { in TextContentsEqual()
112 } while (!file1.eof() || !file2.eof()); in TextContentsEqual()
/third_party/python/Tools/msi/
Dbuild.bat31 if errorlevel 1 goto :eof
33 if errorlevel 1 goto :eof
37 if errorlevel 1 goto :eof
39 if errorlevel 1 goto :eof
44 if errorlevel 1 goto :eof
63 if errorlevel 1 goto :eof
67 if errorlevel 1 goto :eof
/third_party/boost/tools/build/src/engine/
Dconfig_toolset.bat25 goto :eof
39 goto :eof
54 goto :eof
73 goto :eof
93 goto :eof
115 goto :eof
137 goto :eof
159 goto :eof
174 goto :eof
180 goto :eof
[all …]
/third_party/flutter/skia/third_party/externals/sdl/premake/MinGW/build-scripts/
Drun.tests.bat57 goto :eof
60 if not exist %1\Win32\Debug goto :eof
65 goto :eof
88 goto :eof
93 if not exist %1 goto :eof
108 goto :eof
/third_party/flutter/skia/third_party/externals/sdl/premake/VisualC/build-scripts/
Drun.tests.vs2010.bat57 goto :eof
60 if not exist %1\Win32\Debug goto :eof
65 goto :eof
88 goto :eof
93 if not exist %1 goto :eof
108 goto :eof
/third_party/PyYAML/lib/yaml/
Dreader.py63 self.eof = True
83 self.eof = False
123 while not self.eof and (self.raw_buffer is None or len(self.raw_buffer) < 2):
152 if not self.eof:
157 'strict', self.eof)
172 if self.eof:
185 self.eof = True
/third_party/curl/tests/libtest/
Dlib667.c42 int eof = !*pooh->readptr; in read_callback() local
47 eof = pooh->sizeleft <= 0; in read_callback()
48 if(!eof) in read_callback()
51 if(!eof) { in read_callback()
/third_party/python/Lib/
Dtelnetlib.py212 self.eof = 0
228 self.eof = 0
267 self.eof = True
314 while not self.eof:
334 while not self.eof:
349 while not self.cookedq and not self.eof:
365 while not self.eof and self.sock_avail():
379 while not self.cookedq and not self.eof and self.sock_avail():
404 if not buf and self.eof and not self.rawq:
505 if self.eof:
[all …]
D_sitebuiltins.py14 def __init__(self, name, eof): argument
16 self.eof = eof
18 return 'Use %s() or %s to exit' % (self.name, self.eof)
/third_party/flutter/skia/third_party/externals/wuffs/lib/raczlib/
Dwriter.go324 func (w *Writer) write(eof bool) error {
326 return w.writeDChunks(eof)
328 return w.writeCChunks(eof)
331 func (w *Writer) writeDChunks(eof bool) error {
338 if !eof && (dSize < w.dChunkSize) {
359 func (w *Writer) writeCChunks(eof bool) error {
369 if !eof {
375 } else if !eof && (n < targetDChunkSize) {
/third_party/typescript/tests/baselines/reference/
DtsxFragmentErrors.types13 ><>hi</div> // Error<>eof // Error : JSX.Element
16 <>eof // Error
17 ><>eof // Error : JSX.Element
/third_party/ffmpeg/libavfilter/
Df_loop.c48 int eof; member
209 if (s->eof && s->nb_samples > 0 && s->loop != 0) { in arequest_frame()
227 if (!s->eof && (s->nb_samples < s->size || !s->loop || !s->size)) { in aactivate()
235 if (!s->eof && ff_inlink_acknowledge_status(inlink, &status, &pts)) { in aactivate()
238 s->eof = 1; in aactivate()
242 if (s->eof && (!s->loop || !s->size)) { in aactivate()
247 if (!s->eof && (!s->size || in aactivate()
401 if (!s->eof && (s->nb_frames < s->size || !s->loop || !s->size)) { in activate()
409 if (!s->eof && ff_inlink_acknowledge_status(inlink, &status, &pts)) { in activate()
412 s->eof = 1; in activate()
[all …]

12345678910>>...31