| /external/coreboot/src/vendorcode/intel/edk2/edk2-stable202111/MdePkg/Include/Library/ |
| D | SmmLib.h | 42 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/ |
| D | SmmLib.h | 42 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/ |
| D | SmmLib.h | 39 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/ |
| D | SmmLib.h | 48 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/ |
| D | Verification.kt | 38 * 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/ |
| D | MarkedYAMLExceptionTest.java | 22 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/ |
| D | monitoring_test.cc | 110 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/ |
| D | PciHotPlugRequest.h | 2 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/ |
| D | PciHotPlugRequest.h | 2 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/ |
| D | table_test.py | 92 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/ |
| D | PciHotPlugRequest.h | 2 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/ |
| D | tst_checkpoint.h | 30 * 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
|
| D | ujson_writer.h | 11 * 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/ |
| D | PciHotPlugRequest.h | 2 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/ |
| D | README.md | 36 "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/ |
| D | README.md | 36 "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/ |
| D | DiscardableReferencePoolTest.java | 43 // 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/ |
| D | DiscardableReferencePoolTest.java | 43 // 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/ |
| D | ExpectedException.java | 63 * thrown.expectMessage("happened"); 64 * throw new NullPointerException("What happened?"); 205 * thrown.expectMessage("happened"); 206 * throw new NullPointerException("What happened?"); 219 * throw new NullPointerException("What happened?"); 233 * throw new IllegalArgumentException("What happened?", cause);
|
| /external/bc/ |
| D | MEMORY_BUGS.md | 38 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/ |
| D | MetadataOrBuilder.java | 123 * 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/ |
| D | S3CrtRequestBodyStreamAdapterTest.java | 96 …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/ |
| D | autoupdate_Rollback.py | 44 # 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/ |
| D | VerificationEvent.java | 10 * 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/ |
| D | api_def_AssertPrevDataset.pbtxt | 15 attribute name-value pairs, that are expected to have happened previously. 18 summary: "A transformation that asserts which transformations happened previously."
|