/external/llvm/include/llvm/MC/ |
D | MCSectionCOFF.h | 37 mutable int Selection; variable 47 int Selection, const MCSectionCOFF *Assoc, SectionKind K) in MCSectionCOFF() argument 49 Characteristics(Characteristics), Selection(Selection), Assoc(Assoc) { in MCSectionCOFF() 52 assert ((Selection == COFF::IMAGE_COMDAT_SELECT_ASSOCIATIVE) == in MCSectionCOFF() 71 int getSelection() const { return Selection; } in getSelection() 74 void setSelection(int Selection, const MCSectionCOFF *Assoc = 0) const;
|
/external/llvm/lib/MC/ |
D | MCSectionCOFF.cpp | 31 void MCSectionCOFF::setSelection(int Selection, in setSelection() argument 33 assert(Selection != 0 && "invalid COMDAT selection type"); in setSelection() 34 assert((Selection == COFF::IMAGE_COMDAT_SELECT_ASSOCIATIVE) == in setSelection() 37 this->Selection = Selection; in setSelection() 64 switch (Selection) { in PrintSwitchToSection()
|
/external/chromium-trace/trace-viewer/src/tracing/tracks/ |
D | slice_track_test.js | 13 var Selection = tracing.Selection; 109 var selection = new Selection(); 143 var selection = new Selection(); 148 var selection = new Selection(); 153 var selection = new Selection(); 158 var selection = new Selection(); 229 var sel = new Selection(); 235 var selRight = new Selection(); 241 var selRight2 = new Selection(); 247 var selRightOfRight = new Selection(); [all …]
|
D | object_instance_track_test.js | 15 var Selection = tracing.Selection; 62 var selection = new Selection(); 68 selection = new Selection(); 75 selection = new Selection();
|
D | thread_track_test.js | 14 var Selection = tracing.Selection; 49 var selection = new Selection(); 54 var selection = new Selection();
|
D | counter_track_test.js | 103 var sel = new tracing.Selection(); 113 sel = new tracing.Selection(); 118 sel = new tracing.Selection();
|
/external/chromium-trace/trace-viewer/src/cc/ |
D | selection.js | 14 function Selection() { class 17 Selection.prototype = { class 80 __proto__: Selection.prototype, 121 __proto__: Selection.prototype, 165 __proto__: Selection.prototype, 202 Selection: Selection,
|
/external/chromium-trace/trace-viewer/src/tracing/analysis/ |
D | analysis_view_test.js | 14 var Selection = tracing.Selection; 44 var selection = new Selection(); 59 var selection = new Selection(); 72 var selection = new Selection(); 102 var selection = new Selection(); 114 var selection = new Selection(); 144 var selection = new tracing.Selection();
|
D | analyze_counters_test.js | 19 var Selection = tracing.Selection; 34 var selection = new Selection(); 65 var selection = new Selection(); 79 var selection = new Selection(); 120 var selection = new Selection();
|
D | analyze_slices_test.js | 16 var Selection = tracing.Selection; 33 var selection = new Selection(); 49 var selection = new Selection(); 65 var selection = new Selection(); 210 var selection = new Selection();
|
D | analyze_selection.js | 27 var objectHits = new tracing.Selection(); 70 var selection = new tracing.Selection(); 86 var selection = new tracing.Selection();
|
/external/chromium-trace/trace-viewer/src/tracing/ |
D | selection.js | 133 function Selection(opt_hits) { class 142 Selection.prototype = { class 221 var selection = new Selection(); 233 var selection = new Selection(); 240 var selection = new Selection(); 249 hits[hitType.pluralName] = new Selection(); 309 var newSelection = new Selection(); 327 var selection = new Selection(); 344 Selection: Selection,
|
D | selection_test.js | 23 var sel = new tracing.Selection(); 51 var sel = new tracing.Selection();
|
D | timeline_view_test.js | 86 var selection = new tracing.Selection(); 121 var selection = new tracing.Selection();
|
D | find_control_test.js | 22 this.selection = new tracing.Selection(); 98 timeline.selection = new tracing.Selection();
|
D | timeline_track_view_test.js | 88 var result = new tracing.Selection(); 97 var result = new tracing.Selection();
|
/external/clang/test/CodeGenObjC/ |
D | debuginfo-properties.m | 10 @class Selection; 13 @property (nonatomic, retain) Selection* selection; 21 Selection *_selection; 30 Selection *_selection;
|
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/input/ |
D | AdapterInputConnection.java | 9 import android.text.Selection; 146 Selection.setSelection(editable, selectionStart, selectionEnd); in updateState() 163 int selectionStart = Selection.getSelectionStart(editable); in updateSelectionIfRequired() 164 int selectionEnd = Selection.getSelectionEnd(editable); in updateSelectionIfRequired() 263 et.selectionStart = Selection.getSelectionStart(editable); in getExtractedText() 264 et.selectionEnd = Selection.getSelectionEnd(editable); in getExtractedText() 300 int availableBefore = Selection.getSelectionStart(editable); in deleteSurroundingText() 301 int availableAfter = editable.length() - Selection.getSelectionEnd(editable); in deleteSurroundingText() 331 int selectionStart = Selection.getSelectionStart(editable); in sendKeyEvent() 332 int selectionEnd = Selection.getSelectionEnd(editable); in sendKeyEvent() [all …]
|
/external/chromium_org/chrome/browser/ui/omnibox/ |
D | omnibox_popup_model.h | 93 const AutocompleteResult::Selection& manually_selected_match() const { in manually_selected_match() 128 AutocompleteResult::Selection manually_selected_match_;
|
/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_;
|
/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()
|
/external/chromium_org/chrome/browser/autocomplete/ |
D | autocomplete_result.h | 31 struct Selection { struct 32 Selection() in Selection() argument
|
/external/chromium_org/third_party/WebKit/Source/core/page/ |
D | Selection.idl | 30 // This is based off of Mozilla's Selection interface 31 // https://developer.mozilla.org/En/DOM/Selection 34 ] interface Selection {
|
/external/chromium_org/third_party/WebKit/ManualTests/ |
D | svg-text-selection.svg | 4 … <text x="0" y="100" fill="black" font-size="32">Selection will be constrained to this line.</text>
|