Home
last modified time | relevance | path

Searched refs:OutOfMemoryError (Results 1 – 25 of 26) sorted by relevance

12

/third_party/vk-gl-cts/framework/opengl/
DgluDefs.cpp51 OutOfMemoryError::OutOfMemoryError (const char* message, const char* expr, const char* file, int li… 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()
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();
DgluObjectWrapper.cpp52 throw OutOfMemoryError(msg.str()); in ObjectWrapper()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkDefs.cpp59 OutOfMemoryError::OutOfMemoryError (VkResult error, const char* message, const char* expr, const ch… in OutOfMemoryError() function in vk::OutOfMemoryError
66 OutOfMemoryError::OutOfMemoryError (VkResult error, const std::string& message) in OutOfMemoryError() function in vk::OutOfMemoryError
73 OutOfMemoryError::~OutOfMemoryError (void) throw() in ~OutOfMemoryError()
88 throw OutOfMemoryError(result, msgStr.str().c_str(), DE_NULL, file, line); in checkResult()
DvkDefs.hpp249 class OutOfMemoryError : public tcu::ResourceError class
252OutOfMemoryError (VkResult error, const char* message, const char* expr, const char* file, int lin…
253 OutOfMemoryError (VkResult error, const std::string& message);
254 virtual ~OutOfMemoryError (void) throw();
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
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/
DTestFailureRecovery.java89 } catch (OutOfMemoryError e) { in testFailureRecovery()
97 } catch (OutOfMemoryError e) { in testFailureRecovery()
/third_party/icu/icu4c/source/test/testdata/
Dcasing.txt59 // Test case for ticket #7251: UCharacter.toTitleCase() throws OutOfMemoryError
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DIntArrayList.java255 throw new OutOfMemoryError(); in addAll()
DBooleanArrayList.java256 throw new OutOfMemoryError(); in addAll()
DLongArrayList.java255 throw new OutOfMemoryError(); in addAll()
DDoubleArrayList.java256 throw new OutOfMemoryError(); in addAll()
DFloatArrayList.java255 throw new OutOfMemoryError(); in addAll()
/third_party/vk-gl-cts/modules/glshared/
DglsMemoryStressCase.cpp643 catch (const glu::OutOfMemoryError&) in allocateTexture()
733 catch (const glu::OutOfMemoryError&) in allocateBuffer()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
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/
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/modules/gles31/functional/
Des31fShaderTextureSizeTests.cpp284 catch (glu::OutOfMemoryError&) in iterate()
Des31fDrawTests.cpp1180 catch (glu::OutOfMemoryError&) in iterate()
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
Des31cFramebufferNoAttachmentsTests.cpp51 throw glu::OutOfMemoryError(msgStr.str().c_str(), "", file, line); in checkErrorEqualsExpected()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiBufferMemoryRequirementsTests.cpp713 catch (const vk::OutOfMemoryError&) in iterate()
DvktApiDeviceInitializationTests.cpp579 catch (const vk::OutOfMemoryError& e) in enumerateDevicesAllocLeakTest()
DvktApiObjectManagementTests.cpp2890 catch (const vk::OutOfMemoryError& e) in allocCallbackFailTest()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/
DvktWsiSwapchainTests.cpp699 catch (const OutOfMemoryError& e) in createSwapchainTest()
916 catch (const OutOfMemoryError& e) in createSwapchainSimulateOOMTest()
DvktWsiSurfaceTests.cpp328 catch (const OutOfMemoryError& e) in createSurfaceSimulateOOMTest()
/third_party/icu/docs/userguide/
Dicu4j-readme.md338 > :point_right: **Note**: If you get an OutOfMemoryError when you are running <tt>"ant check"</tt>,…

12