Home
last modified time | relevance | path

Searched refs:Selection (Results 1 – 25 of 67) sorted by relevance

123

/external/llvm/include/llvm/MC/
DMCSectionCOFF.h34 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()
DMCContext.h224 int Selection, SectionKind Kind);
/external/webkit/Source/WebCore/platform/qt/
DPasteboardQt.cpp77 …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/
Dautocomplete_popup_model.h102 const AutocompleteResult::Selection& manually_selected_match() const { in manually_selected_match()
131 AutocompleteResult::Selection manually_selected_match_;
Dautocomplete.h472 struct Selection { struct
473 Selection() in Selection() argument
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
DCCombo3.java74 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()
DCTableCombo.java143 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()
DCComboBox.java206 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);
DCFlatButton.java134 notifyListeners(SWT.Selection, event); in fireSelectionEvent()
/external/llvm/docs/
DLexicon.rst96 Instruction Selection
178 Selection DAG Instruction Selection.
/external/webkit/Source/WebCore/manual-tests/
Dsvg-text-selection.svg4 … <text x="0" y="100" fill="black" font-size="32">Selection will be constrained to this line.</text>
/external/llvm/lib/MC/
DMCSectionCOFF.cpp52 switch (Selection) { in PrintSwitchToSection()
DMCContext.cpp230 int Selection, in getCOFFSection() argument
242 Selection, Kind); in getCOFFSection()
DWinCOFFStreamer.cpp150 int Selection = COFF::IMAGE_COMDAT_SELECT_LARGEST; in AddCommonSymbol() local
153 SectionName, Characteristics, Selection, SectionKind::getBSS()); in AddCommonSymbol()
/external/webkit/Source/WebCore/page/
DDOMSelection.idl32 // This is based off of Mozilla's Selection interface
33 // https://developer.mozilla.org/En/DOM/Selection
/external/webkit/LayoutTests/platform/android/
Dlayout_test_directories.txt27 fast/dom/Selection
/external/llvm/utils/TableGen/
DCodeGenInstruction.cpp392 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/
Dtestnorm.txt14 # Selection of Canonical_Combining_Class (ccc) values
/external/llvm/include/llvm/Target/
DTargetSelectionDAG.td16 // 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/
DTextInputControllerQt.cpp136 QInputMethodEvent::Attribute selection(QInputMethodEvent::Selection, start, end, QVariant()); in setMarkedText()
/external/linux-tools-perf/Documentation/
Dperf-top.txt40 Select the PMU event. Selection can be a symbolic event name
Dperf-stat.txt28 Select the PMU event. Selection can be a symbolic event name
Dperf-record.txt29 Select the PMU event. Selection can be:
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/presentation/
DButtonPropertyEditorPresentationImpl.java123 control.addListener(SWT.Selection, new Listener() { in createControl()
/external/llvm/include/llvm/Object/
DCOFF.h90 support::ulittle8_t Selection; member

123