/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactoring/core/ |
AndroidRenameParticipant.java | 30 import org.eclipse.ltk.core.refactoring.participants.CheckConditionsContext; 31 import org.eclipse.ltk.core.refactoring.participants.RenameParticipant; 36 * The abstract class for Rename Package and Rename type participants
|
AndroidTypeMoveParticipant.java | 51 import org.eclipse.ltk.core.refactoring.participants.CheckConditionsContext; 52 import org.eclipse.ltk.core.refactoring.participants.MoveParticipant; 73 * Rename participants are registered via the extension point <code> 75 * Extensions to this extension point must therefore extend <code>org.eclipse.ltk.core.refactoring.participants.MoveParticipant</code>.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
CustomViewFinder.java | 252 SearchParticipant[] participants = new SearchParticipant[] { local 261 engine.search(pattern, participants, scope, requestor,
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.core.filebuffers_3.5.100.v20100520-0800.jar | |
org.eclipse.debug.core_3.6.0.v20100519.jar | |
org.eclipse.jdt.launching_3.5.100.v20100526.jar | |
org.eclipse.help.base_3.5.2.v201011171123.jar | |
org.eclipse.team.core_3.5.100.R36x_v20100825-0800.jar | |
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar | |
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar | |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/ |
ManifestInfo.java | 702 SearchParticipant[] participants = new SearchParticipant[] { local 723 engine.search(pattern, participants, scope, requestor, monitor);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ |
Hyperlinks.java | 639 SearchParticipant[] participants = new SearchParticipant[] { local 646 engine.search(pattern, participants, scope, requestor, new NullProgressMonitor()); 654 engine.search(pattern, participants, scope, requestor, new NullProgressMonitor()); [all...] |
/frameworks/base/services/java/com/android/server/ |
BackupManagerService.java | 1282 HashSet<String> participants = mBackupParticipants.valueAt(i); local 5864 HashSet<String> participants = mBackupParticipants.valueAt(i); local [all...] |