Home
last modified time | relevance | path

Searched full:regex (Results 1 – 25 of 309) sorted by relevance

12345678910>>...13

/Zephyr-latest/scripts/
Dtags.sh71 --regex-asm='/^(ENTRY|_GLOBAL)\(([^)]*)\).*/\2/' \
72 --regex-c='/^SYSCALL_DEFINE[[:digit:]]?\(([^,)]*).*/sys_\1/' \
73 --regex-c='/^COMPAT_SYSCALL_DEFINE[[:digit:]]?\(([^,)]*).*/compat_sys_\1/' \
74 --regex-c++='/^TRACE_EVENT\(([^,)]*).*/trace_\1/' \
75 --regex-c++='/^TRACE_EVENT\(([^,)]*).*/trace_\1_rcuidle/' \
76 --regex-c++='/^DEFINE_EVENT\([^,)]*, *([^,)]*).*/trace_\1/' \
77 --regex-c++='/^DEFINE_EVENT\([^,)]*, *([^,)]*).*/trace_\1_rcuidle/' \
78 --regex-c++='/PAGEFLAG\(([^,)]*).*/Page\1/' \
79 --regex-c++='/PAGEFLAG\(([^,)]*).*/SetPage\1/' \
80 --regex-c++='/PAGEFLAG\(([^,)]*).*/ClearPage\1/' \
[all …]
Dget_maintainer.py199 # files-regex
202 area_dict.get("files-regex"))
205 # files-regex-exclude
208 area_dict.get("files-regex-exclude"))
422 # Constructs a single regex that tests for matches against the globs in
424 # Returns the search() method of the compiled regex.
432 regex = ""
437 # Construct a regex equivalent to the glob
449 regex += "^(?:{})".format("|".join(glob_regexes))
452 if regex:
[all …]
/Zephyr-latest/tests/lib/cbprintf_fp/
Dtestcase.yaml16 regex:
25 regex:
36 regex:
45 regex:
56 regex:
65 regex:
74 regex:
86 regex:
98 regex:
/Zephyr-latest/tests/benchmarks/latency_measure/
Dtestcase.yaml22 regex: "(?P<metric>.*) - (?P<description>.*):(?P<cycles>.*) cycles ,(?P<nanoseconds>.*) ns"
23 regex:
38 regex: "(?P<metric>.*) - (?P<description>.*):(?P<cycles>.*) cycles ,(?P<nanoseconds>.*) ns"
39 regex:
56 regex: "(?P<metric>.*) - (?P<description>.*):(?P<cycles>.*) cycles ,(?P<nanoseconds>.*) ns"
57 regex:
78 regex: "(?P<metric>.*) - (?P<description>.*):(?P<cycles>.*) cycles ,(?P<nanoseconds>.*) ns"
79 regex:
/Zephyr-latest/samples/subsys/logging/syst/
Dsample.yaml24 regex:
45 regex:
60 regex:
74 regex:
89 regex:
103 regex:
118 regex:
133 regex:
/Zephyr-latest/samples/drivers/mbox/
Dsample.yaml22 regex:
40 regex:
58 regex:
72 regex:
83 regex:
98 regex:
116 regex:
133 regex:
/Zephyr-latest/tests/net/lib/lwm2m/interop/pytest/
Dtest_bootstrap.py36 dut.readlines_until(regex='.*Bootstrap transfer complete', timeout=5.0)
52 dut.readlines_until(regex='.*Registration Done', timeout=5.0)
61 dut.readlines_until(regex='.*Server Initiated Bootstrap', timeout=1)
62 dut.readlines_until(regex='.*Bootstrap transfer complete', timeout=5.0)
63 dut.readlines_until(regex='.*Registration Done', timeout=5.0)
68 dut.readlines_until(regex=r'.*Deregistration success', timeout=5)
70 lines = dut.readlines_until(regex='.*Registration Done', timeout=5.0)
73 dut.readlines_until(regex=r'.*Deregistration success', timeout=5)
77 lines = dut.readlines_until(regex='.*Registration Done', timeout=5.0)
84 dut.readlines_until(regex=r'.*Deregistration success', timeout=5)
[all …]
/Zephyr-latest/samples/subsys/usb/mass/
Dsample.yaml19 regex:
45 regex:
64 regex:
89 regex:
115 regex:
137 regex:
160 regex:
185 regex:
/Zephyr-latest/tests/arch/common/stack_unwind/
Dtestcase.yaml17 regex:
29 regex:
43 regex:
56 regex:
74 regex:
/Zephyr-latest/samples/sensor/qdec/
Dsample.yaml15 regex:
26 regex:
36 regex:
55 regex:
/Zephyr-latest/samples/drivers/w1/scanner/
Dsample.yaml14 regex:
25 regex:
36 regex:
48 regex:
/Zephyr-latest/samples/drivers/crypto/
Dsample.yaml18 regex:
32 regex:
46 regex:
62 regex:
76 regex:
/Zephyr-latest/samples/boards/nxp/mimxrt1170_evk_cm7/magic_addr/pytest/
Dtest_magic_addr.py16 dut.readlines_until(regex='Cast some characters:', print_output=True)
18 lines = dut.readlines_until(regex='Magic DTCM address accessed', print_output=True)
21 lines = dut.readlines_until(regex='Magic DTCM address accessed', print_output=True)
/Zephyr-latest/misc/generated/
DCMakeLists.txt8 REGEX "^#define CONFIG_"
12 …string(REGEX REPLACE "#define (CONFIG_[A-Za-z|_|0-9]*) (.*)" "GEN_ABSOLUTE_SYM_KCONFIG(\\1, \\2)" …
13 string(REGEX REPLACE "\"(.*)\"" "1" CONFIG ${CONFIG})
/Zephyr-latest/samples/kernel/bootargs/
Dsample.yaml12 regex:
20 regex:
28 regex:
/Zephyr-latest/samples/subsys/ipc/ipc_service/icmsg/
Dsample.yaml19 regex:
38 regex:
62 regex:
84 regex:
108 regex:
136 regex:
162 regex:
/Zephyr-latest/samples/sensor/bme280/
Dsample.yaml14 regex:
26 regex:
38 regex:
/Zephyr-latest/tests/subsys/shell/shell_device/
Dtestcase.yaml15 regex:
27 regex:
40 regex:
/Zephyr-latest/cmake/modules/
Dzephyr_module.cmake77 file(STRINGS ${zephyr_settings_file} zephyr_settings_txt ENCODING UTF-8 REGEX "^[^#]")
82 string(REGEX REPLACE "\"(.*)\":\".*\"" "\\1" key ${setting})
83 string(REGEX REPLACE "\".*\":\"(.*)\"" "\\1" value ${setting})
100 string(REGEX REPLACE "\"(.*)\":\".*\":\".*\"" "\\1" module_name ${module})
113 string(REGEX REPLACE "\"(.*)\":\".*\":\".*\"" "\\1" module_name ${module})
134 string(REGEX REPLACE "\"(.*)\":\".*\":\".*\"" "\\1" module_name ${module})
135 string(REGEX REPLACE "\".*\":\"(.*)\":\".*\"" "\\1" module_path ${module})
136 string(REGEX REPLACE "\".*\":\".*\":\"(.*)\"" "\\1" cmake_path ${module})
155 string(REGEX REPLACE "\"(.*)\":\".*\":\".*\"" "\\1" module_name ${module})
156 string(REGEX REPLACE "\".*\":\"(.*)\":\".*\"" "\\1" module_path ${module})
[all …]
/Zephyr-latest/samples/boards/nordic/system_off/
Dsample.yaml22 regex:
42 regex:
62 regex:
86 regex:
111 regex:
138 regex:
/Zephyr-latest/
D.gitlint29 regex = ^(?!subsys:)(?!treewide:)(([^:]+):)(\s([^:]+):)*\s(.+)$
37 [title-match-regex]
38 # python like regex (https://docs.python.org/2/library/re.html) that the
40 # Note that the regex can contradict with other rules if not used correctly
42 #regex=^US[0-9]*
D.clang-format90 - Regex: '^".*\.h"$'
92 …- Regex: '^<(assert|complex|ctype|errno|fenv|float|inttypes|limits|locale|math|setjmp|signal|stdar…
94 - Regex: '^\<zephyr/.*\.h\>$'
96 - Regex: '.*'
/Zephyr-latest/tests/arch/x86/info/
Dtestcase.yaml7 regex:
17 regex:
/Zephyr-latest/samples/sensor/ds18b20/
Dsample.yaml16 regex:
27 regex:
/Zephyr-latest/samples/cpp/cpp_synchronization/
Dsample.yaml14 regex:
31 regex:

12345678910>>...13