Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
DExtractStyleContribution.java28 String comment, Map arguments, int flags) throws IllegalArgumentException { in createDescriptor()
DChangeLayoutContribution.java28 String comment, Map arguments, int flags) throws IllegalArgumentException { in createDescriptor()
DWrapInContribution.java28 String comment, Map arguments, int flags) throws IllegalArgumentException { in createDescriptor()
DChangeViewContribution.java28 String comment, Map arguments, int flags) throws IllegalArgumentException { in createDescriptor()
DExtractIncludeContribution.java28 String comment, Map arguments, int flags) throws IllegalArgumentException { in createDescriptor()
DUnwrapContribution.java28 String comment, Map arguments, int flags) throws IllegalArgumentException { in createDescriptor()
DUnwrapRefactoring.java64 UnwrapRefactoring(Map<String, String> arguments) { in UnwrapRefactoring() argument
236 Map<String, String> arguments) { in Descriptor() argument
DChangeViewRefactoring.java75 ChangeViewRefactoring(Map<String, String> arguments) { in ChangeViewRefactoring() argument
288 Map<String, String> arguments) { in Descriptor() argument
DUseCompoundDrawableRefactoring.java106 private UseCompoundDrawableRefactoring(Map<String, String> arguments) { in UseCompoundDrawableRefactoring() argument
445 Map<String, String> arguments) { in Descriptor() argument
DWrapInRefactoring.java80 WrapInRefactoring(Map<String, String> arguments) { in WrapInRefactoring() argument
429 Map<String, String> arguments) { in Descriptor() argument
DExtractStyleRefactoring.java135 ExtractStyleRefactoring(Map<String, String> arguments) { in ExtractStyleRefactoring() argument
515 Map<String, String> arguments) { in Descriptor() argument
DChangeLayoutRefactoring.java102 ChangeLayoutRefactoring(Map<String, String> arguments) { in ChangeLayoutRefactoring() argument
621 Map<String, String> arguments) { in Descriptor() argument
DExtractIncludeRefactoring.java112 ExtractIncludeRefactoring(Map<String, String> arguments) { in ExtractIncludeRefactoring() argument
DVisualRefactoring.java138 VisualRefactoring(Map<String, String> arguments) { in VisualRefactoring() argument
1380 Map<String, String> arguments) { in VisualRefactoringDescriptor() argument
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
DExtractStringContribution.java39 Map arguments, in createDescriptor()
DExtractStringDescriptor.java38 Map<String, String> arguments) { in ExtractStringDescriptor() argument
DReplaceStringsVisitor.java198 List arguments = null; in examineMethodInvocation() local
DExtractStringRefactoring.java224 public ExtractStringRefactoring(Map<String, String> arguments) throws NullPointerException { in ExtractStringRefactoring() argument
/sdk/monkeyrunner/src/com/android/monkeyrunner/
DMonkeyRunnerOptions.java35 private final Collection<String> arguments; field in MonkeyRunnerOptions
39 Level logLevel, Collection<File> plugins, Collection<String> arguments) { in MonkeyRunnerOptions()
/sdk/swtmenubar/src-darwin/com/android/menubar/internal/
DMenuBarEnhancerCocoa.java320 Object... arguments) { in invoke()
333 … private Object invoke(Object obj, String methodName, Class<?>[] paramTypes, Object... arguments) { in invoke()
/sdk/sdkstats/src/com/android/sdkstats/
DSdkStatsService.java98 public void ping(String[] arguments) { in ping()