Home
last modified time | relevance | path

Searched refs:show (Results 51 - 75 of 1552) sorted by relevance

12345678910>>...63

/test/xts/acts/arkui/ace_standard/entry/src/main/js/MainAbility/pages/dialog/router3/
H A Dindex.js96 this.$element('Style1').show()
99 this.$element('Style2').show()
102 this.$element('ani1').show()
105 this.$element('prop1').show()
108 this.$element('prop2').show()
111 this.$element('prop3').show()
114 this.$element('event').show()
120 this.$element('gradient1').show()
123 this.$element('gradient2').show()
126 this.$element('gradient3').show()
[all...]
/test/xts/acts/arkui/ace_standard/entry/src/main/js/default/pages/dialog/router/
H A Dindex.js99 this.$element('Style1').show()
102 this.$element('Style2').show()
105 this.$element('ani1').show()
108 this.$element('prop1').show()
111 this.$element('prop2').show()
114 this.$element('prop3').show()
117 this.$element('event').show()
123 this.$element('gradient1').show()
126 this.$element('gradient2').show()
129 this.$element('gradient3').show()
[all...]
/test/xts/acts/arkui/ace_standard/entry/src/ohosTest/js/MainAbility/pages/dialog/router/
H A Dindex.js96 this.$element('Style1').show()
99 this.$element('Style2').show()
102 this.$element('ani1').show()
105 this.$element('prop1').show()
108 this.$element('prop2').show()
111 this.$element('prop3').show()
114 this.$element('event').show()
120 this.$element('gradient1').show()
123 this.$element('gradient2').show()
126 this.$element('gradient3').show()
[all...]
/test/xts/acts/arkui/ace_standard/entry/src/ohosTest/js/MainAbility/pages/dialog/router1/
H A Dindex.js99 this.$element('Style1').show()
102 this.$element('Style2').show()
105 this.$element('ani1').show()
108 this.$element('prop1').show()
111 this.$element('prop2').show()
114 this.$element('prop3').show()
117 this.$element('event').show()
123 this.$element('gradient1').show()
126 this.$element('gradient2').show()
129 this.$element('gradient3').show()
[all...]
/test/xts/acts/arkui/ace_standard/entry/src/ohosTest/js/MainAbility/pages/dialog/router2/
H A Dindex.js96 this.$element('Style1').show()
99 this.$element('Style2').show()
102 this.$element('ani1').show()
105 this.$element('prop1').show()
108 this.$element('prop2').show()
111 this.$element('prop3').show()
114 this.$element('event').show()
120 this.$element('gradient1').show()
123 this.$element('gradient2').show()
126 this.$element('gradient3').show()
[all...]
/test/xts/acts/arkui/ace_standard/entry/src/ohosTest/js/MainAbility/pages/dialog/router3/
H A Dindex.js96 this.$element('Style1').show()
99 this.$element('Style2').show()
102 this.$element('ani1').show()
105 this.$element('prop1').show()
108 this.$element('prop2').show()
111 this.$element('prop3').show()
114 this.$element('event').show()
120 this.$element('gradient1').show()
123 this.$element('gradient2').show()
126 this.$element('gradient3').show()
[all...]
/test/xts/acts/arkui/ace_standard/entry/src/ohosTest/js/default/pages/dialog/router/
H A Dindex.js99 this.$element('Style1').show()
102 this.$element('Style2').show()
105 this.$element('ani1').show()
108 this.$element('prop1').show()
111 this.$element('prop2').show()
114 this.$element('prop3').show()
117 this.$element('event').show()
123 this.$element('gradient1').show()
126 this.$element('gradient2').show()
129 this.$element('gradient3').show()
[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/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/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/
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()
/third_party/ltp/testcases/network/stress/interface/
H A Dif-addr-adddel.sh50 ip addr show $iface | grep -q $new_ip
52 ip addr show $iface
77 ip addr show $iface | grep -q $new_ip
79 ip addr show $iface
/third_party/python/Lib/idlelib/
H A Dhelp.py56 self.show = False # Exclude html page navigation.
80 self.show = True # Start main content.
82 self.show = False # End main content.
114 if self.show:
122 if self.show:
126 if self.show:
134 if self.show:
153 if self.show and not self.hdrlink:
/kernel/linux/linux-5.10/block/
H A Dblk-mq-sysfs.c50 ssize_t (*show)(struct blk_mq_ctx *, char *); member
56 ssize_t (*show)(struct blk_mq_hw_ctx *, char *); member
72 if (!entry->show) in blk_mq_sysfs_show()
76 res = entry->show(ctx, page); in blk_mq_sysfs_show()
114 if (!entry->show) in blk_mq_hw_sysfs_show()
118 res = entry->show(hctx, page); in blk_mq_hw_sysfs_show()
182 .show = blk_mq_hw_sysfs_nr_tags_show,
186 .show = blk_mq_hw_sysfs_nr_reserved_tags_show,
190 .show = blk_mq_hw_sysfs_cpus_show,
202 .show
[all...]
/kernel/linux/linux-5.10/drivers/edac/
H A Dedac_pci_sysfs.c92 ssize_t(*show) (struct edac_pci_ctl_info *, char *); member
96 /* Function to 'show' fields from the edac_pci 'instance' structure */
103 if (instance_attr->show) in edac_pci_instance_show()
104 return instance_attr->show(pci, buffer); in edac_pci_instance_show()
123 .show = edac_pci_instance_show,
130 .show = _show, \
213 /* simple show/store functions for attributes */
233 ssize_t(*show) (void *, char *); member
237 /* Set of show/store abstract level functions for PCI Parity object */
244 if (edac_pci_dev->show) in edac_pci_dev_show()
[all...]

Completed in 11 milliseconds

12345678910>>...63