/third_party/node/src/ |
D | pipe_wrap.h | 42 static v8::MaybeLocal<v8::Object> Instantiate(Environment* env,
|
D | tcp_wrap.h | 41 static v8::MaybeLocal<v8::Object> Instantiate(Environment* env,
|
D | module_wrap.h | 78 static void Instantiate(const v8::FunctionCallbackInfo<v8::Value>& args);
|
D | connection_wrap.cc | 52 if (!WrapType::Instantiate(env, wrap_data, WrapType::SOCKET) in OnConnection()
|
D | udp_wrap.h | 175 static v8::MaybeLocal<v8::Object> Instantiate(Environment* env,
|
D | pipe_wrap.cc | 48 MaybeLocal<Object> PipeWrap::Instantiate(Environment* env, in Instantiate() function in node::PipeWrap
|
D | stream_wrap.cc | 221 if (!WrapType::Instantiate(env, parent, WrapType::SOCKET).ToLocal(&wrap_obj)) in AcceptHandle()
|
D | module_wrap.cc | 308 void ModuleWrap::Instantiate(const FunctionCallbackInfo<Value>& args) { in Instantiate() function in node::loader::ModuleWrap 743 env->SetProtoMethod(tpl, "instantiate", Instantiate); in Initialize()
|
D | tcp_wrap.cc | 54 MaybeLocal<Object> TCPWrap::Instantiate(Environment* env, in Instantiate() function in node::TCPWrap
|
D | udp_wrap.cc | 723 MaybeLocal<Object> UDPWrap::Instantiate(Environment* env, in Instantiate() function in node::UDPWrap
|
/third_party/boost/libs/python/doc/reference/ |
D | extract.qbk | 89 // Instantiate an X object through the Python interface.
|
/third_party/boost/libs/fiber/doc/ |
D | packaged_task.qbk | 16 # Instantiate `packaged_task<>` with template arguments matching the signature
|
D | callbacks.qbk | 52 # Instantiate a `promise<>` of correct type.
|
/third_party/mesa3d/docs/ci/ |
D | LAVA.rst | 38 Instantiate your boards by creating them in the UI or at the command
|
/third_party/ffmpeg/libavcodec/arm/ |
D | vp9mc_16bpp_neon.S | 178 @ Instantiate a horizontal filter function for the given size.
|
D | vp9mc_neon.S | 545 @ Instantiate a vertical filter function for filtering 8 pixels at a time. 610 @ Instantiate a vertical filter function for filtering a 4 pixels wide
|
/third_party/selinux/secilc/docs/ |
D | cil_call_macro_statements.md | 7 Instantiate a [macro](#macro) within the current namespace. There may be zero or more parameters pa…
|
/third_party/node/doc/api/ |
D | url.md | 638 Instantiate a new empty `URLSearchParams` object. 670 Instantiate a new `URLSearchParams` object with a query hash map. The key and 697 Instantiate a new `URLSearchParams` object with an iterable map in a way that
|
/third_party/flatbuffers/dart/lib/src/ |
D | builder.dart | 19 /// Instantiate the builder if you intent to gradually build up the buffer by calling
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZInstrVector.td | 845 // Instantiate the bitwise ops for type TYPE. 875 // Instantiate additional patterns for absolute-related expressions on 911 // Instantiate minimum- and maximum-related patterns for TYPE. CMPH is the
|
/third_party/mindspore/mindspore/nn/probability/ |
D | README.md | 339 3. Instantiate class `TransformToBNN`
|
/third_party/boost/libs/spirit/doc/karma/ |
D | quick_reference.qbk | 626 [[my_grammar<OutputIterator> g] [Instantiate a grammar]]
|
/third_party/python/Doc/library/ |
D | curses.rst | 623 Instantiate the bytes object *str* with the supplied parameters, where *str* should
|
D | socket.rst | 731 Instantiate a socket from data obtained from the :meth:`socket.share`
|
/third_party/node/doc/changelogs/ |
D | CHANGELOG_V4.md | 1136 …nodejs/node/commit/6838ad5f8e)] - **src**: fix handle leak in UDPWrap::Instantiate() (Ben Noordhui…
|