HomeSort by relevance Sort by last modified time
    Searched refs:AbortReason (Results 1 - 25 of 44) sorted by null

1 2

  /device/linaro/bootloader/edk2/UefiCpuPkg/Feature/Capsule/MicrocodeUpdateDxe/
MicrocodeUpdate.c 363 @param[out] AbortReason A pointer to a pointer to a null-terminated string providing more
383 OUT CHAR16 **AbortReason, OPTIONAL
407 if (AbortReason != NULL) {
408 *AbortReason = AllocateCopyPool(sizeof(L"InvalidHeaderVersion"), L"InvalidHeaderVersion");
418 if (AbortReason != NULL) {
419 *AbortReason = AllocateCopyPool(sizeof(L"InvalidLoaderVersion"), L"InvalidLoaderVersion");
434 if (AbortReason != NULL) {
435 *AbortReason = AllocateCopyPool(sizeof(L"InvalidTotalSize"), L"InvalidTotalSize");
442 if (AbortReason != NULL) {
443 *AbortReason = AllocateCopyPool(sizeof(L"InvalidTotalSize"), L"InvalidTotalSize");
    [all...]
MicrocodeUpdate.h 174 @param[out] AbortReason A pointer to a pointer to a null-terminated string providing more
194 OUT CHAR16 **AbortReason, OPTIONAL
206 @param[out] AbortReason A pointer to a pointer to a null-terminated string providing more
224 OUT CHAR16 **AbortReason
343 AbortReason enables vendor to have the option to provide a more detailed description of the abort
354 @param[out] AbortReason A pointer to a pointer to a null-terminated string providing more
375 OUT CHAR16 **AbortReason
MicrocodeFmp.c 224 AbortReason enables vendor to have the option to provide a more detailed description of the abort
235 @param[out] AbortReason A pointer to a pointer to a null-terminated string providing more
256 OUT CHAR16 **AbortReason
263 if (Image == NULL || AbortReason == NULL) {
268 *AbortReason = NULL;
274 Status = MicrocodeWrite(MicrocodeFmpPrivate, (VOID *)Image, ImageSize, &MicrocodeFmpPrivate->LastAttempt.LastAttemptVersion, &MicrocodeFmpPrivate->LastAttempt.LastAttemptStatus, AbortReason);
    [all...]
  /device/linaro/bootloader/edk2/SignedCapsulePkg/Universal/SystemFirmwareUpdate/
SystemFirmwareReportDxe.c 128 AbortReason enables vendor to have the option to provide a more detailed description of the abort
139 @param[out] AbortReason A pointer to a pointer to a null-terminated string providing more
160 OUT CHAR16 **AbortReason
168 if (Image == NULL || ImageSize == 0 || AbortReason == NULL) {
173 *AbortReason = NULL;
214 return SystemFmp->SetImage(SystemFmp, ImageIndex, Image, ImageSize, VendorCode, Progress, AbortReason);
SystemFirmwareUpdateDxe.c 395 AbortReason enables vendor to have the option to provide a more detailed description of the abort
406 @param[out] AbortReason A pointer to a pointer to a null-terminated string providing more
427 OUT CHAR16 **AbortReason
434 if (Image == NULL || ImageSize == 0 || AbortReason == NULL) {
439 *AbortReason = NULL;
SystemFirmwareDxe.h 241 AbortReason enables vendor to have the option to provide a more detailed description of the abort
252 @param[out] AbortReason A pointer to a pointer to a null-terminated string providing more
273 OUT CHAR16 **AbortReason
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/DxeCapsuleLib/
DxeCapsuleLib.c 157 CHAR16 *AbortReason;
327 AbortReason = NULL;
336 &AbortReason // AbortReason
346 &AbortReason // AbortReason
349 if (AbortReason != NULL) {
350 DEBUG ((EFI_D_ERROR, "%s\n", AbortReason));
351 FreePool(AbortReason);
  /hardware/interfaces/tv/cec/1.0/default/
HdmiCec.cpp 231 static_assert(ABORT_UNRECOGNIZED_MODE == static_cast<int>(AbortReason::UNRECOGNIZED_MODE),
232 "AbortReason::UNRECOGNIZED_MODE must match legacy value.");
233 static_assert(ABORT_NOT_IN_CORRECT_MODE == static_cast<int>(AbortReason::NOT_IN_CORRECT_MODE),
234 "AbortReason::NOT_IN_CORRECT_MODE must match legacy value.");
235 static_assert(ABORT_CANNOT_PROVIDE_SOURCE == static_cast<int>(AbortReason::CANNOT_PROVIDE_SOURCE),
236 "AbortReason::CANNOT_PROVIDE_SOURCE must match legacy value.");
237 static_assert(ABORT_INVALID_OPERAND == static_cast<int>(AbortReason::INVALID_OPERAND),
238 "AbortReason::INVALID_OPERAND must match legacy value.");
239 static_assert(ABORT_REFUSED == static_cast<int>(AbortReason::REFUSED),
240 "AbortReason::REFUSED must match legacy value.")
    [all...]
  /external/google-breakpad/src/testing/gtest/include/gtest/internal/
gtest-death-test-internal.h 102 enum AbortReason {
124 virtual void Abort(AbortReason reason) = 0;
  /external/googletest/googletest/include/gtest/internal/
gtest-death-test-internal.h 102 enum AbortReason {
124 virtual void Abort(AbortReason reason) = 0;
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
gtest-death-test-internal.h 102 enum AbortReason {
124 virtual void Abort(AbortReason reason) = 0;
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-death-test-internal.h 102 enum AbortReason {
124 virtual void Abort(AbortReason reason) = 0;
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-death-test-internal.h 102 enum AbortReason {
124 virtual void Abort(AbortReason reason) = 0;
  /external/protobuf/gtest/include/gtest/internal/
gtest-death-test-internal.h 100 enum AbortReason { TEST_ENCOUNTERED_RETURN_STATEMENT, TEST_DID_NOT_DIE };
118 virtual void Abort(AbortReason reason) = 0;
  /external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
gtest-death-test-internal.h 102 enum AbortReason {
124 virtual void Abort(AbortReason reason) = 0;
  /external/v8/testing/gtest/include/gtest/internal/
gtest-death-test-internal.h 102 enum AbortReason {
124 virtual void Abort(AbortReason reason) = 0;
  /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
gtest-death-test-internal.h 102 enum AbortReason {
124 virtual void Abort(AbortReason reason) = 0;
  /prebuilts/ndk/r16/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-death-test-internal.h 102 enum AbortReason {
124 virtual void Abort(AbortReason reason) = 0;
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/include/gtest/internal/
gtest-death-test-internal.h 102 enum AbortReason {
124 virtual void Abort(AbortReason reason) = 0;
  /hardware/interfaces/tv/cec/1.0/
types.hal 129 enum AbortReason : int32_t {
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
FirmwareManagement.h 368 AbortReason enables vendor to have the option to provide a more detailed description of the abort
379 @param[out] AbortReason A pointer to a pointer to a null-terminated string providing more
400 OUT CHAR16 **AbortReason
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeCapsuleLibFmp/
DxeCapsuleLib.c     [all...]
  /external/google-breakpad/src/testing/gtest/test/
gtest-death-test_test.cc 834 DeathTest::AbortReason AbortArgument(int n) const {
860 std::vector<DeathTest::AbortReason> abort_args_;
892 virtual void Abort(AbortReason reason) {
1031 // code, and is aborted with the correct AbortReason if it
1048 // correct AbortReason if it does not die.
    [all...]
  /external/googletest/googletest/test/
gtest-death-test_test.cc 897 DeathTest::AbortReason AbortArgument(int n) const {
923 std::vector<DeathTest::AbortReason> abort_args_;
955 virtual void Abort(AbortReason reason) {
    [all...]
  /external/protobuf/gtest/test/
gtest-death-test_test.cc 715 DeathTest::AbortReason AbortArgument(int n) const {
741 std::vector<DeathTest::AbortReason> abort_args_;
773 virtual void Abort(AbortReason reason) {
911 // code, and is aborted with the correct AbortReason if it
928 // correct AbortReason if it does not die.
    [all...]

Completed in 1076 milliseconds

1 2