/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
|
D | test_univnewlines.py | 36 open = io.open variable in CTest 39 open = staticmethod(pyio.open) variable in PyTest
|
/third_party/node/test/parallel/ |
D | test-fs-stream-construct-compat-old-node.js | 20 ReadStream.prototype.open = common.mustCall(function() { method in ReadStream 64 WriteStream.prototype.open = common.mustCall(function() { method in WriteStream
|
D | test-fs-stream-construct-compat-graceful-fs.js | 20 ReadStream.prototype.open = common.mustCall(function ReadStream$open() { method in ReadStream 52 WriteStream.prototype.open = common.mustCall(function WriteStream$open() { method in WriteStream
|
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 | 15 fs.ReadStream.prototype.open = common.mustCall(); method in fs.ReadStream
|
D | test-vm-global-assignment.js | 7 const ctx = vm.createContext({ open() { } }); method
|
D | test-fs-stream-construct-compat-error-read.js | 19 ReadStream.prototype.open = common.mustCall(function ReadStream$open() { method in ReadStream
|
/third_party/node/deps/undici/src/lib/cache/ |
D | cachestorage.js | 74 async open (cacheName) { method in CacheStorage 137 open: kEnumerableProperty, property
|
/third_party/node/deps/npm/node_modules/node-gyp/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 420 open: plTypes[stateChar].open, property
|
/third_party/node/deps/npm/node_modules/rimraf/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 420 open: plTypes[stateChar].open, property
|
/third_party/musl/ndk_musl_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/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/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/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/python/Tools/freeze/ |
D | bkfile.py | 3 def open(file, mode='r', bufsize=-1): function
|
/third_party/libsnd/docs/ |
D | api.md | 194 ### File Descriptor Open {#open_fd} 226 ### Virtual File Open Function {#open_virtual}
|
/third_party/musl/src/fcntl/ |
D | open.c | 5 int open(const char *filename, int flags, ...) in open() function
|
/third_party/musl/porting/linux/user/src/fcntl/ |
D | open.c | 5 int open(const char *filename, int flags, ...) in open() function
|
/third_party/node/deps/npm/test/lib/utils/ |
D | open-url.js | 9 const open = async (url, options) => { function 20 '@npmcli/promise-spawn': { open }, field
|
/third_party/ltp/testcases/kernel/mce-test/tsrc/kinclude/linux/ |
D | fs.h | 7 int (*open) (struct inode *, struct file *); member
|
/third_party/lwip/src/include/lwip/apps/ |
D | tftp_server.h | 63 void* (*open)(const char* fname, const char* mode, u8_t write); member
|