Home
last modified time | relevance | path

Searched defs:start (Results 1 – 25 of 77) sorted by relevance

1234

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/core/
DAndroidTypeRenameParticipant.java419 int start = RefactoringUtil.getTagNameRangeStart(element, document); in addLayoutReplacements() local
428 int start = RefactoringUtil.getAttributeValueRangeStart(classNode, document); in addLayoutReplacements() local
440 int start = RefactoringUtil.getAttributeValueRangeStart(classNode, document); in addLayoutReplacements() local
449 int start = RefactoringUtil.getAttributeValueRangeStart(classNode, document); in addLayoutReplacements() local
455 int start = RefactoringUtil.getAttributeValueRangeStart(classNode, document); in addLayoutReplacements() local
484 int start = RefactoringUtil.getAttributeValueRangeStart(nameNode, document); in addValueReplacements() local
507 int start = RefactoringUtil.getAttributeValueRangeStart(attr, document); in addManifestReplacements() local
513 int start = RefactoringUtil.getAttributeValueRangeStart(attr, document); in addManifestReplacements() local
DAndroidTypeMoveParticipant.java278 int start = RefactoringUtil.getTagNameRangeStart(element, document); in addLayoutReplacements() local
286 int start = RefactoringUtil.getAttributeValueRangeStart(classNode, document); in addLayoutReplacements() local
298 int start = RefactoringUtil.getAttributeValueRangeStart(classNode, document); in addLayoutReplacements() local
307 int start = RefactoringUtil.getAttributeValueRangeStart(classNode, document); in addLayoutReplacements() local
337 int start = RefactoringUtil.getAttributeValueRangeStart(attr, document); in addManifestReplacements() local
345 int start = RefactoringUtil.getAttributeValueRangeStart(attr, document); in addManifestReplacements() local
DRenameResourceParticipant.java558 int start = RefactoringUtil.getAttributeValueRangeStart(nameNode, document); in addReplacements() local
577 int start = RefactoringUtil.getAttributeValueRangeStart(attr, document); in addReplacements() local
611 int start = region.getStartOffset(); in addReplacements() local
615 int start = RefactoringUtil.getAttributeValueRangeStart(attr, document); in addReplacements() local
653 int start = region.getStartOffset() + index; in addReplacements() local
DRenameResourceXmlTextAction.java194 int start = offset; in findResource() local
300 int start = offset; in findClassName() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
DDocumentFix.java37 int start, int end); in apply()
46 int start = mMarker.getAttribute(IMarker.CHAR_START, -1); in apply() local
DAddPrefixFix.java49 protected void apply(IDocument document, IStructuredModel model, Node node, int start, in apply()
DLinearLayoutWeightFix.java51 protected void apply(IDocument document, IStructuredModel model, Node node, int start, in apply()
DSetScrollViewSizeFix.java50 protected void apply(IDocument document, IStructuredModel model, Node node, int start, in apply()
DObsoleteLayoutParamsFix.java52 protected void apply(IDocument document, IStructuredModel model, Node node, int start, in apply()
DTypographyFix.java57 protected void apply(IDocument document, IStructuredModel model, Node node, int start, in apply()
DUseCompoundDrawableDetectorFix.java72 int start, int end) { in apply()
DExtractStringFix.java61 protected void apply(IDocument document, IStructuredModel model, Node node, int start, in apply()
DRemoveUselessViewFix.java55 protected void apply(IDocument document, IStructuredModel model, Node node, int start, in apply()
/sdk/find_java/src/source/
Dutils.h76 CString(const char *start, size_t length) { mStr = NULL; set(start, length); } in CString()
92 CString& set(const char *start, size_t length) { in set()
193 const char *start = last ? last : mStr; in split() local
243 CPath(const char *start, int length) : CString(start, length) { } in CPath()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
DExtractStringProposal.java58 int start = coveringNode.getStartPosition(); in apply() local
83 int start = coveringNode.getStartPosition(); in getAdditionalProposalInfo() local
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/
DGLCallGroups.java137 public static List<GLCallNode> constructCallHierarchy(GLTrace trace, int start, int end, in constructCallHierarchy()
192 private static List<GLCallNode> flatHierarchy(GLTrace trace, int start, int end) { in flatHierarchy()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
DVisualRefactoring.java167 int start = Integer.MAX_VALUE; in VisualRefactoring() local
196 int start = Integer.MAX_VALUE; in VisualRefactoring() local
394 int start = subRegionStart + 1; // skip quote in replaceIds() local
534 protected String stripTopLayoutAttributes(Element primary, int start, String xml) { in stripTopLayoutAttributes()
644 protected String getText(int start, int end) { in getText()
669 int start = Integer.MAX_VALUE; in initElements() local
1030 int start = valueStart + 1; // Skip opening " in replaceAttributeDeclaration() local
1092 int start = elementRegion.getStartOffset(); in removeElementTags() local
1325 int start = 0; in reformat() local
/sdk/eclipse/plugins/com.android.ide.eclipse.traceview/src/com/android/ide/eclipse/traceview/
DTraceviewPlugin.java43 public void start(BundleContext context) throws Exception { in start() method in TraceviewPlugin
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/formatting/
DXmlFormatProcessor.java43 public void formatModel(IStructuredModel structuredModel, int start, int length) { in formatModel()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
DAndroidDoubleClickStrategy.java48 int start = ns + 1; in processElementDoubleClicked() local
/sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/
DMonitorPlugin.java34 public void start(BundleContext context) throws Exception { in start() method in MonitorPlugin
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
DGlTracePlugin.java60 public void start(BundleContext context) throws Exception { in start() method in GlTracePlugin
/sdk/eclipse/plugins/com.android.ide.eclipse.pdt/src/com/android/ide/eclipse/pdt/
DPdtPlugin.java47 public void start(BundleContext context) throws Exception { in start() method in PdtPlugin
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/
DActivator.java42 public void start(BundleContext context) throws Exception { in start() method in Activator
/sdk/eclipse/plugins/com.android.ide.eclipse.hierarchyviewer/src/com/android/ide/eclipse/hierarchyviewer/
DHierarchyViewerPlugin.java60 public void start(BundleContext context) throws Exception { in start() method in HierarchyViewerPlugin

1234