Home
last modified time | relevance | path

Searched refs:show (Results 1 - 25 of 1497) sorted by relevance

12345678910>>...60

/test/xts/acts/arkui/ace_standard/entry/src/main/js/MainAbility/pages/dialog/prop/
H A Dindex.js58 this.$element('idProp').show()
61 this.$element('classProp').show()
64 this.$element('classPropNone').show()
67 this.$element('styleProp').show()
70 this.$element('refProp').show()
73 this.$element('refPropNone').show()
76 this.$element('disabledPropTrue').show()
79 this.$element('disabledPropFalse').show()
82 this.$element('disabledPropNone').show()
85 this.$element('focusablePropTrue').show()
[all...]
/test/xts/acts/arkui/ace_standard/entry/src/main/js/default/pages/dialog/prop/
H A Dindex.js58 this.$element('idProp').show()
61 this.$element('classProp').show()
64 this.$element('classPropNone').show()
67 this.$element('styleProp').show()
70 this.$element('refProp').show()
73 this.$element('refPropNone').show()
76 this.$element('disabledPropTrue').show()
79 this.$element('disabledPropFalse').show()
82 this.$element('disabledPropNone').show()
85 this.$element('focusablePropTrue').show()
[all...]
/test/xts/acts/arkui/ace_standard/entry/src/ohosTest/js/MainAbility/pages/dialog/prop/
H A Dindex.js58 this.$element('idProp').show()
61 this.$element('classProp').show()
64 this.$element('classPropNone').show()
67 this.$element('styleProp').show()
70 this.$element('refProp').show()
73 this.$element('refPropNone').show()
76 this.$element('disabledPropTrue').show()
79 this.$element('disabledPropFalse').show()
82 this.$element('disabledPropNone').show()
85 this.$element('focusablePropTrue').show()
[all...]
/test/xts/acts/arkui/ace_standard/entry/src/ohosTest/js/default/pages/dialog/prop/
H A Dindex.js58 this.$element('idProp').show()
61 this.$element('classProp').show()
64 this.$element('classPropNone').show()
67 this.$element('styleProp').show()
70 this.$element('refProp').show()
73 this.$element('refPropNone').show()
76 this.$element('disabledPropTrue').show()
79 this.$element('disabledPropFalse').show()
82 this.$element('disabledPropNone').show()
85 this.$element('focusablePropTrue').show()
[all...]
/test/xts/acts/arkui/ace_standard/entry/src/main/js/MainAbility/pages/dialog/style/
H A Dindex.js53 this.$element('styleOne').show()
56 this.$element('styleTwo').show()
59 this.$element('styleThree').show()
62 this.$element('styleFour').show()
65 this.$element('styleFive').show()
68 this.$element('styleSix').show()
71 this.$element('styleSeven').show()
74 this.$element('styleEight').show()
77 this.$element('styleTen').show()
80 this.$element('styleEleven').show()
[all...]
/test/xts/acts/arkui/ace_standard/entry/src/main/js/default/pages/dialog/style/
H A Dindex.js53 this.$element('styleOne').show()
56 this.$element('styleTwo').show()
59 this.$element('styleThree').show()
62 this.$element('styleFour').show()
65 this.$element('styleFive').show()
68 this.$element('styleSix').show()
71 this.$element('styleSeven').show()
74 this.$element('styleEight').show()
77 this.$element('styleTen').show()
80 this.$element('styleEleven').show()
[all...]
/test/xts/acts/arkui/ace_standard/entry/src/ohosTest/js/MainAbility/pages/dialog/style/
H A Dindex.js53 this.$element('styleOne').show()
56 this.$element('styleTwo').show()
59 this.$element('styleThree').show()
62 this.$element('styleFour').show()
65 this.$element('styleFive').show()
68 this.$element('styleSix').show()
71 this.$element('styleSeven').show()
74 this.$element('styleEight').show()
77 this.$element('styleTen').show()
80 this.$element('styleEleven').show()
[all...]
/test/xts/acts/arkui/ace_standard/entry/src/ohosTest/js/default/pages/dialog/style/
H A Dindex.js53 this.$element('styleOne').show()
56 this.$element('styleTwo').show()
59 this.$element('styleThree').show()
62 this.$element('styleFour').show()
65 this.$element('styleFive').show()
68 this.$element('styleSix').show()
71 this.$element('styleSeven').show()
74 this.$element('styleEight').show()
77 this.$element('styleTen').show()
80 this.$element('styleEleven').show()
[all...]
/kernel/linux/linux-5.10/kernel/bpf/
H A Dbtf.c298 * Common data to all BTF show operations. Private show functions can add
300 * in the show callback. See btf_type_show() below.
307 * pass is signalled by show->state.depth_check being set, and if we
308 * encounter a non-zero value we set show->state.depth_to_show to
321 * The various data type show functions all start with a call to
342 void *target; /* target of show operation (seq file, buffer) */
343 void (*showfn)(struct btf_show *show, const char *fmt, va_list args);
383 void (*show)(const struct btf *btf, const struct btf_type *t, member
385 struct btf_show *show);
763 btf_show_name(struct btf_show *show) btf_show_name() argument
921 __btf_show_indent(struct btf_show *show) __btf_show_indent() argument
931 btf_show_indent(struct btf_show *show) btf_show_indent() argument
936 btf_show_newline(struct btf_show *show) btf_show_newline() argument
941 btf_show_delim(struct btf_show *show) btf_show_delim() argument
953 btf_show(struct btf_show *show, const char *fmt, ...) btf_show() argument
994 btf_show_obj_size_left(struct btf_show *show, void *data) btf_show_obj_size_left() argument
1000 btf_show_obj_is_safe(struct btf_show *show, void *data, int size) btf_show_obj_is_safe() argument
1012 __btf_show_obj_safe(struct btf_show *show, void *data, int size) __btf_show_obj_safe() argument
1047 btf_show_obj_safe(struct btf_show *show, const struct btf_type *t, void *data) btf_show_obj_safe() argument
1123 btf_show_start_type(struct btf_show *show, const struct btf_type *t, u32 type_id, void *data) btf_show_start_type() argument
1134 btf_show_end_type(struct btf_show *show) btf_show_end_type() argument
1141 btf_show_start_aggr_type(struct btf_show *show, const struct btf_type *t, u32 type_id, void *data) btf_show_start_aggr_type() argument
1157 btf_show_end_aggr_type(struct btf_show *show, const char *suffix) btf_show_end_aggr_type() argument
1166 btf_show_start_member(struct btf_show *show, const struct btf_member *m) btf_show_start_member() argument
1172 btf_show_start_array_member(struct btf_show *show) btf_show_start_array_member() argument
1178 btf_show_end_member(struct btf_show *show) btf_show_end_member() argument
1183 btf_show_end_array_member(struct btf_show *show) btf_show_end_array_member() argument
1189 btf_show_start_array_type(struct btf_show *show, const struct btf_type *t, u32 type_id, u16 array_encoding, void *data) btf_show_start_array_type() argument
1200 btf_show_end_array_type(struct btf_show *show) btf_show_end_array_type() argument
1207 btf_show_start_struct_type(struct btf_show *show, const struct btf_type *t, u32 type_id, void *data) btf_show_start_struct_type() argument
1215 btf_show_end_struct_type(struct btf_show *show) btf_show_end_struct_type() argument
1809 btf_df_show(const struct btf *btf, const struct btf_type *t, u32 type_id, void *data, u8 bits_offsets, struct btf_show *show) btf_df_show() argument
1986 btf_int128_print(struct btf_show *show, void *data) btf_int128_print() argument
2052 btf_bitfield_show(void *data, u8 bits_offset, u8 nr_bits, struct btf_show *show) btf_bitfield_show() argument
2077 btf_int_bits_show(const struct btf *btf, const struct btf_type *t, void *data, u8 bits_offset, struct btf_show *show) btf_int_bits_show() argument
2096 btf_int_show(const struct btf *btf, const struct btf_type *t, u32 type_id, void *data, u8 bits_offset, struct btf_show *show) btf_int_show() argument
2436 btf_modifier_show(const struct btf *btf, const struct btf_type *t, u32 type_id, void *data, u8 bits_offset, struct btf_show *show) btf_modifier_show() argument
2449 btf_var_show(const struct btf *btf, const struct btf_type *t, u32 type_id, void *data, u8 bits_offset, struct btf_show *show) btf_var_show() argument
2458 btf_ptr_show(const struct btf *btf, const struct btf_type *t, u32 type_id, void *data, u8 bits_offset, struct btf_show *show) btf_ptr_show() argument
2697 __btf_array_show(const struct btf *btf, const struct btf_type *t, u32 type_id, void *data, u8 bits_offset, struct btf_show *show) __btf_array_show() argument
2750 btf_array_show(const struct btf *btf, const struct btf_type *t, u32 type_id, void *data, u8 bits_offset, struct btf_show *show) btf_array_show() argument
3012 __btf_struct_show(const struct btf *btf, const struct btf_type *t, u32 type_id, void *data, u8 bits_offset, struct btf_show *show) __btf_struct_show() argument
3059 btf_struct_show(const struct btf *btf, const struct btf_type *t, u32 type_id, void *data, u8 bits_offset, struct btf_show *show) btf_struct_show() argument
3230 btf_enum_show(const struct btf *btf, const struct btf_type *t, u32 type_id, void *data, u8 bits_offset, struct btf_show *show) btf_enum_show() argument
3579 btf_datasec_show(const struct btf *btf, const struct btf_type *t, u32 type_id, void *data, u8 bits_offset, struct btf_show *show) btf_datasec_show() argument
5337 btf_type_show(const struct btf *btf, u32 type_id, void *obj, struct btf_show *show) btf_type_show() argument
5349 btf_seq_show(struct btf_show *show, const char *fmt, va_list args) btf_seq_show() argument
5378 struct btf_show show; global() member
5383 btf_snprintf_show(struct btf_show *show, const char *fmt, va_list args) btf_snprintf_show() argument
[all...]
/test/xts/acts/arkui/ace_standard/entry/src/main/js/default/pages/panel/router/
H A Dindex.js92 this.$element('simplePanel1').show()
98 this.$element('simplePanel2').show()
104 this.$element('simplePanel3').show()
110 this.$element('simplePanel4').show()
116 this.$element('simplePanel5').show()
122 this.$element('simplePanel6').show()
128 this.$element('simplePanel7').show()
134 this.$element('simplePanel').show()
141 this.$element('prop1').show()
147 this.$element('prop2').show()
[all...]
/test/xts/acts/arkui/ace_standard/entry/src/main/js/MainAbility/pages/panel/router/
H A Dindex.js92 this.$element('simplePanel1').show()
98 this.$element('simplePanel2').show()
104 this.$element('simplePanel3').show()
110 this.$element('simplePanel4').show()
116 this.$element('simplePanel5').show()
122 this.$element('simplePanel6').show()
128 this.$element('simplePanel7').show()
134 this.$element('simplePanel').show()
141 this.$element('prop1').show()
147 this.$element('prop2').show()
[all...]
/test/xts/acts/arkui/ace_standard/entry/src/ohosTest/js/MainAbility/pages/panel/router/
H A Dindex.js92 this.$element('simplePanel1').show()
98 this.$element('simplePanel2').show()
104 this.$element('simplePanel3').show()
110 this.$element('simplePanel4').show()
116 this.$element('simplePanel5').show()
122 this.$element('simplePanel6').show()
128 this.$element('simplePanel7').show()
134 this.$element('simplePanel').show()
141 this.$element('prop1').show()
147 this.$element('prop2').show()
[all...]
/test/xts/acts/arkui/ace_standard/entry/src/ohosTest/js/default/pages/panel/router/
H A Dindex.js92 this.$element('simplePanel1').show()
98 this.$element('simplePanel2').show()
104 this.$element('simplePanel3').show()
110 this.$element('simplePanel4').show()
116 this.$element('simplePanel5').show()
122 this.$element('simplePanel6').show()
128 this.$element('simplePanel7').show()
134 this.$element('simplePanel').show()
141 this.$element('prop1').show()
147 this.$element('prop2').show()
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/net/forwarding/
H A Ddevlink_lib.sh11 DEVLINK_DEV=$(devlink port show "${NETIFS[p1]:-$NETIF_NO_CABLE}" -j \
25 devlink dev show $DEVLINK_DEV &> /dev/null
85 devlink -j resource show "$DEVLINK_DEV" | jq "$resource_name"
122 still_pending=$(devlink resource show "$DEVLINK_DEV" | \
140 devlink sb port pool show $port pool $pool -j \
180 devlink sb pool show "$DEVLINK_DEV" pool $pool -j \
221 devlink sb tc bind show $port tc $tc type $dir -j \
276 devlink -j trap show $DEVLINK_DEV trap $trap_name \
294 devlink -j trap show $DEVLINK_DEV trap $trap_name \
300 devlink -j trap show
[all...]
/kernel/linux/linux-5.10/tools/testing/selftests/net/forwarding/
H A Ddevlink_lib.sh8 DEVLINK_DEV=$(devlink port show "${NETIFS[p1]:-$NETIF_NO_CABLE}" -j \
76 devlink -j resource show "$DEVLINK_DEV" | jq "$resource_name"
113 still_pending=$(devlink resource show "$DEVLINK_DEV" | \
131 devlink sb port pool show $port pool $pool -j \
171 devlink sb pool show "$DEVLINK_DEV" pool $pool -j \
212 devlink sb tc bind show $port tc $tc type $dir -j \
267 devlink -j trap show $DEVLINK_DEV trap $trap_name \
285 devlink -j trap show $DEVLINK_DEV trap $trap_name \
291 devlink -j trap show $DEVLINK_DEV trap $trap_name \
300 devlink -jv trap show
[all...]
/kernel/linux/linux-6.6/security/integrity/ima/
H A Dima_template_lib.c80 enum ima_show_type show, in ima_show_template_data_ascii()
143 enum ima_show_type show, in ima_show_template_data_binary()
147 u32 len = (show == IMA_SHOW_BINARY_OLD_STRING_FMT) ? in ima_show_template_data_binary()
150 if (show != IMA_SHOW_BINARY_NO_FIELD_LEN) { in ima_show_template_data_binary()
164 enum ima_show_type show, in ima_show_template_field_data()
168 switch (show) { in ima_show_template_field_data()
170 ima_show_template_data_ascii(m, show, datafmt, field_data); in ima_show_template_field_data()
175 ima_show_template_data_binary(m, show, datafmt, field_data); in ima_show_template_field_data()
182 void ima_show_template_digest(struct seq_file *m, enum ima_show_type show, in ima_show_template_digest() argument
185 ima_show_template_field_data(m, show, DATA_FMT_DIGES in ima_show_template_digest()
79 ima_show_template_data_ascii(struct seq_file *m, enum ima_show_type show, enum data_formats datafmt, struct ima_field_data *field_data) ima_show_template_data_ascii() argument
142 ima_show_template_data_binary(struct seq_file *m, enum ima_show_type show, enum data_formats datafmt, struct ima_field_data *field_data) ima_show_template_data_binary() argument
163 ima_show_template_field_data(struct seq_file *m, enum ima_show_type show, enum data_formats datafmt, struct ima_field_data *field_data) ima_show_template_field_data() argument
188 ima_show_template_digest_ng(struct seq_file *m, enum ima_show_type show, struct ima_field_data *field_data) ima_show_template_digest_ng() argument
195 ima_show_template_digest_ngv2(struct seq_file *m, enum ima_show_type show, struct ima_field_data *field_data) ima_show_template_digest_ngv2() argument
203 ima_show_template_string(struct seq_file *m, enum ima_show_type show, struct ima_field_data *field_data) ima_show_template_string() argument
209 ima_show_template_sig(struct seq_file *m, enum ima_show_type show, struct ima_field_data *field_data) ima_show_template_sig() argument
215 ima_show_template_buf(struct seq_file *m, enum ima_show_type show, struct ima_field_data *field_data) ima_show_template_buf() argument
221 ima_show_template_uint(struct seq_file *m, enum ima_show_type show, struct ima_field_data *field_data) ima_show_template_uint() argument
[all...]
H A Dima_template_lib.h20 void ima_show_template_digest(struct seq_file *m, enum ima_show_type show,
22 void ima_show_template_digest_ng(struct seq_file *m, enum ima_show_type show,
24 void ima_show_template_digest_ngv2(struct seq_file *m, enum ima_show_type show,
26 void ima_show_template_string(struct seq_file *m, enum ima_show_type show,
28 void ima_show_template_sig(struct seq_file *m, enum ima_show_type show,
30 void ima_show_template_buf(struct seq_file *m, enum ima_show_type show,
32 void ima_show_template_uint(struct seq_file *m, enum ima_show_type show,
/kernel/linux/linux-6.6/kernel/bpf/
H A Dbtf.c363 * Common data to all BTF show operations. Private show functions can add
365 * in the show callback. See btf_type_show() below.
372 * pass is signalled by show->state.depth_check being set, and if we
373 * encounter a non-zero value we set show->state.depth_to_show to
386 * The various data type show functions all start with a call to
407 void *target; /* target of show operation (seq file, buffer) */
408 void (*showfn)(struct btf_show *show, const char *fmt, va_list args);
448 void (*show)(const struct btf *btf, const struct btf_type *t, member
450 struct btf_show *show);
925 btf_show_name(struct btf_show *show) btf_show_name() argument
1084 __btf_show_indent(struct btf_show *show) __btf_show_indent() argument
1094 btf_show_indent(struct btf_show *show) btf_show_indent() argument
1099 btf_show_newline(struct btf_show *show) btf_show_newline() argument
1104 btf_show_delim(struct btf_show *show) btf_show_delim() argument
1116 btf_show(struct btf_show *show, const char *fmt, ...) btf_show() argument
1158 btf_show_obj_size_left(struct btf_show *show, void *data) btf_show_obj_size_left() argument
1164 btf_show_obj_is_safe(struct btf_show *show, void *data, int size) btf_show_obj_is_safe() argument
1176 __btf_show_obj_safe(struct btf_show *show, void *data, int size) __btf_show_obj_safe() argument
1211 btf_show_obj_safe(struct btf_show *show, const struct btf_type *t, void *data) btf_show_obj_safe() argument
1287 btf_show_start_type(struct btf_show *show, const struct btf_type *t, u32 type_id, void *data) btf_show_start_type() argument
1298 btf_show_end_type(struct btf_show *show) btf_show_end_type() argument
1305 btf_show_start_aggr_type(struct btf_show *show, const struct btf_type *t, u32 type_id, void *data) btf_show_start_aggr_type() argument
1321 btf_show_end_aggr_type(struct btf_show *show, const char *suffix) btf_show_end_aggr_type() argument
1330 btf_show_start_member(struct btf_show *show, const struct btf_member *m) btf_show_start_member() argument
1336 btf_show_start_array_member(struct btf_show *show) btf_show_start_array_member() argument
1342 btf_show_end_member(struct btf_show *show) btf_show_end_member() argument
1347 btf_show_end_array_member(struct btf_show *show) btf_show_end_array_member() argument
1353 btf_show_start_array_type(struct btf_show *show, const struct btf_type *t, u32 type_id, u16 array_encoding, void *data) btf_show_start_array_type() argument
1364 btf_show_end_array_type(struct btf_show *show) btf_show_end_array_type() argument
1371 btf_show_start_struct_type(struct btf_show *show, const struct btf_type *t, u32 type_id, void *data) btf_show_start_struct_type() argument
1379 btf_show_end_struct_type(struct btf_show *show) btf_show_end_struct_type() argument
2067 btf_df_show(const struct btf *btf, const struct btf_type *t, u32 type_id, void *data, u8 bits_offsets, struct btf_show *show) btf_df_show() argument
2244 btf_int128_print(struct btf_show *show, void *data) btf_int128_print() argument
2310 btf_bitfield_show(void *data, u8 bits_offset, u8 nr_bits, struct btf_show *show) btf_bitfield_show() argument
2335 btf_int_bits_show(const struct btf *btf, const struct btf_type *t, void *data, u8 bits_offset, struct btf_show *show) btf_int_bits_show() argument
2354 btf_int_show(const struct btf *btf, const struct btf_type *t, u32 type_id, void *data, u8 bits_offset, struct btf_show *show) btf_int_show() argument
2702 btf_modifier_show(const struct btf *btf, const struct btf_type *t, u32 type_id, void *data, u8 bits_offset, struct btf_show *show) btf_modifier_show() argument
2715 btf_var_show(const struct btf *btf, const struct btf_type *t, u32 type_id, void *data, u8 bits_offset, struct btf_show *show) btf_var_show() argument
2724 btf_ptr_show(const struct btf *btf, const struct btf_type *t, u32 type_id, void *data, u8 bits_offset, struct btf_show *show) btf_ptr_show() argument
2963 __btf_array_show(const struct btf *btf, const struct btf_type *t, u32 type_id, void *data, u8 bits_offset, struct btf_show *show) __btf_array_show() argument
3016 btf_array_show(const struct btf *btf, const struct btf_type *t, u32 type_id, void *data, u8 bits_offset, struct btf_show *show) btf_array_show() argument
3908 __btf_struct_show(const struct btf *btf, const struct btf_type *t, u32 type_id, void *data, u8 bits_offset, struct btf_show *show) __btf_struct_show() argument
3955 btf_struct_show(const struct btf *btf, const struct btf_type *t, u32 type_id, void *data, u8 bits_offset, struct btf_show *show) btf_struct_show() argument
4123 btf_enum_show(const struct btf *btf, const struct btf_type *t, u32 type_id, void *data, u8 bits_offset, struct btf_show *show) btf_enum_show() argument
4226 btf_enum64_show(const struct btf *btf, const struct btf_type *t, u32 type_id, void *data, u8 bits_offset, struct btf_show *show) btf_enum64_show() argument
4588 btf_datasec_show(const struct btf *btf, const struct btf_type *t, u32 type_id, void *data, u8 bits_offset, struct btf_show *show) btf_datasec_show() argument
7061 btf_type_show(const struct btf *btf, u32 type_id, void *obj, struct btf_show *show) btf_type_show() argument
7073 btf_seq_show(struct btf_show *show, const char *fmt, va_list args) btf_seq_show() argument
7102 struct btf_show show; global() member
7107 btf_snprintf_show(struct btf_show *show, const char *fmt, va_list args) btf_snprintf_show() argument
[all...]
/kernel/linux/linux-6.6/include/drm/
H A Ddrm_debugfs.h42 * @show: the &drm_info_list's show callback
49 * their @show callback.
51 #define DRM_DEBUGFS_GPUVA_INFO(show, data) {"gpuvas", show, DRIVER_GEM_GPUVA, data}
63 * @show:
69 int (*show)(struct seq_file*, void*); member
109 * @show:
115 int (*show)(struct seq_file*, void*); member
149 int (*show)(struc
[all...]
/kernel/linux/linux-5.10/security/integrity/ima/
H A Dima_template_lib.c64 enum ima_show_type show, in ima_show_template_data_ascii()
96 enum ima_show_type show, in ima_show_template_data_binary()
100 u32 len = (show == IMA_SHOW_BINARY_OLD_STRING_FMT) ? in ima_show_template_data_binary()
103 if (show != IMA_SHOW_BINARY_NO_FIELD_LEN) { in ima_show_template_data_binary()
116 enum ima_show_type show, in ima_show_template_field_data()
120 switch (show) { in ima_show_template_field_data()
122 ima_show_template_data_ascii(m, show, datafmt, field_data); in ima_show_template_field_data()
127 ima_show_template_data_binary(m, show, datafmt, field_data); in ima_show_template_field_data()
134 void ima_show_template_digest(struct seq_file *m, enum ima_show_type show, in ima_show_template_digest() argument
137 ima_show_template_field_data(m, show, DATA_FMT_DIGES in ima_show_template_digest()
63 ima_show_template_data_ascii(struct seq_file *m, enum ima_show_type show, enum data_formats datafmt, struct ima_field_data *field_data) ima_show_template_data_ascii() argument
95 ima_show_template_data_binary(struct seq_file *m, enum ima_show_type show, enum data_formats datafmt, struct ima_field_data *field_data) ima_show_template_data_binary() argument
115 ima_show_template_field_data(struct seq_file *m, enum ima_show_type show, enum data_formats datafmt, struct ima_field_data *field_data) ima_show_template_field_data() argument
140 ima_show_template_digest_ng(struct seq_file *m, enum ima_show_type show, struct ima_field_data *field_data) ima_show_template_digest_ng() argument
147 ima_show_template_string(struct seq_file *m, enum ima_show_type show, struct ima_field_data *field_data) ima_show_template_string() argument
153 ima_show_template_sig(struct seq_file *m, enum ima_show_type show, struct ima_field_data *field_data) ima_show_template_sig() argument
159 ima_show_template_buf(struct seq_file *m, enum ima_show_type show, struct ima_field_data *field_data) ima_show_template_buf() argument
[all...]
/third_party/jerryscript/tools/
H A Dcheck-signed-off.sh74 parent_hashes=(`git show -s --format=%p HEAD | head -1`)
78 commit_hash=`git show -s --format=%h HEAD | head -1`
88 actual_signed_off_by_line=`git show -s --format=%B $commit_hash | sed '/^$/d' | tr -d '\015' | tail -n 1`
92 author_name=`git show -s --format=%an $commit_hash`
93 author_email=`git show -s --format=%ae $commit_hash`
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/customdialog/
H A Dcustomdialog_alignment_test.cpp27 dialogAPI->show(customDialog, true); in TestCustomDialogAlignment001()
41 dialogAPI->show(customDialog, true); in TestCustomDialogAlignment002()
55 dialogAPI->show(customDialog, true); in TestCustomDialogAlignment003()
69 dialogAPI->show(customDialog, true); in TestCustomDialogAlignment004()
83 dialogAPI->show(customDialog, true); in TestCustomDialogAlignment005()
97 dialogAPI->show(customDialog, true); in TestCustomDialogAlignment006()
111 dialogAPI->show(customDialog, true); in TestCustomDialogAlignment007()
125 dialogAPI->show(customDialog, true); in TestCustomDialogAlignment008()
139 dialogAPI->show(customDialog, true); in TestCustomDialogAlignment009()
153 dialogAPI->show(customDialo in TestCustomDialogAlignment010()
[all...]
/third_party/ltp/testcases/network/iproute/
H A Dip_tests.sh54 [ "$ip4_addr" ] && ip route show | grep -q $ip4_addr && ip route del $ip4_addr
80 tst_res TINFO "test 'ip link show' command (list device attributes)"
82 ip link show $iface | grep $iface > /dev/null
84 tst_res TFAIL "'ip link show $iface' command failed"
102 tst_res TINFO "show protocol address"
103 ip addr show dev lo | grep 127.6.6.6 > /dev/null
105 tst_res TFAIL "'ip addr show' command failed"
116 ip addr show dev lo | grep 127.6.6.6 > /dev/null
137 tst_res TINFO "show all neighbor entries in arp tables"
140 ip neigh show
[all...]
/third_party/typescript/tests/baselines/reference/
H A DcontextuallyTypedBindingInitializer.js3 show: (x: number) => string;
5 function f({ show = v => v.toString() }: Show) {}
6 function f2({ "show": showRename = v => v.toString() }: Show) {}
7 function f3({ ["show"]: showRename = v => v.toString() }: Show) {}
12 function ff({ nested = { show: v => v.toString() } }: Nested) {}
34 var _b = _a.show, show = _b === void 0 ? function (v) { return v.toString(); } : _b;
37 var _b = _a["show"], showRename = _b === void 0 ? function (v) { return v.toString(); } : _b;
40 var _b = _a["show"], showRename = _b === void 0 ? function (v) { return v.toString(); } : _b;
43 var _b = _a.nested, nested = _b === void 0 ? { show
[all...]
/kernel/linux/linux-5.10/tools/testing/selftests/wireguard/
H A Dnetns.sh159 [[ $(ip1 link show dev wg0) =~ mtu\ ([0-9]+) ]] && orig_mtu="${BASH_REMATCH[1]}"
167 { read _; read _; read _; read rx_bytes _; read _; read tx_bytes _; } < <(ip2 -stats link show dev wg0)
169 { read _; read _; read _; read rx_bytes _; read _; read tx_bytes _; } < <(ip1 -stats link show dev wg0)
171 read _ rx_bytes tx_bytes < <(n2 wg show wg0 transfer)
173 read _ rx_bytes tx_bytes < <(n1 wg show wg0 transfer)
175 read _ timestamp < <(n1 wg show wg0 latest-handshakes)
216 [[ $(n2 wg show wg0 endpoints) == "$pub1 127.212.121.99:9999" ]]
222 [[ $(n2 wg show wg0 endpoints) == "$pub1 [::1]:9998" ]]
242 [[ $(n1 wg show wg0 endpoints) == "$pub2 [::1]:9997" ]]
279 read _ _ tx_bytes_before < <(n0 wg show wg
[all...]

Completed in 19 milliseconds

12345678910>>...60