/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ |
D | AndroidXmlCharacterMatcher.java | 46 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()
|
D | AndroidContentAssist.java | 142 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 …]
|
D | AndroidSourceViewerConfig.java | 184 public ICompletionProposal[] computeCompletionProposals(ITextViewer viewer, int offset) { in computeCompletionProposals() 219 public IContextInformation[] computeContextInformation(ITextViewer viewer, int offset) { in computeContextInformation()
|
D | AndroidXmlAutoEditStrategy.java | 97 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/ |
D | GLDecoder.cpp | 88 …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/ |
D | glUtils.h | 77 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/ |
D | TraceFileReader.java | 42 public GLMessage getMessageAtOffset(RandomAccessFile file, long offset) throws IOException { in getMessageAtOffset()
|
/sdk/emulator/opengl/host/libs/Translator/GLcommon/ |
D | GLESbuffer.cpp | 38 bool GLESbuffer::setSubBuffer(GLint offset,GLuint size,const GLvoid* data) { in setSubBuffer()
|
D | GLESpointer.cpp | 95 …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/ |
D | RenameResourceXmlTextAction.java | 179 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/ |
D | ValuesContentAssist.java | 73 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/ |
D | AndroidXmlFormatter.java | 66 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/ |
D | BufferSubDataTransform.java | 36 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/ |
D | ManifestContentAssist.java | 51 protected boolean computeAttributeValues(List<ICompletionProposal> proposals, int offset, in computeAttributeValues()
|
/sdk/emulator/qtools/ |
D | dmtrace.h | 13 uint16_t offset; member
|
D | read_trace.cpp | 77 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/ |
D | SystraceTask.java | 69 public void addOutput(byte[] data, int offset, int length) { in addOutput()
|
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/util/ |
D | PsdFile.java | 56 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/ |
D | RefactoringAssistantTest.java | 69 final int offset = caretContextIndex + caretDelta; in checkFixes() local
|
/sdk/dumpeventlog/src/com/android/dumpeventlog/ |
D | DumpEventLog.java | 50 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/ |
D | AaptQuickFixTest.java | 89 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/ |
D | GdbServerTask.java | 95 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/ |
D | ValueCompleterTest.java | 40 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/ |
D | AnimationContentAssist.java | 73 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/ |
D | SetPropertyFix.java | 95 int offset = region.getStartOffset(); in apply() local
|