/openbmc/openbmc/poky/scripts/lib/resulttool/ |
H A D | store.py | 77 excludes = [] 79 excludes = ['*.log', "*.log.zst"] 85 excludes, [], False, keywords, logger)
|
/openbmc/openbmc/poky/meta/classes/ |
H A D | rm_work.bbclass | 55 excludes='${RM_WORK_EXCLUDE_ITEMS}' 84 excludes="$excludes recipe-sysroot-native" 120 elif ! echo "$excludes" | grep -q -w "$dir"; then 170 excludes = (d.getVar("RM_WORK_EXCLUDE") or "").split() 181 if pn in excludes:
|
H A D | copyleft_filter.bbclass | 11 # By default, includes all GPL and LGPL, and excludes CLOSED and Proprietary.
|
/openbmc/openbmc/poky/meta/lib/oe/ |
H A D | rootfs.py | 51 excludes = [ 'log_check', r'^\+' ] 53 excludes.extend(self.log_check_expected_regexes) 55 excludes += [x for x in (self.d.getVar("IMAGE_LOG_CHECK_EXCLUDES") or "").split(" ") if x] 56 excludes = [re.compile(x) for x in excludes] 64 for ee in excludes:
|
/openbmc/openbmc/poky/scripts/lib/devtool/ |
H A D | __init__.py | 223 excludes = [] 227 excludes = f.readlines() 230 if 'singletask.lock\n' not in excludes: 231 excludes.append('singletask.lock\n') 233 for line in excludes:
|
/openbmc/linux/tools/testing/selftests/hid/tests/ |
H A D | base.py | 75 excludes=[ 110 excludes=[libevdev.EV_KEY.BTN_TOOL_PEN, libevdev.EV_KEY.BTN_STYLUS], 124 excludes=[libevdev.EV_KEY.BTN_TOOL_PEN, libevdev.EV_KEY.BTN_STYLUS],
|
/openbmc/linux/tools/lib/subcmd/ |
H A D | help.c | 72 void exclude_cmds(struct cmdnames *cmds, struct cmdnames *excludes) in exclude_cmds() argument 78 while (ci < cmds->cnt && ei < excludes->cnt) { in exclude_cmds() 79 cmp = strcmp(cmds->names[ci]->name, excludes->names[ei]->name); in exclude_cmds()
|
H A D | help.h | 31 void exclude_cmds(struct cmdnames *cmds, struct cmdnames *excludes);
|
/openbmc/openbmc/poky/bitbake/lib/bb/ |
H A D | codeparser.py | 98 excludes = set((d.getVarFlag(mod, "vardepsexclude") or "").split()) 99 if excludes: 100 …s[mod] = [modulecode_deps[mod][0] - excludes, modulecode_deps[mod][1] - excludes, modulecode_deps[…
|
/openbmc/linux/tools/rcu/ |
H A D | extract-stall.sh | 6 echo Filter out clocksource lines. Note that preceding-lines excludes the
|
/openbmc/qemu/qapi/ |
H A D | acpi.json | 50 # excludes @data. 55 # excludes @file.
|
/openbmc/phosphor-logging/ |
H A D | log_create_main.cpp | 60 ->excludes(event_option); in main()
|
/openbmc/linux/drivers/scsi/sym53c8xx_2/ |
H A D | sym53c8xx.h | 116 u_long excludes[8]; member
|
/openbmc/linux/Documentation/arch/arm64/ |
H A D | perf.rst | 18 This attribute excludes userspace. 26 This attribute excludes the kernel. 41 This attribute excludes the hypervisor.
|
/openbmc/linux/Documentation/userspace-api/media/v4l/ |
H A D | v4l2-selection-targets.rst | 40 This includes only active pixels and excludes other non-active
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/daemontools/ |
H A D | daemontools_0.76.bb | 8 each line and, for each log, includes or excludes lines matching specified \
|
/openbmc/linux/arch/x86/kvm/ |
H A D | pmu.c | 356 !filter_contains_match(f->excludes, f->nr_excludes, eventsel)) in is_gp_event_allowed() 904 filter->excludes = filter->events + filter->nr_includes; in prepare_filter_lists()
|
/openbmc/openbmc/poky/meta/files/common-licenses/ |
H A D | OGL-Canada-2.0 | 30 The Information is licensed “as is”, and the Information Provider excludes all representations, war…
|
H A D | copyleft-next-0.3.0 | 131 ** Distributor of My Work excludes the implied warranties of title, ** 198 using, or selling My Work, and excludes claims that would be infringed
|
H A D | copyleft-next-0.3.1 | 132 ** Distributor of My Work excludes the implied warranties of title, ** 199 using, or selling My Work, and excludes claims that would be infringed
|
H A D | OPL-UK-3.0 | 62 Licensor excludes all representations, warranties,
|
H A D | NCGL-UK-2.0 | 48 The Information is licensed ‘as is’ and the Information Provider excludes all representations, warr…
|
/openbmc/openbmc/meta-openembedded/meta-networking/licenses/ |
H A D | copyleft-next-0.3.0 | 131 ** Distributor of My Work excludes the implied warranties of title, ** 198 using, or selling My Work, and excludes claims that would be infringed
|
/openbmc/linux/LICENSES/dual/ |
H A D | copyleft-next-0.3.1 | 148 ** Distributor of My Work excludes the implied warranties of title, ** 215 using, or selling My Work, and excludes claims that would be infringed
|
/openbmc/linux/Documentation/admin-guide/ |
H A D | perf-security.rst | 239 but excludes raw tracepoints and ftrace function tracepoints 248 excludes system wide performance monitoring. CPU and system events
|