/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/ |
D | PerformanceResultsPreferencePage.java | 512 this.dbConnectionCheckBox.setSelection(store.getDefaultBoolean(PRE_DATABASE_CONNECTION)); in initializeDefaults() 513 this.dbRelengRadioButton.setSelection(false); in initializeDefaults() 514 this.dbLocalRadioButton.setSelection(false); in initializeDefaults() 517 this.dbLocalRadioButton.setSelection(true); in initializeDefaults() 519 this.dbRelengRadioButton.setSelection(true); in initializeDefaults() 530 this.mVersionRadioButton.setSelection(false); in initializeDefaults() 531 this.dVersionRadionButton.setSelection(false); in initializeDefaults() 534 this.mVersionRadioButton.setSelection(true); in initializeDefaults() 536 this.dVersionRadionButton.setSelection(true); in initializeDefaults() 576 this.dbConnectionCheckBox.setSelection(store.getBoolean(PRE_DATABASE_CONNECTION)); in initializeValues() [all …]
|
D | ComponentResultsView.java | 182 this.tabFolder.setSelection(0); in createTabs() 369 this.tabFolder.setSelection(tabIndex); in resetTabFolders() 371 table.setSelection(lineIndex); in resetTabFolders() 451 this.tabFolder.setSelection(i);
|
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/ |
D | ShadowEditText.java | 51 public void setSelection(int index) { in setSelection() method in ShadowEditText 52 super.setSelection(index); in setSelection() 57 public void setSelection(int start, int end) { in setSelection() method in ShadowEditText 58 super.setSelection(start, end); in setSelection()
|
D | ShadowAbsSpinner.java | 27 public void setSelection(int position, boolean animate) { in setSelection() method in ShadowAbsSpinner 28 super.setSelection(position); in setSelection()
|
D | ShadowAutoCompleteTextView.java | 58 setSelection(getText().length()); in replaceText()
|
D | ShadowAdapterView.java | 46 setSelection(0); in setAdapter() 227 public void setSelection(final int position) { in setSelection() method in ShadowAdapterView
|
D | ShadowTextView.java | 488 public void setSelection(int index) { in setSelection() method in ShadowTextView 489 setSelection(index, index); in setSelection() 492 public void setSelection(int start, int end) { in setSelection() method in ShadowTextView
|
D | ShadowCursorLoader.java | 58 public void setSelection(String selection) { in setSelection() method in ShadowCursorLoader
|
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/ |
D | AbsSpinnerTest.java | 57 spinner.setSelection(0); in getSelectedItemShouldReturnCorrectValue() 61 spinner.setSelection(1); in getSelectedItemShouldReturnCorrectValue() 80 spinner.setSelection(0, true); in setSelectionWithAnimatedTransition() 96 spinner.setSelection(AdapterView.INVALID_POSITION); in testGetSelectedView_noSelection() 112 spinner.setSelection(1); in testGetSelectedView_changed()
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/presentation/ |
D | ButtonPropertyEditorPresentation.java | 58 public final void setSelection(PropertyTable propertyTable, Property property, boolean selected) { in setSelection() method in ButtonPropertyEditorPresentation 59 m_impl.setSelection(propertyTable, property, selected); in setSelection()
|
D | ButtonPropertyEditorPresentationImpl.java | 82 public void setSelection(PropertyTable propertyTable, Property property, boolean selected) { in setSelection() method in ButtonPropertyEditorPresentationImpl 85 button.setSelection(selected); in setSelection()
|
D | ButtonPropertyEditorPresentationImplMac.java | 51 public final void setSelection(PropertyTable propertyTable, Property property, boolean selected) { in setSelection() method in ButtonPropertyEditorPresentationImplMac
|
/external/clang/test/CodeGenObjC/ |
D | debuginfo-properties.m | 17 // CHECK: !DISubprogram(name: "-[MyClass setSelection:]" 23 // CHECK: !DISubprogram(name: "-[OtherClass setSelection:]"
|
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/ |
D | ScriptEditor.java | 131 mNameText.setSelection(1); in onCreate() 133 mNameText.setSelection(0); in onCreate() 160 mContentText.setSelection(lastLocation); in onCreate() 392 mContentText.setSelection(Math.min(text.length() - 1, i)); in gotoLine() 550 Selection.setSelection(text, edit.mmBefore == null ? start : (start + edit.mmBefore.length())); in undo() 567 Selection.setSelection(text, edit.mmAfter == null ? start : (start + edit.mmAfter.length())); in redo() 604 mContentText.setSelection(foundpos, foundpos + findText.length()); in onClick() 617 mContentText.setSelection(foundpos, foundpos + replaceText.length()); in onClick()
|
D | LogcatViewer.java | 82 getListView().setSelection(lastPosition); in run() 133 getListView().setSelection(mLogcatMessages.size() - 1); in onOptionsItemSelected()
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/ |
D | CSpinner.java | 124 m_spinner.setSelection(25); in CSpinner() 140 m_spinner.setSelection(25); in CSpinner() 210 setSelection(Math.max(m_value, m_minimum)); in setMinimum() 218 setSelection(Math.min(m_value, m_maximum)); in setMaximum() 234 public void setSelection(int newValue) { in setSelection() method in CSpinner 278 setSelection(newValue); in updateValue()
|
D | CComboBox.java | 177 table.setSelection(index < 0 ? table.getItemCount() - 1 : index); in createText() 189 table.setSelection(index == table.getItemCount() ? 0 : index); in createText() 464 m_text.setSelection(start, end); 504 m_table.getTable().setSelection(m_selectionIndex); 608 table.setSelection(getSelectionIndex());
|
D | CCombo3.java | 186 m_table.setSelection(new TableItem[]{item}); 199 m_table.setSelection(selectionIndex); 202 m_table.setSelection((selectionIndex + 1) % m_table.getItemCount());
|
/external/webrtc/webrtc/voice_engine/test/android/android_test/src/org/webrtc/voiceengine/test/ |
D | AndroidTest.java | 215 spinnerSettings2.setSelection(_codecIndex); in onCreate() 219 spinnerSettings2.setSelection(_ecIndex); in onCreate() 223 spinnerSettings2.setSelection(_nsIndex); in onCreate() 227 spinnerSettings2.setSelection(_agcIndex); in onCreate() 231 spinnerSettings2.setSelection(_vadIndex); in onCreate() 261 spinnerSettings2.setSelection(_audioIndex); in onCreate()
|
/external/chromium-trace/catapult/third_party/flot/ |
D | jquery.flot.selection.js | 259 function setSelection(ranges, preventEvent) { function 297 plot.setSelection = setSelection;
|
D | jquery.flot.selection.min.js | 7 …setSelection(ranges,preventEvent){var axis,range,o=plot.getOptions();if(o.selection.mode=="y"){sel… function
|
/external/llvm/include/llvm/CodeGen/PBQP/ |
D | Solution.h | 76 void setSelection(GraphBase::NodeId nodeId, unsigned selection) { in setSelection() function
|
/external/llvm/include/llvm/MC/ |
D | MCSectionCOFF.h | 67 void setSelection(int Selection) const;
|
/external/llvm/lib/MC/ |
D | MCSectionCOFF.cpp | 34 void MCSectionCOFF::setSelection(int Selection) const { in setSelection() function in MCSectionCOFF
|
/external/androidplot/Examples/DemoApp/src/com/androidplot/demos/ |
D | BarPlotExampleActivity.java | 167 spRenderStyle.setSelection(BarRenderer.BarRenderStyle.OVERLAID.ordinal()); in onCreate() 181 spWidthStyle.setSelection(BarRenderer.BarWidthStyle.FIXED_WIDTH.ordinal()); in onCreate() 202 spSeriesSize.setSelection(SeriesSize.TEN.ordinal()); in onCreate()
|