Home
last modified time | relevance | path

Searched refs:establish (Results 1 – 25 of 297) sorted by relevance

12345678910>>...12

/third_party/node/test/parallel/
Dtest-tls-connect-given-socket.js41 function establish(socket, calls) { function
66 establish(immediateDeath, 0).destroy();
73 const outlivingTLS = establish(outlivingTCP, 0);
78 establish(connected);
83 establish(connecting);
/third_party/glslang/Test/
Dhlsl.getdimensions.dx10.vert18 // This is just to establish that GetDimensions appears in the vertex stage.
/third_party/node/deps/npm/node_modules/socks/
DREADME.md107 …in order is the order in the proxies array, meaning the last proxy will establish a connection to …
301 // An error occurred trying to establish this SOCKS connection.
413 … - An object describing the SOCKS proxy to use, the command to send and establish, and the destina…
437 timeout: 30000, // How long to wait to establish a proxy connection. (defaults to 30 seconds)
444 … - An object describing the SOCKS proxy to use, the command to send and establish, and the destina…
513 …ject describing a list of SOCKS proxies to use, the command to send and establish, and the destina…
525 …in order is the order in the proxies array, meaning the last proxy will establish a connection to …
602 This event is emitted if an error occurs when trying to establish the proxy connection.
645 Starts connecting to the remote SOCKS proxy server to establish a proxy connection to the destinati…
/third_party/grpc/doc/
Dconnectivity-semantics-and-api.md21 CONNECTING: The channel is trying to establish a connection and is waiting to
33 switch to the CONNECTING state and try to establish a connection again. Since
74 <td>All steps needed to establish a connection succeeded</td>
75 <td>Any failure in any of the steps needed to establish connection</td>
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_explicit_attrib_location.txt236 will establish that the vertex shader input <normal> is copied in from
247 will establish that the vertex shader input <colors> is copied in from
257 will establish that input <transforms> is assigned to vector location
289 will establish that the fragment shader output <color> is copied out to
295 will establish that the fragment shader output <factor> is copied out to
303 will establish that the fragment shader output <colors> is copied in from
/third_party/curl/tests/data/
Dtest5945 # and server does not establish data connection.
Dtest5915 # and server does not establish data connection.
Dtest5935 # and server does not establish data connection.
Dtest5925 # and server does not establish data connection.
/third_party/curl/docs/cmdline-opts/
Dconnect-to.d12 establish the network connection. It does NOT affect the hostname/port that is
/third_party/openGLES/extensions/ARB/
DARB_explicit_attrib_location.txt246 will establish that the vertex shader input <normal> is copied in from
257 will establish that the vertex shader input <colors> is copied in from
267 will establish that input <transforms> is assigned to vector location
299 will establish that the fragment shader output <color> is copied out to
305 will establish that the fragment shader output <factor> is copied out to
313 will establish that the fragment shader output <colors> is copied in from
/third_party/openssl/doc/man3/
DSSL_get_session.pod28 The ssl session contains all information required to re-establish the
39 Additionally, in TLSv1.3, a server can send multiple messages that establish a
/third_party/openssl/doc/man1/
Ds_time.pod54 perform the handshake to establish SSL connections but not transfer any
152 Specifies how long (in seconds) B<s_time> should establish connections and
154 and the link speed determine how many connections B<s_time> can establish.
/third_party/boost/libs/asio/doc/overview/
Diostreams.qbk36 establish a deadline. Any socket operations that occur past the deadline will
/third_party/flutter/flutter/packages/flutter/lib/src/physics/
Dsimulation.dart30 /// should establish a convention and use that convention consistently with all
/third_party/jerryscript/docs/
D12.EXT-REFERENCE-MODULE.md50 establish the resolver's interpretation of what the canonical name for the module should be. If `ge…
176 /* We have successfully opened the file. Now, we establish its size. */
207 …* absolute path becomes the canonical name for the module. Thus, to establish this canonical name,…
D14.EXT-REFERENCE-HANDLE-SCOPE.md8 To handle this case, JerryScript HandleScope extension provides the ability to establish a new 'sco…
/third_party/EGL/extensions/NV/
DEGL_NV_stream_socket.txt53 representing opposite ends of a single stream to establish
72 which also uses sockets to establish the communication between two
/third_party/skia/third_party/externals/egl-registry/extensions/NV/
DEGL_NV_stream_socket.txt53 representing opposite ends of a single stream to establish
72 which also uses sockets to establish the communication between two
/third_party/openGLES/extensions/NV/
DNV_explicit_attrib_location.txt126 will establish that the vertex shader attribute <normal> is copied
139 will establish that input <transform> is assigned to vector location
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_explicit_attrib_location.txt126 will establish that the vertex shader attribute <normal> is copied
139 will establish that input <transform> is assigned to vector location
/third_party/node/doc/guides/contributing/
Dcode-of-conduct.md10 intended, above all else, to help establish a culture within the project that
/third_party/node/doc/guides/
Dtechnical-values.md3 The project uses these technical values to establish priorities and guide
/third_party/flutter/flutter/packages/flutter/lib/src/material/
Ddata_table_source.dart52 /// Called to establish if [rowCount] is a precise number or might be an
/third_party/node/deps/npm/node_modules/socks/docs/examples/typescript/
DassociateExample.md5 The associate command tells the SOCKS proxy server to establish a UDP relay. The server binds to a …

12345678910>>...12