Searched full:regex (Results  1 – 25 of 323) sorted by relevance
12345678910>>...13
| /Zephyr-latest/scripts/ | 
| D | tags.sh | 71 	--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 …] 
 | 
| D | get_maintainer.py | 199             # 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/ | 
| D | testcase.yaml | 16       regex: 25       regex: 36       regex: 45       regex: 56       regex: 65       regex: 74       regex: 86       regex: 98       regex:
  | 
| /Zephyr-latest/tests/benchmarks/latency_measure/ | 
| D | testcase.yaml | 22         regex: 24       regex: 39         regex: 41       regex: 58         regex: 60       regex: 81         regex: 83       regex:
  | 
| /Zephyr-latest/samples/subsys/logging/syst/ | 
| D | sample.yaml | 24       regex: 45       regex: 60       regex: 74       regex: 89       regex: 103       regex: 118       regex: 133       regex:
  | 
| /Zephyr-latest/tests/net/lib/lwm2m/interop/pytest/ | 
| D | test_bootstrap.py | 36     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/drivers/mbox/ | 
| D | sample.yaml | 20       regex: 38       regex: 56       regex: 70       regex: 85       regex: 103       regex: 120       regex:
  | 
| /Zephyr-latest/samples/drivers/w1/scanner/ | 
| D | sample.yaml | 16       regex: 27       regex: 38       regex: 50       regex: 67       regex:
  | 
| /Zephyr-latest/tests/arch/common/stack_unwind/ | 
| D | testcase.yaml | 17       regex: 29       regex: 43       regex: 56       regex: 74       regex:
  | 
| /Zephyr-latest/samples/subsys/usb/mass/ | 
| D | sample.yaml | 19       regex: 45       regex: 64       regex: 89       regex: 115       regex: 137       regex: 160       regex: 185       regex:
  | 
| /Zephyr-latest/samples/sensor/qdec/ | 
| D | sample.yaml | 15       regex: 26       regex: 36       regex: 55       regex:
  | 
| /Zephyr-latest/samples/drivers/crypto/ | 
| D | sample.yaml | 18       regex: 32       regex: 46       regex: 62       regex: 76       regex:
  | 
| /Zephyr-latest/misc/generated/ | 
| D | CMakeLists.txt | 8   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/boards/nxp/mimxrt1170_evk_cm7/magic_addr/pytest/ | 
| D | test_magic_addr.py | 16     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/samples/kernel/bootargs/ | 
| D | sample.yaml | 12       regex: 20       regex: 28       regex:
  | 
| /Zephyr-latest/samples/subsys/ipc/ipc_service/icmsg/ | 
| D | sample.yaml | 19       regex: 38       regex: 62       regex: 84       regex: 108       regex: 136       regex: 162       regex:
  | 
| /Zephyr-latest/samples/boards/nordic/system_off/ | 
| D | sample.yaml | 22       regex: 43       regex: 63       regex: 88       regex: 114       regex: 135       regex:
  | 
| /Zephyr-latest/samples/sensor/bme280/ | 
| D | sample.yaml | 18       regex: 30       regex: 41       regex:
  | 
| /Zephyr-latest/tests/subsys/shell/shell_device/ | 
| D | testcase.yaml | 15       regex: 27       regex: 40       regex:
  | 
| /Zephyr-latest/cmake/modules/ | 
| D | zephyr_module.cmake | 77     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/ | 
| D | .gitlint | 29 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-format | 90   - 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/ | 
| D | testcase.yaml | 7       regex: 17       regex:
  | 
| /Zephyr-latest/samples/sensor/ds18b20/ | 
| D | sample.yaml | 16       regex: 27       regex:
  | 
| /Zephyr-latest/tests/benchmarks/posix/threads/ | 
| D | testcase.yaml | 17       regex: 19     regex:
  | 
        12345678910>>...13