/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/ |
D | SetAttributeFix.java | 43 if (mId.equals(AccessibilityDetector.ISSUE.getId())) { in getAttribute() 45 } else if (mId.equals(InefficientWeightDetector.BASELINE_WEIGHTS.getId())) { in getAttribute() 47 } else if (mId.equals(SecurityDetector.EXPORTED_SERVICE.getId())) { in getAttribute() 49 } else if (mId.equals(TextFieldDetector.ISSUE.getId())) { in getAttribute() 51 } else if (mId.equals(TranslationDetector.MISSING.getId())) { in getAttribute() 53 } else if (mId.equals(ManifestOrderDetector.ALLOW_BACKUP.getId())) { in getAttribute() 56 assert false : mId; in getAttribute() 63 if (mId.equals(TranslationDetector.MISSING.getId())) { in isAndroidAttribute() 72 if (mId.equals(AccessibilityDetector.ISSUE.getId())) { in getDisplayString() 74 } else if (mId.equals(InefficientWeightDetector.BASELINE_WEIGHTS.getId())) { in getDisplayString() [all …]
|
D | RemoveUselessViewFix.java | 51 return mId.equals(mId.equals(UselessViewDetector.USELESS_PARENT.getId())); in isCancelable() 61 if (mId.equals(UselessViewDetector.USELESS_LEAF.getId())) { in apply() 64 assert mId.equals(UselessViewDetector.USELESS_PARENT.getId()); in apply()
|
D | LintFixGenerator.java | 314 private final String mId; field in LintFixGenerator.SuppressProposal 320 mId = check; in SuppressProposal() 325 suppressDetector(mId, true, mResource, !mGlobal); in perform() 478 private final String mId; field in LintFixGenerator.MoreInfoProposal 482 mId = id; in MoreInfoProposal() 487 Issue issue = EclipseLintClient.getRegistry().getIssue(mId); in perform() 488 assert issue != null : mId; in perform() 550 + EclipseLintClient.getRegistry().getIssue(mId).getExplanationAsHtml(); in getAdditionalProposalInfo()
|
D | AddSuppressAttribute.java | 46 private final String mId; field in AddSuppressAttribute 54 mId = id; in AddSuppressAttribute() 87 AdtUtils.setToolsAttribute(mEditor, mElement, "Suppress Lint Warning", ATTR_IGNORE, mId, in apply()
|
D | AddSuppressAnnotation.java | 80 private final String mId; field in AddSuppressAnnotation 95 mId = id; in AddSuppressAnnotation() 177 value.setLiteralValue(mId); in addSuppressAnnotation() 186 if (mId.equals(stringLiteral.getLiteralValue())) { in addSuppressAnnotation() 196 value.setLiteralValue(mId); in addSuppressAnnotation() 206 if (mId.equals(((StringLiteral)o).getLiteralValue())) { in addSuppressAnnotation() 214 value.setLiteralValue(mId); in addSuppressAnnotation()
|
D | LintFix.java | 58 protected final String mId; field in LintFix 61 mId = id; in LintFix() 108 Issue issue = EclipseLintClient.getRegistry().getIssue(mId); in getAdditionalProposalInfo()
|
D | TypographyFix.java | 69 TypographyDetector.getEdits(mId, message, child); in apply()
|
D | TypoFix.java | 111 TypoFix fix = new TypoFix(mId, mMarker); in getAllFixes()
|
/sdk/rule_api/src/com/android/ide/common/api/ |
D | RuleAction.java | 65 private final String mId; field in RuleAction 339 mId = id; in RuleAction() 355 return mId; in getId() 377 if (mId != rhs.mId && !(mId != null && mId.equals(rhs.mId))) return false; in equals() 404 int h = mId == null ? 0 : mId.hashCode(); in hashCode() 464 return "RuleAction [id=" + mId + ", title=" + mTitle + ", priority=" + mSortPriority + "]"; in toString()
|
/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/ |
D | JdwpPacket.java | 61 private int mLength, mId, mFlags, mCmdSet, mCmd, mErrCode; field in JdwpPacket 95 mId = getNextSerial(); in finishPacket() 101 mBuffer.putInt(0x04, mId); in finishPacket() 184 return mId; in getId() 311 pkt.mId = id; in findPacket()
|
/sdk/traceview/src/com/android/traceview/ |
D | ThreadData.java | 24 private int mId; field in ThreadData 45 mId = id; in ThreadData() 160 return mId; in getId()
|
D | MethodData.java | 30 private int mId; field in MethodData 65 mId = id; in MethodData() 77 mId = id; in MethodData() 156 ProfileData profileData = map.get(elementMethod.mId); in updateInclusive() 167 map.put(elementMethod.mId, elementData); in updateInclusive() 263 return mId; in getId()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
D | IncludeFinder.java | 888 private final String mId; field in IncludeFinder.Reference 900 mId = id; in Reference() 909 return mId; in getId() 919 String reference = mId; in getFile() 943 return mId; in getDisplayName() 955 mName = mId; in getName() 969 result = prime * result + ((mId == null) ? 0 : mId.hashCode()); in hashCode() 982 if (mId == null) { in equals() 983 if (other.mId != null) in equals() 985 } else if (!mId.equals(other.mId)) in equals()
|
/sdk/lint/libs/lint_api/src/com/android/tools/lint/detector/api/ |
D | Issue.java | 47 private final String mId; field in Issue 70 mId = id; in Issue() 118 return mId; in getId() 428 return mId; in toString()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
D | WrapInRefactoring.java | 71 private String mId; field in WrapInRefactoring 82 mId = arguments.get(KEY_ID); in WrapInRefactoring() 156 args.put(KEY_ID, mId); in createArgumentMap() 167 mId = id; in setId() 213 String id = ensureNewId(mId); in computeChanges()
|
D | RelativeLayoutConversionHelper.java | 1308 private String mId; field in RelativeLayoutConversionHelper.View 1330 return mId; in getId() 1387 return "View [mId=" + mId + "]"; //$NON-NLS-1$ //$NON-NLS-2$ in toString() 1442 view.mId = id; in setIdAttributeValue()
|
/sdk/hierarchyviewer2/libs/hierarchyviewerlib/src/com/android/hierarchyviewerlib/ui/util/ |
D | PsdFile.java | 490 final short mId; field in PsdFile.Channel 495 mId = id; in Channel() 504 out.writeShort(mId); in write()
|
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/util/ |
D | PsdFile.java | 425 final short mId; field in PsdFile.Channel 429 mId = id; in Channel() 438 out.writeShort(mId); in write()
|
/sdk/emulator/qtools/ |
D | callstack.h | 11 int getId() { return mId; } in getId() 12 void setId(int id) { mId = id; } in setId() 15 int mId;
|