Searched defs:reportFailure (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/filesystem/
H A DLocalFileSystem.cpp53 void reportFailure(ExecutionContext*, PassOwnPtr<AsyncFileSystemCallbacks> callbacks, FileError::ErrorCode error) function in namespace:blink::__anon11189
146 context->postTask(createCrossThreadTask(&reportFailure, callbacks->release(), FileError::ABORT_ERR));
153 context->postTask(createCrossThreadTask(&reportFailure, callbacks->release(), FileError::ABORT_ERR));
/external/chromium_org/third_party/skia/forth/
H A DForthTests.cpp16 void reportFailure(const char expression[], const char file[], int line);
17 void reportFailure(const char msg[]);
25 reporter->reportFailure(#expression, __FILE__, __LINE__); \
370 void Reporter::reportFailure(const char expression[], const char file[], function in class:Reporter
376 void Reporter::reportFailure(const char msg[]) { function in class:Reporter
393 reporter.reportFailure(str.c_str());
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/owasp/sanitizer/tools/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...

Completed in 146 milliseconds