Home
last modified time | relevance | path

Searched defs:match (Results 1 – 21 of 21) sorted by relevance

/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() method in AndroidXmlCharacterMatcher
51 IRegion match = findOppositeTag(doc, offset); in match() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
DResizeHandler.java201 Match match = pickBestMatch(mHorizontalSuggestions); in updateResize() local
225 Match match = pickBestMatch(mVerticalSuggestions); in updateResize() local
DGuidelineHandler.java260 Match match = matches.get(0); in pickBestMatch() local
269 private boolean checkCycle(DropFeedback feedback, Match match, boolean vertical) { in checkCycle()
474 Match match = new Match(this, edge, draggedEdge, type, delta); in addClosest() local
DMoveHandler.java231 Match match = pickBestMatch(mHorizontalSuggestions); in updateMove() local
DConstraintPainter.java68 static void paintConstraint(IGraphics graphics, Rect sourceBounds, Match match) { in paintConstraint()
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/
DLogCatView.java135 IMarker createMarkerFromSearchMatch(IFile file, SearchMatch match) { in createMarkerFromSearchMatch()
157 public void acceptSearchMatch(SearchMatch match) throws CoreException { in acceptSearchMatch()
DOldLogCatView.java181 IMarker createMarkerFromSearchMatch(IFile file, SearchMatch match) { in createMarkerFromSearchMatch()
203 public void acceptSearchMatch(SearchMatch match) throws CoreException { in acceptSearchMatch()
/sdk/ide_common/src/com/android/ide/common/resources/
DFrameworkResources.java147 ResourceItem match = null; in loadPublicResources() local
DResourceItem.java110 ResourceFile match = (ResourceFile) referenceConfig.findMatchingConfigurable(mFiles); in getResourceValue() local
DResourceRepository.java395 Configurable match = config.findMatchingConfigurable(matchingFolders); in getMatchingFile() local
425 Configurable match = referenceConfig.findMatchingConfigurable( in getSourceFiles() local
/sdk/common/src/com/android/io/
DFolderWrapper.java104 String[] match = list(new FilenameFilter() { in hasFile() local
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/
DAndroidXmlCharacterMatcherTest.java119 IRegion match = matcher.match(document, caretPosBefore); in checkGotoMatching() local
DAndroidContentAssistTest.java797 String match) throws Exception { in checkApplyLayoutCompletion()
808 String match) throws Exception { in checkApplyResourceCompletion()
837 AndroidContentAssist assist, String match) throws Exception { in checkApplyCompletion()
/sdk/eclipse/plugins/com.android.ide.eclipse.traceview/src/com/android/ide/eclipse/traceview/editors/
DTraceviewEditor.java322 public void acceptSearchMatch(SearchMatch match) throws CoreException { in acceptSearchMatch()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
DConfigurationComposite.java965 ConfigMatch match = selectConfigMatch(anyMatches); in findAndSetCompatibleConfig() local
988 ConfigMatch match = selectConfigMatch(bestMatches); in findAndSetCompatibleConfig() local
1823 int match = -1; in initTargets() local
2352 ResourceFile match = mResources.getMatchingFile(mEditedFile.getName(), in isCurrentFileBestMatchFor() local
DConfigManagerDialog.java536 DeviceConfig match = null; in select() local
/sdk/common/src/com/android/resources/
DFolderTypeRelationship.java108 public static boolean match(ResourceType resType, ResourceFolderType folderType) { in match() method in FolderTypeRelationship
/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
DDeviceMonitor.java755 Integer match = null; in processIncomingJdwpData() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DDomUtilities.java721 Element match = findCorresponding(child, targetId); in findCorresponding() local
DGraphicalEditorPart.java459 ResourceFile match = null; in onConfigurationChange() local
/sdk/emulator/qtools/
Dtrace_reader.cpp883 char *match = NULL; in ParseDexList() local