Searched full:grep (Results 1 – 25 of 31) sorted by relevance
12
/Zephyr-latest/scripts/checkpatch/ |
D | check_known_checkpatch_issues.sh | 90 grep -v -E "^\-\-\-" | grep -v -E "^\-commit " | grep -E "^\-" | \ 95 grep -v -E "^\-\-\-" | grep -v -E "^\-commit " | grep -E "^\-" | \ 100 grep -v -E "^\+\+\+" | grep -v -E "^\+commit " | grep -E "^\+" | \ 105 grep -v -E "^\+\+\+" | grep -v -E "^\+commit " | grep -E "^\+" | \
|
D | do_checkpatch.sh | 18 grep ERROR: $1 |cut -d : -f 3,4 |sort -u > $1_error.types 19 grep WARNING: $1 |cut -d : -f 3,4 |sort -u > $1_warning.types 21 echo -n $i ' '; grep $i $1 | wc -l 24 echo -n $i ' '; grep $i $1 | wc -l
|
D | maintainer-checkpatch.bash | 98 ${checkpatch} $i | grep "total:"
|
/Zephyr-latest/doc/develop/west/ |
D | config.rst | 141 * - ``grep.color`` 142 - String, default empty. Set this to ``never`` to disable ``west grep`` 143 color output. If set, ``west grep`` passes the value to the grep tool's 145 * - ``grep.tool`` 146 - String, one of ``"git-grep"`` (default), ``"ripgrep"``, or ``"grep"``. 147 The grep tool that ``west grep`` should use. 148 * - ``grep.<TOOL>-args`` 150 ``grep.tool`` value, so ``grep.ripgrep-args`` is an example 151 configuration option. If set, arguments that ``west grep`` should pass 152 to the corresponding grep tool. Run ``west help grep`` for details. [all …]
|
D | release-notes.rst | 11 - New ``west grep`` command for running a "grep tool" in your west workspace's 12 repositories. Currently, ``git grep``, `ripgrep`_, and standard ``grep`` are 13 supported grep tools. 15 To run this command to get ``git grep foo`` results from all cloned, 20 west grep foo 22 Here are some other examples for running different grep commands 23 with ``west grep``: 27 * - ``git grep --untracked`` 28 - ``west grep --untracked foo`` 30 - ``west grep --tool ripgrep foo`` [all …]
|
D | troubleshooting.rst | 112 $ pip3 show west | grep Location: | cut -f 2 -d ' '
|
D | built-in.rst | 251 - ``west grep``: search for patterns in local project repositories
|
/Zephyr-latest/scripts/kconfig/ |
D | lint.py | 12 still needed. 'git grep' is handy. 165 defines = run(("git", "grep", "--extended-regexp", regex), 167 # Could pass --only-matching to git grep as well, but it was added 176 # grep for symbol references in #ifdef/defined() that are missing a CONFIG_ 177 # prefix. Work around an "argument list too long" error from 'git grep' by 180 # grep for '#if((n)def) <symbol>', 'defined(<symbol>', and 184 cmd = ("git", "grep", "--line-number", "-I", "--perl-regexp", regex) 251 # 'git grep' all modules 253 for line in run(("git", "grep", "-h", "-I", "--extended-regexp", regex), 261 # Could pass --only-matching to git grep as well, but it was added
|
/Zephyr-latest/boards/ti/cc1352p7_launchpad/support/ |
D | openocd.cfg | 2 # lsusb -d 0451:bef3 -v | grep -i iserial
|
/Zephyr-latest/ |
D | zephyr-env.sh | 38 if uname | grep -q "MINGW"; then 55 if ! echo "${PATH}" | grep -q "${scripts_path}"; then
|
D | .clang-format | 5 # git grep -h '^#define [^[:space:]]*FOR_EACH[^[:space:]]*(' include/ \
|
/Zephyr-latest/scripts/net/ |
D | run-sample-tests.sh | 84 if ! docker image ls | grep "$image" > /dev/null; then 89 if ! docker network ls | grep "$network" > /dev/null; then 106 if docker ps | grep "$name" > /dev/null; then 128 if docker ps | grep "$name" > /dev/null; then 137 bridge_interface=$(docker network ls | grep "$network" | cut -d " " -f 1)
|
/Zephyr-latest/tests/bsim/ |
D | run_parallel.sh | 36 if grep -Eiq "(\?|-\?|-h|help|-help|--help)" <<< $1 ; then 49 all_cases=`find ${search_pattern} -name "*.sh" | grep -Ev "${sh_filter}"` 54 all_cases=`find ${SEARCH_PATH} -name "*.sh" | grep -Ev "${sh_filter}"`
|
D | generate_coverage_report.sh | 37 if grep -Eiq "(\?|-\?|-h|help|-help|--help)" <<< $1 ; then
|
D | compile.source | 87 nm ${exe_name} | grep -v " [U|w] " | sort | cut -d" " -f1,3 > ${map_file_name}
|
/Zephyr-latest/samples/net/lwm2m_client/ |
D | docker-test.sh | 19 curl -s -X GET 'http://localhost:8080/api/clients/native_posix/3/0/0' | grep Zephyr 2>&1 >/dev/null
|
/Zephyr-latest/tests/net/all/ |
D | check_net_options.sh | 40 grep -q $opt prj.conf > /dev/null 2>&1
|
/Zephyr-latest/scripts/ |
D | coccicheck | 146 OPT=`grep "Options:" $COCCI | cut -d':' -f2` 147 VIRTUAL=`grep "virtual" $COCCI | cut -d' ' -f2`
|
D | tags.sh | 184 if $1 --version 2>&1 | grep -iq exuberant; then 186 elif $1 --version 2>&1 | grep -iq emacs; then
|
/Zephyr-latest/boards/toradex/colibri_imx7d/doc/ |
D | index.rst | 261 grep -A10 "mailbox@30aa0000 {" imx7d-colibri-emmc-eval-v3.dts 274 grep -A8 "reset-controller@30390000 {" imx7d-colibri-emmc-eval-v3.dts 285 grep "phandle = <" imx7d-colibri-emmc-eval-v3.dts | sort -r | head -1 401 $ ls /dev | grep ttyRPMSG
|
/Zephyr-latest/cmake/emu/ |
D | qemu.cmake | 324 2>&1 | grep -iv \"empty loadable segment detected\" || true 334 2>&1 | grep -iv \"empty loadable segment detected\" || true
|
/Zephyr-latest/scripts/ci/ |
D | check_compliance.py | 669 # Grep samples/ and tests/ for symbol definitions 670 grep_stdout = git("grep", "-I", "-h", "--perl-regexp", regex, "--", 685 # their own Kconfig trees. For those, just grep for 'config FOO' to find 694 # Grep samples/ and tests/ for symbol definitions 695 grep_stdout = git("grep", "-I", "-h", "--perl-regexp", regex, "--", 841 # Grep for symbol references. 848 # 'git grep --only-matching' would get rid of the surrounding context 875 grep_stdout = git("grep", "--line-number", "-I", "--null",
|
/Zephyr-latest/doc/build/kconfig/ |
D | tips.rst | 681 ``git grep FOO_BAR`` to look for references. It is also a good idea to search 682 for some components of the symbol name with e.g. ``git grep FOO`` and 683 ``git grep BAR``, as it can help uncover token pasting.
|
/Zephyr-latest/soc/intel/intel_adsp/tools/ |
D | remote-fw-service.py | 161 # ps xfao pid,ppid,pgid,sid,comm | grep -C 5 -e PID -e sleep -e sudo
|
/Zephyr-latest/scripts/pylib/twister/twisterlib/ |
D | size_calc.py | 206 # GREP can not be used as it returns an error if the symbol is not
|
12