/external/deqp/framework/opengl/ |
D | gluDefs.cpp | 51 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()
|
D | gluDefs.hpp | 66 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();
|
D | gluObjectWrapper.cpp | 52 throw OutOfMemoryError(msg.str()); in ObjectWrapper()
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkDefs.cpp | 59 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()
|
D | vkDefs.hpp | 229 class OutOfMemoryError : public tcu::ResourceError class 232 …OutOfMemoryError (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/ |
D | BaseDroidDriverTest.java | 127 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/ |
D | TestFailureRecovery.java | 89 } catch (OutOfMemoryError e) { in testFailureRecovery() 97 } catch (OutOfMemoryError e) { in testFailureRecovery()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/ |
D | TestFailureRecovery.java | 86 } catch (OutOfMemoryError e) { in testFailureRecovery() 94 } catch (OutOfMemoryError e) { in testFailureRecovery()
|
/external/dexmaker/dexmaker-mockito-tests/src/main/java/com/android/dx/mockito/tests/ |
D | GeneralMocking.java | 49 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/ |
D | ShadowArscApkAssets9.java | 229 } 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/ |
D | InvocationNotifierHandlerTest.java | 38 private static final OutOfMemoryError SOME_ERROR = new OutOfMemoryError();
|
/external/testng/src/test/java/test/testng109/ |
D | SkippedTestWithExpectedExceptionTest.java | 22 @Test(expectedExceptions={OutOfMemoryError.class})
|
/external/javasqlite/src/main/java/SQLite/ |
D | Database.java | 40 } 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/ |
D | ProGuardRunnable.java | 102 catch (OutOfMemoryError er) in run()
|
D | ReTraceRunnable.java | 108 catch (OutOfMemoryError er) in run()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ObjectReference/ |
D | DisableCollectionDebuggee.java | 76 } catch ( OutOfMemoryError outOfMem ) { in run()
|
D | IsCollectedDebuggee.java | 85 } catch ( OutOfMemoryError outOfMem ) { in run()
|
D | EnableCollectionDebuggee.java | 115 } catch (OutOfMemoryError outOfMem) { in causeMemoryDepletion()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/MultiSession/ |
D | EnableCollectionDebuggee.java | 88 } catch ( OutOfMemoryError outOfMem ) { in run()
|
/external/subsampling-scale-image-view/ |
D | README.md | 6 … 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/ |
D | ClassUnloadDebuggee.java | 109 } catch ( OutOfMemoryError outOfMem ) { in createMemoryStress()
|
/external/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | DoubleArrayList.java | 217 throw new OutOfMemoryError(); in addAll()
|
D | FloatArrayList.java | 215 throw new OutOfMemoryError(); in addAll()
|
D | LongArrayList.java | 215 throw new OutOfMemoryError(); in addAll()
|
D | BooleanArrayList.java | 216 throw new OutOfMemoryError(); in addAll()
|