Home
last modified time | relevance | path

Searched full:termination (Results 1 – 25 of 3184) sorted by relevance

12345678910>>...128

/external/bcc/man/man8/
Dexitsnoop.83 exitsnoop \- Trace all process termination (exit, fatal signal). Uses Linux eBPF/bcc.
7 exitsnoop traces process termination, showing the command name and reason for
8 termination, either an exit or a fatal signal.
40 Trace per thread termination
43 Trace all process termination
47 Trace all process termination, and include timestamps:
63 Trace per thread termination
69 Time of process termination HH:MM:SS.sss with milliseconds, where TZ is
84 The process ID of the process that will be notified of PID termination.
95 process termination, then test and understand overhead before use.
/external/ComputeLibrary/tests/datasets/
DOpticalFlowDataset.h62 description << "Termination=" << _params_it->termination << ":"; in description()
137 …// old_image new_image (termination, epsilon, num_iterations, wi… in SmallOpticalFlowDataset()
138 …add_config("opticalflow_old.pgm", "opticalflow_new.pgm", OpticalFlowParameters(Termination::TERM_C… in SmallOpticalFlowDataset()
139 …add_config("opticalflow_old.pgm", "opticalflow_new.pgm", OpticalFlowParameters(Termination::TERM_C… in SmallOpticalFlowDataset()
140 …add_config("opticalflow_old.pgm", "opticalflow_new.pgm", OpticalFlowParameters(Termination::TERM_C… in SmallOpticalFlowDataset()
149 …// old_image new_image (termination, epsilon, num_iterations, wi… in LargeOpticalFlowDataset()
150 …add_config("opticalflow_old.pgm", "opticalflow_new.pgm", OpticalFlowParameters(Termination::TERM_C… in LargeOpticalFlowDataset()
151 …add_config("opticalflow_old.pgm", "opticalflow_new.pgm", OpticalFlowParameters(Termination::TERM_C… in LargeOpticalFlowDataset()
152 …add_config("opticalflow_old.pgm", "opticalflow_new.pgm", OpticalFlowParameters(Termination::TERM_C… in LargeOpticalFlowDataset()
154 …// old_image new_image (termination, epsilon, num_iterations, wi… in LargeOpticalFlowDataset()
[all …]
/external/grpc-grpc/src/python/grpcio_tests/tests/testing/
D_server_test.py50 response, trailing_metadata, code, details = rpc.termination()
63 trailing_metadata, code, details = rpc.termination()
76 response, trailing_metadata, code, details = rpc.termination()
102 trailing_metadata, code, details = rpc.termination()
128 _, _, _ = rpc.termination()
147 first_termination = rpc.termination()
148 second_termination = rpc.termination()
149 third_termination = rpc.termination()
179 response, trailing_metadata, code, details = rpc.termination()
197 response, trailing_metadata, code, details = rpc.termination()
[all …]
/external/skia/resources/sksl/runtime_errors/
DLoopStructureErrors.rts28 loop must guarantee termination in fewer iterations
31 loop must guarantee termination in fewer iterations
35 loop must guarantee termination in fewer iterations
36 loop must guarantee termination in fewer iterations
37 loop must guarantee termination in fewer iterations
38 loop must guarantee termination in fewer iterations
41 loop must guarantee termination in fewer iterations
42 loop must guarantee termination in fewer iterations
/external/cronet/stable/base/process/
Dkill.h6 // termination status.
58 // Other abnormal termination reason.
72 // the termination status. We can't know if the termination was a crash or an
97 // Get the termination status of the process by interpreting the
109 // and get the termination status.
117 // termination status.
133 // Registers |process| to be asynchronously monitored for termination, forcibly
/external/cronet/tot/base/process/
Dkill.h6 // termination status.
58 // Other abnormal termination reason.
72 // the termination status. We can't know if the termination was a crash or an
97 // Get the termination status of the process by interpreting the
109 // and get the termination status.
117 // termination status.
133 // Registers |process| to be asynchronously monitored for termination, forcibly
/external/tensorflow/tensorflow/python/distribute/failure_handling/
Dfailure_handling.py20 termination (preemption or maintenance) of workers in multi-worker synchronous
74 * How to decide if there is a termination event soon
76 The form of termination notification and how to fetch it vary across
79 termination notification. `termination_watcher_fn` should be a function
80 that returns `True` if a termination notification is available and
82 resources can be cleaned up properly if no termination signal is ever raised
100 termination event notice till the actual termination
125 a termination signal.
130 receive the termination signal.
257 # checkpoint again right before the termination. Thus this watcher thread will
[all …]
/external/libchrome/base/process/
Dkill.h6 // termination status.
60 // the termination status. We can't know if the termination was a crash or an
85 // Get the termination status of the process by interpreting the
97 // and get the termination status.
105 // termination status.
121 // Registers |process| to be asynchronously monitored for termination, forcibly
/external/bcc/tools/
Dexitsnoop_example.txt11 The following example shows the termination of the 'sleep' and 'bash' commands
72 Trace all process termination (exit, fatal signal)
81 --per-thread trace per thread termination
84 exitsnoop # trace all process termination
90 exitsnoop --per-thread # trace per thread termination
100 About process termination in Linux
130 Linux keeps process termination information in 'exit_code', an int
Dexitsnoop.py17 # exitsnoop Trace all process termination (exit, fatal signal)
23 exitsnoop # trace all process termination
29 exitsnoop --per-thread # trace per thread termination
56 description="Trace all process termination (exit, fatal signal)",
65 a("--per-thread", action="store_true", help="trace per thread termination")
186 """Trace all process termination.
229 """Call event_handler for process termination events.
232 event_handler - callback function to handle termination event
/external/kotlinx.serialization/formats/json-tests/commonTest/src/kotlinx/serialization/features/
DSealedClassesSerializationTest.kt170 SealedProtocol.ErrorMessage("requesting termination"), in complexProtocol()
174 …message":42},{"type":"SealedProtocol.ErrorMessage","error":"requesting termination"},{"type":"EOF"… in complexProtocol()
183 ProtocolWithAbstractClass.ErrorMessage("requesting termination"), in protocolWithAbstractClass()
202 …},{"type":"ProtocolWithAbstractClass.ErrorMessage","error":"requesting termination"},{"type":"EOF"… in protocolWithAbstractClass()
211 ProtocolWithSealedClass.ErrorMessage("requesting termination"), in protocolWithSealedClass()
215 …42},{"type":"ProtocolWithSealedClass.ErrorMessage","error":"requesting termination"},{"type":"EOF"… in protocolWithSealedClass()
237 ProtocolWithGenericClass.ErrorMessage("requesting termination"), in protocolWithGenericClass()
241 …t",42]}],["ProtocolWithGenericClass.ErrorMessage",{"error":"requesting termination"}],["EOF",{}]]"… in protocolWithGenericClass()
/external/grpc-grpc/src/python/grpcio/grpc/framework/interfaces/base/
Dbase.py37 along with indication of operation termination. May be None.
39 operation along with indication of operation termination. May be None.
47 along with indication of operation termination. May be None.
49 operation along with indication of operation termination. May be None.
107 """Adds a function to be called upon operation termination.
111 termination.
116 terminated an Outcome value describing the operation termination and the
208 TERMINATION_ONLY = "termination only"
/external/grpc-grpc/src/python/grpcio_testing/grpc_testing/_server/
D_server_rpc.py28 def termination(self): member in UnaryUnaryServerRpc
45 def termination(self): member in UnaryStreamServerRpc
65 def termination(self): member in StreamUnaryServerRpc
88 def termination(self): member in StreamStreamServerRpc
/external/oj-libjdwp/src/share/classes/com/sun/jdi/event/
DVMDisconnectEvent.java32 * May be caused by normal termination of a VM,
33 * VM termination by uncaught exception or other error,
37 * (for example, target process termination by the
38 * operating system, transport termination, etc).
/external/cronet/stable/net/third_party/quiche/src/quiche/quic/core/
Dquic_time_wait_list_manager.h6 // packet and sending the peers termination packets with exponential backoff.
71 // Send specified termination packets, error if termination packet is
75 // termination packets are provided by the connection.
106 // termination packets will be move from |info|.termination_packets and will
187 // Internal structure to store pending termination packets.
209 // The pending termination packet that is to be sent to the peer.
261 // received after the termination of the connection bound to the
309 // Pending termination packets that need to be sent out to the peer when we
/external/cronet/tot/net/third_party/quiche/src/quiche/quic/core/
Dquic_time_wait_list_manager.h6 // packet and sending the peers termination packets with exponential backoff.
71 // Send specified termination packets, error if termination packet is
75 // termination packets are provided by the connection.
106 // termination packets will be move from |info|.termination_packets and will
187 // Internal structure to store pending termination packets.
209 // The pending termination packet that is to be sent to the peer.
261 // received after the termination of the connection bound to the
309 // Pending termination packets that need to be sent out to the peer when we
/external/python/cpython3/Doc/library/
Datexit.rst14 interpreter termination. :mod:`atexit` runs these functions in the *reverse*
16 at interpreter termination time they will be run in the order ``C``, ``B``,
32 Register *func* as a function to be executed at termination. Any optional
37 At normal program termination (for instance, if :func:`sys.exit` is called or
87 making an explicit call into this module at termination. ::
/external/rust/android-crates-io/crates/spdx/src/text/licenses/
DCAL-1.0238 ## 5. Term and Termination
246 ### 5.1. Effect of Termination
253 ### 5.2. Termination for Non-Compliance; Reinstatement
256 of the conditions in section 4. As a special exception to termination
265 lasting more than sixty days or b) subsequent termination for
269 ### 5.3. Termination Due to Litigation
274 by this License shall terminate. In the event of termination due to
276 directly or indirectly, shall survive termination. Administrative
279 Licensees terminated under this section do not cause termination due
329 settlement. This section shall survive the termination of this
DCAL-1.0-Combined-Work-Exception238 ## 5. Term and Termination
246 ### 5.1. Effect of Termination
253 ### 5.2. Termination for Non-Compliance; Reinstatement
256 of the conditions in section 4. As a special exception to termination
265 lasting more than sixty days or b) subsequent termination for
269 ### 5.3. Termination Due to Litigation
274 by this License shall terminate. In the event of termination due to
276 directly or indirectly, shall survive termination. Administrative
279 Licensees terminated under this section do not cause termination due
329 settlement. This section shall survive the termination of this
/external/licenseclassifier/v2/assets/License/CAL-1.0/
Dlicense.txt101 5. Term and Termination
104 5.1. Effect of Termination
107 5.2. Termination for Non-Compliance; Reinstatement
108termination for non-compliance, Your permissions for the Work under this License will automaticall…
110 5.3. Termination Due to Litigation
111termination due to litigation, all permissions validly granted by You under this License, directly…
128 … License, including through settlement. This section shall survive the termination of this License.
/external/cronet/stable/third_party/llvm-libc/src/AOR_v20.02/string/aarch64/
Dstrchr-mte.S50 operation will identify exactly which byte is causing the termination,
58 similarly for NUL termination. */
91 /* Use a fast check for the termination condition. */
100 /* Use a fast check for the termination condition. */
109 /* Termination condition found. Now need to establish exactly why
/external/vixl/examples/aarch64/
Dsve-strlen.cc52 // choice, because we know that we will see at least a NULL termination, even in GenerateSVEStrlen()
62 // Find the NULL termination (if there is one), and set the flags. in GenerateSVEStrlen()
66 // Activate every lane up to (but not including) the NULL termination. If we in GenerateSVEStrlen()
67 // found no NULL termination, this activates every lane, and indicates that we in GenerateSVEStrlen()
76 // Loop until `cmpeq` finds a NULL termination. in GenerateSVEStrlen()
/external/cronet/tot/third_party/llvm-libc/src/AOR_v20.02/string/aarch64/
Dstrchr-mte.S50 operation will identify exactly which byte is causing the termination,
58 similarly for NUL termination. */
91 /* Use a fast check for the termination condition. */
100 /* Use a fast check for the termination condition. */
109 /* Termination condition found. Now need to establish exactly why
/external/licenseclassifier/v2/assets/License/Sflow/
Dlicense.txt43 to InMon's termination rights under Section 7 below), nonexclusive, royalty-free, worldwide,
52 termination rights under Section 7 below), nonexclusive, royalty-free, worldwide,
107 7. Term and Termination. The term of this Agreement will begin on the Effective Date,
110 Licensee's giving written notice of termination to InMon, or by InMon pursuant to InMon's
111 termination rights as set forth in Section 2.3 above. Upon any termination of this
115 3, 5, 6, 7, and 8 shall survive any termination of this Agreement.
/external/licenseclassifier/v2/assets/License/AFL-2.1/
Dlicense.txt96 9) Acceptance and Termination. If You distribute copies of the Original Work
109 10) Termination for Patent Action. This License shall terminate automatically
113 infringes a patent. This termination provision shall not apply for an action
123 Work outside the scope of this License or after its termination shall be
126 treaty. This section shall survive the termination of this License.
133 termination of this License.

12345678910>>...128