HomeSort by relevance Sort by last modified time
    Searched refs:errorFlags (Results 1 - 5 of 5) sorted by null

  /external/lzma/CPP/7zip/UI/Console/
ExtractCallbackConsole.cpp 487 static AString GetOpenArcErrorMessage(UInt32 errorFlags)
494 if ((errorFlags & f) == 0)
500 errorFlags &= ~f;
503 if (errorFlags != 0)
508 ConvertUInt32ToHex(errorFlags, sz + 2);
517 void PrintErrorFlags(CStdOutStream &so, const char *s, UInt32 errorFlags)
519 if (errorFlags == 0)
521 so << s << endl << GetOpenArcErrorMessage(errorFlags) << endl;
575 UInt32 errorFlags = er.GetErrorFlags();
577 if (errorFlags != 0 || !er.ErrorMessage.IsEmpty())
    [all...]
UpdateCallbackConsole.cpp 44 void PrintErrorFlags(CStdOutStream &so, const char *s, UInt32 errorFlags);
59 UInt32 errorFlags = er.GetErrorFlags();
61 if (errorFlags != 0 || !er.ErrorMessage.IsEmpty())
70 if (errorFlags != 0)
73 PrintErrorFlags(*_se, "ERRORS:", errorFlags);
List.cpp 863 void PrintErrorFlags(CStdOutStream &so, const char *s, UInt32 errorFlags);
  /external/lzma/CPP/7zip/UI/FileManager/
ExtractCallback.cpp 454 UString GetOpenArcErrorMessage(UInt32 errorFlags)
461 if ((errorFlags & f) == 0)
475 errorFlags &= ~f;
478 if (errorFlags != 0)
483 ConvertUInt32ToHex(errorFlags, sz + 2);
494 UInt32 errorFlags = er.GetErrorFlags();
497 if (errorFlags != 0)
498 AddNewLineString(s, GetOpenArcErrorMessage(errorFlags));
  /external/deqp/external/vulkancts/modules/vulkan/
vktTestPackage.cpp 306 static const vk::VkDebugReportFlagsEXT errorFlags = vk::VK_DEBUG_REPORT_ERROR_BIT_EXT;
307 static const vk::VkDebugReportFlagsEXT logFlags = errorFlags
326 if ((curMsg->flags & errorFlags) != 0)

Completed in 220 milliseconds