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

/external/chromium-trace/catapult/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/std/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/autotest/client/bin/
H A Dbase_utils.py15 def grep(pattern, file): function
17 This is mainly to fix the return code inversion from grep
22 command = 'grep "%s" > /dev/null' % pattern
474 meminfo = utils.system_output('grep %s /proc/meminfo' % key)
672 grep = 'zgrep'
674 grep = 'grep'
675 grep += ' ^CONFIG_%s= %s' % (feature, config)
677 if not utils.system_output(grep, ignore_status=True):
800 cmd2 = 'grep
[all...]
/external/testng/src/test/java/test/
H A DBaseTest.java398 public static List<Integer> grep(File fileName, String regexp, List<String> resultLines) { method in class:BaseTest
/external/toybox/generated/
H A Dglobals.h1018 // toys/posix/grep.c
1408 struct grep_data grep; member in union:global_union

Completed in 292 milliseconds