Home
last modified time | relevance | path

Searched refs:excludes (Results 1 – 25 of 78) sorted by relevance

1234

/openbmc/openbmc/poky/scripts/lib/resulttool/
H A Dstore.py77 excludes = []
79 excludes = ['*.log', "*.log.zst"]
85 excludes, [], False, keywords, logger)
/openbmc/openbmc/poky/meta/classes/
H A Drm_work.bbclass55 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 Dcopyleft_filter.bbclass11 # By default, includes all GPL and LGPL, and excludes CLOSED and Proprietary.
/openbmc/openbmc/poky/meta/lib/oe/
H A Drootfs.py51 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__.py223 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 Dbase.py75 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 Dhelp.c72 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 Dhelp.h31 void exclude_cmds(struct cmdnames *cmds, struct cmdnames *excludes);
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dcodeparser.py98 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 Dextract-stall.sh6 echo Filter out clocksource lines. Note that preceding-lines excludes the
/openbmc/qemu/qapi/
H A Dacpi.json50 # excludes @data.
55 # excludes @file.
/openbmc/phosphor-logging/
H A Dlog_create_main.cpp60 ->excludes(event_option); in main()
/openbmc/linux/drivers/scsi/sym53c8xx_2/
H A Dsym53c8xx.h116 u_long excludes[8]; member
/openbmc/linux/Documentation/arch/arm64/
H A Dperf.rst18 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 Dv4l2-selection-targets.rst40 This includes only active pixels and excludes other non-active
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/daemontools/
H A Ddaemontools_0.76.bb8 each line and, for each log, includes or excludes lines matching specified \
/openbmc/linux/arch/x86/kvm/
H A Dpmu.c356 !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 DOGL-Canada-2.030 The Information is licensed “as is”, and the Information Provider excludes all representations, war…
H A Dcopyleft-next-0.3.0131 ** 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 Dcopyleft-next-0.3.1132 ** 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 DOPL-UK-3.062 Licensor excludes all representations, warranties,
H A DNCGL-UK-2.048 The Information is licensed ‘as is’ and the Information Provider excludes all representations, warr…
/openbmc/openbmc/meta-openembedded/meta-networking/licenses/
H A Dcopyleft-next-0.3.0131 ** 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 Dcopyleft-next-0.3.1148 ** 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 Dperf-security.rst239 but excludes raw tracepoints and ftrace function tracepoints
248 excludes system wide performance monitoring. CPU and system events

1234