Home
last modified time | relevance | path

Searched defs:_handle (Results 1 – 12 of 12) sorted by relevance

/third_party/node/test/parallel/
Dtest-net-server-listen-handle.js105 .listen({ _handle: randomHandle('tcp') }, closeServer()); property
108 .listen({ _handle: randomHandle('tcp') }) property
133 .listen({ _handle: handles[2] }, closePipeServer(handles[2])); property
136 .listen({ _handle: handles[3] }) property
/third_party/node/test/common/
Dudppair.js14 this._handle.onreadstart = () => this._startReading(); function
/third_party/boost/boost/process/detail/posix/
Dfile_descriptor.hpp71 int _handle = -1; member
/third_party/node/lib/internal/fs/
Dwatchers.js192 this._handle.onchange = (status, eventType, filename) => { function
/third_party/node/deps/npm/node_modules/minizlib/
Dindex.js38 const _handle = Symbol('handle') constant
/third_party/ejdb/src/bindings/ejdb2_jni/src/android/java/com/softmotions/ejdb2/
DEJDB2.java38 private long _handle; field in EJDB2
DJQL.java74 private long _handle; field in JQL
/third_party/ejdb/src/bindings/ejdb2_jni/src/main/java/com/softmotions/ejdb2/
DJQL.java72 private long _handle; field in JQL
DEJDB2.java34 private long _handle; field in EJDB2
/third_party/python/Lib/ctypes/
D__init__.py337 _handle = 0 variable in CDLL
/third_party/node/lib/internal/
Dchild_process.js258 this._handle.onexit = (exitCode, signalCode) => { function
/third_party/python/Lib/multiprocessing/
Dconnection.py115 _handle = None variable in _ConnectionBase