Home
last modified time | relevance | path

Searched refs:next (Results 1 – 25 of 66) sorted by relevance

123

/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/
DUiElementPullParserTest.java179 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/
DUiElementNodeTest.java145 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/
DDosLineEndingsFix.java48 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/
DBasePullParser.java162 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/
DAndroidDoubleClickStrategy.java84 int next = string.indexOf('.', cursor); in getWord() local
85 if (next == -1 || next > position.y) { in getWord()
DAndroidXmlAutoEditStrategy.java269 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/
DPropertySheetPage.java135 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()
DPropertyFactory.java391 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/
DApplicationToggle.java217 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/
Dcompletion12-expected-completion75.txt36 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…
Dcompletion1-expected-completion39.txt111 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…
Dcompletion5-expected-completion40.txt111 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…
Dcompletionvalues1-expected-completion32.txt176 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/
DApkInstallManager.java174 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/
DInstallDependencyPage.java154 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/
DSelectionManager.java713 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()
DOutlinePage.java1218 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/
DAttrsXmlParserTest.java69 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/
DFixProjectAction.java65 Object element = it.next(); in run()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
DWorkingSetHelper.java111 Object element= iterator.next(); in getSelectedWorkingSet()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/
DAddTranslationDialog.java564 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/
Dprettify.js20next,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/
DRenamePackageAction.java92 Object element = it.next(); in run()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
DGridLayoutConverter.java936 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/
DConfigurationTest.java60 configuration.setDevice(devices.iterator().next(), false); in test()

123