Home
last modified time | relevance | path

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

12345678910

/third_party/openssl/test/ssl-tests/
D20-cert-select.cnf5 test-0 = 0-ECDSA CipherString Selection
6 test-1 = 1-ECDSA CipherString Selection
7 test-2 = 2-ECDSA CipherString Selection
8 test-3 = 3-RSA CipherString Selection
9 test-4 = 4-P-256 CipherString and Signature Algorithm Selection
10 test-5 = 5-ECDSA CipherString Selection, no ECDSA certificate
11 test-6 = 6-ECDSA Signature Algorithm Selection
12 test-7 = 7-ECDSA Signature Algorithm Selection SHA384
13 test-8 = 8-ECDSA Signature Algorithm Selection compressed point
14 test-9 = 9-ECDSA Signature Algorithm Selection, no ECDSA certificate
[all …]
D20-cert-select.cnf.in65 name => "ECDSA CipherString Selection",
81 name => "ECDSA CipherString Selection",
105 name => "ECDSA CipherString Selection",
125 name => "RSA CipherString Selection",
138 name => "P-256 CipherString and Signature Algorithm Selection",
153 name => "ECDSA CipherString Selection, no ECDSA certificate",
166 name => "ECDSA Signature Algorithm Selection",
179 name => "ECDSA Signature Algorithm Selection SHA384",
192 name => "ECDSA Signature Algorithm Selection compressed point",
209 name => "ECDSA Signature Algorithm Selection, no ECDSA certificate",
[all …]
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/impl/
DSelection.java12 public final class Selection { class
30 public Selection set(Selection other) { in set()
37 public Selection set(int anchor, int caret, boolean clickAfter) { in set()
45 Selection other2 = (Selection)other; in equals()
51 public boolean isLessThan(Selection other) { in isLessThan()
55 public Selection pin(String text) { in pin()
71 public Selection swap(Selection after) { in swap()
84 public Selection fixAfterReplace(int start, int end, int len) { in fixAfterReplace()
109 public Selection nextBound(BreakIterator breaker, in nextBound()
DDumbTextComponent.java53 private Selection selection = new Selection();
57 private transient Selection tempSelection = new Selection();
406 public void select(Selection newSelection) { in select()
636 public Selection point2Offset(Point p, Selection o) { in point2Offset()
/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()
DMCContext.cpp438 StringRef COMDATSymName, int Selection, in getCOFFSection() argument
449 COFFSectionKey T{Section, COMDATSymName, Selection, UniqueID}; in getCOFFSection()
461 CachedName, Characteristics, COMDATSymbol, Selection, Kind, Begin); in getCOFFSection()
/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/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/CodeGen/
DSDNodeProperties.td11 // Selection DAG Pattern Operations
17 // Selection DAG Node Properties.
/third_party/skia/experimental/sktext/
DBUILD.gn109 "editor/Selection.cpp",
127 "editor/Selection.cpp",
/third_party/node/deps/v8/tools/turbolizer/src/
Dresizer.ts105 resizerRight: d3.Selection<HTMLDivElement, any, any, any>;
106 resizerLeft: d3.Selection<HTMLDivElement, any, any, any>;
107 resizerRanges: d3.Selection<HTMLDivElement, any, any, any>;
Dgraph-view.ts39 divElement: d3.Selection<any, any, any, any>;
40 svg: d3.Selection<any, any, any, any>;
44 graphElement: d3.Selection<any, any, any, any>;
45 visibleNodes: d3.Selection<any, GNode, any, any>;
46 visibleEdges: d3.Selection<any, Edge, any, any>;
49 visibleBubbles: d3.Selection<any, any, any, any>;
/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/vk-gl-cts/external/vulkan-docs/src/appendices/
DVK_EXT_image_view_min_lod.txt24 <<textures-image-level-selection,Image Level(s) Selection>> and
/third_party/skia/src/sfnt/
DSkOTTable_OS_2_V0.h97 union Selection { union
DSkOTTable_OS_2_VA.h99 union Selection { union
/third_party/icu/icu4c/source/test/testdata/
Dtestnorm.txt16 # Selection of Canonical_Combining_Class (ccc) values
/third_party/openGLES/extensions/ARB/
DARB_shader_viewport_layer_array.txt112 Move Subsection 11.3.4.6, "Layer and Viewport Selection" into a new section
113 11.4, "Layer and Viewport Selection", renumber surrounding sections
179 Viewport Selection" of the OpenGL Specification. It might be undefined,
221 11.4 "Layer and Viewport Selection" of the OpenGL Graphics System
/third_party/mesa3d/docs/relnotes/
D7.5.1.rst51 - Selection/Feedback mode didn't handle polygon culling correctly (bug
/third_party/python/Doc/library/
Dtkinter.dnd.rst23 Selection of a target object occurs as follows:
/third_party/skia/third_party/externals/egl-registry/extensions/ANDROID/
DEGL_ANDROID_framebuffer_target.txt73 Attribute Default Selection Sort Sort

12345678910