Home
last modified time | relevance | path

Searched defs:offset (Results 1 – 25 of 49) sorted by relevance

12

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
DAndroidContentAssist.java142 public ICompletionProposal[] computeCompletionProposals(ITextViewer viewer, int offset) { in computeCompletionProposals()
192 private void computeNonAttributeProposals(ITextViewer viewer, int offset, String wordPrefix, in computeNonAttributeProposals()
227 int offset, String wordPrefix, UiElementNode currentUiNode, Node parentNode, in computeAttributeProposals()
260 private char computeElementNeedTag(ITextViewer viewer, int offset, String wordPrefix) { in computeElementNeedTag()
270 protected int computeTextReplaceLength(Node currentNode, int offset) { in computeTextReplaceLength()
486 protected boolean computeAttributeValues(List<ICompletionProposal> proposals, int offset, in computeAttributeValues()
492 protected void computeTextValues(List<ICompletionProposal> proposals, int offset, in computeTextValues()
563 int offset, Node currentNode, String wordPrefix, char needTag, in addMatchingProposals()
871 public IContextInformation[] computeContextInformation(ITextViewer viewer, int offset) { in computeContextInformation()
917 protected String extractElementPrefix(ITextViewer viewer, int offset) { in extractElementPrefix()
[all …]
DAndroidXmlCharacterMatcher.java46 public IRegion match(IDocument doc, int offset) { in match()
59 private IRegion findOppositeTag(IDocument document, int offset) { in findOppositeTag()
145 public static int findTagBackwards(IStructuredDocument doc, int offset, int targetTagBalance) { in findTagBackwards()
DAndroidXmlAutoEditStrategy.java97 final int offset = c.offset; in customizeDocumentCommand() local
309 public static int findLineStart(IDocument document, int offset) throws BadLocationException { in findLineStart()
375 private static ITextRegion getRegionAt(IStructuredDocument doc, int offset, in getRegionAt()
DAndroidSourceViewerConfig.java184 public ICompletionProposal[] computeCompletionProposals(ITextViewer viewer, int offset) { in computeCompletionProposals()
219 public IContextInformation[] computeContextInformation(ITextViewer viewer, int offset) { in computeContextInformation()
DHyperlinks.java580 private static void openPath(IPath filePath, IRegion region, int offset) { in openPath()
1355 int offset = caretOffset; in detectHyperlinks() local
1422 int offset = region.getOffset(); in detectHyperlinks() local
1647 int offset = 0; in open() local
1773 private static XmlContext find(IDocument document, int offset) { in find()
1862 Integer offset = (Integer) node.getUserData(KEY_OFFSET); in getOffset() local
1873 int offset = mLocator.getCharacterOffset(); in startElement() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/core/
DRenameResourceXmlTextAction.java178 public static ResourceUrl findResource(@NonNull IDocument document, int offset) { in findResource()
240 private ResourceUrl findItemDefinition(IDocument document, int offset) { in findItemDefinition()
284 int offset) { in findClassName()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/values/
DValuesContentAssist.java73 protected boolean computeAttributeValues(List<ICompletionProposal> proposals, int offset, in computeAttributeValues()
141 protected void computeTextValues(List<ICompletionProposal> proposals, int offset, in computeTextValues()
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/util/
DPsdFile.java56 public void addLayer(String name, BufferedImage image, Point offset) { in addLayer()
60 public void addLayer(String name, BufferedImage image, Point offset, boolean visible) { in addLayer()
247 void addLayer(String name, BufferedImage image, Point offset, boolean visible) { in addLayer()
316 Layer(String name, BufferedImage image, Point offset, boolean visible) { in Layer()
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
DTraceFileReader.java42 public GLMessage getMessageAtOffset(RandomAccessFile file, long offset) throws IOException { in getMessageAtOffset()
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/build/
DAaptQuickFixTest.java89 final int offset = getCaretOffset(file, caretLocation); in checkResourceFix() local
212 final int offset = getCaretOffset(file, caretLocation); in checkNamespaceFix() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/formatting/
DAndroidXmlFormatter.java66 protected void formatMaster(IFormattingContext context, IDocument document, int offset, in formatMaster()
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/
DBufferSubDataTransform.java36 public BufferSubDataTransform(IGLPropertyAccessor accessor, int offset, byte[] data) { in BufferSubDataTransform()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/
DManifestContentAssist.java51 protected boolean computeAttributeValues(List<ICompletionProposal> proposals, int offset, in computeAttributeValues()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DDomUtilities.java221 public static Node getNode(@NonNull IDocument document, int offset) { in getNode()
275 public static Pair<Node, Node> getNodeContext(@NonNull IDocument document, int offset) { in getNodeContext()
355 public static Node getNode(@NonNull IDocument document, int offset, boolean forward) { in getNode()
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/systrace/
DSystraceTask.java69 public void addOutput(byte[] data, int offset, int length) { in addOutput()
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
DRefactoringAssistantTest.java69 final int offset = caretContextIndex + caretDelta; in checkFixes() local
/sdk/dumpeventlog/src/com/android/dumpeventlog/
DDumpEventLog.java50 public void newData(byte[] data, int offset, int length) { in newData()
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/launch/
DGdbServerTask.java95 public synchronized void addOutput(byte[] data, int offset, int length) { in addOutput()
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/properties/
DValueCompleterTest.java40 private void checkCompletion(String text, int offset, in checkCompletion()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/animator/
DAnimationContentAssist.java73 protected boolean computeAttributeValues(List<ICompletionProposal> proposals, int offset, in computeAttributeValues()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
DSetPropertyFix.java95 int offset = region.getStartOffset(); in apply() local
DAddSuppressAttribute.java150 int offset = marker.getAttribute(IMarker.CHAR_START, -1); in createFixes() local
/sdk/apps/SdkController/src/com/android/tools/sdkcontroller/lib/
DSocket.java115 public void send(byte[] data, int offset, int len) throws IOException { in send()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
DLayoutContentAssist.java155 protected boolean computeAttributeValues(List<ICompletionProposal> proposals, int offset, in computeAttributeValues()
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/
DAndroidXmlAutoEditStrategyTest.java52 int offset = updateCaret(viewer, before); in checkInsertNewline() local

12