/aosp_15_r20/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/metrics/ |
D | ImsStatsTest.java | 362 ImsRegistrationTermination termination = terminationCaptor.getValue(); in conclude_notRegistered() local 363 assertEquals(CARRIER1_ID, termination.carrierId); in conclude_notRegistered() 364 assertFalse(termination.isMultiSim); in conclude_notRegistered() 365 assertEquals(TelephonyManager.NETWORK_TYPE_LTE, termination.ratAtEnd); in conclude_notRegistered() 366 assertTrue(termination.setupFailed); in conclude_notRegistered() 367 assertEquals(ImsReasonInfo.CODE_REGISTRATION_ERROR, termination.reasonCode); in conclude_notRegistered() 368 assertEquals(999, termination.extraCode); in conclude_notRegistered() 369 assertEquals("Timeout", termination.extraMessage); in conclude_notRegistered() 464 // Atom with termination info should be generated in conclude_serviceStateChanged_afterRatUnknown() 468 ImsRegistrationTermination termination = terminationCaptor.getValue(); in conclude_serviceStateChanged_afterRatUnknown() local [all …]
|
/aosp_15_r20/external/ComputeLibrary/tests/datasets/ |
H A D | OpticalFlowDataset.h | 62 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 …]
|
/aosp_15_r20/external/grpc-grpc/src/python/grpcio_tests/tests/testing/ |
H A D | _server_test.py | 50 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 …]
|
/aosp_15_r20/external/tensorflow/tensorflow/python/distribute/failure_handling/ |
H A D | failure_handling.py | 20 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 …]
|
/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/ |
D | mgc.go | 24 // 1. GC performs sweep termination. 57 // distributed termination algorithm to detect when there are no 59 // point, GC transitions to mark termination. 61 // 3. GC performs mark termination. 89 // At the end of STW mark termination all spans are marked as "needs sweeping". 243 …_GCmarktermination // GC mark termination: allocate black, P's help GC, write barrier ENABL… 387 // mark termination. 389 // markDoneSema protects transitions from mark to mark termination. 415 // we transition from mark termination to sweep. 422 // cycle is sweep termination, mark, mark termination, and [all …]
|
/aosp_15_r20/external/bcc/man/man8/ |
H A D | exitsnoop.8 | 3 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.
|
/aosp_15_r20/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/ |
D | ImsStats.java | 73 * Maximum length of the extra message in the termination reason. 363 /** Updates the stats and generates a termination atom when IMS registration fails/ends. */ 368 ImsRegistrationTermination termination = new ImsRegistrationTermination(); in onImsUnregistered() local 370 termination.carrierId = mLastRegistrationStats.carrierId; in onImsUnregistered() 371 termination.ratAtEnd = getRatAtEnd(mLastRegistrationStats.rat); in onImsUnregistered() 372 termination.isIwlanCrossSim = mLastRegistrationStats.isIwlanCrossSim; in onImsUnregistered() 375 termination.carrierId = mPhone.getDefaultPhone().getCarrierId(); in onImsUnregistered() 377 termination.ratAtEnd = getRatAtEnd(mLastRegistrationStats.rat); in onImsUnregistered() 378 termination.isMultiSim = SimSlotState.isMultiSim(); in onImsUnregistered() 379 termination.setupFailed = (mLastRegistrationState != REGISTRATION_STATE_REGISTERED); in onImsUnregistered() [all …]
|
/aosp_15_r20/external/skia/resources/sksl/runtime_errors/ |
H A D | LoopStructureErrors.rts | 28 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
|
/aosp_15_r20/external/skia/tests/ |
H A D | SkRemoteGlyphCacheTest.cpp | 302 // Must unlock everything on termination, otherwise valgrind complains about memory leaks. in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS() 350 // Must unlock everything on termination, otherwise valgrind complains about memory leaks. in DEF_GANESH_TEST_FOR_CONTEXTS() 394 // Must unlock everything on termination, otherwise valgrind complains about memory leaks. in DEF_GANESH_TEST_FOR_CONTEXTS() 438 // Must unlock everything on termination, otherwise valgrind complains about memory leaks. in DEF_GANESH_TEST_FOR_CONTEXTS() 470 // Must unlock everything on termination, otherwise valgrind complains about memory leaks. in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS() 504 // Must unlock everything on termination, otherwise valgrind complains about memory leaks. in DEF_TEST() 539 // Must unlock everything on termination, otherwise valgrind complains about memory leaks. in DEF_TEST() 579 // Must unlock everything on termination, otherwise valgrind complains about memory leaks. in DEF_TEST() 607 // Must unlock everything on termination, otherwise valgrind complains about memory leaks. in DEF_TEST() 653 // Must unlock everything on termination, otherwise valgrind complains about memory leaks. in DEF_TEST() [all …]
|
/aosp_15_r20/external/licenseclassifier/v2/assets/License/CAL-1.0/ |
H A D | license.txt | 101 5. Term and Termination 104 5.1. Effect of Termination 107 5.2. Termination for Non-Compliance; Reinstatement 108 …termination for non-compliance, Your permissions for the Work under this License will automaticall… 110 5.3. Termination Due to Litigation 111 …termination 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.
|
/aosp_15_r20/external/cronet/base/process/ |
H A D | kill.h | 6 // termination status. 56 // Other abnormal termination reason. 70 // the termination status. We can't know if the termination was a crash or an 95 // Get the termination status of the process by interpreting the 107 // and get the termination status. 115 // termination status. 131 // Registers |process| to be asynchronously monitored for termination, forcibly
|
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/ |
H A D | quic_time_wait_list_manager.h | 6 // 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
|
/aosp_15_r20/tools/test/connectivity/acts_tests/tests/google/wifi/aware/functional/ |
D | DiscoveryTest.py | 57 term_ind_on: is termination indication enabled 110 term_ind_on: is termination indication enabled 127 term_ind_on: is termination indication enabled 309 term_ind_on: True if a termination indication is expected, False otherwise 311 # Wait for session termination 356 term_ind_on: Configuration of termination indication 383 # Wait for session termination & verify 417 # Wait for session termination & verify 451 # Wait for session termination & verify 661 - Termination indication enabled [all …]
|
/aosp_15_r20/external/kotlinx.serialization/formats/json-tests/commonTest/src/kotlinx/serialization/features/ |
H A D | SealedClassesSerializationTest.kt | 170 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()
|
/aosp_15_r20/external/grpc-grpc/src/python/grpcio/grpc/framework/interfaces/base/ |
H A D | base.py | 37 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"
|
/aosp_15_r20/external/licenseclassifier/v2/assets/License/APSL-1.0/ |
H A D | license.txt | 158 12. Termination. 160 12.1 Termination. This License and the rights granted hereunder will 174 12.2 Effect of Termination. Upon termination, You agree to immediately stop 176 Code, or Affected Original Code in the case of termination under Section 9.1, 180 termination under Section 9.1) that are in your possession or control. All 182 termination shall survive any termination of this License. Provisions which, 183 by their nature, should remain in effect beyond the termination of this 187 License in accordance with its terms, and termination of this License will be
|
/aosp_15_r20/external/licenseclassifier/licenses/ |
H A D | APSL-1.0.txt | 158 12. Termination. 160 12.1 Termination. This License and the rights granted hereunder will 174 12.2 Effect of Termination. Upon termination, You agree to immediately stop 176 Code, or Affected Original Code in the case of termination under Section 9.1, 180 termination under Section 9.1) that are in your possession or control. All 182 termination shall survive any termination of this License. Provisions which, 183 by their nature, should remain in effect beyond the termination of this 187 License in accordance with its terms, and termination of this License will be
|
/aosp_15_r20/external/bcc/tools/ |
H A D | exitsnoop.py | 17 # 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
|
H A D | exitsnoop_example.txt | 11 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
|
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/process/ |
D | kill.h | 9 // termination status. 63 // the termination status. We can't know if the termination was a crash or an 88 // Get the termination status of the process by interpreting the 100 // and get the termination status. 108 // termination status. 124 // Registers |process| to be asynchronously monitored for termination, forcibly
|
/aosp_15_r20/external/libchrome/base/process/ |
H A D | kill.h | 6 // 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
|
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/4/external/libchrome/base/process/ |
D | kill.h | 9 // termination status. 63 // the termination status. We can't know if the termination was a crash or an 88 // Get the termination status of the process by interpreting the 100 // and get the termination status. 108 // termination status. 124 // Registers |process| to be asynchronously monitored for termination, forcibly
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/20/libcore/ojluni/src/main/java/java/util/concurrent/ |
D | Phaser.java | 84 * termination. Overriding this method is similar to, but more 106 * <p><b>Termination.</b> A phaser may enter a <em>termination</em> 108 * termination, all synchronization methods immediately return without 110 * Similarly, attempts to register upon termination have no effect. 111 * Termination is triggered when an invocation of {@code onAdvance} 116 * to override this method to cause termination when the current phase 204 * If the main task must later await termination, it 221 * // ... deal with unexpected termination 459 // succeeded, even when racing with termination, in doRegister() 801 * Forces this phaser to enter termination state. Counts of [all …]
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/concurrent/ |
D | Phaser.java | 84 * termination. Overriding this method is similar to, but more 106 * <p><b>Termination.</b> A phaser may enter a <em>termination</em> 108 * termination, all synchronization methods immediately return without 110 * Similarly, attempts to register upon termination have no effect. 111 * Termination is triggered when an invocation of {@code onAdvance} 116 * to override this method to cause termination when the current phase 204 * If the main task must later await termination, it 221 * // ... deal with unexpected termination 459 // succeeded, even when racing with termination, in doRegister() 801 * Forces this phaser to enter termination state. Counts of [all …]
|
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/concurrent/ |
H A D | Phaser.java | 84 * termination. Overriding this method is similar to, but more 106 * <p><b>Termination.</b> A phaser may enter a <em>termination</em> 108 * termination, all synchronization methods immediately return without 110 * Similarly, attempts to register upon termination have no effect. 111 * Termination is triggered when an invocation of {@code onAdvance} 116 * to override this method to cause termination when the current phase 204 * If the main task must later await termination, it 221 * // ... deal with unexpected termination 459 // succeeded, even when racing with termination, in doRegister() 801 * Forces this phaser to enter termination state. Counts of [all …]
|