Home
last modified time | relevance | path

Searched refs:tmpMsg (Results 1 – 2 of 2) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DIncludeFinder.java797 String tmpMsg = marker.getAttribute(IMarker.MESSAGE, null); in removeErrors() local
798 if (tmpMsg == null || tmpMsg.startsWith(MESSAGE)) { in removeErrors()
849 String tmpMsg = marker.getAttribute(IMarker.MESSAGE, null); in addError() local
850 if (tmpMsg == null || tmpMsg.equals(message) == false) { in addError()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
DAaptParser.java573 String tmpMsg = marker.getAttribute(IMarker.MESSAGE, null); in checkAndMark() local
574 if (tmpMsg == null || tmpMsg.equals(message) == false) { in checkAndMark()