Searched defs:grep (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/tools/telemetry/third_party/pyserial/serial/tools/
H A Dlist_ports.py15 Additionally a grep function is supplied that can be used to search for ports
36 def grep(regexp): function
84 iterator = sorted(grep(args[0]))
/external/libcxx/test/re/re.regex/re.regex.construct/
H A Diter_iter_flg.pass.cpp60 test(F(s1.begin()), F(s1.end()), std::regex_constants::grep, 1); member in class:std::regex_constants
61 test(F(s2.begin()), F(s2.end()), std::regex_constants::grep, 1); member in class:std::regex_constants
62 test(F(s3.begin()), F(s3.end()), std::regex_constants::grep, 2); member in class:std::regex_constants
63 test(F(s4.begin()), F(s4.end()), std::regex_constants::grep, 0); member in class:std::regex_constants
H A Dstring_flg.pass.cpp52 test(std::string("\\(a\\)"), std::regex_constants::grep, 1); member in class:std::regex_constants
53 test(std::string("\\(a[bc]\\)"), std::regex_constants::grep, 1); member in class:std::regex_constants
54 test(std::string("\\(a\\([bc]\\)\\)"), std::regex_constants::grep, 2); member in class:std::regex_constants
55 test(std::string("(a([bc]))"), std::regex_constants::grep, 0); member in class:std::regex_constants
/external/lldb/utils/misc/
H A Dgrep-svn-log.py9 svn log -v | grep-svn-log.py '^ D.+why_are_you_missing.h$'
17 usage = """Usage: grep-svn-log.py line-pattern
19 svn log -v | grep-svn-log.py '^ D.+why_are_you_missing.h'"""
45 def grep(regexp): function
81 grep(regexp)
/external/linux-tools-perf/perf-3.12.0/tools/perf/
H A DMakefile121 grep-libs = $(filter -l%,$(1))
150 PYTHON_EXT_SRCS := $(shell grep -v ^\# util/python-ext-sources)
/external/linux-tools-perf/perf-3.12.0/tools/perf/config/
H A DMakefile281 grep-libs = $(filter -l%,$(1))
289 PERL_EMBED_LIBADD = $(call grep-libs,$(PERL_EMBED_LDOPTS))
334 PYTHON_EMBED_LIBADD := $(call grep-libs,$(PYTHON_EMBED_LDOPTS))
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/
H A Dcpp.py3459 pattern: The conversion function pattern to grep for.
3471 def grep(lines, pattern, error): function in function:check_for_toFoo_definition
3529 matches = grep(clean_lines, pattern, error)

Completed in 2128 milliseconds