Home
last modified time | relevance | path

Searched refs:_open (Results 1 – 25 of 66) sorted by relevance

123

/third_party/node/deps/npm/node_modules/fs-minipass/
Dindex.js27 const _open = Symbol('_open') constant
62 this[_open]()
76 [_open] () {
160 [_open] () {
225 this[_open]()
237 [_open] () {
247 this[_open]()
340 [_open] () {
349 return this[_open]()
/third_party/python/Tools/c-analyzer/c_common/
Dtables.py86 _open=open, argument
91 with _open(infile, newline='') as infile:
97 _open=_open,
122 _open=open, argument
129 with _open(outfile, 'w', newline='') as outfile:
137 _open=_open,
/third_party/python/Tools/scripts/
Dpysource.py33 def _open(fullpath): function
54 infile = _open(fullpath)
75 infile = _open(fullpath)
/third_party/grpc/src/python/grpcio_health_checking/grpc_health/v1/
Dhealth.py39 self._open = True
46 while not self._responses and self._open:
66 self._open = False
/third_party/musl/porting/liteos_a_newlib/kernel/src/
Dfs.c37 int _open(const char *path, int oflag, ...) in _open() function
84 int _open(const char *path, int oflag, ...) in _open() function
/third_party/boost/boost/icl/
Dinterval_bounds.hpp29 BOOST_STATIC_CONSTANT(bound_type, _open = 0);
49 static interval_bounds open() { return interval_bounds(_open); } in open()
/third_party/python/Tools/c-analyzer/c_parser/parser/
D_common.py54 _open, _close = m.groups()
55 if _open:
/third_party/node/deps/npm/node_modules/lockfile/test/
Dbasic.js169 fs._open = fs.open
172 fs.open = fs._open
192 fs._open = fs.open
195 fs.open = fs._open
/third_party/python/Lib/ctypes/test/
Dtest_errno.py14 libc_open = libc._open
31 libc_open = libc._open
/third_party/node/deps/npm/node_modules/graceful-fs/
Dlegacy-streams.js113 this._open = fs.open;
114 this._queue.push([this._open, this.path, this.flags, this.mode, undefined]);
/third_party/grpc/src/python/grpcio_tests/tests/testing/
D_client_application.py69 self._open = True
79 elif not self._open:
97 self._open = False
/third_party/grpc/src/python/grpcio_tests/tests/unit/
D_channel_close_test.py79 self._open = True
86 while not self._values and self._open:
106 self._open = False
/third_party/node/test/parallel/
Dtest-fs-chmod.js33 fs._open = fs.open;
46 return fs._open.apply(fs, arguments);
/third_party/ejdb/src/bindings/ejdb2_jni/src/android/java/com/softmotions/ejdb2/
DEJDB2.java53 _open(options); in EJDB2()
383 private native void _open(EJDB2Builder opts) throws EJDB2Exception; in _open() method in EJDB2
/third_party/alsa-lib/include/
Dpcm_external.h43 #define SND_PCM_PLUGIN_ENTRY(name) _snd_pcm_##name##_open
/third_party/e2fsprogs/include/nonunix/
Dunistd.h19 #define open _open
/third_party/ejdb/src/bindings/ejdb2_jni/src/main/java/com/softmotions/ejdb2/
DEJDB2.java49 _open(options); in EJDB2()
494 private native void _open(EJDB2Builder opts) throws EJDB2Exception; in _open() method in EJDB2
/third_party/alsa-lib/
DMEMORY-LEAK12 snd_config_update_free_global() after all snd_*_open*() calls. This function
/third_party/grpc/src/python/grpcio_tests/tests/fork/
Dmethods.py82 self._open = True
92 while not self._values and self._open:
106 self._open = False
/third_party/boost/libs/outcome/test/tests/
Dfileopen.cpp39 #define BOOST_OUTCOME_POSIX_OPEN ::_open
/third_party/FreeBSD/lib/libc/gen/
Dfts.c214 (sp->fts_rfd = _open(".", O_RDONLY | O_CLOEXEC, 0)) < 0) in fts_open()
339 if ((p->fts_symfd = _open(".", O_RDONLY | O_CLOEXEC, in fts_read()
432 _open(".", O_RDONLY | O_CLOEXEC, 0)) < 0) { in fts_read()
571 if ((fd = _open(".", O_RDONLY | O_CLOEXEC, 0)) < 0) in fts_children()
1133 if (fd < 0 && (newfd = _open(path, O_RDONLY | O_DIRECTORY | in fts_safe_changedir()
/third_party/skia/third_party/externals/libjpeg-turbo/md5/
Dmd5hl.c93 f = _open(filename, O_RDONLY | O_BINARY); in MD5FileChunk()
/third_party/openssl/ms/
Dapplink.c123 OPENSSL_ApplinkTable[APPLINK_OPEN] = _open; in OPENSSL_Applink()
/third_party/libjpeg-turbo/md5/
Dmd5hl.c93 f = _open(filename, O_RDONLY | O_BINARY); in MD5FileChunk()
/third_party/grpc/src/python/grpcio_tests/tests/interop/
Dmethods.py140 self._open = True
150 while not self._values and self._open:
164 self._open = False

123