/third_party/openssl/test/ssl-tests/ |
D | 20-cert-select.conf | 5 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 …]
|
D | 20-cert-select.conf.in | 54 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/ |
D | InputConnectionAdaptor.java | 12 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 …]
|
D | TextInputPlugin.java | 12 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/ |
D | MCSectionCOFF.h | 50 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/ |
D | MCSectionCOFF.cpp | 31 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/ |
D | functions_selection.qbk | 10 [/ //= 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/ |
D | Selection.cpp | 9 void Selection::select(TextRange range, SkRect rect) { in select() 17 void Selection::paint(SkCanvas* canvas, SkPoint xy) { in paint()
|
D | Selection.h | 21 class Selection { 23 Selection(SkColor color) : fTextRanges(), fGlyphRanges(), fGlyphBoxes() { in Selection() function
|
D | Texts.h | 144 , 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/ |
D | Random.h | 35 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/ |
D | msacmdlg.dlg | 8 CAPTION "Sound Selection" 36 CAPTION "Filter Selection"
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | SDNodeProperties.td | 11 // Selection DAG Pattern Operations 17 // Selection DAG Node Properties.
|
/third_party/skia/experimental/sktext/ |
D | BUILD.gn | 88 "editor/Selection.cpp", 106 "editor/Selection.cpp",
|
/third_party/typescript_eslint/packages/shared-fixtures/fixtures/typescript/namespaces-and-modules/ |
D | declare-namespace-with-exported-function.src.ts | 2 export function select(selector: string): Selection<any>;
|
/third_party/boost/libs/mpl/doc/src/refmanual/ |
D | refmanual.toc | 18 Metafunctions/Type Selection
|
D | eval_if.rst | 1 .. Metafunctions/Type Selection//eval_if |30
|
D | eval_if_c.rst | 1 .. Metafunctions/Type Selection//eval_if_c |40
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_shader_viewport_layer_array.txt | 102 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/ |
D | TargetLoweringObjectFileImpl.cpp | 1301 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/ |
D | SkOTTable_OS_2_VA.h | 99 union Selection { union
|
D | SkOTTable_OS_2_V0.h | 97 union Selection { union
|
/third_party/icu/icu4c/source/test/testdata/ |
D | testnorm.txt | 16 # Selection of Canonical_Combining_Class (ccc) values
|
/third_party/skia/src/sfnt/ |
D | SkOTTable_OS_2_VA.h | 99 union Selection { union
|
D | SkOTTable_OS_2_V0.h | 97 union Selection { union
|