Home
last modified time | relevance | path

Searched refs:OutOfMemoryError (Results 1 – 25 of 42) 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.hpp205 class OutOfMemoryError : public tcu::ResourceError class
208OutOfMemoryError (VkResult error, const char* message, const char* expr, const char* file, int lin…
209 OutOfMemoryError (VkResult error, const std::string& message);
210 virtual ~OutOfMemoryError (void) throw();
/external/droiddriver/src/io/appium/droiddriver/helpers/
DBaseDroidDriverTest.java127 if (failure instanceof OutOfMemoryError) { in onFailure()
138 if (e instanceof OutOfMemoryError && !(failure instanceof OutOfMemoryError)) { in onFailure()
151 return e instanceof UnrecoverableException || e instanceof OutOfMemoryError in shouldSkipRemainingTests()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bidi/
DTestFailureRecovery.java87 } catch (OutOfMemoryError e) { in testFailureRecovery()
95 } catch (OutOfMemoryError e) { in testFailureRecovery()
/external/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()
/external/mockito/src/test/java/org/mockito/internal/handler/
DInvocationNotifierHandlerTest.java39 private static final OutOfMemoryError SOME_ERROR = new OutOfMemoryError();
/external/testng/src/test/java/test/testng109/
DSkippedTestWithExpectedExceptionTest.java22 @Test(expectedExceptions={OutOfMemoryError.class})
/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.java76 } catch ( OutOfMemoryError outOfMem ) { in run()
DIsCollectedDebuggee.java68 } catch ( OutOfMemoryError outOfMem ) { in run()
DEnableCollectionDebuggee.java105 } catch (OutOfMemoryError outOfMem) { in causeMemoryDepletion()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/MultiSession/
DEnableCollectionDebuggee.java74 } catch ( OutOfMemoryError outOfMem ) { in run()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
DClassUnloadDebuggee.java109 } catch ( OutOfMemoryError outOfMem ) { in createMemoryStress()
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DIntArrayList.java215 throw new OutOfMemoryError(); in addAll()
DLongArrayList.java215 throw new OutOfMemoryError(); in addAll()
DFloatArrayList.java215 throw new OutOfMemoryError(); in addAll()
DBooleanArrayList.java216 throw new OutOfMemoryError(); in addAll()
DDoubleArrayList.java217 throw new OutOfMemoryError(); in addAll()
/external/volley/src/main/java/com/android/volley/toolbox/
DImageRequest.java160 } catch (OutOfMemoryError e) { in parseNetworkResponse()
/external/icu/icu4c/source/test/testdata/
Dcasing.txt59 // Test case for ticket #7251: UCharacter.toTitleCase() throws OutOfMemoryError

12