Home
last modified time | relevance | path

Searched full:closing (Results 1 – 25 of 4074) sorted by relevance

12345678910>>...163

/external/tensorflow/tensorflow/lite/toco/
Dargs.cc30 // Initialize the opening/closing arrays. in ClosingSymbolLookup()
34 // If the string ends before the closing character has been found, in ClosingSymbolLookup()
35 // use the opening character as the closing character. in ClosingSymbolLookup()
36 unsigned char closing = *symbol != 0 ? *symbol : opening; in ClosingSymbolLookup() local
37 closing_[opening] = closing; in ClosingSymbolLookup()
38 valid_closing_[closing] = true; in ClosingSymbolLookup()
46 // Returns the closing character corresponding to an opening one,
52 // Returns true if the argument is a closing character.
58 // Maps an opening character to its closing. If the entry contains 0,
61 // Valid closing characters.
[all …]
/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/concurrent/
DEventCountCircuitBreaker.java53 * <li>The same parameters can be specified for automatically closing the circuit breaker
56 * a slightly lower threshold for closing the circuit breaker than for opening it to avoid
152 /** The threshold for closing the circuit breaker. */
155 /** The time interval for closing the circuit breaker. */
160 * opening and closing it based on threshold values for events occurring in specific
168 * @param closingThreshold the threshold for closing the circuit breaker; if the
169 * number of events received in the time span determined by the closing interval goes
171 * @param closingInterval the interval for closing the circuit breaker
172 * @param closingUnit the {@link TimeUnit} defining the closing interval
186 * and closing checks.
[all …]
/external/aws-sdk-java-v2/.github/workflows/
Dstale-issue.yml25 In the absence of more information, we will be closing this issue soon. If you find
29 the absence of more information, we will be closing this PR soon. Please add a
34 stale-issue-label: closing-soon
36 stale-pr-label: closing-soon
40 # Don't set closed-for-staleness label to skip closing very old issues
/external/python/cpython3/Lib/test/
Dtest_dbm_dumb.py38 with contextlib.closing(dumbdbm.open(_fname, 'c')) as f:
75 with contextlib.closing(dumbdbm.open(_fname, 'w')) as f:
84 with contextlib.closing(dumbdbm.open(_fname, 'r')) as f:
101 with contextlib.closing(dumbdbm.open(_fname)) as f:
105 with contextlib.closing(dumbdbm.open(_fname)) as f:
111 with contextlib.closing(dumbdbm.open(_fname)) as f:
114 with contextlib.closing(dumbdbm.open(_fname)) as f:
119 with contextlib.closing(dumbdbm.open(_fname, 'r')) as f:
124 with contextlib.closing(dumbdbm.open(_fname)) as f:
127 with contextlib.closing(dumbdbm.open(_fname, 'r')) as f:
[all …]
/external/liburing/test/
Dreg-reg-ring.c33 fprintf(stderr, "closing ring fd should EINVAL before register\n"); in main()
61 fprintf(stderr, "io_uring_register operation failed before closing ring fd\n"); in main()
67 fprintf(stderr, "closing ring fd failed\n"); in main()
74 fprintf(stderr, "io_uring_register operation failed after closing ring fd\n"); in main()
80 fprintf(stderr, "closing already-closed ring fd should fail\n"); in main()
/external/webrtc/pc/
Dsctp_data_channel.h53 // Begins the closing procedure by sending an outgoing stream reset. Still
105 // initiated the closing procedure, but the closing procedure has not
107 // kClosed: The closing handshake is finished (possibly initiated from this,
110 // How the closing procedure works for SCTP:
177 // Close immediately, ignoring any queued data or closing procedure.
200 // The remote side started the closing procedure by resetting its outgoing
203 // The closing procedure is complete; both incoming and outgoing stream
279 // Did we already start the graceful SCTP closing procedure?
/external/cronet/tot/third_party/apache-portable-runtime/src/test/
Dtestsock.c147 APR_ASSERT_SUCCESS(tc, "Problem closing socket", rv); in test_create_bind_listen()
177 APR_ASSERT_SUCCESS(tc, "Problem closing connected socket", rv); in test_send()
179 APR_ASSERT_SUCCESS(tc, "Problem closing socket", rv); in test_send()
211 APR_ASSERT_SUCCESS(tc, "Problem closing connected socket", rv); in test_recv()
213 APR_ASSERT_SUCCESS(tc, "Problem closing socket", rv); in test_recv()
252 APR_ASSERT_SUCCESS(tc, "Problem closing connected socket", rv); in test_atreadeof()
271 APR_ASSERT_SUCCESS(tc, "Problem closing connected socket", rv); in test_atreadeof()
274 APR_ASSERT_SUCCESS(tc, "Problem closing socket", rv); in test_atreadeof()
304 APR_ASSERT_SUCCESS(tc, "Problem closing connected socket", rv); in test_timeout()
306 APR_ASSERT_SUCCESS(tc, "Problem closing socket", rv); in test_timeout()
[all …]
/external/cronet/stable/third_party/apache-portable-runtime/src/test/
Dtestsock.c147 APR_ASSERT_SUCCESS(tc, "Problem closing socket", rv); in test_create_bind_listen()
177 APR_ASSERT_SUCCESS(tc, "Problem closing connected socket", rv); in test_send()
179 APR_ASSERT_SUCCESS(tc, "Problem closing socket", rv); in test_send()
211 APR_ASSERT_SUCCESS(tc, "Problem closing connected socket", rv); in test_recv()
213 APR_ASSERT_SUCCESS(tc, "Problem closing socket", rv); in test_recv()
252 APR_ASSERT_SUCCESS(tc, "Problem closing connected socket", rv); in test_atreadeof()
271 APR_ASSERT_SUCCESS(tc, "Problem closing connected socket", rv); in test_atreadeof()
274 APR_ASSERT_SUCCESS(tc, "Problem closing socket", rv); in test_atreadeof()
304 APR_ASSERT_SUCCESS(tc, "Problem closing connected socket", rv); in test_timeout()
306 APR_ASSERT_SUCCESS(tc, "Problem closing socket", rv); in test_timeout()
[all …]
/external/cronet/stable/net/websockets/
Dwebsocket_channel.h124 // Starts the closing handshake for a client-initiated shutdown of the
125 // connection. There is no API to close the connection without a closing
149 // The default timout for the closing handshake is a sensible value (see
176 CLOSE_WAIT, // The Closing Handshake has completed, but the remote server
178 CLOSED, // The Closing Handshake has completed and the connection
290 // Responds to a closing handshake initiated by the server.
316 // Sends a Close frame to Start the WebSocket Closing Handshake, or to respond
339 // Called if the closing handshake times out. Closes the connection and
372 // Timer for the closing handshake.
375 // Timeout for the closing handshake.
[all …]
/external/cronet/tot/net/websockets/
Dwebsocket_channel.h124 // Starts the closing handshake for a client-initiated shutdown of the
125 // connection. There is no API to close the connection without a closing
149 // The default timout for the closing handshake is a sensible value (see
176 CLOSE_WAIT, // The Closing Handshake has completed, but the remote server
178 CLOSED, // The Closing Handshake has completed and the connection
290 // Responds to a closing handshake initiated by the server.
316 // Sends a Close frame to Start the WebSocket Closing Handshake, or to respond
339 // Called if the closing handshake times out. Closes the connection and
372 // Timer for the closing handshake.
375 // Timeout for the closing handshake.
[all …]
/external/aws-crt-java/.github/workflows/
Dstale_issue.yml21 … last update on this, and in the absence of more information, we will be closing this issue soon. …
25 stale-issue-label: closing-soon
27 stale-pr-label: closing-soon
31 # Don't set closed-for-staleness label to skip closing very old issues
/external/mockftpserver/branches/1.x_Branch/src/main/resources/
DReplyText.properties28 221=Service closing control connection.
30 226=Closing data connection. Requested file action successful.
31 226.WithFilename=Closing data connection. Requested file action successful. Filename={0}.
39 421=Service not available, closing control connection.
/external/mockftpserver/tags/1.1/src/main/resources/
DReplyText.properties28 221=Service closing control connection.
30 226=Closing data connection. Requested file action successful.
31 226.WithFilename=Closing data connection. Requested file action successful. Filename={0}.
39 421=Service not available, closing control connection.
/external/mockftpserver/tags/1.2.2/src/main/resources/
DReplyText.properties28 221=Service closing control connection.
30 226=Closing data connection. Requested file action successful.
31 226.WithFilename=Closing data connection. Requested file action successful. Filename={0}.
39 421=Service not available, closing control connection.
/external/mockftpserver/tags/1.0/src/main/resources/
DReplyText.properties28 221=Service closing control connection.
30 226=Closing data connection. Requested file action successful.
31 226.WithFilename=Closing data connection. Requested file action successful. Filename={0}.
39 421=Service not available, closing control connection.
/external/mockftpserver/tags/1.2/src/main/resources/
DReplyText.properties28 221=Service closing control connection.
30 226=Closing data connection. Requested file action successful.
31 226.WithFilename=Closing data connection. Requested file action successful. Filename={0}.
39 421=Service not available, closing control connection.
/external/mockftpserver/tags/1.2.4/src/main/resources/
DReplyText.properties28 221=Service closing control connection.
30 226=Closing data connection. Requested file action successful.
31 226.WithFilename=Closing data connection. Requested file action successful. Filename={0}.
39 421=Service not available, closing control connection.
/external/mockftpserver/tags/1.2.1/src/main/resources/
DReplyText.properties28 221=Service closing control connection.
30 226=Closing data connection. Requested file action successful.
31 226.WithFilename=Closing data connection. Requested file action successful. Filename={0}.
39 421=Service not available, closing control connection.
/external/mockftpserver/tags/2.x_Before_IDEA/src/main/resources/
DReplyText.properties28 221=Service closing control connection.
30 226=Closing data connection. Requested file action successful.
31 226.WithFilename=Closing data connection. Requested file action successful. Filename={0}.
39 421=Service not available, closing control connection.
/external/mockftpserver/tags/1.2.3/src/main/resources/
DReplyText.properties28 221=Service closing control connection.
30 226=Closing data connection. Requested file action successful.
31 226.WithFilename=Closing data connection. Requested file action successful. Filename={0}.
39 421=Service not available, closing control connection.
/external/webrtc/api/transport/
Ddata_channel_transport_interface.h69 // Callback issued when a remote data channel begins the closing procedure.
70 // Messages sent after the closing procedure begins will not be transmitted.
73 // Callback issued when a (remote or local) data channel completes the closing
74 // procedure. Closing channels become closed after all pending data has been
108 // open. Data sent after the closing procedure begins will not be
/external/guava/android/guava/src/com/google/common/io/
DCloseables.java82 logger.log(Level.WARNING, "IOException thrown while closing Closeable.", e); in close()
93 * <p>While it's not safe in the general case to ignore exceptions that are thrown when closing an
96 * a failure that occurs when closing the stream indicates a meaningful problem such as a failure
115 * <p>While it's not safe in the general case to ignore exceptions that are thrown when closing an
118 * failure that occurs when closing the reader indicates a meaningful problem such as a failure to
/external/guava/guava/src/com/google/common/io/
DCloseables.java82 logger.log(Level.WARNING, "IOException thrown while closing Closeable.", e); in close()
93 * <p>While it's not safe in the general case to ignore exceptions that are thrown when closing an
96 * a failure that occurs when closing the stream indicates a meaningful problem such as a failure
115 * <p>While it's not safe in the general case to ignore exceptions that are thrown when closing an
118 * failure that occurs when closing the reader indicates a meaningful problem such as a failure to
/external/lua/src/
Dlfunc.c110 ** Prepare closing method plus its arguments for object 'obj' with
139 ** Prepare and call a closing method. If status is OK, code is still
142 ** protected call, and so the call to the closing method must be
144 ** error, to also run the closing method in protected mode).
145 ** If status is OK, the call to the closing method will be pushed
154 callclose(L, NULL); /* call closing method */ in callclosemth()
191 ** when creating the upvalue, the closing method must be called here,
208 callclose(L, NULL); /* call closing method */ in luaF_newtbcupval()
229 /* must run closing method, which may change the stack */ in luaF_close()
/external/cronet/tot/third_party/libxml/chromium/
Dxml_reader.h36 // the matching closing tag. Returns false on EOF or error.
76 // false for self-closing elements (e.g. <foo/>). Use IsEmptyElement() to
80 // Returns true if the node is a closing element (e.g. </foo>).
83 // Returns true if the current node is an empty (self-closing) element (e.g.
97 // Skip to the next opening tag, returning false if we reach a closing

12345678910>>...163