/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 | 61 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();
|
D | gluObjectWrapper.cpp | 52 throw OutOfMemoryError(msg.str()); in ObjectWrapper()
|
/external/droiddriver/src/io/appium/droiddriver/helpers/ |
D | BaseDroidDriverTest.java | 130 if (failure instanceof OutOfMemoryError) { in onFailure() 141 if (e instanceof OutOfMemoryError && !(failure instanceof OutOfMemoryError)) { in onFailure() 154 return e instanceof UnrecoverableException || e instanceof OutOfMemoryError in shouldSkipRemainingTests()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/ |
D | TestFailureRecovery.java | 81 } catch (OutOfMemoryError e) { in testFailureRecovery() 89 } catch (OutOfMemoryError e) { in testFailureRecovery()
|
/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 | EnableCollectionDebuggee.java | 73 } catch ( OutOfMemoryError outOfMem ) { in run()
|
D | DisableCollectionDebuggee.java | 75 } catch ( OutOfMemoryError outOfMem ) { in run()
|
D | IsCollectedDebuggee.java | 67 } catch ( OutOfMemoryError outOfMem ) { in run()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/MultiSession/ |
D | EnableCollectionDebuggee.java | 73 } catch ( OutOfMemoryError outOfMem ) { in run()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/ |
D | ClassUnloadDebuggee.java | 108 } catch ( OutOfMemoryError outOfMem ) { in createMemoryStress()
|
/external/icu/icu4c/source/test/testdata/ |
D | casing.txt | 57 // Test case for ticket #7251: UCharacter.toTitleCase() throws OutOfMemoryError
|
/external/guava/guava-tests/test/com/google/common/cache/ |
D | CacheReferencesTest.java | 146 } catch (OutOfMemoryError e) {}
|
/external/deqp/modules/glshared/ |
D | glsMemoryStressCase.cpp | 650 catch (const glu::OutOfMemoryError&) in allocateTexture() 740 catch (const glu::OutOfMemoryError&) in allocateBuffer()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | Bidi.java | 1346 throw new OutOfMemoryError("Failed to allocate memory for " in getMemory() 1355 throw new OutOfMemoryError("Failed to allocate memory for " in getMemory() 1785 throw new OutOfMemoryError("Failed to allocate memory for paras"); in checkParaCount() 2116 throw new OutOfMemoryError("Failed to allocate memory for openings"); in bracketAddOpening()
|
/external/deqp/modules/gles31/functional/ |
D | es31fShaderTextureSizeTests.cpp | 257 catch (glu::OutOfMemoryError&) in iterate()
|
D | es31fDrawTests.cpp | 1176 catch (glu::OutOfMemoryError&) in iterate()
|
/external/guava/guava/src/com/google/common/io/ |
D | Files.java | 166 throw new OutOfMemoryError("file is too large to fit in a byte array: " in readFile()
|
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/ |
D | Antlr.Runtime.Tools.pas | 559 OutOfMemoryError;
|
/external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/ |
D | TestFmwk.java | 87 if (ex instanceof OutOfMemoryError) { in handleException()
|
/external/deqp/modules/gles3/functional/ |
D | es3fShaderTextureFunctionTests.cpp | 1277 …throw glu::OutOfMemoryError("Failed to allocate texture, got GL_OUT_OF_MEMORY.", "TexStorageXD", _… in testTextureSize()
|
/external/robolectric/lib/main/ |
D | android.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |