Home
last modified time | relevance | path

Searched refs:description (Results 1 – 25 of 58) sorted by relevance

123

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DRenderPreviewList.java107 for (ConfigurationDescription description : mList) { in save()
108 description.toXml(document); in save()
125 ConfigurationDescription description = ConfigurationDescription.fromXml( in load() local
127 if (description != null) { in load()
128 mList.add(description); in load()
151 for (ConfigurationDescription description : mList) { in createPreviews()
153 configuration.setDisplayName(description.displayName); in createPreviews()
154 configuration.setActivity(description.activity); in createPreviews()
156 description.locale != null ? description.locale : chooserConfig.getLocale(), in createPreviews()
161 description.target != null ? description.target : chooserConfig.getTarget(), in createPreviews()
[all …]
DRenderLogger.java124 String description = describe(message); in error() local
126 AdtPlugin.log(IStatus.ERROR, "%1$s: %2$s", mName, description); in error()
134 addError(tag, description); in error()
139 String description = describe(message); in error() local
140 AdtPlugin.log(throwable, "%1$s: %2$s", mName, description); in error()
153 if (description.equals(throwable.getLocalizedMessage()) || in error()
154 description.equals(throwable.getMessage())) { in error()
155 description = "Exception raised during rendering: " + description; in error()
161 addError(tag, description); in error()
178 String description = describe(message); in warning() local
[all …]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
DConfigurationDescription.java132 public static void setDescription(@NonNull IFile file, @NonNull String description) { in setDescription() argument
133 AdtPlugin.setFileProperty(file, NAME_CONFIG_STATE, description); in setDescription()
146 ConfigurationDescription description = new ConfigurationDescription(project); in fromConfiguration() local
147 description.displayName = configuration.getDisplayName(); in fromConfiguration()
148 description.theme = configuration.getTheme(); in fromConfiguration()
149 description.target = configuration.getTarget(); in fromConfiguration()
150 description.folder = new FolderConfiguration(); in fromConfiguration()
151 description.folder.set(configuration.getFullConfig()); in fromConfiguration()
152 description.locale = configuration.getLocale(); in fromConfiguration()
153 description.device = configuration.getDevice(); in fromConfiguration()
[all …]
/sdk/avdlauncher/
Davdlauncher.c46 void display_error(LPSTR description) { in display_error() argument
50 fprintf(stderr, "%s, error %ld\n", description, err); in display_error()
62 s2 = (LPSTR) malloc(strlen(description) + strlen(s) + 5); in display_error()
63 sprintf(s2, "%s\r\n%s", description, s); in display_error()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
DAndroidNature.java157 IProjectDescription description = project.getDescription(); in addNatureToProjectDescription() local
158 String[] natures = description.getNatureIds(); in addNatureToProjectDescription()
170 description.setNatureIds(newNatures); in addNatureToProjectDescription()
171 project.setDescription(description, new SubProgressMonitor(monitor, 10)); in addNatureToProjectDescription()
284 IProjectDescription description = project.getDescription(); in removeBuilder() local
285 ICommand[] commands = description.getBuildSpec(); in removeBuilder()
291 description.setBuildSpec(newCommands); in removeBuilder()
292 project.setDescription(description, null); in removeBuilder()
DProjectHelper.java633 IProjectDescription description = project.getDescription(); in fixProjectNatureOrder() local
634 String[] natures = description.getNatureIds(); in fixProjectNatureOrder()
649 description = project.getDescription(); in fixProjectNatureOrder()
650 natures = description.getNatureIds(); in fixProjectNatureOrder()
661 description.setNatureIds(newNatures); in fixProjectNatureOrder()
662 project.setDescription(description, null); in fixProjectNatureOrder()
679 IProjectDescription description = project.getDescription(); in removeNature() local
680 String[] natures = description.getNatureIds(); in removeNature()
690 description.setNatureIds(newNatures); in removeNature()
691 project.setDescription(description, null); in removeNature()
/sdk/sdklauncher/
Dsdklauncher.c46 void display_error(LPSTR description) { in display_error() argument
50 fprintf(stderr, "%s, error %ld\n", description, err); in display_error()
62 s2 = (LPSTR) malloc(strlen(description) + strlen(s) + 5); in display_error()
63 sprintf(s2, "%s\r\n%s", description, s); in display_error()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
DGuidelinePainter.java155 String description = constraint.replace(NEW_ID_PREFIX, "").replace(ID_PREFIX, ""); in showMatch() local
156 if (description.startsWith(ATTR_LAYOUT_RESOURCE_PREFIX)) { in showMatch()
157 description = description.substring(ATTR_LAYOUT_RESOURCE_PREFIX.length()); in showMatch()
161 description = String.format("%1$s, margin=%2$d dp", description, dp); in showMatch()
163 strings.add(description); in showMatch()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
DExtractStringContribution.java37 String description, in createDescriptor() argument
42 return new ExtractStringDescriptor(project, description, comment, arguments); in createDescriptor()
DExtractStringDescriptor.java37 public ExtractStringDescriptor(String project, String description, String comment, in ExtractStringDescriptor() argument
39 super(ID, project, description, comment, in ExtractStringDescriptor()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
DChangeLayoutContribution.java27 public RefactoringDescriptor createDescriptor(String id, String project, String description, in createDescriptor() argument
29 return new ChangeLayoutRefactoring.Descriptor(project, description, comment, arguments); in createDescriptor()
DChangeViewContribution.java27 public RefactoringDescriptor createDescriptor(String id, String project, String description, in createDescriptor() argument
29 return new ChangeViewRefactoring.Descriptor(project, description, comment, arguments); in createDescriptor()
DWrapInContribution.java27 public RefactoringDescriptor createDescriptor(String id, String project, String description, in createDescriptor() argument
29 return new WrapInRefactoring.Descriptor(project, description, comment, arguments); in createDescriptor()
DExtractIncludeContribution.java27 public RefactoringDescriptor createDescriptor(String id, String project, String description, in createDescriptor() argument
29 return new ExtractIncludeRefactoring.Descriptor(project, description, comment, arguments); in createDescriptor()
DExtractStyleContribution.java27 public RefactoringDescriptor createDescriptor(String id, String project, String description, in createDescriptor() argument
29 return new ExtractStyleRefactoring.Descriptor(project, description, comment, arguments); in createDescriptor()
DUnwrapContribution.java27 public RefactoringDescriptor createDescriptor(String id, String project, String description, in createDescriptor() argument
29 return new UnwrapRefactoring.Descriptor(project, description, comment, arguments); in createDescriptor()
/sdk/find_java/
Dutils.cpp41 void displayLastError(const char *description, ...) { in displayLastError() argument
44 va_start(ap, description); in displayLastError()
45 formatted.setv(description, ap); in displayLastError()
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/
DGLStateType.java180 GLStateType(String description) { in GLStateType() argument
181 mDescription = description; in GLStateType()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
DInputDensityDialog.java97 String description = mCombo.getItem(mCombo.getSelectionIndex()); in close() local
100 if (description.equals(getLabel(density))) { in close()
/sdk/apps/DeviceConfig/
DREADME.txt2 for a vendor device description (such as the ones found in
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
DNewProjectCreator.java261 IProjectDescription description, in ProjectInfo() argument
265 mDescription = description; in ProjectInfo()
359 final IProjectDescription description = in importProjects() local
390 description.setLocation(new Path(p.getLocation().getPath())); in importProjects()
393 projectData.add(new ProjectInfo(project, description, parameters, dictionary)); in importProjects()
422 final IProjectDescription description = workspace.newProjectDescription(project.getName()); in collectMainPageInfo() local
448 description.setLocation(path); in collectMainPageInfo()
456 return new ProjectInfo(project, description, parameters, dictionary); in collectMainPageInfo()
475 final IProjectDescription description = workspace.newProjectDescription(project.getName()); in collectTestPageInfo() local
523 description.setLocation(path); in collectTestPageInfo()
[all …]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
DGridDropHandler.java236 StringBuilder description = new StringBuilder(50); in computeMatches() local
240 description.append(String.format("Shift row %1$d down", mRowMatch.cellIndex + 1)); in computeMatches()
241 description.append('\n'); in computeMatches()
244 description.append(String.format("Shift column %1$d right", in computeMatches()
246 description.append('\n'); in computeMatches()
248 description.append(String.format("Insert into cell (%1$s,%2$s)", in computeMatches()
250 description.append('\n'); in computeMatches()
251 description.append(String.format("Align %1$s, %2$s", in computeMatches()
254 feedback.tooltip = description.toString(); in computeMatches()
/sdk/emulator/opengl/host/tools/emugen/
DREADME14 * Input files description & format
15 * Generated code description.
246 .attrib file format description:
273 Global section flags description:
296 Entry point flags description:
303 description: provide an expression to pack data into the stream.
310 description : set a pointer direction (in - for data that goes
315 description : set variable flags
322 description: set entry point flag;
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/binaryxml/
DBinaryXMLDescriber.java53 public int describe(InputStream contents, IContentDescription description) throws IOException { in describe() argument
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
DActivityPage.java186 String description = ""; in updatePreview() local
211 description = template.getDescription(); in updatePreview()
215 mDescription.setText(description); in updatePreview()

123