| /third_party/vk-gl-cts/framework/opengl/ |
| D | gluDefs.cpp | 51 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()
|
| 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();
|
| D | gluObjectWrapper.cpp | 52 throw OutOfMemoryError(msg.str()); in ObjectWrapper()
|
| /third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
| D | vkDefs.cpp | 59 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()
|
| D | vkDefs.hpp | 249 class OutOfMemoryError : public tcu::ResourceError class 252 …OutOfMemoryError (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/ |
| 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/ |
| D | TestFailureRecovery.java | 89 } catch (OutOfMemoryError e) { in testFailureRecovery() 97 } catch (OutOfMemoryError e) { in testFailureRecovery()
|
| /third_party/icu/icu4c/source/test/testdata/ |
| D | casing.txt | 59 // Test case for ticket #7251: UCharacter.toTitleCase() throws OutOfMemoryError
|
| /third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
| D | IntArrayList.java | 255 throw new OutOfMemoryError(); in addAll()
|
| D | BooleanArrayList.java | 256 throw new OutOfMemoryError(); in addAll()
|
| D | LongArrayList.java | 255 throw new OutOfMemoryError(); in addAll()
|
| D | DoubleArrayList.java | 256 throw new OutOfMemoryError(); in addAll()
|
| D | FloatArrayList.java | 255 throw new OutOfMemoryError(); in addAll()
|
| /third_party/vk-gl-cts/modules/glshared/ |
| D | glsMemoryStressCase.cpp | 643 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/ |
| 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/ |
| 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/modules/gles31/functional/ |
| D | es31fShaderTextureSizeTests.cpp | 284 catch (glu::OutOfMemoryError&) in iterate()
|
| D | es31fDrawTests.cpp | 1180 catch (glu::OutOfMemoryError&) in iterate()
|
| /third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
| D | es31cFramebufferNoAttachmentsTests.cpp | 51 throw glu::OutOfMemoryError(msgStr.str().c_str(), "", file, line); in checkErrorEqualsExpected()
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
| D | vktApiBufferMemoryRequirementsTests.cpp | 713 catch (const vk::OutOfMemoryError&) in iterate()
|
| D | vktApiDeviceInitializationTests.cpp | 579 catch (const vk::OutOfMemoryError& e) in enumerateDevicesAllocLeakTest()
|
| D | vktApiObjectManagementTests.cpp | 2890 catch (const vk::OutOfMemoryError& e) in allocCallbackFailTest()
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/ |
| D | vktWsiSwapchainTests.cpp | 699 catch (const OutOfMemoryError& e) in createSwapchainTest() 916 catch (const OutOfMemoryError& e) in createSwapchainSimulateOOMTest()
|
| D | vktWsiSurfaceTests.cpp | 328 catch (const OutOfMemoryError& e) in createSurfaceSimulateOOMTest()
|
| /third_party/icu/docs/userguide/ |
| D | icu4j-readme.md | 338 > :point_right: **Note**: If you get an OutOfMemoryError when you are running <tt>"ant check"</tt>,…
|