/third_party/zlib/ |
H A D | configure | 158 show() function 195 show $cc -c $test.c 389 show $* 396 show $* 411 show $* 838 # show the results in the log
|
/kernel/linux/linux-5.10/drivers/base/ |
H A D | class.c | 32 if (class_attr->show) in class_attr_show() 33 ret = class_attr->show(cp->class, class_attr, buf); in class_attr_show() 74 .show = class_attr_show, 178 /* let the block class directory show up in the root of sysfs */ in __class_register()
|
/kernel/linux/linux-5.10/drivers/net/wireless/intersil/hostap/ |
H A D | hostap_proc.c | 121 .show = prism2_wds_proc_show, 176 .show = prism2_bss_list_proc_show, 327 /* We have a header (pos 0) + N results to show (pos 1...N) */ in prism2_scan_results_proc_start() 353 .show = prism2_scan_results_proc_show,
|
/kernel/linux/linux-5.10/fs/ocfs2/ |
H A D | filecheck.c | 116 if (kattr->show) in ocfs2_filecheck_show() 117 ret = kattr->show(kobj, kattr, buf); in ocfs2_filecheck_show() 138 .show = ocfs2_filecheck_show,
|
/kernel/linux/linux-5.10/fs/ |
H A D | proc_namespace.c | 240 int (*show)(struct seq_file *, struct vfsmount *)) in mounts_open_common() 282 p->show = show; in mounts_open_common()
|
/kernel/linux/linux-5.10/drivers/platform/x86/ |
H A D | intel_menlow.c | 372 static int intel_menlow_add_one_attribute(char *name, umode_t mode, void *show, in intel_menlow_add_one_attribute() argument 386 attr->attr.show = show; in intel_menlow_add_one_attribute()
|
/kernel/linux/linux-6.6/drivers/base/ |
H A D | class.c | 76 if (class_attr->show) in class_attr_show() 77 ret = class_attr->show(cp->class, class_attr, buf); in class_attr_show() 119 .show = class_attr_show,
|
/kernel/linux/linux-6.6/fs/ |
H A D | proc_namespace.c | 243 int (*show)(struct seq_file *, struct vfsmount *)) in mounts_open_common() 285 p->show = show; in mounts_open_common()
|
/kernel/linux/linux-6.6/fs/ocfs2/ |
H A D | filecheck.c | 115 if (kattr->show) in ocfs2_filecheck_show() 116 ret = kattr->show(kobj, kattr, buf); in ocfs2_filecheck_show() 137 .show = ocfs2_filecheck_show,
|
/kernel/linux/linux-6.6/drivers/platform/x86/dell/dell-wmi-sysman/ |
H A D | sysman.c | 231 if (kattr->show) in wmi_sysman_attr_show() 232 ret = kattr->show(kobj, kattr, buf); in wmi_sysman_attr_show() 249 .show = wmi_sysman_attr_show,
|
/kernel/linux/linux-6.6/drivers/net/wireless/intersil/hostap/ |
H A D | hostap_proc.c | 121 .show = prism2_wds_proc_show, 176 .show = prism2_bss_list_proc_show, 328 /* We have a header (pos 0) + N results to show (pos 1...N) */ in prism2_scan_results_proc_start() 354 .show = prism2_scan_results_proc_show,
|
/test/xts/acts/arkui/ace_standard/entry/src/main/js/MainAbility/pages/menu/router/ |
H A D | index.js | 94 this.$element('event1').show({x:100,y:200});
97 this.$element('event2').show({x:100,y:300});
100 this.$element('function1').show({x:100,y:500});
|
/test/xts/acts/arkui/ace_standard/entry/src/main/js/default/pages/menu/router/ |
H A D | index.js | 94 this.$element('event1').show({x:100,y:200});
97 this.$element('event2').show({x:100,y:300});
100 this.$element('function1').show({x:100,y:500});
|
/test/xts/acts/arkui/ace_standard/entry/src/ohosTest/js/MainAbility/pages/menu/router/ |
H A D | index.js | 94 this.$element('event1').show({x:100,y:200});
97 this.$element('event2').show({x:100,y:300});
100 this.$element('function1').show({x:100,y:500});
|
/test/xts/acts/arkui/ace_standard/entry/src/ohosTest/js/default/pages/menu/router/ |
H A D | index.js | 94 this.$element('event1').show({x:100,y:200});
97 this.$element('event2').show({x:100,y:300});
100 this.$element('function1').show({x:100,y:500});
|
/third_party/mesa3d/.gitlab-ci/lava/ |
H A D | lava_job_submitter.py | 357 show = _call_proxy(job.proxy.scheduler.jobs.show, job.job_id) 358 for field, value in show.items():
|
/third_party/skia/tools/viewer/ |
H A D | SkottieSlide.cpp | 136 const auto& show = [](const LogEntry& log, const char prefix[]) { in load() local 143 for (const auto& err : fErrors) show(err, " !! "); in load() 144 for (const auto& wrn : fWarnings) show(wrn, " ?? "); in load()
|
/third_party/skia/modules/skottie/src/ |
H A D | SkottieTool.cpp | 221 const auto& show = [](const LogEntry& log, const char prefix[]) { in report() local 228 for (const auto& err : fErrors) show(err, " !! "); in report() 229 for (const auto& wrn : fWarnings) show(wrn, " ?? "); in report()
|
/kernel/linux/linux-5.10/security/smack/ |
H A D | smackfs.c | 567 * Don't show any rules with label names too long for in smk_rule_show() 633 .show = load_seq_show, 775 * Don't show a label that could not have been set using in cipso_seq_show() 801 .show = cipso_seq_show, 997 .show = cipso2_seq_show, 1073 .show = net4addr_seq_show, 1337 .show = net6addr_seq_show, 1901 .show = onlycap_seq_show, 2240 .show = load_self_seq_show, 2371 .show [all...] |
/kernel/linux/linux-6.6/security/smack/ |
H A D | smackfs.c | 568 * Don't show any rules with label names too long for in smk_rule_show() 634 .show = load_seq_show, 776 * Don't show a label that could not have been set using in cipso_seq_show() 802 .show = cipso_seq_show, 1009 .show = cipso2_seq_show, 1085 .show = net4addr_seq_show, 1348 .show = net6addr_seq_show, 1912 .show = onlycap_seq_show, 2251 .show = load_self_seq_show, 2383 .show [all...] |
/kernel/linux/linux-5.10/Documentation/trace/ |
H A D | function-graph-fold.vim | 6 " functions. While closed, a fold will show the total time taken for a call,
|
/kernel/linux/linux-5.10/arch/hexagon/kernel/ |
H A D | setup.c | 136 .show = &show_cpuinfo,
|
/kernel/linux/linux-5.10/block/ |
H A D | blk-mq-debugfs.h | 12 int (*show)(void *, struct seq_file *); member 14 /* Set either .show or .seq_ops. */
|
/kernel/linux/linux-6.6/arch/hexagon/kernel/ |
H A D | setup.c | 136 .show = &show_cpuinfo,
|
/kernel/linux/linux-5.10/tools/testing/selftests/net/forwarding/ |
H A D | bridge_sticky_fdb.sh | 55 bridge -j fdb show br br0 brport $swp1\
|