/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/ |
D | UiElementPullParserTest.java | 179 assertEquals(XmlPullParser.START_TAG, parser.next()); in testParser() 188 assertEquals(XmlPullParser.START_TAG, parser.next()); in testParser() 194 assertEquals(XmlPullParser.END_TAG, parser.next()); in testParser() 197 assertEquals(XmlPullParser.START_TAG, parser.next()); in testParser() 206 assertEquals(XmlPullParser.START_TAG, parser.next()); in testParser() 212 assertEquals(XmlPullParser.END_TAG, parser.next()); in testParser() 215 assertEquals(XmlPullParser.START_TAG, parser.next()); in testParser() 221 assertEquals(XmlPullParser.END_TAG, parser.next()); in testParser() 224 assertEquals(XmlPullParser.END_TAG, parser.next()); in testParser() 228 assertEquals(XmlPullParser.END_TAG, parser.next()); in testParser() [all …]
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/manifest/model/ |
D | UiElementNodeTest.java | 145 UiElementNode application = ui_child_it.next(); in testLoadFrom_NewTree_1_Node() 167 UiElementNode application = ui_child_it.next(); in testLoadFrom_NewTree_2_Nodes() 174 UiElementNode first_permission = ui_child_it.next(); in testLoadFrom_NewTree_2_Nodes() 212 UiElementNode application = ui_child_it.next(); in testLoadFrom_NewTree_N_Nodes() 219 UiElementNode first_activity = app_child_it.next(); in testLoadFrom_NewTree_N_Nodes() 225 UiElementNode second_activity = app_child_it.next(); in testLoadFrom_NewTree_N_Nodes() 232 UiElementNode intent_filter = activity_child_it.next(); in testLoadFrom_NewTree_N_Nodes() 238 UiElementNode first_provider = app_child_it.next(); in testLoadFrom_NewTree_N_Nodes() 244 UiElementNode second_provider = app_child_it.next(); in testLoadFrom_NewTree_N_Nodes() 250 UiElementNode first_permission = ui_child_it.next(); in testLoadFrom_NewTree_N_Nodes() [all …]
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/ |
D | DosLineEndingsFix.java | 48 char next = 0; in apply() local 52 if (c == '\r' && next != '\n') { in apply() 55 next = c; in apply()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/ |
D | BasePullParser.java | 162 public int next() throws XmlPullParserException { in next() method in BasePullParser 203 int eventType = next(); in nextTag() 216 int eventType = next(); in nextText() 219 eventType = next(); in nextText() 235 return next(); in nextToken()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ |
D | AndroidDoubleClickStrategy.java | 84 int next = string.indexOf('.', cursor); in getWord() local 85 if (next == -1 || next > position.y) { in getWord()
|
D | AndroidXmlAutoEditStrategy.java | 269 IStructuredDocumentRegion next = region.getNext(); in customizeDocumentCommand() local 270 if (next != null && next.getType() == XML_TAG_NAME) { in customizeDocumentCommand() 271 String nextType = next.getRegions().get(0).getType(); in customizeDocumentCommand()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/ |
D | PropertySheetPage.java | 135 Object next = iterator.next(); in selectionChanged() local 136 if (next instanceof CanvasViewInfo) { in selectionChanged() 137 CanvasViewInfo info = (CanvasViewInfo) next; in selectionChanged() 163 Object next = iterator.next(); in selectionChanged() local 164 if (next instanceof CanvasViewInfo) { in selectionChanged() 165 CanvasViewInfo info = (CanvasViewInfo) next; in selectionChanged()
|
D | PropertyFactory.java | 391 collapsed.add(subProperties.iterator().next()); in sortByOrigin() 513 XmlProperty next = properties.get(j); in sortNatural() local 514 String nextName = next.getName(); in sortNatural() 528 if (next.getCategory() == PropertyCategory.PREFERRED) { in sortNatural() 531 if (next.getDescriptor().isDeprecated()) { in sortNatural() 644 collapsed.add(subProperties.iterator().next()); in sortNatural()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/pages/ |
D | ApplicationToggle.java | 217 Node next = mUndoXmlNextNode; in restoreApplicationNode() local 218 if (next == null) { in restoreApplicationNode() 219 next = mUndoXmlNextElement; in restoreApplicationNode() 221 mUndoXmlParent.insertBefore(mUndoXmlNode, next); in restoreApplicationNode() 222 if (next == null) { in restoreApplicationNode()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/ |
D | completion12-expected-completion75.txt | 36 android:nextFocusLeft : Defines the next view to give focus to when the next focus is FOCUS_LEFT. … 37 android:nextFocusRight : Defines the next view to give focus to when the next focus is FOCUS_RIGHT … 38 android:nextFocusUp : Defines the next view to give focus to when the next focus is FOCUS_UP If the… 39 android:nextFocusDown : Defines the next view to give focus to when the next focus is FOCUS_DOWN If… 40 android:nextFocusForward : Defines the next view to give focus to when the next focus is FOCUS_FORW…
|
D | completion1-expected-completion39.txt | 111 android:nextFocusLeft : Defines the next view to give focus to when the next focus is FOCUS_LEFT. … 112 android:nextFocusRight : Defines the next view to give focus to when the next focus is FOCUS_RIGHT … 113 android:nextFocusUp : Defines the next view to give focus to when the next focus is FOCUS_UP If the… 114 android:nextFocusDown : Defines the next view to give focus to when the next focus is FOCUS_DOWN If… 115 android:nextFocusForward : Defines the next view to give focus to when the next focus is FOCUS_FORW…
|
D | completion5-expected-completion40.txt | 111 android:nextFocusLeft : Defines the next view to give focus to when the next focus is FOCUS_LEFT. … 112 android:nextFocusRight : Defines the next view to give focus to when the next focus is FOCUS_RIGHT … 113 android:nextFocusUp : Defines the next view to give focus to when the next focus is FOCUS_UP If the… 114 android:nextFocusDown : Defines the next view to give focus to when the next focus is FOCUS_DOWN If… 115 android:nextFocusForward : Defines the next view to give focus to when the next focus is FOCUS_FORW…
|
D | completionvalues1-expected-completion32.txt | 176 android:nextFocusDown : Defines the next view to give focus to when the next focus is FOCUS_DOWN If… 177 android:nextFocusForward : Defines the next view to give focus to when the next focus is FOCUS_FORW… 178 android:nextFocusLeft : Defines the next view to give focus to when the next focus is FOCUS_LEFT. … 179 android:nextFocusRight : Defines the next view to give focus to when the next focus is FOCUS_RIGHT … 180 android:nextFocusUp : Defines the next view to give focus to when the next focus is FOCUS_UP If the…
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/ |
D | ApkInstallManager.java | 174 ApkInstall install = iterator.next(); in resetInstallationFor() 216 ApkInstall install = iterator.next();
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/ |
D | InstallDependencyPage.java | 154 IWizardPage next = wizard.getNextPage(this); in showNextPage() local 155 if (next != null) { in showNextPage() 156 wizard.getContainer().showPage(next); in showNextPage()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
D | SelectionManager.java | 713 SelectionItem s = it.next(); in deselect() 729 SelectionItem s = it.next(); in deselectAll() 741 SelectionItem s = it.next(); in sync() 779 CanvasViewInfo oldSibling = oldIterator.next(); in findCorresponding() 780 CanvasViewInfo newSibling = newIterator.next(); in findCorresponding() 864 SelectionItem cs = it.next(); in sanitize() 877 SelectionItem cs2 = it2.next(); in sanitize()
|
D | OutlinePage.java | 1218 UiElementNode next = node.getUiNextSibling(); in findNext() local 1219 if (next != null) { in findNext() 1220 if (DescriptorsUtils.canInsertChildren(next.getDescriptor(), null)) { in findNext() 1221 return getFirstPosition(next); in findNext() 1223 return getPositionAfter(next); in findNext() 1227 next = parent.getUiNextSibling(); in findNext() 1228 if (next != null) { in findNext() 1229 return getPositionBefore(next); in findNext()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/resources/platform/ |
D | AttrsXmlParserTest.java | 69 assertEquals(Format.DIMENSION, info.getAttributes()[0].getFormats().iterator().next()); in testLoadViewAttributes()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/actions/ |
D | FixProjectAction.java | 65 Object element = it.next(); in run()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/ |
D | WorkingSetHelper.java | 111 Object element= iterator.next(); in getSelectedWorkingSet()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/ |
D | AddTranslationDialog.java | 564 Object next = mTable.getItem(index).getData(); in keyTraversed() local 565 mTableViewer.editElement(next, NEW_TRANSLATION_COLUMN); in keyTraversed() 601 Object next = mTable.getItem(index + 1).getData(); in setValue() 602 mTableViewer.editElement(next, NEW_TRANSLATION_COLUMN); in setValue()
|
/sdk/templates/docs/ |
D | prettify.js | 20 …next,nil,not,or,redo,rescue,retry,self,super,then,true,undef,unless,until,when,yield,BEGIN,END"],v… 24 …lete,die,do,dump,elsif,eval,exit,foreach,for,goto,if,import,last,local,my,next,no,our,print,packag…
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/renamepackage/ |
D | RenamePackageAction.java | 92 Object element = it.next(); in run()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
D | GridLayoutConverter.java | 936 int smallest = iterator.next().mY1; in analyzeKnownLayouts() 938 smallest = Math.min(smallest, iterator.next().mY1); in analyzeKnownLayouts() 947 int smallest = iterator.next().mX1; in analyzeKnownLayouts() 949 smallest = Math.min(smallest, iterator.next().mX1); in analyzeKnownLayouts()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/configuration/ |
D | ConfigurationTest.java | 60 configuration.setDevice(devices.iterator().next(), false); in test()
|