Searched defs:errorFlags (Results 1 - 4 of 4) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/
H A DvktTestPackage.cpp306 static const vk::VkDebugReportFlagsEXT errorFlags = vk::VK_DEBUG_REPORT_ERROR_BIT_EXT; local
307 static const vk::VkDebugReportFlagsEXT logFlags = errorFlags
326 if ((curMsg->flags & errorFlags) != 0)
/external/lzma/CPP/7zip/UI/Console/
H A DUpdateCallbackConsole.cpp44 void PrintErrorFlags(CStdOutStream &so, const char *s, UInt32 errorFlags);
59 UInt32 errorFlags = er.GetErrorFlags(); local
61 if (errorFlags != 0 || !er.ErrorMessage.IsEmpty())
70 if (errorFlags != 0)
73 PrintErrorFlags(*_se, "ERRORS:", errorFlags);
H A DExtractCallbackConsole.cpp487 static AString GetOpenArcErrorMessage(UInt32 errorFlags) argument
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) argument
519 if (errorFlags == 0)
521 so << s << endl << GetOpenArcErrorMessage(errorFlags) << endl;
575 UInt32 errorFlags = er.GetErrorFlags(); local
577 if (errorFlags !
[all...]
/external/lzma/CPP/7zip/UI/FileManager/
H A DExtractCallback.cpp454 UString GetOpenArcErrorMessage(UInt32 errorFlags) argument
461 if ((errorFlags & f) == 0)
475 errorFlags &= ~f;
478 if (errorFlags != 0)
483 ConvertUInt32ToHex(errorFlags, sz + 2);
494 UInt32 errorFlags = er.GetErrorFlags(); local
497 if (errorFlags != 0)
498 AddNewLineString(s, GetOpenArcErrorMessage(errorFlags));

Completed in 250 milliseconds