/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/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 | 213 class OutOfMemoryError : public tcu::ResourceError class 216 …OutOfMemoryError (VkResult error, const char* message, const char* expr, const char* file, int lin… 217 OutOfMemoryError (VkResult error, const std::string& message); 218 virtual ~OutOfMemoryError (void) throw();
|
/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/android_icu4j/src/main/tests/android/icu/dev/test/bidi/ |
D | TestFailureRecovery.java | 85 } catch (OutOfMemoryError e) { in testFailureRecovery() 93 } catch (OutOfMemoryError e) { in testFailureRecovery()
|
/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/testng/src/test/java/test/testng109/ |
D | SkippedTestWithExpectedExceptionTest.java | 22 @Test(expectedExceptions={OutOfMemoryError.class})
|
/external/opencv3/modules/core/src/ |
D | alloc.cpp | 50 static void* OutOfMemoryError(size_t size) in OutOfMemoryError() function 66 return OutOfMemoryError(size); in fastMalloc() 122 return ptr ? ptr : OutOfMemoryError(size); in SystemAlloc() 151 return ptr != MAP_FAILED ? ptr : OutOfMemoryError(size); in SystemAlloc()
|
/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 | 75 } catch ( OutOfMemoryError outOfMem ) { in run()
|
D | IsCollectedDebuggee.java | 67 } catch ( OutOfMemoryError outOfMem ) { in run()
|
D | EnableCollectionDebuggee.java | 104 } catch (OutOfMemoryError outOfMem) { in causeMemoryDepletion()
|
/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 | 1342 throw new OutOfMemoryError("Failed to allocate memory for " in getMemory() 1351 throw new OutOfMemoryError("Failed to allocate memory for " in getMemory() 1781 throw new OutOfMemoryError("Failed to allocate memory for paras"); in checkParaCount() 2112 throw new OutOfMemoryError("Failed to allocate memory for openings"); in bracketAddOpening()
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | Bidi.java | 1313 throw new OutOfMemoryError("Failed to allocate memory for " in getMemory() 1322 throw new OutOfMemoryError("Failed to allocate memory for " in getMemory() 1745 throw new OutOfMemoryError("Failed to allocate memory for paras"); in checkParaCount() 2076 throw new OutOfMemoryError("Failed to allocate memory for openings"); in bracketAddOpening()
|
/external/deqp/modules/gles31/functional/ |
D | es31fShaderTextureSizeTests.cpp | 260 catch (glu::OutOfMemoryError&) in iterate()
|
/external/guava/guava/src/com/google/common/io/ |
D | Files.java | 164 throw new OutOfMemoryError("file is too large to fit in a byte array: " in readFile()
|