Searched defs:template (Results 1 - 6 of 6) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/templates/
H A DSetFolders.java42 public void process(TemplateCore template, ProcessArgument[] args, String processId, argument
H A DSimpleFile.java50 public void process(TemplateCore template, ProcessArgument[] args, String processId, argument
85 Bundle bundle = Activator.getBundle(template.getTemplateInfo().getPluginId());
105 template.getValueStore());
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
H A DInstallDependencyPage.java50 * template will be flagged as a validation error (and the user encouraged
69 void setTemplate(TemplateMetadata template) { argument
70 if (template != mTemplate) {
71 mTemplate = template;
99 dependLabel.setText("This template depends on the Android Support library, which is " +
100 "either not installed, or the template depends on a more recent version than " +
244 "Unsupported template dependency: Upgrade your Android Eclipse plugin");
H A DNewProjectWizardState.java37 template = TemplateHandler.createFromName(CATEGORY_PROJECTS,
41 /** The template handler instantiating the project */
42 public final TemplateHandler template; field in class:NewProjectWizardState
102 /** State for the template wizard, used to embed an activity template */
H A DTemplateWizard.java116 protected WizardPage getDependencyPage(TemplateMetadata template, boolean create) { argument
125 mDependencyPage.setTemplate(template);
130 * Returns the project where the template is being inserted
132 * @return the project to insert the template into
147 * Computes the changes to the {@link #getProject()} this template should
157 monitor.beginTask("Creating template...", changes.size());
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/
H A DGLListProperty.java33 * Construct a list of properties of given size from the provided template.
34 * @param template property that will be cloned and used as members of the list
37 public GLListProperty(GLStateType type, IGLProperty template, int size) { argument
39 mTemplate = template;
43 IGLProperty p = template.clone();

Completed in 103 milliseconds