Home
last modified time | relevance | path

Searched full:selected (Results 1 – 25 of 1687) sorted by relevance

12345678910>>...68

/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/
H A DASTSelection.h27 /// A node that's not selected.
30 /// A node that's considered to be selected because the whole selection range
33 /// A node that's considered to be selected because the start of the selection
36 /// A node that's considered to be selected because the end of the selection
40 /// A node that's considered to be selected because the node is entirely in
45 /// Represents a selected AST node.
48 /// follows the top-down shape of the actual AST. Each selected node has
50 /// actually be selected, e.g. a statement in macro whose child is in a macro
67 /// Traverses the given ASTContext and creates a tree of selected AST nodes.
69 /// \returns std::nullopt if no nodes are selected in the AST, or a selected AST
[all …]
/freebsd/contrib/dialog/
H A Dbuildlist.c76 index2row(ALL_DATA * all, int choice, int selected) in index2row() argument
78 MY_DATA *data = all->list + selected; in index2row()
94 TRACE(("! index2row(choice %d, %s) = %d\n", choice, mySide(selected), result)); in index2row()
102 row2index(ALL_DATA * all, int row, int selected) in row2index() argument
104 MY_DATA *data = all->list + selected; in row2index()
116 TRACE(("! row2index(row %d, %s) = %d\n", row, mySide(selected), result)); in row2index()
121 * Print list item. The 'selected' parameter is true if 'choice' is the
129 int selected) in print_item() argument
150 dlg_print_listitem(win, item->name, climit, first, selected); in print_item()
157 dlg_print_listitem(win, show, climit, first, selected); in print_item()
[all …]
/freebsd/lib/libdevstat/
H A Ddevstat.c491 * Devices are selected/deselected based upon the following criteria:
496 * devices haven't already been selected and if the user has not
501 * - current number of devices selected (num_selected)
516 * - number of devices selected on the command line by the user
520 * selected by the user or devices matching a pattern given by the
521 * user will be selected in addition to devices that are already
522 * selected. Additional devices will be selected, up to maxshowdevs
526 * given by the user will be selected. No other devices will be
527 * selected.
530 * current selected, as only mode would, but it will also not
[all …]
/freebsd/lib/libpmc/pmu-events/arch/x86/tigerlake/
H A Dmemory.json25 …"BriefDescription": "Counts randomly selected loads when the latency from first dispatch to comple…
35 …"PublicDescription": "Counts randomly selected loads when the latency from first dispatch to compl…
41 …"BriefDescription": "Counts randomly selected loads when the latency from first dispatch to comple…
51 …"PublicDescription": "Counts randomly selected loads when the latency from first dispatch to compl…
57 …"BriefDescription": "Counts randomly selected loads when the latency from first dispatch to comple…
67 …"PublicDescription": "Counts randomly selected loads when the latency from first dispatch to compl…
73 …"BriefDescription": "Counts randomly selected loads when the latency from first dispatch to comple…
83 …"PublicDescription": "Counts randomly selected loads when the latency from first dispatch to compl…
89 …"BriefDescription": "Counts randomly selected loads when the latency from first dispatch to comple…
99 …"PublicDescription": "Counts randomly selected loads when the latency from first dispatch to compl…
[all …]
/freebsd/contrib/llvm-project/clang/lib/Tooling/Refactoring/
H A DASTSelection.cpp35 /// Constructs the tree of selected AST nodes that either contain the location
48 // The TU decl is the root of the selected node tree. in ASTSelectionFinder()
263 /// selected statement.
267 // - The string literal in ObjC string literal is selected, e.g.: in getSelectionCanonizalizationAction()
272 // The entire call should be selected when just the member expression in getSelectionCanonizalizationAction()
274 // is selected. in getSelectionCanonizalizationAction()
319 /// Finds the set of bottom-most selected AST nodes that are in the selection
382 // Code range is selected when the selection range is not empty. in create()
392 SelectedNodeWithParents &Selected = ContainSelection[0]; in create() local
393 if (!Selected.Node.get().Node.get<Stmt>()) in create()
[all …]
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DStackFrameList.h45 /// Mark a stack frame as the currently selected frame and return its index.
48 /// Get the currently selected frame index.
50 /// selected a frame, and (b) if this really is a user facing
59 /// Mark a stack frame as the currently selected frame using the frame index
60 /// \p idx. Like \ref GetFrameAtIndex, invisible frames cannot be selected.
77 /// If the currently selected frame comes from the currently selected thread,
151 /// The currently selected frame. An optional is used to record whether anyone
152 /// has set the selected frame on this stack yet. We only let recognizers
165 /// The program counter value at the currently selected synthetic activation.
/freebsd/crypto/openssl/test/ssl-tests/
H A D09-alpn.cnf13 test-8 = 8-alpn-selected-sni-server-supports-alpn
14 test-9 = 9-alpn-selected-sni-server-does-not-support-alpn
290 [8-alpn-selected-sni-server-supports-alpn]
291 ssl_conf = 8-alpn-selected-sni-server-supports-alpn-ssl
293 [8-alpn-selected-sni-server-supports-alpn-ssl]
294 server = 8-alpn-selected-sni-server-supports-alpn-server
295 client = 8-alpn-selected-sni-server-supports-alpn-client
296 server2 = 8-alpn-selected-sni-server-supports-alpn-server2
298 [8-alpn-selected-sni-server-supports-alpn-server]
303 [8-alpn-selected-sni-server-supports-alpn-server2]
[all …]
H A D08-npn.cnf15 test-10 = 10-npn-selected-sni-server-supports-npn
16 test-11 = 11-npn-selected-sni-server-does-not-support-npn
366 [10-npn-selected-sni-server-supports-npn]
367 ssl_conf = 10-npn-selected-sni-server-supports-npn-ssl
369 [10-npn-selected-sni-server-supports-npn-ssl]
370 server = 10-npn-selected-sni-server-supports-npn-server
371 client = 10-npn-selected-sni-server-supports-npn-client
372 server2 = 10-npn-selected-sni-server-supports-npn-server2
374 [10-npn-selected-sni-server-supports-npn-server]
379 [10-npn-selected-sni-server-supports-npn-server2]
[all …]
/freebsd/usr.sbin/bsdinstall/scripts/
H A Dfirmware59 local desc status height width rows selected retval
78 selected=$( eval $DIALOG \
91 f_dialog_menutag_store -s "$selected"
103 f_dialog_menutag_fetch selected
106 if [ "${selected}" == "" ]; then
118 # Install each of the selected firmware packages
119 for fw in ${selected}; do
H A Ddocsinstall118 local selected
119 selected=$( eval $DIALOG \
132 f_dialog_menutag_store -s "$selected"
149 f_dialog_menutag_fetch selected
155 # Install each of the selected packages
158 for lang in $selected; do
/freebsd/contrib/dialog/samples/
H A Ddialog.py28 # *any* objects to be displayed and selected, not just strings.
55 # - 'selected' option to radiolist dialog; clicking "Cancel" is now
159 The selected object is returned, or None if the dialog was canceled.
174 Returns a list of the selected objects.
175 Returns an empty list if nothing was selected.
198 if c == 0: # Nothing was selected
203 def radiolist(self, text, height=15, width=54, list=[], selected=0): argument
205 Return the selected object.
206 Returns empty string if no choice was selected.
208 selected -- the selected item (must be between 1 and len(list)
[all …]
/freebsd/lib/libpmc/pmu-events/arch/x86/sapphirerapids/
H A Dmemory.json69 …"BriefDescription": "Counts randomly selected loads when the latency from first dispatch to comple…
79 …"PublicDescription": "Counts randomly selected loads when the latency from first dispatch to compl…
85 …"BriefDescription": "Counts randomly selected loads when the latency from first dispatch to comple…
95 …"PublicDescription": "Counts randomly selected loads when the latency from first dispatch to compl…
101 …"BriefDescription": "Counts randomly selected loads when the latency from first dispatch to comple…
111 …"PublicDescription": "Counts randomly selected loads when the latency from first dispatch to compl…
117 …"BriefDescription": "Counts randomly selected loads when the latency from first dispatch to comple…
127 …"PublicDescription": "Counts randomly selected loads when the latency from first dispatch to compl…
133 …"BriefDescription": "Counts randomly selected loads when the latency from first dispatch to comple…
143 …"PublicDescription": "Counts randomly selected loads when the latency from first dispatch to compl…
[all …]
/freebsd/bin/pkill/
H A Dpkill.c96 static char *selected; variable
362 if ((selected = malloc(nproc)) == NULL) { in main()
366 memset(selected, 0, nproc); in main()
407 selected[i] = 1; in main()
409 selected[i] = 1; in main()
418 if (selected[i]) in main()
433 selected[i] = 0; in main()
441 selected[i] = 0; in main()
449 selected[i] = 0; in main()
457 selected[i] = 0; in main()
[all …]
/freebsd/lib/libpmc/pmu-events/arch/x86/amdzen3/
H A Dother.json22 …patched due to a Token Stall. Also counts cycles when the thread is not selected to dispatch but w…
28 …patched due to a Token Stall. Also counts cycles when the thread is not selected to dispatch but w…
34 …patched due to a Token Stall. Also counts cycles when the thread is not selected to dispatch but w…
40 …patched due to a Token Stall. Also counts cycles when the thread is not selected to dispatch but w…
52 …patched due to a Token Stall. Also counts cycles when the thread is not selected to dispatch but w…
58 …patched due to a Token Stall. Also counts cycles when the thread is not selected to dispatch but w…
64 …patched due to a Token Stall. Also counts cycles when the thread is not selected to dispatch but w…
/freebsd/sys/dev/ofw/
H A Dofw_if.m53 * @param _node Selected node
63 * @param _node Selected node
73 * @param _node Selected node
83 * @param _handle Selected instance
93 * @param _node Selected node
105 * @param _node Selected node
121 * @param _node Selected node
137 * @param _node Selected node
/freebsd/lib/libpmc/pmu-events/arch/x86/icelakex/
H A Dmemory.json27 …"BriefDescription": "Counts randomly selected loads when the latency from first dispatch to comple…
37 …"PublicDescription": "Counts randomly selected loads when the latency from first dispatch to compl…
43 …"BriefDescription": "Counts randomly selected loads when the latency from first dispatch to comple…
53 …"PublicDescription": "Counts randomly selected loads when the latency from first dispatch to compl…
59 …"BriefDescription": "Counts randomly selected loads when the latency from first dispatch to comple…
69 …"PublicDescription": "Counts randomly selected loads when the latency from first dispatch to compl…
75 …"BriefDescription": "Counts randomly selected loads when the latency from first dispatch to comple…
85 …"PublicDescription": "Counts randomly selected loads when the latency from first dispatch to compl…
91 …"BriefDescription": "Counts randomly selected loads when the latency from first dispatch to comple…
101 …"PublicDescription": "Counts randomly selected loads when the latency from first dispatch to compl…
[all …]
/freebsd/lib/libpmc/pmu-events/arch/x86/icelake/
H A Dmemory.json105 …"BriefDescription": "Counts randomly selected loads when the latency from first dispatch to comple…
115 …"PublicDescription": "Counts randomly selected loads when the latency from first dispatch to compl…
121 …"BriefDescription": "Counts randomly selected loads when the latency from first dispatch to comple…
131 …"PublicDescription": "Counts randomly selected loads when the latency from first dispatch to compl…
137 …"BriefDescription": "Counts randomly selected loads when the latency from first dispatch to comple…
147 …"PublicDescription": "Counts randomly selected loads when the latency from first dispatch to compl…
153 …"BriefDescription": "Counts randomly selected loads when the latency from first dispatch to comple…
163 …"PublicDescription": "Counts randomly selected loads when the latency from first dispatch to compl…
169 …"BriefDescription": "Counts randomly selected loads when the latency from first dispatch to comple…
179 …"PublicDescription": "Counts randomly selected loads when the latency from first dispatch to compl…
[all …]
/freebsd/crypto/openssl/doc/man3/
H A DSSL_CTX_set_alpn_select_cb.pod65 should be set to the value of a single protocol selected from the B<in>,
75 matches an item in the B<client>, B<client_len> list is selected, and returned
92 must be set to point to the selected protocol (which may be within B<in>).
98 B<SSL_TLSEXT_ERR_OK> or if the zero length protocol is selected. The B<arg>
111 SSL_get0_alpn_selected() returns a pointer to the selected protocol in B<data>
113 is set to 0 if no protocol has been selected. B<data> must not be freed.
172 ALPN protocol selected.
181 ALPN protocol not selected, e.g., because no ALPN protocols are configured for
/freebsd/contrib/wpa/wpa_supplicant/
H A Dinterworking.c892 struct wpa_bss *selected; in already_connected() local
906 selected = wpa_supplicant_pick_network(wpa_s, &sel_ssid); in already_connected()
907 if (selected && sel_ssid && sel_ssid->priority > ssid->priority) in already_connected()
1051 "Selected EAP method (%d) not supported", eap_type); in interworking_connect_3gpp()
1414 struct wpa_cred *cred, *selected = NULL; in interworking_credentials_available_roaming_consortium() local
1456 if (selected == NULL) { in interworking_credentials_available_roaming_consortium()
1457 selected = cred; in interworking_credentials_available_roaming_consortium()
1461 if (selected == NULL || is_excluded || in interworking_credentials_available_roaming_consortium()
1462 cred_prio_cmp(selected, cred) < 0) { in interworking_credentials_available_roaming_consortium()
1463 selected = cred; in interworking_credentials_available_roaming_consortium()
[all …]
/freebsd/tools/tools/usbtest/
H A Dusbtest.c242 (mode == G_AUDIO_MODE_SILENT) ? "(selected)" : "", in show_default_audio_select()
243 (mode == G_AUDIO_MODE_DUMP) ? "(selected)" : "", in show_default_audio_select()
244 (mode == G_AUDIO_MODE_LOOP) ? "(selected)" : "", in show_default_audio_select()
245 (mode == G_AUDIO_MODE_PATTERN) ? "(selected)" : "", in show_default_audio_select()
351 (mode == G_KEYBOARD_MODE_SILENT) ? "(selected)" : "", in show_default_keyboard_select()
352 (mode == G_KEYBOARD_MODE_PATTERN) ? "(selected)" : "", in show_default_keyboard_select()
451 (mode == G_MOUSE_MODE_SILENT) ? "(selected)" : "", in show_default_mouse_select()
452 (mode == G_MOUSE_MODE_CIRCLE) ? "(selected)" : "", in show_default_mouse_select()
453 (mode == G_MOUSE_MODE_BOX) ? "(selected)" : "", in show_default_mouse_select()
454 (mode == G_MOUSE_MODE_SPIRAL) ? "(selected)" : "", in show_default_mouse_select()
[all …]
/freebsd/sys/contrib/alpine-hal/
H A Dal_hal_reg_utils.h122 /** take bits selected by mask from one data, the rest from background */
132 * bits not selected (1) by mask will be left unchanged
134 * data to write. bits not selected by mask ignored.
151 * bits not selected (1) by mask will be left unchanged
153 * data to write. bits not selected by mask ignored.
170 * bits not selected (1) by mask will be left unchanged
172 * data to write. bits not selected by mask ignored.
/freebsd/stand/lua/
H A Dmenu.lua.894 The function executed when this entry is selected.
100 The submenu menu definition to draw when this entry is selected.
103 All menu entries that can be selected may have any number of
125 when selected, and has a
130 when selected, and has a
139 when selected.
147 is executed when selected, and the callback is passed the choice index, name of
/freebsd/lib/libsys/
H A Dsigwaitinfo.287 be selected, it shall be the lowest numbered one.
114 except that the selected signal number shall be stored in the
129 If any value is queued to the selected signal, the first such queued
143 queued for the selected signal, the pending indication for that signal
152 return the selected signal number.
/freebsd/lib/libpmc/pmu-events/arch/x86/broadwellx/
H A Dmemory.json94 "BriefDescription": "Randomly selected loads with latency value being above 128",
104 "PublicDescription": "Counts randomly selected loads with latency value being above 128.",
110 "BriefDescription": "Randomly selected loads with latency value being above 16",
120 "PublicDescription": "Counts randomly selected loads with latency value being above 16.",
126 "BriefDescription": "Randomly selected loads with latency value being above 256",
136 "PublicDescription": "Counts randomly selected loads with latency value being above 256.",
142 "BriefDescription": "Randomly selected loads with latency value being above 32",
152 "PublicDescription": "Counts randomly selected loads with latency value being above 32.",
158 "BriefDescription": "Randomly selected loads with latency value being above 4",
168 "PublicDescription": "Counts randomly selected loads with latency value being above four.",
[all …]
/freebsd/lib/libpmc/pmu-events/arch/x86/alderlake/
H A Dmemory.json158 …"BriefDescription": "Counts randomly selected loads when the latency from first dispatch to comple…
174 …"BriefDescription": "Counts randomly selected loads when the latency from first dispatch to comple…
190 …"BriefDescription": "Counts randomly selected loads when the latency from first dispatch to comple…
206 …"BriefDescription": "Counts randomly selected loads when the latency from first dispatch to comple…
222 …"BriefDescription": "Counts randomly selected loads when the latency from first dispatch to comple…
238 …"BriefDescription": "Counts randomly selected loads when the latency from first dispatch to comple…
254 …"BriefDescription": "Counts randomly selected loads when the latency from first dispatch to comple…
270 …"BriefDescription": "Counts randomly selected loads when the latency from first dispatch to comple…

12345678910>>...68