Home
last modified time | relevance | path

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

12

/external/deqp/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.hpp61 class OutOfMemoryError : public tcu::ResourceError class
64 OutOfMemoryError (const char* message, const char* expr, const char* file, int line);
65 OutOfMemoryError (const std::string& message);
66 virtual ~OutOfMemoryError (void) throw();
DgluObjectWrapper.cpp52 throw OutOfMemoryError(msg.str()); in ObjectWrapper()
/external/deqp/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.hpp213 class OutOfMemoryError : public tcu::ResourceError class
216OutOfMemoryError (VkResult error, const char* message, const char* expr, const char* file, int lin…
217 OutOfMemoryError (VkResult error, const std::string& message);
218 virtual ~OutOfMemoryError (void) throw();
/external/droiddriver/src/io/appium/droiddriver/helpers/
DBaseDroidDriverTest.java130 if (failure instanceof OutOfMemoryError) { in onFailure()
141 if (e instanceof OutOfMemoryError && !(failure instanceof OutOfMemoryError)) { in onFailure()
154 return e instanceof UnrecoverableException || e instanceof OutOfMemoryError in shouldSkipRemainingTests()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bidi/
DTestFailureRecovery.java85 } catch (OutOfMemoryError e) { in testFailureRecovery()
93 } catch (OutOfMemoryError e) { in testFailureRecovery()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
DTestFailureRecovery.java81 } catch (OutOfMemoryError e) { in testFailureRecovery()
89 } catch (OutOfMemoryError e) { in testFailureRecovery()
/external/testng/src/test/java/test/testng109/
DSkippedTestWithExpectedExceptionTest.java22 @Test(expectedExceptions={OutOfMemoryError.class})
/external/opencv3/modules/core/src/
Dalloc.cpp50 static void* OutOfMemoryError(size_t size) in OutOfMemoryError() function
66 return OutOfMemoryError(size); in fastMalloc()
122 return ptr ? ptr : OutOfMemoryError(size); in SystemAlloc()
151 return ptr != MAP_FAILED ? ptr : OutOfMemoryError(size); in SystemAlloc()
/external/javasqlite/src/main/java/SQLite/
DDatabase.java40 } catch (java.lang.OutOfMemoryError me) { in open()
69 } catch (java.lang.OutOfMemoryError me) { in open()
99 } catch (java.lang.OutOfMemoryError me) { in open()
/external/proguard/src/proguard/gui/
DProGuardRunnable.java102 catch (OutOfMemoryError er) in run()
DReTraceRunnable.java108 catch (OutOfMemoryError er) in run()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ObjectReference/
DDisableCollectionDebuggee.java75 } catch ( OutOfMemoryError outOfMem ) { in run()
DIsCollectedDebuggee.java67 } catch ( OutOfMemoryError outOfMem ) { in run()
DEnableCollectionDebuggee.java104 } catch (OutOfMemoryError outOfMem) { in causeMemoryDepletion()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/MultiSession/
DEnableCollectionDebuggee.java73 } catch ( OutOfMemoryError outOfMem ) { in run()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
DClassUnloadDebuggee.java108 } catch ( OutOfMemoryError outOfMem ) { in createMemoryStress()
/external/icu/icu4c/source/test/testdata/
Dcasing.txt57 // Test case for ticket #7251: UCharacter.toTitleCase() throws OutOfMemoryError
/external/guava/guava-tests/test/com/google/common/cache/
DCacheReferencesTest.java146 } catch (OutOfMemoryError e) {}
/external/deqp/modules/glshared/
DglsMemoryStressCase.cpp650 catch (const glu::OutOfMemoryError&) in allocateTexture()
740 catch (const glu::OutOfMemoryError&) in allocateBuffer()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DBidi.java1342 throw new OutOfMemoryError("Failed to allocate memory for " in getMemory()
1351 throw new OutOfMemoryError("Failed to allocate memory for " in getMemory()
1781 throw new OutOfMemoryError("Failed to allocate memory for paras"); in checkParaCount()
2112 throw new OutOfMemoryError("Failed to allocate memory for openings"); in bracketAddOpening()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DBidi.java1313 throw new OutOfMemoryError("Failed to allocate memory for " in getMemory()
1322 throw new OutOfMemoryError("Failed to allocate memory for " in getMemory()
1745 throw new OutOfMemoryError("Failed to allocate memory for paras"); in checkParaCount()
2076 throw new OutOfMemoryError("Failed to allocate memory for openings"); in bracketAddOpening()
/external/deqp/modules/gles31/functional/
Des31fShaderTextureSizeTests.cpp260 catch (glu::OutOfMemoryError&) in iterate()
/external/guava/guava/src/com/google/common/io/
DFiles.java164 throw new OutOfMemoryError("file is too large to fit in a byte array: " in readFile()

12