Home
last modified time | relevance | path

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

12345678910

/third_party/openssl/test/ssl-tests/
D20-cert-select.conf5 test-0 = 0-ECDSA CipherString Selection
6 test-1 = 1-ECDSA CipherString Selection
7 test-2 = 2-ECDSA CipherString Selection
8 test-3 = 3-Ed25519 CipherString and Signature Algorithm Selection
9 test-4 = 4-Ed448 CipherString and Signature Algorithm Selection
11 test-6 = 6-RSA CipherString Selection
12 test-7 = 7-RSA-PSS Certificate CipherString Selection
13 test-8 = 8-P-256 CipherString and Signature Algorithm Selection
14 test-9 = 9-Ed25519 CipherString and Curves Selection
15 test-10 = 10-Ed448 CipherString and Curves Selection
[all …]
D20-cert-select.conf.in54 name => "ECDSA CipherString Selection",
70 name => "ECDSA CipherString Selection",
94 name => "ECDSA CipherString Selection",
114 name => "Ed25519 CipherString and Signature Algorithm Selection",
131 name => "Ed448 CipherString and Signature Algorithm Selection",
171 name => "RSA CipherString Selection",
184 name => "RSA-PSS Certificate CipherString Selection",
197 name => "P-256 CipherString and Signature Algorithm Selection",
212 name => "Ed25519 CipherString and Curves Selection",
229 name => "Ed448 CipherString and Curves Selection",
[all …]
/third_party/flutter/engine/flutter/shell/platform/android/io/flutter/plugin/editing/
DInputConnectionAdaptor.java12 import android.text.Selection;
59 int selectionStart = Selection.getSelectionStart(mEditable); in updateEditingState()
60 int selectionEnd = Selection.getSelectionEnd(mEditable); in updateEditingState()
106 if (Selection.getSelectionStart(mEditable) == -1) in deleteSurroundingText()
157 … int selStart = clampIndexToEditable(Selection.getSelectionStart(mEditable), mEditable); in sendKeyEvent()
158 int selEnd = clampIndexToEditable(Selection.getSelectionEnd(mEditable), mEditable); in sendKeyEvent()
161 Selection.setSelection(mEditable, selStart); in sendKeyEvent()
173 Selection.extendRight(mEditable, mLayout); in sendKeyEvent()
175 Selection.extendLeft(mEditable, mLayout); in sendKeyEvent()
185 Selection.setSelection(mEditable, selStart, selStart - 1); in sendKeyEvent()
[all …]
DTextInputPlugin.java12 import android.text.Selection;
224 outAttrs.initialSelStart = Selection.getSelectionStart(mEditable); in createInputConnection()
225 outAttrs.initialSelEnd = Selection.getSelectionEnd(mEditable); in createInputConnection()
290 Selection.setSelection(mEditable, selStart, selEnd); in applyStateToSelection()
292 Selection.removeSelection(mEditable); in applyStateToSelection()
299 mImm.updateSelection(mView, Math.max(Selection.getSelectionStart(mEditable), 0), in setTextInputEditingState()
300 Math.max(Selection.getSelectionEnd(mEditable), 0), in setTextInputEditingState()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCSectionCOFF.h50 mutable int Selection; variable
55 MCSymbol *COMDATSymbol, int Selection, SectionKind K, in MCSectionCOFF() argument
59 Selection(Selection) { in MCSectionCOFF()
72 int getSelection() const { return Selection; } in getSelection()
74 void setSelection(int Selection) const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCSectionCOFF.cpp31 void MCSectionCOFF::setSelection(int Selection) const { in setSelection()
32 assert(Selection != 0 && "invalid COMDAT selection type"); in setSelection()
33 this->Selection = Selection; in setSelection()
73 switch (Selection) { in PrintSwitchToSection()
/third_party/boost/libs/icl/doc/
Dfunctions_selection.qbk10 [/ //= Selection ===================================================================]
11 [section Selection]
14 [[['*Selection*]] [__ch_itv_sets__][__ch_itv_maps__][__ch_ele_sets__][__ch…
31 [[['*Selection*]] [Types] [Description] …
70 [endsect][/ Selection]
/third_party/skia/experimental/sktext/editor/
DSelection.cpp9 void Selection::select(TextRange range, SkRect rect) { in select()
17 void Selection::paint(SkCanvas* canvas, SkPoint xy) { in paint()
DSelection.h21 class Selection {
23 Selection(SkColor color) : fTextRanges(), fGlyphRanges(), fGlyphBoxes() { in Selection() function
DTexts.h144 , fSelection(std::make_unique<Selection>(DEFAULT_SELECTION_COLOR)) { in EditableText()
209 std::unique_ptr<Selection> fSelection;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/FuzzMutate/
DRandom.h35 typename std::remove_const<T>::type Selection = {}; variable
46 return Selection; in getSelection()
67 Selection = Item; in sample()
/third_party/mingw-w64/mingw-w64-headers/include/
Dmsacmdlg.dlg8 CAPTION "Sound Selection"
36 CAPTION "Filter Selection"
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DSDNodeProperties.td11 // Selection DAG Pattern Operations
17 // Selection DAG Node Properties.
/third_party/skia/experimental/sktext/
DBUILD.gn88 "editor/Selection.cpp",
106 "editor/Selection.cpp",
/third_party/typescript_eslint/packages/shared-fixtures/fixtures/typescript/namespaces-and-modules/
Ddeclare-namespace-with-exported-function.src.ts2 export function select(selector: string): Selection<any>;
/third_party/boost/libs/mpl/doc/src/refmanual/
Drefmanual.toc18 Metafunctions/Type Selection
Deval_if.rst1 .. Metafunctions/Type Selection//eval_if |30
Deval_if_c.rst1 .. Metafunctions/Type Selection//eval_if_c |40
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_shader_viewport_layer_array.txt102 Move Subsection 11.3.4.6, "Layer and Viewport Selection" into a new section
103 11.4, "Layer and Viewport Selection", renumber surrounding sections
139 Update numbering of "Layer and Viewport Selection" section to 11.4.
156 of the shader that take that path. See section 11.4, "Layer and Viewport Selection"
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp1301 int Selection = 0; in getExplicitSectionGlobal() local
1306 Selection = getSelectionForCOFF(GO); in getExplicitSectionGlobal()
1308 if (Selection == COFF::IMAGE_COMDAT_SELECT_ASSOCIATIVE) in getExplicitSectionGlobal()
1318 Selection = 0; in getExplicitSectionGlobal()
1323 Selection); in getExplicitSectionGlobal()
1354 int Selection = getSelectionForCOFF(GO); in SelectSectionForGlobal() local
1355 if (!Selection) in SelectSectionForGlobal()
1356 Selection = COFF::IMAGE_COMDAT_SELECT_NODUPLICATES; in SelectSectionForGlobal()
1378 COMDATSymName, Selection, UniqueID); in SelectSectionForGlobal()
1383 Selection, UniqueID); in SelectSectionForGlobal()
/third_party/flutter/skia/src/sfnt/
DSkOTTable_OS_2_VA.h99 union Selection { union
DSkOTTable_OS_2_V0.h97 union Selection { union
/third_party/icu/icu4c/source/test/testdata/
Dtestnorm.txt16 # Selection of Canonical_Combining_Class (ccc) values
/third_party/skia/src/sfnt/
DSkOTTable_OS_2_VA.h99 union Selection { union
DSkOTTable_OS_2_V0.h97 union Selection { union

12345678910