Home
last modified time | relevance | path

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

1234567891011

/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_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_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_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/deps/npm/node_modules/tweetnacl/
Dnacl.d.ts21 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/
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.js14 fs.ReadStream.prototype.open = common.mustCall(); method in fs.ReadStream
Dtest-vm-global-assignment.js7 const ctx = vm.createContext({ open() { } }); method
Dtest-fs-write-stream-patch-open.js33 fs.WriteStream.prototype.open = common.mustCall(); method in fs.WriteStream
Dtest-fs-write-stream-change-open.js41 fs.open = function() { function in fs
/third_party/node/deps/npm/node_modules/minimatch/
Dminimatch.js13 '!': { 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/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/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/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/node/deps/npm/node_modules/ansicolors/test/
Dansicolors.js5 , open = colors.open variable
/third_party/python/Tools/freeze/
Dbkfile.py3 def open(file, mode='r', bufsize=-1): function
/third_party/libsnd/docs/
Dapi.md186 ### File Descriptor Open {#open_fd}
218 ### 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/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
/third_party/node/deps/npm/node_modules/chalk/
Dindex.js84 open, property
107 open, property
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/
DAudioStreamTester.java30 public void open() throws IOException { in open() method in AudioStreamTester
/third_party/skia/third_party/externals/oboe/src/opensles/
DOutputMixerOpenSLES.cpp30 SLresult OutputMixerOpenSL::open() { in open() function in OutputMixerOpenSL

1234567891011