/external/wayland-protocols/freedesktop.org/unstable/primary-selection/ |
D | primary-selection-unstable-v1.xml | 26 <description summary="Primary selection protocol"> 27 This protocol provides the ability to have a primary selection device to 28 match that of the X server. This primary selection is a shortcut to the 29 common clipboard selection, where text just needs to be selected in order 33 Clients wishing to honor primary selection should create a primary 34 selection source and set it as the selection through 35 wp_primary_selection_device.set_selection whenever the text selection 36 changes. In order to minimize calls in pointer-driven text selection, 45 When the primary selection changes, the client with the keyboard focus 46 will receive wp_primary_selection_device.selection events. Only the client [all …]
|
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/trackselection/ |
D | TrackSelection.java | 29 * A track selection consisting of a static subset of selected tracks belonging to a {@link 45 /** The track selection reason. One of the {@link C} SELECTION_REASON_ constants. */ 47 /** Optional data associated with this selection of tracks. */ 62 * @param reason The track selection reason. One of the {@link C} SELECTION_REASON_ constants. 63 * @param data Optional data associated with this selection of tracks. 81 * <p>Implementations that create at most one adaptive track selection may use {@link 95 * Enables the track selection. Dynamic changes via {@link #updateSelectedTrack(long, long, long, 99 * <p>This method may not be called when the track selection is already enabled. 104 * Disables this track selection. No further dynamic changes via {@link #updateSelectedTrack(long, 108 * <p>This method may only be called when the track selection is already enabled. [all …]
|
D | TrackSelectionUtil.java | 24 /** Track selection related utility methods. */ 29 /** Functional interface to create a single adaptive track selection. */ 33 * Creates an adaptive track selection for the provided track selection definition. 35 * @param trackSelectionDefinition A {@link Definition} for the track selection. 36 * @return The created track selection. 42 * Creates track selections for an array of track selection definitions, with at most one 43 * multi-track adaptive selection. 45 * @param definitions The list of track selection {@link Definition definitions}. May include null 47 * @param adaptiveTrackSelectionFactory A factory for the multi-track adaptive track selection. 48 * @return The array of created track selection. For null entries in {@code definitions} returns
|
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L4A6RG/Drivers/STM32L4xx_HAL_Driver/Inc/ |
D | stm32l4xx_hal_gpio_ex.h | 62 /** @defgroup GPIOEx_Alternate_function_selection GPIOEx Alternate function selection 69 * @brief AF 0 selection 80 * @brief AF 1 selection 88 * @brief AF 2 selection 94 * @brief AF 3 selection 101 * @brief AF 4 selection 108 * @brief AF 5 selection 114 * @brief AF 6 selection 120 * @brief AF 7 selection 127 * @brief AF 8 selection [all …]
|
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Drivers/STM32L4xx_HAL_Driver/Inc/ |
D | stm32l4xx_hal_gpio_ex.h | 62 /** @defgroup GPIOEx_Alternate_function_selection GPIOEx Alternate function selection 69 * @brief AF 0 selection 80 * @brief AF 1 selection 88 * @brief AF 2 selection 94 * @brief AF 3 selection 101 * @brief AF 4 selection 108 * @brief AF 5 selection 114 * @brief AF 6 selection 120 * @brief AF 7 selection 127 * @brief AF 8 selection [all …]
|
/external/chromium-trace/catapult/third_party/polymer/components/iron-selector/ |
D | iron-selection.html | 21 this.selection = []; 33 * the selected item or undefined if there is no selection. 36 return this.multi ? this.selection.slice() : this.selection[0]; 40 * Clears all the selection except the ones indicated. 46 this.selection.slice().forEach(function(item) { 57 * @param {*} item The item whose selection state should be checked. 61 return this.selection.indexOf(item) >= 0; 65 * Sets the selection state for a given item to either selected or deselected. 74 // proceed to update selection only if requested state differs from current 76 this.selection.push(item); [all …]
|
/external/perfetto/ui/src/controller/ |
D | selection_controller.ts | 52 const selection = globals.state.currentSelection; constant 53 if (!selection || selection.kind === 'AREA') return; 57 if (!selectWithId.includes(selection.kind) || 58 (selectWithId.includes(selection.kind) && 59 selection.id === this.lastSelectedId && 60 selection.kind === this.lastSelectedKind)) { 63 const selectedId = selection.id; 64 const selectedKind = selection.kind; 70 if (selection.kind === 'COUNTER') { 72 this.counterDetails(selection.leftTs, selection.rightTs, selection.id) [all …]
|
D | heap_profile_controller.ts | 87 const selection = globals.state.currentHeapProfileFlamegraph; constant 89 if (!selection) return; 91 if (this.shouldRequestData(selection)) { 97 this.copyHeapProfile(selection); 100 selection.type, 111 selection.focusRegex) { 115 this.lastSelectedHeapProfile = this.copyHeapProfile(selection); 133 selection.ts, 138 if (flamegraphData !== undefined && selection && 139 selection.kind === selectedHeapProfile.kind && [all …]
|
/external/llvm-project/llvm/test/CodeGen/PowerPC/ |
D | fmf-propagation.ll | 17 ; FMFDEBUG-LABEL: Optimized lowered selection DAG: %bb.0 'fmul_fadd_contract1:' 19 ; FMFDEBUG: Type-legalized selection DAG: %bb.0 'fmul_fadd_contract1:' 40 ; FMFDEBUG-LABEL: Optimized lowered selection DAG: %bb.0 'fmul_fadd_contract2:' 42 ; FMFDEBUG: Type-legalized selection DAG: %bb.0 'fmul_fadd_contract2:' 63 ; FMFDEBUG-LABEL: Optimized lowered selection DAG: %bb.0 'fmul_fadd_reassoc1:' 65 ; FMFDEBUG: Type-legalized selection DAG: %bb.0 'fmul_fadd_reassoc1:' 86 ; FMFDEBUG-LABEL: Optimized lowered selection DAG: %bb.0 'fmul_fadd_reassoc2:' 88 ; FMFDEBUG: Type-legalized selection DAG: %bb.0 'fmul_fadd_reassoc2:' 109 ; FMFDEBUG-LABEL: Optimized lowered selection DAG: %bb.0 'fmul_fadd_fast1:' 111 ; FMFDEBUG: Type-legalized selection DAG: %bb.0 'fmul_fadd_fast1:' [all …]
|
/external/llvm-project/llvm/test/CodeGen/ARM/GlobalISel/ |
D | arm-unsupported.ll | 12 ; CHECK-LABEL: warning: Instruction selection used fallback path for test_int_vectors 19 ; CHECK-LABEL: warning: Instruction selection used fallback path for test_float_vectors 26 ; CHECK-LABEL: warning: Instruction selection used fallback path for test_i64 33 ; CHECK-LABEL: warning: Instruction selection used fallback path for test_i64_arr 39 ; CHECK-LABEL: warning: Instruction selection used fallback path for test_i128 46 ; CHECK-LABEL: warning: Instruction selection used fallback path for test_funny_ints 53 ; CHECK-LABEL: warning: Instruction selection used fallback path for test_half 62 ; CHECK-LABEL: warning: Instruction selection used fallback path for test_ret_demotion 73 ; CHECK-LABEL: warning: Instruction selection used fallback path for test_large_struct_return 82 ; CHECK-LABEL: warning: Instruction selection used fallback path for test_mixed_struct [all …]
|
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/impl/ |
D | DumbTextComponent.java | 53 private Selection selection = new Selection(); field in DumbTextComponent 57 private transient Selection tempSelection = new Selection(); 189 int start = selection.getStart(); in keyPressed() 190 int end = selection.getEnd(); in keyPressed() 228 tempSelection.set(selection); in keyPressed() 234 tempSelection.set(selection); in keyPressed() 240 tempSelection.set(selection); in keyPressed() 249 tempSelection.set(selection); in keyPressed() 260 start = selection.getStart(); in keyPressed() 261 end = selection.getEnd(); in keyPressed() [all …]
|
D | Selection.java | 12 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()
|
/external/llvm-project/clang/lib/Tooling/Refactoring/ |
D | ASTSelection.cpp | 35 /// of the cursor or overlap with the selection range. 39 ASTSelectionFinder(SourceRange Selection, FileID TargetFile, in ASTSelectionFinder() argument 42 SelectionBegin(Selection.getBegin()), in ASTSelectionFinder() 43 SelectionEnd(Selection.getBegin() == Selection.getEnd() in ASTSelectionFinder() 45 : Selection.getEnd()), in ASTSelectionFinder() 65 // a meaningful selection tree. in TraversePseudoObjectExpr() 105 // Stop early when we've reached a declaration after the selection. in TraverseDecl() 147 // Do a quick check when the selection is of length 0. in selectionKindFor() 159 // Ensure there's at least some overlap with the 'start'/'end' selection in selectionKindFor() 192 "selection range must span one file"); in findSelectedASTNodes() [all …]
|
/external/llvm-project/clang-tools-extra/clangd/ |
D | Selection.h | 1 //===--- Selection.h - What's under the cursor? -------------------*-C++-*-===// 30 // by the selection. 52 // A selection can partially or completely cover several AST nodes. 68 // selected in the AST. (Returning a selection forest is unreasonably difficult 78 // Create selection trees for the given range, and pass them to Func. 80 // There may be multiple possible selection trees: 90 // Create a selection tree for the given range. 105 // Describes to what extent an AST node is covered by the selection. 106 enum Selection : unsigned char { enum 107 // The AST node owns no characters covered by the selection. [all …]
|
/external/clang/test/CodeGenObjC/ |
D | debuginfo-properties.m | 10 @class Selection; 13 @property (nonatomic, retain) Selection* selection; property 14 // CHECK: !DISubprogram(name: "-[MyClass selection]" 20 // CHECK: !DISubprogram(name: "-[OtherClass selection]" 30 Selection *_selection; 35 @synthesize selection = _selection; 39 Selection *_selection; 43 @synthesize selection = _selection;
|
/external/llvm-project/clang/test/CodeGenObjC/ |
D | debuginfo-properties.m | 10 @class Selection; 13 @property (nonatomic, retain) Selection* selection; property 17 Selection *_selection; 22 @synthesize selection = _selection; 23 // CHECK: !DISubprogram(name: "-[MyClass selection]" 32 Selection *_selection; 36 @synthesize selection = _selection; 37 // CHECK: !DISubprogram(name: "-[OtherClass selection]"
|
/external/perfetto/ui/src/frontend/ |
D | keyboard_event_handler.ts | 34 const selection = globals.state.currentSelection; constant 36 if (selection && selection.kind === 'AREA') { 38 } else if (selection) { 169 const selection = globals.state.currentSelection; constant 172 if (selection !== null) { 173 if (selection.kind === 'SLICE' || selection.kind === 'CHROME_SLICE') { 182 } else if (selection.kind === 'THREAD_STATE') { 188 } else if (selection.kind === 'COUNTER') { 189 startTs = selection.leftTs; 190 endTs = selection.rightTs; [all …]
|
/external/exoplayer/tree/library/ui/src/main/java/com/google/android/exoplayer2/ui/ |
D | TrackSelectionDialogBuilder.java | 36 /** Callback which is invoked when a track selection has been made. */ 43 * @param overrides List of selected track selection overrides for the renderer. 62 * Creates a builder for a track selection dialog. 68 * selection is shown. 69 * @param callback The {@link DialogCallback} invoked when a track selection has been made. 86 * Creates a builder for a track selection dialog which automatically updates a {@link 91 * @param trackSelector A {@link DefaultTrackSelector} whose current selection is used to set up 94 * selection is shown. 122 * Sets whether the selection is initially shown as disabled. 124 * @param isDisabled Whether the selection is initially shown as disabled. [all …]
|
/external/llvm-project/mlir/test/Dialect/SPIRV/Serialization/ |
D | selection.mlir | 3 // Selection with both then and else branches 6 spv.func @selection(%cond: i1) -> () "None" { 14 // CHECK-NEXT: spv.selection control(Flatten) 17 spv.selection control(Flatten) { 55 // Selection with only then branch 56 // Selection in function entry block 59 // CHECK: spv.func @selection(%[[ARG:.*]]: i1 60 spv.func @selection(%cond: i1) -> (i32) "None" { 63 // CHECK-NEXT: spv.selection 64 spv.selection {
|
/external/llvm-project/clang/test/Refactor/ |
D | tool-test-support.c | 1 // RUN: clang-refactor local-rename -selection=test:%s -new-name=test -v %s -- | FileCheck %s 15 // CHECK: Test selection group '': 20 // CHECK-NEXT: Test selection group 'named': 27 // CHECK-NEXT: -selection={{.*}}tool-test-support.c:3:11 30 // CHECK-NEXT: -selection={{.*}}tool-test-support.c:7:15 33 // CHECK-NEXT: -selection={{.*}}tool-test-support.c:9:29 36 // CHECK-NEXT: -selection={{.*}}tool-test-support.c:13:19 -> {{.*}}tool-test-support.c:13:22 43 // CHECK-NEXT: -selection={{.*}}tool-test-support.c:5:17 46 // CHECK-NEXT: -selection={{.*}}tool-test-support.c:11:20
|
/external/libkmsxx/kms++util/src/ |
D | videodevice.cpp | 124 struct v4l2_selection selection; in v4l2_get_selection() local 128 selection.type = V4L2_BUF_TYPE_VIDEO_OUTPUT; in v4l2_get_selection() 129 selection.target = V4L2_SEL_TGT_CROP; in v4l2_get_selection() 132 selection.type = V4L2_BUF_TYPE_VIDEO_CAPTURE; in v4l2_get_selection() 133 selection.target = V4L2_SEL_TGT_COMPOSE; in v4l2_get_selection() 138 r = ioctl(fd, VIDIOC_G_SELECTION, &selection); in v4l2_get_selection() 141 left = selection.r.left; in v4l2_get_selection() 142 top = selection.r.top; in v4l2_get_selection() 143 width = selection.r.width; in v4l2_get_selection() 144 height = selection.r.height; in v4l2_get_selection() [all …]
|
/external/llvm-project/clang/unittests/Tooling/ |
D | RefactoringActionRulesTest.cpp | 60 std::pair<SourceRange, int> Selection; in TEST_F() member in __anon30afe9f50111::TEST_F::ReplaceAWithB 63 ReplaceAWithB(std::pair<SourceRange, int> Selection) in TEST_F() argument 64 : Selection(Selection) {} in TEST_F() 68 std::pair<SourceRange, int> Selection) { in TEST_F() argument 69 return ReplaceAWithB(Selection); in TEST_F() 76 Selection.first.getBegin().getLocWithOffset(Selection.second); in TEST_F() 200 SourceRange Selection; in TEST_F() member in __anon30afe9f50111::TEST_F::FindOccurrences 203 FindOccurrences(SourceRange Selection) : Selection(Selection) {} in TEST_F() argument 206 SourceRange Selection) { in TEST_F() argument 207 return FindOccurrences(Selection); in TEST_F() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/PBQP/ |
D | Solution.h | 25 /// To get the selection for each node in the problem use the getSelection method. 35 /// Set the selection for a given node. 37 /// @param selection Selection for nodeId. 38 void setSelection(GraphBase::NodeId nodeId, unsigned selection) { in setSelection() argument 39 selections[nodeId] = selection; in setSelection() 42 /// Get a node's selection. 44 /// @return The selection for nodeId; 47 assert(sItr != selections.end() && "No selection for node."); in getSelection()
|
/external/llvm-project/llvm/include/llvm/CodeGen/PBQP/ |
D | Solution.h | 25 /// To get the selection for each node in the problem use the getSelection method. 35 /// Set the selection for a given node. 37 /// @param selection Selection for nodeId. 38 void setSelection(GraphBase::NodeId nodeId, unsigned selection) { in setSelection() argument 39 selections[nodeId] = selection; in setSelection() 42 /// Get a node's selection. 44 /// @return The selection for nodeId; 47 assert(sItr != selections.end() && "No selection for node."); in getSelection()
|
/external/llvm-project/clang/tools/clang-refactor/ |
D | TestSupport.h | 33 /// A source selection range that's specified in a test file using an inline 36 /// - /*range=*/ will create an empty selection range in the default group 38 /// - /*range a=*/ will create an empty selection range in the 'a' group right 40 /// - /*range = +1*/ will create an empty selection range at a location that's 42 /// - /*range= -> +2:3*/ will create a selection range that starts at the 52 /// A set of test selection ranges specified in one file. 69 /// Extracts the grouped selection ranges from the file that's specified in 70 /// the -selection=test:<filename> option. 77 /// The selection range is then computed from this command by taking the ending 79 /// for that location. That location in turns becomes the whole selection range, [all …]
|