Searched defs:OutOfMemoryError (Results 1 - 8 of 8) sorted by relevance

/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.hpp212 class OutOfMemoryError : public tcu::ResourceError class in namespace:vk
215 OutOfMemoryError (VkResult error, const char* message, const char* expr, const char* file, int line);
216 OutOfMemoryError (VkResult error, const std::string& message);
217 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();
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...

Completed in 157 milliseconds