Home
last modified time | relevance | path

Searched refs:OutOfMemoryError (Results 1 – 25 of 46) 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.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()
/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.hpp229 class OutOfMemoryError : public tcu::ResourceError class
232OutOfMemoryError (VkResult error, const char* message, const char* expr, const char* file, int lin…
233 OutOfMemoryError (VkResult error, const std::string& message);
234 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.java89 } catch (OutOfMemoryError e) { in testFailureRecovery()
97 } 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/dexmaker/dexmaker-mockito-tests/src/main/java/com/android/dx/mockito/tests/
DGeneralMocking.java49 public String throwOutOfMemoryError() throws OutOfMemoryError { in throwOutOfMemoryError()
50 throw new OutOfMemoryError(); in throwOutOfMemoryError()
157 } catch (OutOfMemoryError e) { in spyErrorMethod()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowArscApkAssets9.java229 } catch (OutOfMemoryError e) { in nativeLoad()
230 OutOfMemoryError outOfMemoryError = new OutOfMemoryError("Failed to load " + path); in nativeLoad()
/external/mockito/src/test/java/org/mockito/internal/handler/
DInvocationNotifierHandlerTest.java38 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.java85 } catch ( OutOfMemoryError outOfMem ) { in run()
DEnableCollectionDebuggee.java115 } catch (OutOfMemoryError outOfMem) { in causeMemoryDepletion()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/MultiSession/
DEnableCollectionDebuggee.java88 } catch ( OutOfMemoryError outOfMem ) { in run()
/external/subsampling-scale-image-view/
DREADME.md6 … and displaying huge images (e.g. maps and building plans) without `OutOfMemoryError`s. Includes p…
109 …is unsuitable for large images because it bypasses subsampling - you may get an `OutOfMemoryError`.
/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/
DDoubleArrayList.java217 throw new OutOfMemoryError(); in addAll()
DFloatArrayList.java215 throw new OutOfMemoryError(); in addAll()
DLongArrayList.java215 throw new OutOfMemoryError(); in addAll()
DBooleanArrayList.java216 throw new OutOfMemoryError(); in addAll()

12