Home
last modified time | relevance | path

Searched full:patterns (Results 1 – 25 of 172) sorted by relevance

1234567

/openbmc/u-boot/test/py/
H A Du_boot_spawn.py118 def expect(self, patterns): argument
122 supplied list of patterns, or for a timeout to occur.
125 patterns: A list of strings or regex objects that we expect to
129 The index within the patterns array of the pattern the process
133 Timeout, if the process did not emit any of the patterns within
137 for pi in range(len(patterns)):
138 if type(patterns[pi]) == type(''):
139 patterns[pi] = re.compile(patterns[pi])
146 for pi in range(len(patterns)):
147 pattern = patterns[pi]
/openbmc/u-boot/drivers/bootcount/
H A Dbootcount_ram.c12 const ulong patterns[] = { 0x00000000, variable
17 const ulong NBR_OF_PATTERNS = sizeof(patterns) / sizeof(*patterns);
34 writel(patterns[i % NBR_OF_PATTERNS], in bootcount_store()
59 if (tmp != patterns[i % NBR_OF_PATTERNS]) in bootcount_load()
/openbmc/u-boot/tools/binman/
H A Delf.py22 def GetSymbols(fname, patterns): argument
27 patterns: List of regex patterns to search for, each a string
36 if patterns:
37 re_syms = re.compile('|'.join(patterns))
69 patterns: List of regex patterns to search for, each a string
/openbmc/qemu/tests/qemu-iotests/
H A D058.out15 == verifying the image file with patterns ==
21 == verifying the exported snapshot with patterns, method 1 ==
27 == verifying the exported snapshot with patterns, method 2 ==
33 == verifying the converted snapshot with patterns, method 1 ==
39 == verifying the converted snapshot with patterns, method 2 ==
H A D033.out14 == verifying patterns (1) ==
28 == verifying patterns (2) ==
38 == verifying patterns (3) ==
55 == verifying patterns (1) ==
69 == verifying patterns (2) ==
79 == verifying patterns (3) ==
96 == verifying patterns (1) ==
110 == verifying patterns (2) ==
120 == verifying patterns (3) ==
137 == verifying patterns (1) ==
[all …]
H A D05882 echo "== verifying the image file with patterns =="
89 echo "== verifying the exported snapshot with patterns, method 1 =="
96 echo "== verifying the exported snapshot with patterns, method 2 =="
103 echo "== verifying the converted snapshot with patterns, method 1 =="
110 echo "== verifying the converted snapshot with patterns, method 2 =="
H A D03379 echo "== verifying patterns (1) =="
90 echo "== verifying patterns (2) =="
99 echo "== verifying patterns (3) =="
H A D03472 echo "== verifying patterns (3) =="
90 echo "== verifying patterns (4) =="
108 echo "== verifying patterns (5) =="
H A D0144 # qcow2 pattern test, complex patterns including compression and snapshots
5 # Using patterns for 4k cluster size.
H A D034.out16 == verifying patterns (3) ==
41 == verifying patterns (4) ==
66 == verifying patterns (5) ==
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DBahyph3 These patterns and the generating sh script are Copyright (c) GMV 1991
5 These patterns were developed for internal GMV use and are made public in the hope that they will b…
/openbmc/openbmc-tools/tof-voters/config/
H A Drejected_patterns.yaml1 # Rejected patterns for projects and files
18 # Global patterns that apply to all projects
31 # Project-specific patterns
/openbmc/qemu/docs/devel/
H A Ddecodetree.rst7 A *decodetree* is built from instruction *patterns*. A pattern may
20 In support of patterns, one may declare *fields*, *argument sets*, and
132 across many instruction patterns.
166 Patterns chapter
181 come in handy when fields overlap between patterns and one has to
214 Patterns within overlap groups are allowed to overlap. Conflicts are
215 resolved by selecting the patterns in order. If all of the fixedbits
217 translate function returns false, then subsequent patterns within the
220 Patterns within no-overlap groups are not allowed to overlap, just
221 the same as ungrouped patterns. Thus no-overlap groups are intended
/openbmc/openbmc/meta-arm/meta-arm/lib/oeqa/runtime/cases/
H A Dfvp_boot.py18 # Check for common error patterns on all consoles
20 # "expect" a timeout when searching for the error patterns
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/beep/
H A Dbeep_1.4.12.bb1 SUMMARY = "beep allows you to have the PC speaker issue beeps and beep patterns"
3 patterns with given frequencies, durations, and spacing."
/openbmc/qemu/docs/
H A Dqemu-option-trace.rst.inc9 or ``ftrace`` tracing backend. To specify multiple events or patterns,
18 file) per line; globbing patterns are accepted too. This option is only
/openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/
H A D00_man_quoting.diff7 Patterns like these can be used when the machine has different internet
49 wildcard patterns.
57 -wildcard patterns. The default server name is `unknown'.
59 +wildcard patterns. The default server name is `unknown\'.
/openbmc/qemu/scripts/codeconverter/
H A Dconverter.py54 if not args.patterns:
57 classes = [p for arg in args.patterns
64 print("Valid patterns:", file=sys.stderr)
95 default=[], dest='patterns',
/openbmc/qemu/scripts/
H A Dqom-cast-macro-clean-cocci-gen.py37 patterns = [ variable
50 for pattern in patterns:
/openbmc/openbmc-tools/netboot/
H A Dnetboot14 def expect_or_raise(conn, patterns, timeout=None): argument
15 i, m, d = conn.expect([bytes(p, "ascii") for p in patterns], timeout)
17 msg = "Match failed, expected '%s', got '%s'" % (str(patterns), d)
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/geany/geany-plugins/
H A D0003-projectorganizer-Use-g_pattern_spec_match_string-ins.patch56 @@ -80,7 +80,7 @@ gboolean patterns_match(GSList *patterns, const gchar *str)
57 foreach_slist (elem, patterns)
89 gboolean patterns_match(GSList *patterns, const gchar *str);
/openbmc/openbmc/poky/bitbake/lib/toaster/toastermain/management/commands/
H A Dperf.py21 patterns = root_urlconf.urls.urlpatterns
23 for pat in patterns:
/openbmc/qemu/tests/qemu-iotests/tests/
H A Dimage-fleecing37 patterns = [('0x5d', '0', '64k'), variable
53 ('0xcd', '0x3ff0000', '64k')] # patterns[3]
80 for p in patterns:
186 for p in patterns + zeroes:
227 for p in patterns + zeroes:
/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/
H A D0015-powerpc-Do-not-ask-compiler-for-finding-arch.patch30 # Note if you add patterns here you must ensure that an appropriate
46 # Note if you add patterns here you must ensure that an appropriate
/openbmc/u-boot/post/drivers/
H A Dmemory.c47 * arbitrary manner the must ensure test patterns ensure that every case
48 * is tested. By using the following series of binary patterns every
56 * Carrying this out, gives us six hex patterns as follows:
67 * in twelve patterns total.
115 * to/from RAM. There are several test cases that use different patterns to
118 * The following patterns are used:
176 * This is 64 bit wide test patterns. Note that they reside in ROM

1234567