Home
last modified time | relevance | path

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

123

/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.hpp247 class OutOfMemoryError : public tcu::ResourceError class
250OutOfMemoryError (VkResult error, const char* message, const char* expr, const char* file, int lin…
251 OutOfMemoryError (VkResult error, const std::string& message);
252 virtual ~OutOfMemoryError (void) throw();
/external/kotlinx.coroutines/integration/kotlinx-coroutines-jdk8/test/future/
DAsFutureTest.kt60 val deferred = GlobalScope.async<Unit> { throw OutOfMemoryError() } in testAsCompletableFutureThrowable()
68 assertTrue(e.cause is OutOfMemoryError) in testAsCompletableFutureThrowable()
76 CompletableDeferred<Unit>(parent = job).apply { completeExceptionally(OutOfMemoryError()) } in testJobAsCompletableFutureThrowable()
84 assertTrue(e.cause is OutOfMemoryError) in testJobAsCompletableFutureThrowable()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowArscApkAssets9.java296 } catch (OutOfMemoryError e) { in nativeLoad()
297 OutOfMemoryError outOfMemoryError = new OutOfMemoryError("Failed to load " + path); in nativeLoad()
335 } catch (OutOfMemoryError e) { in nativeLoad()
336 OutOfMemoryError outOfMemoryError = new OutOfMemoryError("Failed to load " + path); in nativeLoad()
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/
DExoPlaybackException.java161 public static ExoPlaybackException createForOutOfMemoryError(OutOfMemoryError cause) { in createForOutOfMemoryError()
248 public OutOfMemoryError getOutOfMemoryError() { in getOutOfMemoryError()
250 return (OutOfMemoryError) Assertions.checkNotNull(cause); in getOutOfMemoryError()
/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/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/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/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/kotlinx.coroutines/integration/kotlinx-coroutines-guava/test/
DListenableFutureTest.kt169 throw OutOfMemoryError() in <lambda>()
177 assertTrue(e.cause is OutOfMemoryError) in <lambda>()
330 inputCancellationException.initCause(OutOfMemoryError("Foobaz")) in <lambda>()
337 assertTrue(outputCancellationException.cause is OutOfMemoryError) in <lambda>()
/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/icu/icu4c/source/test/testdata/
Dcasing.txt59 // Test case for ticket #7251: UCharacter.toTitleCase() throws OutOfMemoryError
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DDoubleArrayList.java221 throw new OutOfMemoryError(); in addAll()

123