Searched refs:OutOfMemoryError (Results 1 - 25 of 45) sorted by relevance

12

/external/deqp/external/vulkancts/framework/vulkan/
H A DvkDefs.cpp59 OutOfMemoryError::OutOfMemoryError (VkResult error, const char* message, const char* expr, const char* file, int line) function in class:vk::OutOfMemoryError
66 OutOfMemoryError::OutOfMemoryError (VkResult error, const std::string& message) function in class:vk::OutOfMemoryError
73 OutOfMemoryError::~OutOfMemoryError (void) throw()
88 throw OutOfMemoryError(result, msgStr.str().c_str(), DE_NULL, file, line);
H A DvkDefs.hpp227 class OutOfMemoryError : public tcu::ResourceError class in namespace:vk
230 OutOfMemoryError (VkResult error, const char* message, const char* expr, const char* file, int line);
231 OutOfMemoryError (VkResult error, const std::string& message);
232 virtual ~OutOfMemoryError (void) throw();
/external/deqp/framework/opengl/
H A DgluDefs.cpp51 OutOfMemoryError::OutOfMemoryError (const char* message, const char* expr, const char* file, int line) function in class:glu::OutOfMemoryError
56 OutOfMemoryError::OutOfMemoryError (const std::string& message) function in class:glu::OutOfMemoryError
61 OutOfMemoryError::~OutOfMemoryError (void) throw()
81 throw OutOfMemoryError(msgStr.str().c_str(), DE_NULL, file, line);
H A DgluDefs.hpp61 class OutOfMemoryError : public tcu::ResourceError class in namespace:glu
64 OutOfMemoryError (const char* message, const char* expr, const char* file, int line);
65 OutOfMemoryError (const std::string& message);
66 virtual ~OutOfMemoryError (void) throw();
H A DgluObjectWrapper.cpp52 throw OutOfMemoryError(msg.str());
/external/testng/src/test/java/test/testng109/
H A DSkippedTestWithExpectedExceptionTest.java22 @Test(expectedExceptions={OutOfMemoryError.class})
/external/droiddriver/src/io/appium/droiddriver/helpers/
H A DBaseDroidDriverTest.java127 if (failure instanceof OutOfMemoryError) {
138 if (e instanceof OutOfMemoryError && !(failure instanceof OutOfMemoryError)) {
151 return e instanceof UnrecoverableException || e instanceof OutOfMemoryError
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bidi/
H A DTestFailureRecovery.java89 } catch (OutOfMemoryError e) {
97 } catch (OutOfMemoryError e) {
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
H A DTestFailureRecovery.java86 } catch (OutOfMemoryError e) {
94 } catch (OutOfMemoryError e) {
/external/mockito/src/test/java/org/mockito/internal/handler/
H A DInvocationNotifierHandlerTest.java38 private static final OutOfMemoryError SOME_ERROR = new OutOfMemoryError();
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ObjectReference/
H A DDisableCollectionDebuggee.java76 } catch ( OutOfMemoryError outOfMem ) {
77 logWriter.println("--> Debuggee: OutOfMemoryError!!!");
H A DEnableCollectionDebuggee.java115 } catch (OutOfMemoryError outOfMem) {
116 logWriter.println("--> Debuggee: OutOfMemoryError!!!");
H A DIsCollectedDebuggee.java85 } catch ( OutOfMemoryError outOfMem ) {
86 logWriter.println("--> Debuggee: OutOfMemoryError!!!");
/external/proguard/src/proguard/gui/
H A DProGuardRunnable.java102 catch (OutOfMemoryError er)
H A DReTraceRunnable.java108 catch (OutOfMemoryError er)
/external/dexmaker/dexmaker-mockito-inline-tests/src/androidTest/java/com/android/dx/mockito/tests/
H A DGeneralMocking.java55 public String throwOutOfMemoryError() throws OutOfMemoryError {
56 throw new OutOfMemoryError();
163 } catch (OutOfMemoryError e) {
/external/dexmaker/dexmaker-mockito-tests/src/androidTest/java/com/android/dx/mockito/tests/
H A DGeneralMocking.java55 public String throwOutOfMemoryError() throws OutOfMemoryError {
56 throw new OutOfMemoryError();
163 } catch (OutOfMemoryError e) {
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/MultiSession/
H A DEnableCollectionDebuggee.java88 } catch ( OutOfMemoryError outOfMem ) {
89 logWriter.println("--> Debuggee: OutOfMemoryError!!!");
/external/javasqlite/src/main/java/SQLite/
H A DDatabase.java40 } catch (java.lang.OutOfMemoryError me) {
69 } catch (java.lang.OutOfMemoryError me) {
99 } catch (java.lang.OutOfMemoryError me) {
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
H A DClassUnloadDebuggee.java108 logWriter.println("--> Debuggee: createMemoryStress: NO OutOfMemoryError!!!");
109 } catch ( OutOfMemoryError outOfMem ) {
111 logWriter.println("--> Debuggee: createMemoryStress: OutOfMemoryError!!!");
139 } catch (OutOfMemoryError outOfMem) {
153 ("--> Debuggee: createMemoryStress: OutOfMemoryError occured: " + countOOM);
/external/protobuf/java/core/src/main/java/com/google/protobuf/
H A DBooleanArrayList.java216 throw new OutOfMemoryError();
H A DDoubleArrayList.java217 throw new OutOfMemoryError();
H A DFloatArrayList.java215 throw new OutOfMemoryError();
H A DIntArrayList.java215 throw new OutOfMemoryError();
H A DLongArrayList.java215 throw new OutOfMemoryError();

Completed in 680 milliseconds

12