/third_party/vk-gl-cts/framework/opengl/ |
H A D | gluDefs.cpp | 51 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 D | gluDefs.hpp | 66 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 D | gluObjectWrapper.cpp | 52 throw OutOfMemoryError(msg.str()); in ObjectWrapper()
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
H A D | vkDefs.cpp | 75 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 D | vkDefs.hpp | 296 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 D | TestFailureRecovery.java | 86 } 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 D | TestFailureRecovery.java | 89 } catch (OutOfMemoryError e) { in testFailureRecovery() 97 } catch (OutOfMemoryError e) { in testFailureRecovery()
|
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
H A D | IntArrayList.java | 255 throw new OutOfMemoryError(); in addAll()
|
H A D | LongArrayList.java | 255 throw new OutOfMemoryError(); in addAll()
|
H A D | FloatArrayList.java | 255 throw new OutOfMemoryError(); in addAll()
|
H A D | BooleanArrayList.java | 256 throw new OutOfMemoryError(); in addAll()
|
H A D | DoubleArrayList.java | 256 throw new OutOfMemoryError(); in addAll()
|
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsMemoryStressCase.cpp | 643 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 D | vktProtectedMemWsiSwapchainTests.cpp | 383 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 D | es31cFramebufferNoAttachmentsTests.cpp | 51 throw glu::OutOfMemoryError(msgStr.str().c_str(), "", file, line); in checkErrorEqualsExpected()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fShaderTextureSizeTests.cpp | 284 catch (glu::OutOfMemoryError&)
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | Bidi.java | 1352 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 D | Bidi.java | 1325 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 D | vktApiBufferMemoryRequirementsTests.cpp | 924 catch (const vk::OutOfMemoryError&) in iterate()
|
H A D | vktApiDeviceInitializationTests.cpp | 608 catch (const vk::OutOfMemoryError& e) in enumerateDevicesAllocLeakTest()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
H A D | vktApiBufferMemoryRequirementsTests.cpp | 922 catch (const vk::OutOfMemoryError&) in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/ |
H A D | vktWsiSwapchainTests.cpp | 706 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 D | vktWsiSwapchainTests.cpp | 701 catch (const OutOfMemoryError& e) in createSwapchainTest() 919 catch (const OutOfMemoryError& e) in createSwapchainSimulateOOMTest()
|
H A D | vktWsiSurfaceTests.cpp | 333 catch (const OutOfMemoryError& e) in createSurfaceSimulateOOMTest()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineRenderToImageTests.cpp | 704 catch (const vk::OutOfMemoryError& e) in getSupportedImageMemoryRequirements()
|