Home
last modified time | relevance | path

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

123

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
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()
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 …]
DAndroidSourceViewerConfig.java184 public ICompletionProposal[] computeCompletionProposals(ITextViewer viewer, int offset) { in computeCompletionProposals()
219 public IContextInformation[] computeContextInformation(ITextViewer viewer, int offset) { in computeContextInformation()
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()
/sdk/emulator/opengl/host/libs/GLESv1_dec/
DGLDecoder.cpp88 …ecoder::s_glVertexPointerOffset(void *self, GLint size, GLenum type, GLsizei stride, GLuint offset) in s_glVertexPointerOffset()
94 …Decoder::s_glColorPointerOffset(void *self, GLint size, GLenum type, GLsizei stride, GLuint offset) in s_glColorPointerOffset()
100 …oder::s_glTexCoordPointerOffset(void *self, GLint size, GLenum type, GLsizei stride, GLuint offset) in s_glTexCoordPointerOffset()
106 void GLDecoder::s_glNormalPointerOffset(void *self, GLenum type, GLsizei stride, GLuint offset) in s_glNormalPointerOffset()
112 void GLDecoder::s_glPointSizePointerOffset(void *self, GLenum type, GLsizei stride, GLuint offset) in s_glPointSizePointerOffset()
118 …coder::s_glWeightPointerOffset(void * self, GLint size, GLenum type, GLsizei stride, GLuint offset) in s_glWeightPointerOffset()
124 …::s_glMatrixIndexPointerOffset(void * self, GLint size, GLenum type, GLsizei stride, GLuint offset) in s_glMatrixIndexPointerOffset()
204 …Decoder::s_glDrawElementsOffset(void *self, GLenum mode, GLsizei count, GLenum type, GLuint offset) in s_glDrawElementsOffset()
/sdk/emulator/opengl/shared/OpenglCodecCommon/
DglUtils.h77 template <class T> void shiftIndices(T *indices, int count, int offset) { in shiftIndices()
86 template <class T> void shiftIndices(T *src, T *dst, int count, int offset) in shiftIndices()
/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/emulator/opengl/host/libs/Translator/GLcommon/
DGLESbuffer.cpp38 bool GLESbuffer::setSubBuffer(GLint offset,GLuint size,const GLvoid* data) { in setSubBuffer()
DGLESpointer.cpp95 …Lint size,GLenum type,GLsizei stride,GLESbuffer* buf,GLuint bufferName,int offset,bool normalize) { in setBuffer()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/core/
DRenameResourceXmlTextAction.java179 public static Pair<ResourceType,String> findResource(@NonNull IDocument document, int offset) { in findResource()
241 private Pair<ResourceType, String> findItemDefinition(IDocument document, int offset) { in findItemDefinition()
285 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/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/emulator/qtools/
Ddmtrace.h13 uint16_t offset; member
Dread_trace.cpp77 uint32_t offset = addr - sym->addr - sym->region->base_addr; in main() local
/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/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.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.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.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

123