Home
last modified time | relevance | path

Searched defs:open (Results 1 – 25 of 249) sorted by relevance

12345678910

/third_party/python/Lib/
Dwebbrowser.py71 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/
Dtest_largefile.py169 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
Dtest_file.py136 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
Dtest_bufio.py67 open = io.open variable in CBufferSizeTest
70 open = staticmethod(pyio.open) variable in PyBufferSizeTest
Dtest_univnewlines.py36 open = io.open variable in CTest
39 open = staticmethod(pyio.open) variable in PyTest
/third_party/node/test/parallel/
Dtest-fs-stream-construct-compat-old-node.js20 ReadStream.prototype.open = common.mustCall(function() { method in ReadStream
64 WriteStream.prototype.open = common.mustCall(function() { method in WriteStream
Dtest-fs-stream-construct-compat-graceful-fs.js20 ReadStream.prototype.open = common.mustCall(function ReadStream$open() { method in ReadStream
52 WriteStream.prototype.open = common.mustCall(function WriteStream$open() { method in WriteStream
Dtest-fs-write-stream-fs.js13 open: common.mustCall(fs.open), property
27 open: common.mustCall(fs.open), property
Dtest-fs-read-stream-patch-open.js15 fs.ReadStream.prototype.open = common.mustCall(); method in fs.ReadStream
Dtest-vm-global-assignment.js7 const ctx = vm.createContext({ open() { } }); method
Dtest-fs-stream-construct-compat-error-read.js19 ReadStream.prototype.open = common.mustCall(function ReadStream$open() { method in ReadStream
/third_party/node/deps/undici/src/lib/cache/
Dcachestorage.js74 async open (cacheName) { method in CacheStorage
137 open: kEnumerableProperty, property
/third_party/node/deps/npm/node_modules/node-gyp/node_modules/minimatch/
Dminimatch.js13 '!': { 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/
Dminimatch.js13 '!': { 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/
Dfcntl.h44 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/
Dfcntl.h44 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/
Dzfstream.cc51 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/
DFixedBlockAdapter.cpp24 int32_t FixedBlockAdapter::open(int32_t bytesPerFixedBlock) in open() function in FixedBlockAdapter
/third_party/python/Tools/freeze/
Dbkfile.py3 def open(file, mode='r', bufsize=-1): function
/third_party/libsnd/docs/
Dapi.md194 ### File Descriptor Open {#open_fd}
226 ### Virtual File Open Function {#open_virtual}
/third_party/musl/src/fcntl/
Dopen.c5 int open(const char *filename, int flags, ...) in open() function
/third_party/musl/porting/linux/user/src/fcntl/
Dopen.c5 int open(const char *filename, int flags, ...) in open() function
/third_party/node/deps/npm/test/lib/utils/
Dopen-url.js9 const open = async (url, options) => { function
20 '@npmcli/promise-spawn': { open }, field
/third_party/ltp/testcases/kernel/mce-test/tsrc/kinclude/linux/
Dfs.h7 int (*open) (struct inode *, struct file *); member
/third_party/lwip/src/include/lwip/apps/
Dtftp_server.h63 void* (*open)(const char* fname, const char* mode, u8_t write); member

12345678910