OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tmpMsg
(Results
1 - 2
of
2
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
IncludeFinder.java
797
String
tmpMsg
= marker.getAttribute(IMarker.MESSAGE, null);
798
if (
tmpMsg
== null ||
tmpMsg
.startsWith(MESSAGE)) {
849
String
tmpMsg
= marker.getAttribute(IMarker.MESSAGE, null);
850
if (
tmpMsg
== null ||
tmpMsg
.equals(message) == false) {
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
AaptParser.java
573
String
tmpMsg
= marker.getAttribute(IMarker.MESSAGE, null);
574
if (
tmpMsg
== null ||
tmpMsg
.equals(message) == false) {
Completed in 192 milliseconds