Searched refs:establish (Results 1 – 25 of 297) sorted by relevance
12345678910>>...12
/third_party/node/test/parallel/ |
D | test-tls-connect-given-socket.js | 41 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/ |
D | hlsl.getdimensions.dx10.vert | 18 // This is just to establish that GetDimensions appears in the vertex stage.
|
/third_party/node/deps/npm/node_modules/socks/ |
D | README.md | 107 …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/ |
D | connectivity-semantics-and-api.md | 21 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/ |
D | ARB_explicit_attrib_location.txt | 236 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/ |
D | test594 | 5 # and server does not establish data connection.
|
D | test591 | 5 # and server does not establish data connection.
|
D | test593 | 5 # and server does not establish data connection.
|
D | test592 | 5 # and server does not establish data connection.
|
/third_party/curl/docs/cmdline-opts/ |
D | connect-to.d | 12 establish the network connection. It does NOT affect the hostname/port that is
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_explicit_attrib_location.txt | 246 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/ |
D | SSL_get_session.pod | 28 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/ |
D | s_time.pod | 54 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/ |
D | iostreams.qbk | 36 establish a deadline. Any socket operations that occur past the deadline will
|
/third_party/flutter/flutter/packages/flutter/lib/src/physics/ |
D | simulation.dart | 30 /// should establish a convention and use that convention consistently with all
|
/third_party/jerryscript/docs/ |
D | 12.EXT-REFERENCE-MODULE.md | 50 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,…
|
D | 14.EXT-REFERENCE-HANDLE-SCOPE.md | 8 To handle this case, JerryScript HandleScope extension provides the ability to establish a new 'sco…
|
/third_party/EGL/extensions/NV/ |
D | EGL_NV_stream_socket.txt | 53 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/ |
D | EGL_NV_stream_socket.txt | 53 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/ |
D | NV_explicit_attrib_location.txt | 126 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/ |
D | NV_explicit_attrib_location.txt | 126 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/ |
D | code-of-conduct.md | 10 intended, above all else, to help establish a culture within the project that
|
/third_party/node/doc/guides/ |
D | technical-values.md | 3 The project uses these technical values to establish priorities and guide
|
/third_party/flutter/flutter/packages/flutter/lib/src/material/ |
D | data_table_source.dart | 52 /// Called to establish if [rowCount] is a precise number or might be an
|
/third_party/node/deps/npm/node_modules/socks/docs/examples/typescript/ |
D | associateExample.md | 5 The associate command tells the SOCKS proxy server to establish a UDP relay. The server binds to a …
|
12345678910>>...12