| /openbmc/u-boot/test/py/ |
| H A D | u_boot_spawn.py | 118 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 D | bootcount_ram.c | 12 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 D | elf.py | 22 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 D | 058.out | 15 == 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 D | 033.out | 14 == 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 D | 058 | 82 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 D | 033 | 79 echo "== verifying patterns (1) ==" 90 echo "== verifying patterns (2) ==" 99 echo "== verifying patterns (3) =="
|
| H A D | 034 | 72 echo "== verifying patterns (3) ==" 90 echo "== verifying patterns (4) ==" 108 echo "== verifying patterns (5) =="
|
| H A D | 014 | 4 # qcow2 pattern test, complex patterns including compression and snapshots 5 # Using patterns for 4k cluster size.
|
| H A D | 034.out | 16 == verifying patterns (3) == 41 == verifying patterns (4) == 66 == verifying patterns (5) ==
|
| /openbmc/openbmc/poky/meta/files/common-licenses/ |
| H A D | Bahyph | 3 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 D | rejected_patterns.yaml | 1 # Rejected patterns for projects and files 18 # Global patterns that apply to all projects 31 # Project-specific patterns
|
| /openbmc/qemu/docs/devel/ |
| H A D | decodetree.rst | 7 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 D | fvp_boot.py | 18 # 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 D | beep_1.4.12.bb | 1 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 D | qemu-option-trace.rst.inc | 9 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 D | 00_man_quoting.diff | 7 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 D | converter.py | 54 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 D | qom-cast-macro-clean-cocci-gen.py | 37 patterns = [ variable 50 for pattern in patterns:
|
| /openbmc/openbmc-tools/netboot/ |
| H A D | netboot | 14 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 D | 0003-projectorganizer-Use-g_pattern_spec_match_string-ins.patch | 56 @@ -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 D | perf.py | 21 patterns = root_urlconf.urls.urlpatterns 23 for pat in patterns:
|
| /openbmc/qemu/tests/qemu-iotests/tests/ |
| H A D | image-fleecing | 37 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 D | 0015-powerpc-Do-not-ask-compiler-for-finding-arch.patch | 30 # 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 D | memory.c | 47 * 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
|