HomeSort by relevance Sort by last modified time
    Searched refs:reportError (Results 1 - 25 of 61) sorted by null

1 2 3

  /external/webkit/WebKitTools/Scripts/
run-leaks 40 sub reportError($);
68 reportError("Missing argument: pid | executable.");
113 reportError("Error running leaks tool.");
146 reportError("Could not parse leak count reported by leaks tool.");
158 reportError("Could not parse Leak address.");
164 reportError("Could not parse Leak size.");
191 reportError("Parsed leak count($parsedLeakCount) does not match leak count reported by leaks tool($leakCount).");
216 sub reportError($)
  /external/webkit/WebCore/bindings/generic/
BindingSecurity.h 51 static bool canAccessFrame(State<Binding>*, Frame*, bool reportError);
83 bool reportError)
90 if (reportError)
  /external/webkit/WebCore/dom/
EventListener.h 51 virtual bool reportError(ScriptExecutionContext*, const String& /*message*/, const String& /*url*/, int /*lineNumber*/) { return false; }
  /external/webkit/WebCore/bindings/v8/
V8WorkerContextEventListener.h 53 virtual bool reportError(ScriptExecutionContext*, const String& message, const String& url, int lineNumber);
  /external/webkit/WebCore/svg/
SVGDocumentExtensions.h 57 void reportError(const String&);
SVGRectElement.cpp 60 document()->accessSVGExtensions()->reportError("A negative value for rect <rx> is not allowed");
64 document()->accessSVGExtensions()->reportError("A negative value for rect <ry> is not allowed");
68 document()->accessSVGExtensions()->reportError("A negative value for rect <width> is not allowed");
72 document()->accessSVGExtensions()->reportError("A negative value for rect <height> is not allowed");
SVGFitToViewBox.cpp 62 doc->accessSVGExtensions()->reportError("A negative value for ViewBox width is not allowed");
65 doc->accessSVGExtensions()->reportError("A negative value for ViewBox height is not allowed");
SVGEllipseElement.cpp 59 document()->accessSVGExtensions()->reportError("A negative value for ellipse <rx> is not allowed");
63 document()->accessSVGExtensions()->reportError("A negative value for ellipse <ry> is not allowed");
SVGPolyElement.cpp 72 document()->accessSVGExtensions()->reportError("Problem parsing points=\"" + value + "\"");
SVGImageElement.cpp 68 document()->accessSVGExtensions()->reportError("A negative value for image attribute <width> is not allowed");
73 document()->accessSVGExtensions()->reportError("A negative value for image attribute <height> is not allowed");
SVGCircleElement.cpp 58 document()->accessSVGExtensions()->reportError("A negative value for circle <r> is not allowed");
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/runtime/
RemoteAdtTestRunner.java 111 reportError(collector.getErrorMessage());
130 reportError(LaunchMessages.RemoteAdtTestRunner_RunTimeoutException);
132 reportError(String.format(LaunchMessages.RemoteAdtTestRunner_RunIOException_s,
172 private void reportError(String errorMessage) {
220 reportError(errorMessage);
  /external/skia/src/ports/
SkXMLParser_expat.cpp 102 reportError(NULL);
115 reportError(p);
135 void SkXMLParser::reportError(void* p)
  /external/webkit/WebCore/html/
HTMLParser.cpp 246 reportError(MalformedBRError);
293 reportError(IncorrectXMLCloseScriptWarning);
295 reportError(IncorrectXMLSelfCloseError, &t->tagName);
380 reportError(FormInsideTablePartError, &m_current->localName());
420 reportError(MisplacedTablePartError, &localName, &m_current->localName());
428 reportError(MisplacedHeadError);
439 reportError(MisplacedHeadContentError, &localName, &m_current->localName());
450 reportError(RedundantHTMLBodyError, &localName);
478 reportError(MisplacedHeadContentError, &localName, &m_current->localName());
496 reportError(RedundantHTMLBodyError, &localName)
    [all...]
  /external/icu4c/samples/uresb/
uresb.c 57 void reportError(UErrorCode *status);
158 reportError(&status);
290 reportError(status);
317 reportError(status);
356 void reportError(UErrorCode *status) {
  /external/webkit/WebCore/bindings/js/
JSEventListener.h 63 virtual bool reportError(ScriptExecutionContext*, const String& message, const String& url, int lineNumber);
  /external/webkit/WebKit/android/jni/
WebCoreFrameBridge.h 64 void reportError(int errorCode, const WebCore::String& description,
  /external/chromium/third_party/icu/source/test/cintltst/
sprpdata.c 33 parseMappings(const char *filename, UStringPrepProfile* data, UBool reportError, UErrorCode *pErrorCode);
92 parseMappings(const char *filename, UStringPrepProfile* data, UBool reportError, UErrorCode *pErrorCode) {
103 if(U_FAILURE(*pErrorCode) && (reportError || *pErrorCode!=U_FILE_ACCESS_ERROR)) {
  /external/expat/xmlwf/
xmlfile.c 61 reportError(XML_Parser parser, const XML_Char *filename)
83 reportError(parser, filename);
184 reportError(parser, filename != NULL ? filename : "STDIN");
  /external/icu4c/test/cintltst/
sprpdata.c 33 parseMappings(const char *filename, UStringPrepProfile* data, UBool reportError, UErrorCode *pErrorCode);
92 parseMappings(const char *filename, UStringPrepProfile* data, UBool reportError, UErrorCode *pErrorCode) {
103 if(U_FAILURE(*pErrorCode) && (reportError || *pErrorCode!=U_FILE_ACCESS_ERROR)) {
  /external/chromium/third_party/icu/source/test/intltest/
testidn.cpp 49 parseMappings(const char *filename, UBool reportError,TestIDNA& test, UErrorCode *pErrorCode);
202 parseMappings(const char *filename,UBool reportError, TestIDNA& test, UErrorCode *pErrorCode) {
213 if(U_FAILURE(*pErrorCode) && (reportError || *pErrorCode!=U_FILE_ACCESS_ERROR)) {
  /external/chromium/third_party/icu/source/tools/gennorm/
gennorm.c 47 parseDerivedNormalizationProperties(const char *filename, UErrorCode *pErrorCode, UBool reportError);
406 parseDerivedNormalizationProperties(const char *filename, UErrorCode *pErrorCode, UBool reportError) {
414 if(U_FAILURE(*pErrorCode) && (reportError || *pErrorCode!=U_FILE_ACCESS_ERROR)) {
  /external/chromium/third_party/icu/source/tools/gensprep/
gensprep.c 55 parseMappings(const char *filename, UBool reportError, UErrorCode *pErrorCode);
423 parseMappings(const char *filename, UBool reportError, UErrorCode *pErrorCode) {
434 if(U_FAILURE(*pErrorCode) && (reportError || *pErrorCode!=U_FILE_ACCESS_ERROR)) {
  /external/icu4c/test/intltest/
testidn.cpp 49 parseMappings(const char *filename, UBool reportError,TestIDNA& test, UErrorCode *pErrorCode);
200 parseMappings(const char *filename,UBool reportError, TestIDNA& test, UErrorCode *pErrorCode) {
211 if(U_FAILURE(*pErrorCode) && (reportError || *pErrorCode!=U_FILE_ACCESS_ERROR)) {
  /external/icu4c/tools/gensprep/
gensprep.c 55 parseMappings(const char *filename, UBool reportError, UErrorCode *pErrorCode);
423 parseMappings(const char *filename, UBool reportError, UErrorCode *pErrorCode) {
434 if(U_FAILURE(*pErrorCode) && (reportError || *pErrorCode!=U_FILE_ACCESS_ERROR)) {

Completed in 330 milliseconds

1 2 3