/external/llvm/include/llvm/MC/ |
D | MCSectionCOFF.h | 34 int Selection; variable 39 int Selection, SectionKind K) in MCSectionCOFF() argument 41 Characteristics(Characteristics), Selection (Selection) { in MCSectionCOFF() 54 int getSelection () const { return Selection; } in getSelection()
|
D | MCContext.h | 224 int Selection, SectionKind Kind);
|
/external/webkit/Source/WebCore/platform/qt/ |
D | PasteboardQt.cpp | 77 …QApplication::clipboard()->setMimeData(md, m_selectionMode ? QClipboard::Selection : QClipboard::C… in writeSelection() 95 …return QApplication::clipboard()->text(m_selectionMode ? QClipboard::Selection : QClipboard::Clipb… in plainText() 106 m_selectionMode ? QClipboard::Selection : QClipboard::Clipboard); in documentFragment() 136 …QApplication::clipboard()->setMimeData(md, m_selectionMode ? QClipboard::Selection : QClipboard::C… in writePlainText() 149 …QApplication::clipboard()->setMimeData(md, m_selectionMode ? QClipboard::Selection : QClipboard::C… in writeURL()
|
/external/chromium/chrome/browser/autocomplete/ |
D | autocomplete_popup_model.h | 102 const AutocompleteResult::Selection& manually_selected_match() const { in manually_selected_match() 131 AutocompleteResult::Selection manually_selected_match_;
|
D | autocomplete.h | 472 struct Selection { struct 473 Selection() in Selection() argument
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/ |
D | CCombo3.java | 74 addEvents(m_arrow, m_arrowListener, new int[]{SWT.Selection, SWT.FocusIn, SWT.FocusOut}); in CCombo3() 85 addEvents(m_table, m_tableListener, new int[]{SWT.Selection, SWT.FocusIn, SWT.FocusOut}); in CCombo3() 232 case SWT.Selection : { 242 case SWT.Selection : { 269 notifyListeners(SWT.Selection, e); in sendSelectionEvent() 302 addListener(SWT.Selection, typedListener); in addSelectionListener()
|
D | CTableCombo.java | 143 SWT.Selection, in init() 152 int[] arrowEvents = {SWT.Selection, SWT.FocusIn, SWT.FocusOut}; in init() 199 case SWT.Selection : { in handleTableEvent() 213 notifyListeners(SWT.Selection, e); in handleTableEvent() 322 case SWT.Selection : { in handleArrowEvent() 399 notifyListeners(SWT.Selection, e); in handleTextEvent() 424 notifyListeners(SWT.Selection, e); in handleTextEvent() 687 addListener(SWT.Selection, typedListener); in addSelectionListener()
|
D | CComboBox.java | 206 table.notifyListeners(SWT.Selection, convert2event(e)); in createText() 211 notifyListeners(SWT.Selection, convert2event(e)); in createText() 290 notifyListeners(SWT.Selection, convert2event(e)); in createTable() 550 addListener(SWT.Selection, typedListener);
|
D | CFlatButton.java | 134 notifyListeners(SWT.Selection, event); in fireSelectionEvent()
|
/external/llvm/docs/ |
D | Lexicon.rst | 96 Instruction Selection 178 Selection DAG Instruction Selection.
|
/external/webkit/Source/WebCore/manual-tests/ |
D | svg-text-selection.svg | 4 … <text x="0" y="100" fill="black" font-size="32">Selection will be constrained to this line.</text>
|
/external/llvm/lib/MC/ |
D | MCSectionCOFF.cpp | 52 switch (Selection) { in PrintSwitchToSection()
|
D | MCContext.cpp | 230 int Selection, in getCOFFSection() argument 242 Selection, Kind); in getCOFFSection()
|
D | WinCOFFStreamer.cpp | 150 int Selection = COFF::IMAGE_COMDAT_SELECT_LARGEST; in AddCommonSymbol() local 153 SectionName, Characteristics, Selection, SectionKind::getBSS()); in AddCommonSymbol()
|
/external/webkit/Source/WebCore/page/ |
D | DOMSelection.idl | 32 // This is based off of Mozilla's Selection interface 33 // https://developer.mozilla.org/En/DOM/Selection
|
/external/webkit/LayoutTests/platform/android/ |
D | layout_test_directories.txt | 27 fast/dom/Selection
|
/external/llvm/utils/TableGen/ |
D | CodeGenInstruction.cpp | 392 StringRef Selection = Cur.slice(VariantsStart, VariantsEnd); in FlattenAsmStringVariants() local 394 Selection = Selection.split('|').second; in FlattenAsmStringVariants() 395 Res += Selection.split('|').first; in FlattenAsmStringVariants()
|
/external/icu4c/test/testdata/ |
D | testnorm.txt | 14 # Selection of Canonical_Combining_Class (ccc) values
|
/external/llvm/include/llvm/Target/ |
D | TargetSelectionDAG.td | 16 // Selection DAG Type Constraint definitions. 72 // Selection DAG Type Profile definitions. 79 // SDTypeProfile - This profile describes the type requirements of a Selection 238 // Selection DAG Node Properties. 258 // Selection DAG Pattern Operations 262 // Selection DAG Node definitions. 495 // Selection DAG Condition Codes 509 // Selection DAG Node Transformation Functions. 536 // Selection DAG Pattern Fragments. 944 // Selection DAG CONVERT_RNDSAT patterns [all …]
|
/external/webkit/Tools/DumpRenderTree/qt/ |
D | TextInputControllerQt.cpp | 136 QInputMethodEvent::Attribute selection(QInputMethodEvent::Selection, start, end, QVariant()); in setMarkedText()
|
/external/linux-tools-perf/Documentation/ |
D | perf-top.txt | 40 Select the PMU event. Selection can be a symbolic event name
|
D | perf-stat.txt | 28 Select the PMU event. Selection can be a symbolic event name
|
D | perf-record.txt | 29 Select the PMU event. Selection can be:
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/presentation/ |
D | ButtonPropertyEditorPresentationImpl.java | 123 control.addListener(SWT.Selection, new Listener() { in createControl()
|
/external/llvm/include/llvm/Object/ |
D | COFF.h | 90 support::ulittle8_t Selection; member
|