Home
last modified time | relevance | path

Searched refs:show (Results 26 - 50 of 1511) sorted by relevance

12345678910>>...61

/third_party/typescript/tests/baselines/reference/
H A DcontextuallyTypedBindingInitializerNegative.js3 show: (x: number) => string;
5 function f({ show: showRename = v => v }: Show) {}
6 function f2({ "show": showRename = v => v }: Show) {}
7 function f3({ ["show"]: showRename = v => v }: Show) {}
12 function ff({ nested: nestedRename = { show: v => v } }: Nested) {}
32 var _b = _a.show, showRename = _b === void 0 ? function (v) { return v; } : _b;
35 var _b = _a["show"], showRename = _b === void 0 ? function (v) { return v; } : _b;
38 var _b = _a["show"], showRename = _b === void 0 ? function (v) { return v; } : _b;
41 var _b = _a.nested, nestedRename = _b === void 0 ? { show: function (v) { return v; } } : _b;
/kernel/linux/linux-5.10/drivers/scsi/
H A Discsi_boot_sysfs.c26 ssize_t (*show) (void *data, int type, char *buf); member
45 if (boot_kobj->show) in iscsi_boot_show_attribute()
46 ret = boot_kobj->show(boot_kobj->data, boot_attr->type, str); in iscsi_boot_show_attribute()
51 .show = iscsi_boot_show_attribute,
341 ssize_t (*show) (void *data, int type, char *buf), in iscsi_boot_create_kobj()
359 boot_kobj->show = show; in iscsi_boot_create_kobj()
394 * @show: attr show function
404 ssize_t (*show) (voi in iscsi_boot_create_target()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/
H A Discsi_boot_sysfs.c26 ssize_t (*show) (void *data, int type, char *buf); member
45 if (boot_kobj->show) in iscsi_boot_show_attribute()
46 ret = boot_kobj->show(boot_kobj->data, boot_attr->type, str); in iscsi_boot_show_attribute()
51 .show = iscsi_boot_show_attribute,
341 ssize_t (*show) (void *data, int type, char *buf), in iscsi_boot_create_kobj()
359 boot_kobj->show = show; in iscsi_boot_create_kobj()
394 * @show: attr show function
404 ssize_t (*show) (voi in iscsi_boot_create_target()
[all...]
/kernel/linux/linux-5.10/samples/bpf/
H A Dtest_cgrp2_tc.sh102 local dropped=$($TC -s qdisc show dev $HOST_IFC | tail -3 | \
126 $IP link show dev $HOST_IFC
127 $IP -6 a show dev $HOST_IFC
128 $TC -s qdisc show dev $HOST_IFC
131 $IP -n $NS link show dev $NS_IFC
132 $IP -n $NS -6 link show dev $NS_IFC
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/mlxsw/
H A Drtnetlink.sh519 bridge fdb show brport $swp1 de:ad:be:ef:13:37
540 ip -4 neigh show dev $swp1 192.0.2.2
543 ip -6 neigh show dev $swp1 2001:db8:1::2
570 ip -4 route show 198.51.100.0/24 vrf v$swp1
573 ip -6 route show 2001:db8:2::/64 vrf v$swp1
580 ip -4 route show 198.51.100.0/24 vrf v$swp1
583 ip -6 route show 2001:db8:2::/64 vrf v$swp1
590 ip -4 route show 198.51.100.0/24 vrf v$swp1
593 ip -6 route show 2001:db8:2::/64 vrf v$swp1
666 ip nexthop show i
[all...]
/kernel/linux/linux-5.10/drivers/edac/
H A Dedac_device_sysfs.c28 * Set of edac_device_ctl_info attribute store/show functions
82 /* 'poll_msec' show and store functions*/
109 ssize_t(*show) (struct edac_device_ctl_info *, char *); member
116 /* Function to 'show' fields from the edac_dev 'ctl_info' structure */
123 if (ctl_info_attr->show) in edac_dev_ctl_info_show()
124 return ctl_info_attr->show(edac_dev, buffer); in edac_dev_ctl_info_show()
143 .show = edac_dev_ctl_info_show,
150 .show = _show, \
307 * Set of low-level instance attribute show functions
341 ssize_t(*show) (struc member
[all...]
/kernel/linux/linux-6.6/drivers/edac/
H A Dedac_device_sysfs.c28 * Set of edac_device_ctl_info attribute store/show functions
82 /* 'poll_msec' show and store functions*/
109 ssize_t(*show) (struct edac_device_ctl_info *, char *); member
116 /* Function to 'show' fields from the edac_dev 'ctl_info' structure */
123 if (ctl_info_attr->show) in edac_dev_ctl_info_show()
124 return ctl_info_attr->show(edac_dev, buffer); in edac_dev_ctl_info_show()
143 .show = edac_dev_ctl_info_show,
150 .show = _show, \
307 * Set of low-level instance attribute show functions
341 ssize_t(*show) (struc member
[all...]
/foundation/arkui/ui_lite/frameworks/dfx/
H A Dui_view_bounds.cpp28 void UIViewBounds::SetShowState(bool show) in SetShowState() argument
30 if (showViewBounds_ != show) { in SetShowState()
31 showViewBounds_ = show; in SetShowState()
/kernel/linux/linux-5.10/tools/testing/selftests/drivers/net/netdevsim/
H A Ddevlink.sh72 cmd_jq "devlink dev param show $DL_HANDLE name $name -j" \
133 size=$(devlink region show $DL_HANDLE/$name -j | jq -e -r '.[][].size')
146 count=$(devlink region show $DL_HANDLE/$name -j | jq -e -r '.[][].snapshot | length')
285 cmd_jq "devlink -N $netns resource show $DL_HANDLE -j" \
394 devlink health show $DL_HANDLE reporter empty >/dev/null
395 check_err $? "Failed show empty reporter"
397 devlink health dump show $DL_HANDLE reporter empty >/dev/null
398 check_err $? "Failed show dump of empty reporter"
418 local show=$(devlink health show
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/net/forwarding/
H A Dbridge_mld.sh150 bridge -j -d -s mdb show dev br0 \
154 bridge -j -d -s mdb show dev br0 \
175 bridge -j -d -s mdb show dev br0 \
186 bridge -j -d -s mdb show dev br0 \
288 bridge -j -d -s mdb show dev br0 \
299 bridge -j -d -s mdb show dev br0 \
305 bridge -j -d -s mdb show dev br0 \
433 bridge -j -d -s mdb show dev br0 \
493 bridge -j -d -s mdb show dev br0 \
499 bridge -j -d -s mdb show de
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/dsa/
H A Dbridge_mld.sh150 bridge -j -d -s mdb show dev br0 \
154 bridge -j -d -s mdb show dev br0 \
175 bridge -j -d -s mdb show dev br0 \
186 bridge -j -d -s mdb show dev br0 \
288 bridge -j -d -s mdb show dev br0 \
299 bridge -j -d -s mdb show dev br0 \
305 bridge -j -d -s mdb show dev br0 \
433 bridge -j -d -s mdb show dev br0 \
493 bridge -j -d -s mdb show dev br0 \
499 bridge -j -d -s mdb show de
[all...]
/kernel/linux/linux-6.6/samples/bpf/
H A Dtest_cgrp2_tc.sh104 local dropped=$($TC -s qdisc show dev $HOST_IFC | tail -3 | \
128 $IP link show dev $HOST_IFC
129 $IP -6 a show dev $HOST_IFC
130 $TC -s qdisc show dev $HOST_IFC
133 $IP -n $NS link show dev $NS_IFC
134 $IP -n $NS -6 link show dev $NS_IFC
/kernel/linux/linux-5.10/include/linux/
H A Dproc_fs.h100 int (*show)(struct seq_file *, void *), void *data);
101 #define proc_create_single(name, mode, parent, show) \
102 proc_create_single_data(name, mode, parent, show, NULL)
125 int (*show)(struct seq_file *, void *), void *data);
133 int (*show)(struct seq_file *, void *),
178 #define proc_create_single(name, mode, parent, show) ({NULL;})
179 #define proc_create_single_data(name, mode, parent, show, data) ({NULL;})
195 #define proc_create_net_single(name, mode, parent, show, data) ({NULL;})
196 #define proc_create_net_single_write(name, mode, parent, show, write, data) ({NULL;})
/kernel/linux/linux-6.6/include/linux/
H A Dproc_fs.h101 int (*show)(struct seq_file *, void *), void *data);
102 #define proc_create_single(name, mode, parent, show) \
103 proc_create_single_data(name, mode, parent, show, NULL)
135 int (*show)(struct seq_file *, void *), void *data);
143 int (*show)(struct seq_file *, void *),
191 #define proc_create_single(name, mode, parent, show) ({NULL;})
192 #define proc_create_single_data(name, mode, parent, show, data) ({NULL;})
216 #define proc_create_net_single(name, mode, parent, show, data) ({NULL;})
217 #define proc_create_net_single_write(name, mode, parent, show, write, data) ({NULL;})
/kernel/linux/linux-5.10/arch/ia64/kernel/
H A Derr_inject.c56 #define show(name) \ macro
75 show(call_start)
126 show(err_type_info)
157 show(err_struct_info)
197 show(status)
198 show(capabilities)
199 show(resources)
/kernel/linux/linux-6.6/arch/ia64/kernel/
H A Derr_inject.c56 #define show(name) \ macro
75 show(call_start)
126 show(err_type_info)
157 show(err_struct_info)
197 show(status)
198 show(capabilities)
199 show(resources)
/third_party/libevdev/doc/style/
H A Ddynsections.js2 {var base=$(linkObj).attr('id');var summary=$('#'+base+'-summary');var content=$('#'+base+'-content');var trigger=$('#'+base+'-trigger');var src=$(trigger).attr('src');if(content.is(':visible')===true){content.hide();summary.show();$(linkObj).addClass('closed').removeClass('opened');$(trigger).attr('src',src.substring(0,src.length-8)+'closed.png');}else{content.show();summary.hide();$(linkObj).removeClass('closed').addClass('opened');$(trigger).attr('src',src.substring(0,src.length-10)+'open.png');}
7 {$('table.directory tr').each(function(){var l=this.id.split('_').length-1;var i=$('#img'+this.id.substring(3));var a=$('#arr'+this.id.substring(3));if(l<level+1){i.removeClass('iconfopen iconfclosed').addClass('iconfopen');a.html('&#9660;');$(this).show();}else if(l==level+1){i.removeClass('iconfclosed iconfopen').addClass('iconfclosed');a.html('&#9658;');$(this).show();}else{$(this).hide();}});updateStripes();}
9 {var currentRow=$('#row_'+id);var rows=currentRow.nextAll("tr");var re=new RegExp('^row_'+id+'\\d+_$',"i");var childRows=rows.filter(function(){return this.id.match(re);});if(childRows.filter(':first').is(':visible')===true){var currentRowSpans=currentRow.find("span");currentRowSpans.filter(".iconfopen").removeClass("iconfopen").addClass("iconfclosed");currentRowSpans.filter(".arrow").html('&#9658;');rows.filter("[id^=row_"+id+"]").hide();}else{var currentRowSpans=currentRow.find("span");currentRowSpans.filter(".iconfclosed").removeClass("iconfclosed").addClass("iconfopen");currentRowSpans.filter(".arrow").html('&#9660;');var childRowsSpans=childRows.find("span");childRowsSpans.filter(".iconfopen").removeClass("iconfopen").addClass("iconfclosed");childRowsSpans.filter(".arrow").html('&#9658;');childRows.show();}
/third_party/libevdev/doc/html/
H A Ddynsections.js34 summary.show();
38 content.show();
61 $(this).show();
65 $(this).show();
102 childRows.show(); //show all children
117 rows.css('display','table-row'); // using show() causes jump in firefox
/third_party/skia/third_party/externals/oboe/docs/reference/
H A Ddynsections.js33 summary.show();
37 content.show();
60 $(this).show();
64 $(this).show();
101 childRows.show(); //show all children
116 rows.css('display','table-row'); // using show() causes jump in firefox
/kernel/linux/linux-5.10/tools/testing/selftests/net/forwarding/
H A Dlib.sh74 local kind=$(ip -j -d link show dev ${NETIFS[p1]} |
140 ip link show dev ${NETIFS[p$i]} &> /dev/null
169 ip link show dev ${NETIFS[p$i]} &> /dev/null
343 ip link show dev $dev up \
620 ip -j link show dev $if_name | jq -r '.[]["master"]'
629 ip -j -s link show dev $if_name \
650 tc -j -s filter show dev $dev ${dir:-ingress} pref $pref \
660 tc -j -s filter show $id \
679 tc -j -s qdisc show dev "$dev" \
689 tc -j -s qdisc show de
[all...]
/kernel/linux/linux-5.10/drivers/hwmon/
H A Dgl518sm.c226 #define show(type, suffix, value) \ macro
234 show(TEMP, temp_input1, temp_in);
235 show(TEMP, temp_max1, temp_max);
236 show(TEMP, temp_hyst1, temp_hyst);
237 show(BOOL, fan_auto1, fan_auto1);
238 show(VDD, in_input0, voltage_in[0]);
239 show(IN, in_input1, voltage_in[1]);
240 show(IN, in_input2, voltage_in[2]);
241 show(IN, in_input3, voltage_in[3]);
242 show(VD
[all...]
/kernel/linux/linux-6.6/drivers/hwmon/
H A Dgl518sm.c226 #define show(type, suffix, value) \ macro
234 show(TEMP, temp_input1, temp_in);
235 show(TEMP, temp_max1, temp_max);
236 show(TEMP, temp_hyst1, temp_hyst);
237 show(BOOL, fan_auto1, fan_auto1);
238 show(VDD, in_input0, voltage_in[0]);
239 show(IN, in_input1, voltage_in[1]);
240 show(IN, in_input2, voltage_in[2]);
241 show(IN, in_input3, voltage_in[3]);
242 show(VD
[all...]
/kernel/linux/linux-5.10/tools/testing/selftests/net/
H A Daltnames.sh23 output=$(ip -j -p link show $SHORT_NAME)
24 check_err $? "Failed to do link show with short alternative name"
27 check_err $? "Failed to get short alternative name from link show JSON"
30 check_err $? "Got unexpected short alternative name from link show JSON"
32 ip -j -p link show $DUMMY_DEV &>/dev/null
33 check_err $? "Failed to do link show with original name"
38 output=$(ip -j -p link show $LONG_NAME)
39 check_err $? "Failed to do link show with long alternative name"
42 check_err $? "Failed to get long alternative name from link show JSON"
45 check_err $? "Got unexpected long alternative name from link show JSO
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/net/
H A Daltnames.sh23 output=$(ip -j -p link show $SHORT_NAME)
24 check_err $? "Failed to do link show with short alternative name"
27 check_err $? "Failed to get short alternative name from link show JSON"
30 check_err $? "Got unexpected short alternative name from link show JSON"
32 ip -j -p link show $DUMMY_DEV &>/dev/null
33 check_err $? "Failed to do link show with original name"
38 output=$(ip -j -p link show $LONG_NAME)
39 check_err $? "Failed to do link show with long alternative name"
42 check_err $? "Failed to get long alternative name from link show JSON"
45 check_err $? "Got unexpected long alternative name from link show JSO
[all...]
/third_party/curl/tests/libtest/
H A Dlib1940.c29 static const char *show[]={ variable
53 for(i = 0; show[i]; i++) { in showem()
54 if(CURLHE_OK == curl_easy_header(easy, show[i], 0, type, HEADER_REQUEST, in showem()
66 if(CURLHE_OK != curl_easy_header(easy, show[i], index, type, in showem()
110 /* now show connect headers only */ in test()

Completed in 15 milliseconds

12345678910>>...61