/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/ |
D | BaseLayoutRuleTest.java | 92 Set<String> existing = new HashSet<String>(); in testCollectExistingIds1() local 96 new BaseLayoutRule().collectExistingIds(node, existing); in testCollectExistingIds1() 98 assertEquals(2, existing.size()); in testCollectExistingIds1() 99 assertContainsSame(Arrays.asList("@+id/Button2", "@+id/Button012"), existing); in testCollectExistingIds1() 209 Set<String> existing = new HashSet<String>(); in testFindNewId() local 210 assertEquals("@+id/Widget01", baseLayout.findNewId("a.w.Widget", existing)); in testFindNewId() 212 existing.add("@+id/Widget01"); in testFindNewId() 213 assertEquals("@+id/Widget02", baseLayout.findNewId("a.w.Widget", existing)); in testFindNewId() 215 existing.add("@+id/Widget02"); in testFindNewId() 216 assertEquals("@+id/Widget03", baseLayout.findNewId("a.w.Widget", existing)); in testFindNewId() [all …]
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/resources/platform/ |
D | DeclareStyleableInfo.java | 53 public DeclareStyleableInfo(String styleName, DeclareStyleableInfo existing) { in DeclareStyleableInfo() argument 56 mJavaDoc = existing.getJavaDoc(); in DeclareStyleableInfo() 58 String[] parents = existing.getParents(); in DeclareStyleableInfo() 64 AttributeInfo[] attrs = existing.getAttributes(); in DeclareStyleableInfo()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/ |
D | ResourceNameValidator.java | 68 private ResourceNameValidator(boolean allowXmlExtension, Set<String> existing, in ResourceNameValidator() argument 71 mExisting = existing; in ResourceNameValidator() 207 public static ResourceNameValidator create(boolean allowXmlExtension, Set<String> existing, in create() argument 210 return new ResourceNameValidator(allowXmlExtension, existing, isFileType, in create() 227 Set<String> existing = null; in create() local 229 existing = new HashSet<String>(); in create() 234 existing.add(item.getName()); in create() 239 return new ResourceNameValidator(allowXmlExtension, existing, isFileType, in create()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/resources/ |
D | ResourceNameValidatorTest.java | 79 Set<String> existing = new HashSet<String>(); in testUniqueOrExists() local 80 existing.add("foo1"); in testUniqueOrExists() 81 existing.add("foo2"); in testUniqueOrExists() 82 existing.add("foo3"); in testUniqueOrExists() 84 ResourceNameValidator validator = ResourceNameValidator.create(true, existing, in testUniqueOrExists()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/ |
D | AddSuppressAnnotation.java | 158 SingleMemberAnnotation existing = null; in addSuppressAnnotation() local 164 existing = annotation; in addSuppressAnnotation() 174 if (existing == null) { in addSuppressAnnotation() 184 Expression existingValue = existing.getValue(); in addSuppressAnnotation() 199 rewriter.set(existing, VALUE_PROPERTY, array, null); in addSuppressAnnotation() 245 SingleMemberAnnotation existing = null; in addTargetApiAnnotation() local 251 existing = annotation; in addTargetApiAnnotation() 262 if (existing == null) { in addTargetApiAnnotation() 272 rewriter.set(existing, VALUE_PROPERTY, value, null); in addTargetApiAnnotation()
|
/sdk/find_java2/src/ |
D | JavaFinder.cpp | 522 CString existing; in getRegistryPath() local 529 existing.SetString(s); in getRegistryPath() 534 if (!existing.IsEmpty()) { in getRegistryPath() 536 if (checkJavaPath(existing, &javaPath)) { in getRegistryPath()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/launch/ |
D | messages.properties | 3 NdkGdbLaunchDelegate_Action_KillExistingGdbServer=Killing existing gdbserver
|
/sdk/docs/ |
D | Notes_on_WST_StructuredDocument.txt | 19 To get a document from an existing IFile resource: 35 However our goal so far has been to _parse_ existing documents, find
|
D | howto_use_cupcake_sdk.txt | 88 - If updating an existing Eclipse, use Help > Software Update and please
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/ |
D | ClientRulesEngine.java | 285 Set<String> existing = new HashSet<String>(); 288 addIds(doc, existing); 291 existing.remove(s); 293 mValidator = ResourceNameValidator.create(false, existing, type);
|
/sdk/apps/SdkController/ |
D | Implementation.txt | 23 - The app has a number of activities which connect to existing handlers.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
D | LayoutActionBar.java | 609 Integer existing = (Integer) mLintToolBar.getData(); in updateErrorIndicator() local 611 if (!current.equals(existing)) { in updateErrorIndicator()
|
D | IncludeFinder.java | 372 String existing = mProject.getPersistentProperty(CONFIG_INCLUDES); in saveSettings() local 373 if (!encoded.equals(existing)) { in saveSettings()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/ |
D | TemplateHandler.java | 1097 byte[] existing = AdtUtils.readData(dest); in isIdentical() 1098 return Arrays.equals(existing, data); in isIdentical()
|
/sdk/files/typos/ |
D | typos-hu.txt | 26 # and other pre-existing works, such as a translation, adaptation,
|
D | typos-nb.txt | 26 # and other pre-existing works, such as a translation, adaptation,
|
D | typos-it.txt | 26 # and other pre-existing works, such as a translation, adaptation,
|
D | typos-tr.txt | 26 # and other pre-existing works, such as a translation, adaptation,
|
D | typos-es.txt | 26 # and other pre-existing works, such as a translation, adaptation,
|
D | typos-pt.txt | 26 # and other pre-existing works, such as a translation, adaptation,
|
D | typos-de.txt | 26 # and other pre-existing works, such as a translation, adaptation,
|
D | typos-en.txt | 26 # and other pre-existing works, such as a translation, adaptation,
|