/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/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
|
/external/robolectric/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/chromium_org/chrome/browser/resources/uber/ |
D | uber_frame.js | 54 setSelection(e.currentTarget); 79 setSelection(navItem); 86 function setSelection(newSelection) { function
|
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
D | SetSelectionCommand.cpp | 44 selection.setSelection(m_selectionToSet, m_options); in doApply() 51 selection.setSelection(startingSelection(), m_options); in doUnapply()
|
D | FrameSelection.cpp | 124 …setSelection(VisibleSelection(pos.deepEquivalent(), pos.deepEquivalent(), pos.affinity(), m_select… in moveTo() 131 …setSelection(VisibleSelection(base.deepEquivalent(), extent.deepEquivalent(), base.affinity(), sel… in moveTo() 137 setSelection(VisibleSelection(pos, affinity, m_selection.isDirectional()), options); in moveTo() 144 setSelection(selection, options); in moveTo() 151 setSelection(VisibleSelection(base, extent, affinity, selectionHasDirection), options); in moveTo() 218 setSelection(newSelection, granularity); in setNonDirectionalSelectionIfNeeded() 221 void FrameSelection::setSelection(const VisibleSelection& newSelection, SetSelectionOptions options… in setSelection() function in WebCore::FrameSelection 242 document.frame()->selection().setSelection(s, options, align, granularity); in setSelection() 376 setSelection(VisibleSelection(), DoNotSetFocus); in respondToNodeModification() 474 setSelection(newSelection, DoNotSetFocus); in updateSelectionIfNeeded() [all …]
|
D | FrameSelection.h | 97 …void setSelection(const VisibleSelection&, SetSelectionOptions = CloseTyping | ClearTypingStyle, C… 98 …void setSelection(const VisibleSelection& selection, TextGranularity granularity) { setSelection(s… in setSelection() function
|
D | TextInsertionBaseCommand.cpp | 53 frame->selection().setSelection(endingSelection); in applyTextInsertionCommand()
|
/external/clang/test/CodeGenObjC/ |
D | debuginfo-properties.m | 15 // CHECK: [ DW_TAG_subprogram ] [line [[@LINE-2]]] [local] [def] [-[MyClass setSelection:]] 17 // CHECK: [ DW_TAG_subprogram ] [line [[@LINE-4]]] [local] [def] [-[OtherClass setSelection:]]
|
/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/chromium_org/third_party/WebKit/Source/core/page/ |
D | DOMSelection.cpp | 408 selection.setSelection(VisibleSelection(r)); in addRange() 418 … selection.setSelection(VisibleSelection(r->startPosition(), range->endPosition(), DOWNSTREAM)); in addRange() 421 selection.setSelection(VisibleSelection(r)); in addRange() 430 selection.setSelection(VisibleSelection(range.get())); in addRange() 433 … selection.setSelection(VisibleSelection(range->startPosition(), r->endPosition(), DOWNSTREAM)); in addRange()
|
/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/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/input/ |
D | ImeTest.java | 121 mConnection.setSelection(2, 5); in testImeCopy() 149 mConnection.setSelection(1, 5); in testImeCut() 174 mConnection.setSelection(3, 5); in testImePaste() 238 mConnection.setSelection(1, 1); in testFinishComposingText()
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
D | SourceFrame.js | 290 setSelection: function(textRange) method in WebInspector.SourceFrame 299 this._textEditor.setSelection(this._selectionToSet); 369 this._textEditor.setSelection(selection); 484 this._textEditor.setSelection(range); 554 this._textEditor.setSelection(newRange.collapseToEnd());
|
/external/llvm/include/llvm/CodeGen/PBQP/ |
D | Solution.h | 76 void setSelection(Graph::NodeItr nItr, unsigned selection) { in setSelection() function
|
/external/llvm/lib/MC/ |
D | MCSectionCOFF.cpp | 31 void MCSectionCOFF::setSelection(int Selection, in setSelection() function in MCSectionCOFF
|
/external/llvm/include/llvm/MC/ |
D | MCSectionCOFF.h | 74 void setSelection(int Selection, const MCSectionCOFF *Assoc = 0) const;
|