/third_party/boost/tools/build/test/ |
D | core_source_line_tracking.py | 22 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/ |
D | RunTest.bat | 43 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/ |
D | bytestream.h | 39 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 …]
|
D | adxdec.c | 120 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.cpp | 38 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/ |
D | regression_multi_pass_functor.cpp | 34 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/ |
D | readme.md | 1 # 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/ |
D | encode.c | 306 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/ |
D | basic_socket_streambuf.hpp | 251 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/ |
D | basic_socket_streambuf.hpp | 251 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/ |
D | zfstream.cc | 193 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/ |
D | zfstream.cc | 193 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/ |
D | zfstream.cc | 193 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/ |
D | file_util.cc | 65 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/ |
D | build.bat | 31 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/ |
D | config_toolset.bat | 25 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/ |
D | run.tests.bat | 57 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/ |
D | run.tests.vs2010.bat | 57 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/ |
D | reader.py | 63 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/ |
D | lib667.c | 42 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/ |
D | telnetlib.py | 212 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.py | 14 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/ |
D | writer.go | 324 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/ |
D | tsxFragmentErrors.types | 13 ><>hi</div> // Error<>eof // Error : JSX.Element 16 <>eof // Error 17 ><>eof // Error : JSX.Element
|
/third_party/ffmpeg/libavfilter/ |
D | f_loop.c | 48 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 …]
|