/third_party/boost/libs/iostreams/src/ |
D | file_descriptor.cpp | 91 void file_descriptor_impl::open(file_handle fd, flags f) in open() function in boost::iostreams::detail::file_descriptor_impl 111 void file_descriptor_impl::open(int fd, flags f) in open() function in boost::iostreams::detail::file_descriptor_impl 116 void file_descriptor_impl::open(const detail::path& p, BOOST_IOS::openmode mode) in open() function in boost::iostreams::detail::file_descriptor_impl 416 void file_descriptor::open(handle_type fd, file_descriptor_flags f) in open() function in boost::iostreams::file_descriptor 420 void file_descriptor::open(handle_type fd, bool close_on_exit) in open() function in boost::iostreams::file_descriptor 428 void file_descriptor::open(int fd, file_descriptor_flags f) in open() function in boost::iostreams::file_descriptor 432 void file_descriptor::open(int fd, bool close_on_exit) in open() function in boost::iostreams::file_descriptor 440 void file_descriptor::open(const std::string& path, BOOST_IOS::openmode mode) in open() function in boost::iostreams::file_descriptor 443 void file_descriptor::open(const char* path, BOOST_IOS::openmode mode) in open() function in boost::iostreams::file_descriptor 463 void file_descriptor::open( in open() function in boost::iostreams::file_descriptor [all …]
|
/third_party/boost/boost/filesystem/ |
D | fstream.hpp | 64 open(const path& p, std::ios_base::openmode mode) in open() function in boost::filesystem::basic_filebuf 94 void open(const path& p) in open() function in boost::filesystem::basic_ifstream 97 void open(const path& p, std::ios_base::openmode mode) in open() function in boost::filesystem::basic_ifstream 126 void open(const path& p) in open() function in boost::filesystem::basic_ofstream 129 void open(const path& p, std::ios_base::openmode mode) in open() function in boost::filesystem::basic_ofstream 159 void open(const path& p) in open() function in boost::filesystem::basic_fstream 163 void open(const path& p, std::ios_base::openmode mode) in open() function in boost::filesystem::basic_fstream
|
/third_party/boost/boost/iostreams/detail/broken_overload_resolution/ |
D | stream.hpp | 73 void open(const U0& u0) in open() function 78 void open(const U0& u0, const U1& u1) in open() function 83 void open(const U0& u0, const U1& u1, const U2& u2) in open() function 89 void open(U0& u0) in open() function 94 void open(U0& u0, const U1& u1) in open() function 99 void open(U0& u0, const U1& u1, const U2& u2) in open() function
|
D | stream_buffer.hpp | 88 void open(const U0& u0) in open() function in boost::iostreams::stream_buffer 93 void open(const U0& u0, const U1& u1) in open() function in boost::iostreams::stream_buffer 98 void open(const U0& u0, const U1& u1, const U2& u2) in open() function in boost::iostreams::stream_buffer 104 void open(U0& u0) in open() function in boost::iostreams::stream_buffer 109 void open(U0& u0, const U1& u1) in open() function in boost::iostreams::stream_buffer 114 void open(U0& u0, const U1& u1, const U2& u2) in open() function in boost::iostreams::stream_buffer
|
/third_party/python/Lib/ |
D | webbrowser.py | 71 def open(url, new=0, autoraise=True): function 148 def open(self, url, new=0, autoraise=True): member in BaseBrowser 172 def open(self, url, new=0, autoraise=True): member in GenericBrowser 190 def open(self, url, new=0, autoraise=True): member in BackgroundBrowser 257 def open(self, url, new=0, autoraise=True): member in UnixBrowser 358 def open(self, url, new=0, autoraise=True): member in Konqueror 442 def open(self, url, new=0, autoraise=True): member in Grail 604 def open(self, url, new=0, autoraise=True): member in WindowsDefault 634 def open(self, url, new=0, autoraise=True): member in MacOSX 672 def open(self, url, new=0, autoraise=True): member in MacOSXOSAScript
|
/third_party/python/Lib/test/ |
D | test_largefile.py | 169 open = staticmethod(io.open) variable in TestCopyfile 188 open = staticmethod(io.open) variable in TestSocketSendfile 277 open = staticmethod(io.open) variable in CLargeFileTest 281 open = staticmethod(pyio.open) variable in PyLargeFileTest
|
D | test_file.py | 136 open = io.open variable in CAutoFileTests 139 open = staticmethod(pyio.open) variable in PyAutoFileTests 345 open = io.open variable in COtherFileTests 348 open = staticmethod(pyio.open) variable in PyOtherFileTests
|
D | test_bufio.py | 67 open = io.open variable in CBufferSizeTest 70 open = staticmethod(pyio.open) variable in PyBufferSizeTest
|
/third_party/node/deps/npm/node_modules/tweetnacl/ |
D | nacl.d.ts | 21 open(box: Uint8Array, nonce: Uint8Array, key: Uint8Array): Uint8Array | false; method 35 export interface open { interface 50 open: box.open; property 74 open(signedMsg: Uint8Array, publicKey: Uint8Array): Uint8Array | null; method
|
/third_party/node/test/parallel/ |
D | test-fs-write-stream-fs.js | 13 open: common.mustCall(fs.open), property 27 open: common.mustCall(fs.open), property
|
D | test-fs-read-stream-patch-open.js | 14 fs.ReadStream.prototype.open = common.mustCall(); method in fs.ReadStream
|
/third_party/node/deps/npm/node_modules/minimatch/ |
D | minimatch.js | 13 '!': { open: '(?:(?!(?:', close: '))[^/]*?)'}, property 14 '?': { open: '(?:', close: ')?' }, property 15 '+': { open: '(?:', close: ')+' }, property 16 '*': { open: '(?:', close: ')*' }, property 17 '@': { open: '(?:', close: ')' } property 390 open: plTypes[stateChar].open, property
|
/third_party/boost/boost/process/ |
D | pipe.hpp | 232 basic_pipebuf<CharT, Traits>* open() in open() function 241 basic_pipebuf<CharT, Traits>* open(const std::string & name) in open() function 375 void open() in open() function in boost::process::basic_ipstream 384 void open(const std::string & name) in open() function in boost::process::basic_ipstream 483 void open() in open() function in boost::process::basic_opstream 492 void open(const std::string & name) in open() function in boost::process::basic_opstream 591 void open() in open() function in boost::process::basic_pstream 600 void open(const std::string & name) in open() function in boost::process::basic_pstream
|
/third_party/boost/boost/iostreams/device/ |
D | mapped_file.hpp | 399 void mapped_file_source::open(const basic_mapped_file_params<Path>& p) in open() function in boost::iostreams::mapped_file_source 414 void mapped_file_source::open( in open() function in boost::iostreams::mapped_file_source 442 void mapped_file::open(const basic_mapped_file_params<Path>& p) in open() function in boost::iostreams::mapped_file 446 void mapped_file::open( in open() function in boost::iostreams::mapped_file 458 void mapped_file::open( in open() function in boost::iostreams::mapped_file 488 void mapped_file_sink::open(const basic_mapped_file_params<Path>& p) in open() function in boost::iostreams::mapped_file_sink 503 void mapped_file_sink::open( in open() function in boost::iostreams::mapped_file_sink
|
D | file.hpp | 94 void open( const std::string& path, in open() function 122 void open( const std::string& path, in open() function 168 void basic_file<Ch>::open in open() function in boost::iostreams::basic_file
|
/third_party/musl/porting/linux/user/include/fortify/ |
D | fcntl.h | 44 int open(const char* const __DIAGNOSE_PASS_OBJECT_SIZE path, int flags) in open() function 56 int open(const char* const __DIAGNOSE_PASS_OBJECT_SIZE path, int flags, unsigned modes) in open() function
|
/third_party/skia/third_party/externals/oboe/src/common/ |
D | FixedBlockAdapter.cpp | 24 int32_t FixedBlockAdapter::open(int32_t bytesPerFixedBlock) in open() function in FixedBlockAdapter
|
/third_party/node/deps/npm/node_modules/ansicolors/test/ |
D | ansicolors.js | 5 , open = colors.open variable
|
/third_party/zlib/contrib/iostream3/ |
D | zfstream.cc | 51 gzfilebuf::open(const char *name, in open() function in gzfilebuf 398 gzifstream::open(const char* name, in open() function in gzifstream 453 gzofstream::open(const char* name, in open() function in gzofstream
|
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/contrib/iostream3/ |
D | zfstream.cc | 51 gzfilebuf::open(const char *name, in open() function in gzfilebuf 398 gzifstream::open(const char* name, in open() function in gzifstream 453 gzofstream::open(const char* name, in open() function in gzofstream
|
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/contrib/iostream3/ |
D | zfstream.cc | 51 gzfilebuf::open(const char *name, in open() function in gzfilebuf 398 gzifstream::open(const char* name, in open() function in gzifstream 453 gzofstream::open(const char* name, in open() function in gzofstream
|
/third_party/boost/libs/iostreams/test/ |
D | auto_close_test.cpp | 27 void open() { *open_ = true; } in open() function in closable_source 41 void open() { *open_ = true; } in open() function in closable_input_filter
|
/third_party/boost/boost/spirit/home/classic/utility/ |
D | confix.hpp | 74 typename as_parser<OpenT>::type::embed_t open; member 368 typename as_parser<OpenT>::type::embed_t open; member 389 comment_nest_p(OpenT const &open, CloseT const &close) in comment_nest_p()
|
/third_party/boost/boost/nowide/ |
D | filebuf.hpp | 122 basic_filebuf* open(const std::string& s, std::ios_base::openmode mode) in open() function in boost::nowide::basic_filebuf 129 basic_filebuf* open(const char* s, std::ios_base::openmode mode) in open() function in boost::nowide::basic_filebuf 135 basic_filebuf* open(const wchar_t* s, std::ios_base::openmode mode) in open() function in boost::nowide::basic_filebuf
|
/third_party/python/Tools/freeze/ |
D | bkfile.py | 3 def open(file, mode='r', bufsize=-1): function
|