OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:reportFailure
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/WebKit/Source/modules/filesystem/
LocalFileSystem.cpp
53
void
reportFailure
(ExecutionContext*, PassOwnPtr<AsyncFileSystemCallbacks> callbacks, FileError::ErrorCode error)
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/
ForthTests.cpp
16
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[],
376
void Reporter::
reportFailure
(const char msg[]) {
393
reporter.
reportFailure
(str.c_str());
/external/emma/core/java12/com/vladium/emma/rt/
AppRunner.java
619
final Throwable
reportFailure
= (Throwable) i.next ();
620
if (firstReportFailure == null) firstReportFailure =
reportFailure
;
622
log.log (Logger.SEVERE, "exception while creating a report:",
reportFailure
);
[
all
...]
/external/emma/lib/
emma.jar
/external/owasp/sanitizer/tools/emma/lib/
emma.jar
Completed in 952 milliseconds