Home
last modified time | relevance | path

Searched full:happened (Results 1 – 25 of 2323) sorted by relevance

12345678910>>...93

/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202111/MdePkg/Include/Library/
DSmmLib.h42 Test if a boot time software SMI happened.
44 This function tests if a software SMM interrupt happened. If a software SMM interrupt happened and
47 @retval TRUE A software SMI triggered at boot time happened.
48 @retval FALSE No software SMI happened, or the software SMI was triggered at run time.
59 Test if a run time software SMI happened.
61 This function tests if a software SMM interrupt happened. If a software SMM interrupt happened and
64 @retval TRUE A software SMI triggered at run time happened.
65 @retval FALSE No software SMI happened or the software SMI was triggered at boot time.
/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202005/MdePkg/Include/Library/
DSmmLib.h42 Test if a boot time software SMI happened.
44 This function tests if a software SMM interrupt happened. If a software SMM interrupt happened and
47 @retval TRUE A software SMI triggered at boot time happened.
48 @retval FALSE No software SMI happened, or the software SMI was triggered at run time.
59 Test if a run time software SMI happened.
61 This function tests if a software SMM interrupt happened. If a software SMM interrupt happened and
64 @retval TRUE A software SMI triggered at run time happened.
65 @retval FALSE No software SMI happened or the software SMI was triggered at boot time.
/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202302/MdePkg/Include/Library/
DSmmLib.h39 Test if a boot time software SMI happened.
41 This function tests if a software SMM interrupt happened. If a software SMM interrupt happened and
44 @retval TRUE A software SMI triggered at boot time happened.
45 @retval FALSE No software SMI happened, or the software SMI was triggered at run time.
55 Test if a run time software SMI happened.
57 This function tests if a software SMM interrupt happened. If a software SMM interrupt happened and
60 @retval TRUE A software SMI triggered at run time happened.
61 @retval FALSE No software SMI happened or the software SMI was triggered at boot time.
/external/coreboot/src/vendorcode/intel/edk2/UDK2017/MdePkg/Include/Library/
DSmmLib.h48 Test if a boot time software SMI happened.
50 This function tests if a software SMM interrupt happened. If a software SMM interrupt happened and
53 @retval TRUE A software SMI triggered at boot time happened.
54 @retval FLASE No software SMI happened, or the software SMI was triggered at run time.
65 Test if a run time software SMI happened.
67 This function tests if a software SMM interrupt happened. If a software SMM interrupt happened and
70 @retval TRUE A software SMI triggered at run time happened.
71 @retval FLASE No software SMI happened or the software SMI was triggered at boot time.
/external/mockito-kotlin/mockito-kotlin/src/main/kotlin/org/mockito/kotlin/
DVerification.kt38 * Verifies certain behavior <b>happened once</b>. in <lambda>()
47 * Verifies certain suspending behavior <b>happened once</b>.
58 * Verifies certain behavior happened at least once / exact number of times / never.
68 * Verifies certain behavior happened at least once / exact number of times / never.
86 …* Verifies that no interactions happened on given mocks beyond the previously verified interaction…
166 …* interaction rather than failing immediately if has not already happened. May be useful for testi…
175 …* interaction rather than fails immediately if has not already happened. May be useful for testing…
229 * Verifies certain behavior <b>happened once</b> in order. in <lambda>()
234 * Verifies certain behavior happened at least once / exact number of times / never in order. in <lambda>()
239 * Verifies certain suspending behavior <b>happened once</b> in order. in <lambda>()
[all …]
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/error/
DMarkedYAMLExceptionTest.java22 MarkedYAMLException exception = new MarkedYAMLException(null, null, "Error happened", mark); in testToString1()
23 assertTrue(exception.toString().contains("Error happened")); in testToString1()
31 new MarkedYAMLException("See http://www.google.com", mark, "Error2 happened", mark); in testToString2()
32 assertTrue(exception.toString().contains("Error2 happened")); in testToString2()
53 new MarkedYAMLException("See http://www.google.com", mark, "Error2 happened", mark); in testGetters()
56 assertEquals("Error2 happened", exception.getProblem()); in testGetters()
/external/federated-compute/fcp/base/
Dmonitoring_test.cc110 Status status = (FCP_STATUS(ABORTED) << "something happened").LogInfo(); in TEST_P()
112 ASSERT_THAT(output, MatchesRegex("I.*something happened\n")); in TEST_P()
117 Status status = (FCP_STATUS(ABORTED) << "something happened").LogWarning(); in TEST_P()
119 ASSERT_THAT(output, MatchesRegex("W.*something happened\n")); in TEST_P()
124 Status status = (FCP_STATUS(ABORTED) << "something happened").LogError(); in TEST_P()
126 ASSERT_THAT(output, MatchesRegex("E.*something happened\n")); in TEST_P()
133 (FCP_STATUS(ABORTED) << "something happened").LogFatal(); in TEST_P()
135 "something happened"); in TEST_P()
/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202111/MdePkg/Include/Protocol/
DPciHotPlugRequest.h2 Provides services to notify the PCI bus driver that some events have happened
19 happened in the hot-plug controller, and the PCI bus driver is requested to
74 This function is used to notify PCI bus driver that some events happened in a
79 a hot-plug event has happened on the hot-plug controller. Currently, the
148 /// Provides services to notify PCI bus driver that some events have happened in
154 /// Notify the PCI bus driver that some events have happened in a hot-plug
/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202005/MdePkg/Include/Protocol/
DPciHotPlugRequest.h2 Provides services to notify the PCI bus driver that some events have happened
19 happened in the hot-plug controller, and the PCI bus driver is requested to
74 This function is used to notify PCI bus driver that some events happened in a
79 a hot-plug event has happened on the hot-plug controller. Currently, the
148 /// Provides services to notify PCI bus driver that some events have happened in
154 /// Notify the PCI bus driver that some events have happened in a hot-plug
/external/pigweed/pw_console/py/
Dtable_test.py92 args=('M1', 1.2345, 'Something happened'),
106 args=('M1', 54321.2, 'Something happened'),
153 args=('MODULE1', 54321.2, 'Something happened'),
216 args=('MODULE1', 54321.2, 'Something happened'),
221 msg='Something happened',
255 ('', 'Something happened'),
/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202302/MdePkg/Include/Protocol/
DPciHotPlugRequest.h2 Provides services to notify the PCI bus driver that some events have happened
19 happened in the hot-plug controller, and the PCI bus driver is requested to
74 This function is used to notify PCI bus driver that some events happened in a
79 a hot-plug event has happened on the hot-plug controller. Currently, the
148 /// Provides services to notify PCI bus driver that some events have happened in
154 /// Notify the PCI bus driver that some events have happened in a hot-plug
/external/ltp/include/
Dtst_checkpoint.h30 * happened or timeout was reached the function calls tst_brk(TBROK, ...) which
43 * error happened or timeout was reached the function calls tst_brk(TBROK, ...)
56 * indefinitely but gives up after 10 seconds. If an error happened or timeout
71 * 10 seconds. If an error happened or timeout was reached the function calls
Dujson_writer.h11 * failure. Once an error has happened all subsequent attempts to add more
14 * and only check if error has happened at the end of the sequence.
83 * @brief Returns true if writer error happened.
87 * @return True if error has happened.
/external/coreboot/src/vendorcode/intel/edk2/UDK2017/MdePkg/Include/Protocol/
DPciHotPlugRequest.h2 Provides services to notify the PCI bus driver that some events have happened
19 happened in the hot-plug controller, and the PCI bus driver is requested to
80 This function is used to notify PCI bus driver that some events happened in a
85 a hot-plug event has happened on the hot-plug controller. Currently, the
154 /// Provides services to notify PCI bus driver that some events have happened in
160 /// Notify the PCI bus driver that some events have happened in a hot-plug
/external/cpuinfo/deps/clog/
DREADME.md36 "something really bad happened: "
43 "something suspicious happened (var = %"PRIu32"), "
50 "something unusual, but common, happened: "
/external/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/deps/clog/
DREADME.md36 "something really bad happened: "
43 "something suspicious happened (var = %"PRIu32"), "
50 "something unusual, but common, happened: "
/external/cronet/tot/base/android/junit/src/org/chromium/base/
DDiscardableReferencePoolTest.java43 // null (it could be if a GC has happened since the pool was drained). It should be in testDrain()
70 // null (it could be if a GC has happened since the pool was drained). It should be in testRemoveAfterDrainDoesNotThrow()
97 // null (it could be if a GC has happened since the pool was drained). It should be in testDrainAfterRemoveDoesNotThrow()
122 // null (it could be if a GC has happened since the pool was drained). It should be in testReferenceGCd()
/external/cronet/stable/base/android/junit/src/org/chromium/base/
DDiscardableReferencePoolTest.java43 // null (it could be if a GC has happened since the pool was drained). It should be in testDrain()
70 // null (it could be if a GC has happened since the pool was drained). It should be in testRemoveAfterDrainDoesNotThrow()
97 // null (it could be if a GC has happened since the pool was drained). It should be in testDrainAfterRemoveDoesNotThrow()
122 // null (it could be if a GC has happened since the pool was drained). It should be in testReferenceGCd()
/external/junit/src/main/java/org/junit/rules/
DExpectedException.java63 * thrown.expectMessage(&quot;happened&quot;);
64 * throw new NullPointerException(&quot;What happened?&quot;);
205 * thrown.expectMessage(&quot;happened&quot;);
206 * throw new NullPointerException(&quot;What happened?&quot;);
219 * throw new NullPointerException(&quot;What happened?&quot;);
233 * throw new IllegalArgumentException(&quot;What happened?&quot;, cause);
/external/bc/
DMEMORY_BUGS.md38 This happened because strings were stored per-function, and the non-local
47 function as the only argument. This happened because arrays are allowed as
57 it was initialized to zero by the system. This happened because I thought I
/external/google-cloud-java/java-life-sciences/proto-google-cloud-life-sciences-v2beta/src/main/java/com/google/cloud/lifesciences/v2beta/
DMetadataOrBuilder.java123 * The list of events that have happened so far during the execution of this
134 * The list of events that have happened so far during the execution of this
145 * The list of events that have happened so far during the execution of this
156 * The list of events that have happened so far during the execution of this
168 * The list of events that have happened so far during the execution of this
/external/aws-sdk-java-v2/services/s3/src/test/java/software/amazon/awssdk/services/s3/internal/crt/
DS3CrtRequestBodyStreamAdapterTest.java96 …sher<ByteBuffer> errorPublisher = Flowable.error(new RuntimeException("Something wrong happened"));
103 .hasMessageContaining("Something wrong happened");
108 … Publisher<ByteBuffer> errorPublisher = Flowable.error(new IOException("Some I/O error happened"));
/external/autotest/server/site_tests/autoupdate_Rollback/
Dautoupdate_Rollback.py44 # Delete rollback-version and rollback-happened pref which are
49 # rollback-happened is written when update_engine finished Enterprise
55 os.path.join(preserved_prefs_path, 'rollback-happened')],
/external/mockito/src/main/java/org/mockito/verification/
DVerificationEvent.java10 * Contains all information about a verification that has happened.
14 * @return The mock that a verification happened on.
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_AssertPrevDataset.pbtxt15 attribute name-value pairs, that are expected to have happened previously.
18 summary: "A transformation that asserts which transformations happened previously."

12345678910>>...93