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

1 2

  /libcore/luni/src/main/java/org/w3c/dom/
DOMError.java 31 * error. A <code>SEVERITY_ERROR</code> may not cause the processing to
35 public static final short SEVERITY_ERROR = 2;
48 * <code>SEVERITY_ERROR</code>, or <code>SEVERITY_FATAL_ERROR</code>.
  /external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
DOMErrorHandlerImpl.java 53 } else if (error.getSeverity() == DOMError.SEVERITY_ERROR) {
DOM3TreeWalker.java 787 DOMError.SEVERITY_ERROR, msg,
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/audio/windx5/
directx.h 57 #ifndef SEVERITY_ERROR
58 #define SEVERITY_ERROR 1
  /external/qemu/distrib/sdl-1.2.15/src/video/windx5/
directx.h 57 #ifndef SEVERITY_ERROR
58 #define SEVERITY_ERROR 1
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
BaseClasspathContainerInitializer.java 56 errorMessage, IMarker.SEVERITY_ERROR, IMarker.PRIORITY_HIGH);
68 fmessage, IMarker.SEVERITY_ERROR,
XmlErrorHandler.java 133 IMarker.SEVERITY_ERROR);
162 AdtConstants.MARKER_ANDROID, result, line, IMarker.SEVERITY_ERROR);
  /external/chromium_org/tools/memory_watcher/
preamble_patcher.h 42 MAKE_HRESULT(SEVERITY_ERROR, FACILITY_NULL, error)
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/
PostCompilerBuilder.java 500 IMarker.SEVERITY_ERROR);
513 markProject(AdtConstants.MARKER_PACKAGING, msg, IMarker.SEVERITY_ERROR);
554 e.getMessage(), IMarker.SEVERITY_ERROR);
571 IMarker.SEVERITY_ERROR);
599 message, IMarker.SEVERITY_ERROR);
637 IMarker.SEVERITY_ERROR);
655 IMarker.SEVERITY_ERROR);
664 IMarker.SEVERITY_ERROR);
670 msg, IMarker.SEVERITY_ERROR);
678 IMarker.SEVERITY_ERROR);
    [all...]
PreCompilerBuilder.java 435 markProject(AdtConstants.MARKER_ADT, msg, IMarker.SEVERITY_ERROR);
460 markProject(AdtConstants.MARKER_ADT, msg, IMarker.SEVERITY_ERROR);
527 msg, IMarker.SEVERITY_ERROR);
550 msg, IMarker.SEVERITY_ERROR);
559 msg, IMarker.SEVERITY_ERROR);
577 IMarker.SEVERITY_ERROR);
587 msg, IMarker.SEVERITY_ERROR);
597 msg, IMarker.SEVERITY_ERROR);
    [all...]
ResourceManagerBuilder.java 113 markProject(AdtConstants.MARKER_ADT, errorMessage, IMarker.SEVERITY_ERROR);
125 IMarker.SEVERITY_ERROR);
168 markProject(AdtConstants.MARKER_ADT, message, IMarker.SEVERITY_ERROR);
BaseBuilder.java 372 if (severity == IMarker.SEVERITY_ERROR) {
416 IMarker.SEVERITY_ERROR);
428 markProject(AdtConstants.MARKER_ADT, message, IMarker.SEVERITY_ERROR);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
AaptParser.java 267 AdtConstants.MARKER_AAPT_COMPILE, IMarker.SEVERITY_ERROR) == false) {
291 AdtConstants.MARKER_AAPT_COMPILE, IMarker.SEVERITY_ERROR) == false) {
315 AdtConstants.MARKER_AAPT_COMPILE, IMarker.SEVERITY_ERROR) == false) {
329 AdtConstants.MARKER_AAPT_COMPILE, IMarker.SEVERITY_ERROR) == false) {
353 AdtConstants.MARKER_AAPT_COMPILE, IMarker.SEVERITY_ERROR) == false) {
385 AdtConstants.MARKER_AAPT_COMPILE, IMarker.SEVERITY_ERROR) == false) {
400 AdtConstants.MARKER_AAPT_COMPILE, IMarker.SEVERITY_ERROR) == false) {
418 AdtConstants.MARKER_AAPT_PACKAGE, IMarker.SEVERITY_ERROR) == false) {
AidlProcessor.java 280 Messages.Unparsed_AIDL_Errors, IMarker.SEVERITY_ERROR);
292 msg, IMarker.SEVERITY_ERROR);
300 IMarker.SEVERITY_ERROR);
306 IMarker.SEVERITY_ERROR);
349 IMarker.SEVERITY_ERROR);
RenderScriptProcessor.java 309 IMarker.SEVERITY_ERROR);
322 msg, IMarker.SEVERITY_ERROR);
332 IMarker.SEVERITY_ERROR);
340 IMarker.SEVERITY_ERROR);
408 IMarker.SEVERITY_ERROR);
  /libcore/luni/src/test/java/libcore/xml/
NormalizeTest.java 406 errorRecorder.assertAllErrors(DOMError.SEVERITY_ERROR, "wf-invalid-character");
439 errorRecorder.assertAllErrors(DOMError.SEVERITY_ERROR, "wf-invalid-character");
459 DOMError.SEVERITY_ERROR, "wf-invalid-character");
480 DOMError.SEVERITY_ERROR, "wf-invalid-character");
499 DOMError.SEVERITY_ERROR, "wf-invalid-character");
520 DOMError.SEVERITY_ERROR, "wf-invalid-character");
541 DOMError.SEVERITY_ERROR, "wf-invalid-character");
  /external/chromium_org/third_party/tcmalloc/chromium/src/windows/
preamble_patcher.h 89 MAKE_HRESULT(SEVERITY_ERROR, FACILITY_NULL, error)
  /external/chromium_org/third_party/tcmalloc/vendor/src/windows/
preamble_patcher.h 89 MAKE_HRESULT(SEVERITY_ERROR, FACILITY_NULL, error)
  /libcore/luni/src/main/java/org/apache/harmony/xml/dom/
DOMConfigurationImpl.java 392 report(DOMError.SEVERITY_ERROR, "wf-invalid-character");
416 report(DOMError.SEVERITY_ERROR, "wf-invalid-character");
461 report(DOMError.SEVERITY_ERROR, "wf-invalid-character");
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LintOverlay.java 112 isError = severity == IMarker.SEVERITY_ERROR;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
LintColumn.java 184 case IMarker.SEVERITY_ERROR:
204 if (severity == IMarker.SEVERITY_ERROR) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/uimodel/
UiViewElementNode.java 180 if (severity == IMarker.SEVERITY_ERROR) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/
IdeScanningContext.java 181 IMarker.SEVERITY_ERROR) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/functests/sampleProjects/
SampleProjectTest.java 175 if (s == IMarker.SEVERITY_ERROR) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/renamepackage/
ApplicationPackageNameRefactoring.java 105 IResource.DEPTH_INFINITE) == IMarker.SEVERITY_ERROR) {

Completed in 711 milliseconds

1 2