Home
last modified time | relevance | path

Searched refs:OutOfMemoryError (Results 1 - 25 of 31) sorted by relevance

12

/third_party/vk-gl-cts/framework/opengl/
H A DgluDefs.cpp51 OutOfMemoryError::OutOfMemoryError (const char* message, const char* expr, const char* file, int line) in OutOfMemoryError() function in glu::OutOfMemoryError
56 OutOfMemoryError::OutOfMemoryError (const std::string& message) in OutOfMemoryError() function in glu::OutOfMemoryError
61 OutOfMemoryError::~OutOfMemoryError (void) throw() in ~OutOfMemoryError()
81 throw OutOfMemoryError(msgStr.str().c_str(), DE_NULL, file, line); in checkError()
H A DgluDefs.hpp66 class OutOfMemoryError : public tcu::ResourceError class
69 OutOfMemoryError (const char* message, const char* expr, const char* file, int line);
70 OutOfMemoryError (const std::string& message);
71 virtual ~OutOfMemoryError (void) throw();
H A DgluObjectWrapper.cpp52 throw OutOfMemoryError(msg.str()); in ObjectWrapper()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkDefs.cpp75 OutOfMemoryError::OutOfMemoryError (VkResult error, const char* message, const char* expr, const char* file, int line) in OutOfMemoryError() function in vk::OutOfMemoryError
82 OutOfMemoryError::OutOfMemoryError (VkResult error, const std::string& message) in OutOfMemoryError() function in vk::OutOfMemoryError
89 OutOfMemoryError::~OutOfMemoryError (void) throw() in ~OutOfMemoryError()
105 throw OutOfMemoryError(result, msgStr.str().c_str(), DE_NULL, file, line); in checkResult()
H A DvkDefs.hpp296 class OutOfMemoryError : public tcu::ResourceError class
299 OutOfMemoryError (VkResult error, const char* message, const char* expr, const char* file, int line);
300 OutOfMemoryError (VkResult error, const std::string& message);
301 virtual ~OutOfMemoryError (void) throw();
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
H A DTestFailureRecovery.java86 } catch (OutOfMemoryError e) { in testFailureRecovery()
94 } catch (OutOfMemoryError e) { in testFailureRecovery()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/bidi/
H A DTestFailureRecovery.java89 } catch (OutOfMemoryError e) { in testFailureRecovery()
97 } catch (OutOfMemoryError e) { in testFailureRecovery()
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DIntArrayList.java255 throw new OutOfMemoryError(); in addAll()
H A DLongArrayList.java255 throw new OutOfMemoryError(); in addAll()
H A DFloatArrayList.java255 throw new OutOfMemoryError(); in addAll()
H A DBooleanArrayList.java256 throw new OutOfMemoryError(); in addAll()
H A DDoubleArrayList.java256 throw new OutOfMemoryError(); in addAll()
/third_party/vk-gl-cts/modules/glshared/
H A DglsMemoryStressCase.cpp643 catch (const glu::OutOfMemoryError&) in allocateTexture()
733 catch (const glu::OutOfMemoryError&) in allocateBuffer()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/
H A DvktProtectedMemWsiSwapchainTests.cpp383 catch (vk::OutOfMemoryError&) in executeSwapchainParameterCases()
464 catch (vk::OutOfMemoryError&) in executeSwapchainParameterCases()
553 catch (vk::OutOfMemoryError&) in executeSwapchainParameterCases()
606 catch (vk::OutOfMemoryError&) in executeSwapchainParameterCases()
666 catch (vk::OutOfMemoryError&) in executeSwapchainParameterCases()
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
H A Des31cFramebufferNoAttachmentsTests.cpp51 throw glu::OutOfMemoryError(msgStr.str().c_str(), "", file, line); in checkErrorEqualsExpected()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fShaderTextureSizeTests.cpp284 catch (glu::OutOfMemoryError&)
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DBidi.java1352 throw new OutOfMemoryError("Failed to allocate memory for " in getMemory()
1361 throw new OutOfMemoryError("Failed to allocate memory for " in getMemory()
1791 throw new OutOfMemoryError("Failed to allocate memory for paras"); in checkParaCount()
2122 throw new OutOfMemoryError("Failed to allocate memory for openings"); in bracketAddOpening()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DBidi.java1325 throw new OutOfMemoryError("Failed to allocate memory for " in getMemory()
1334 throw new OutOfMemoryError("Failed to allocate memory for " in getMemory()
1757 throw new OutOfMemoryError("Failed to allocate memory for paras"); in checkParaCount()
2088 throw new OutOfMemoryError("Failed to allocate memory for openings"); in bracketAddOpening()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiBufferMemoryRequirementsTests.cpp924 catch (const vk::OutOfMemoryError&) in iterate()
H A DvktApiDeviceInitializationTests.cpp608 catch (const vk::OutOfMemoryError& e) in enumerateDevicesAllocLeakTest()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiBufferMemoryRequirementsTests.cpp922 catch (const vk::OutOfMemoryError&) in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/
H A DvktWsiSwapchainTests.cpp706 catch (const OutOfMemoryError& e) in createSwapchainTest()
935 catch (const OutOfMemoryError& e) in createSwapchainSimulateOOMTest()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/wsi/
H A DvktWsiSwapchainTests.cpp701 catch (const OutOfMemoryError& e) in createSwapchainTest()
919 catch (const OutOfMemoryError& e) in createSwapchainSimulateOOMTest()
H A DvktWsiSurfaceTests.cpp333 catch (const OutOfMemoryError& e) in createSurfaceSimulateOOMTest()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineRenderToImageTests.cpp704 catch (const vk::OutOfMemoryError& e) in getSupportedImageMemoryRequirements()

Completed in 50 milliseconds

12