HomeSort by relevance Sort by last modified time
    Searched defs:grep (Results 1 - 25 of 92) sorted by null

1 2 3 4

  /external/chromium-trace/catapult/third_party/pyserial/serial/tools/
list_ports.py 15 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/
iter_iter_flg.pass.cpp 61 test(F(s1.begin()), F(s1.end()), std::regex_constants::grep, 1); member in class:std::regex_constants
62 test(F(s2.begin()), F(s2.end()), std::regex_constants::grep, 1); member in class:std::regex_constants
63 test(F(s3.begin()), F(s3.end()), std::regex_constants::grep, 2); member in class:std::regex_constants
64 test(F(s4.begin()), F(s4.end()), std::regex_constants::grep, 0); member in class:std::regex_constants
string_flg.pass.cpp 53 test(std::string("\\(a\\)"), std::regex_constants::grep, 1); member in class:std::regex_constants
54 test(std::string("\\(a[bc]\\)"), std::regex_constants::grep, 1); member in class:std::regex_constants
55 test(std::string("\\(a\\([bc]\\)\\)"), std::regex_constants::grep, 2); member in class:std::regex_constants
56 test(std::string("(a([bc]))"), std::regex_constants::grep, 0); member in class:std::regex_constants
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/re/re.regex/re.regex.construct/
iter_iter_flg.pass.cpp 61 test(F(s1.begin()), F(s1.end()), std::regex_constants::grep, 1); member in class:std::regex_constants
62 test(F(s2.begin()), F(s2.end()), std::regex_constants::grep, 1); member in class:std::regex_constants
63 test(F(s3.begin()), F(s3.end()), std::regex_constants::grep, 2); member in class:std::regex_constants
64 test(F(s4.begin()), F(s4.end()), std::regex_constants::grep, 0); member in class:std::regex_constants
string_flg.pass.cpp 53 test(std::string("\\(a\\)"), std::regex_constants::grep, 1); member in class:std::regex_constants
54 test(std::string("\\(a[bc]\\)"), std::regex_constants::grep, 1); member in class:std::regex_constants
55 test(std::string("\\(a\\([bc]\\)\\)"), std::regex_constants::grep, 2); member in class:std::regex_constants
56 test(std::string("(a([bc]))"), std::regex_constants::grep, 0); member in class:std::regex_constants
  /dalvik/dx/src/com/android/dx/command/grep/
Grep.java 17 package com.android.dx.command.grep;
31 public final class Grep {
42 public Grep(final Dex dex, Pattern pattern, final PrintWriter out) {
89 public int grep() { method in class:Grep
Main.java 17 package com.android.dx.command.grep;
31 int count = new Grep(dex, Pattern.compile(pattern), new PrintWriter(System.out)).grep();
  /external/python/cpython2/Lib/idlelib/
GrepDialog.py 13 def grep(text, io=None, flist=None): function
25 icon = "Grep"
147 grep(text, flist=flist)
  /external/python/cpython3/Lib/idlelib/
grep.py 14 def grep(text, io=None, flist=None): function
26 icon = "Grep"
147 grep(text, flist=flist)
  /external/python/cpython3/Lib/idlelib/idle_test/
test_grep.py 2 Non-gui unit tests for grep.GrepDialog methods.
11 from idlelib.grep import GrepDialog
35 grep = Dummy_grep() variable
50 grep.engine._pat = pat
52 grep.grep_it(re.compile(pat), __file__)
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
GrepDialog.py 8 def grep(text, io=None, flist=None): function
20 icon = "Grep"
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
GrepDialog.py 8 def grep(text, io=None, flist=None): function
20 icon = "Grep"
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
GrepDialog.py 8 def grep(text, io=None, flist=None): function
20 icon = "Grep"
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
GrepDialog.py 8 def grep(text, io=None, flist=None): function
20 icon = "Grep"
  /external/python/cpython2/Lib/idlelib/idle_test/
test_grep.py 37 grep = Dummy_grep() variable
52 grep.engine._pat = pat
54 grep.grep_it(re.compile(pat), __file__)
  /external/robolectric-shadows/resources/src/main/java/org/robolectric/res/
StyleData.java 56 public boolean grep(Pattern pattern) { method in class:StyleData
  /external/testng/src/test/java/test/failedreporter/
FailedReporterTest.java 53 grep(failed, expectedLine.format(s), resultLines); method
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
regex_constants.h 77 * elements @c ECMAScript, @c basic, @c extended, @c awk, @c grep, @c egrep
148 * that used by POSIX utility grep in IEEE Std 1003.1-2001. This option is
152 constexpr syntax_option_type grep = 1 << _S_grep; member in namespace:regex_constants
156 * that used by POSIX utility grep when given the -E option in
regex.h 358 static constexpr flag_type grep = regex_constants::grep; member in class:basic_regex
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
regex_constants.h 77 * elements @c ECMAScript, @c basic, @c extended, @c awk, @c grep, @c egrep
148 * that used by POSIX utility grep in IEEE Std 1003.1-2001. This option is
152 constexpr syntax_option_type grep = 1 << _S_grep; member in namespace:regex_constants
156 * that used by POSIX utility grep when given the -E option in
regex.h 358 static constexpr flag_type grep = regex_constants::grep; member in class:basic_regex
    [all...]
  /external/testng/src/test/java/test/
BaseTest.java 398 public static List<Integer> grep(File fileName, String regexp, List<String> resultLines) { method in class:BaseTest
  /external/autotest/client/bin/
utils.py 35 def grep(pattern, file): function
37 This is mainly to fix the return code inversion from grep
42 command = 'grep "%s" > /dev/null' % pattern
446 meminfo = utils.system_output('grep %s /proc/meminfo' % key)
659 grep = 'zgrep'
661 grep = 'grep'
662 grep += ' ^CONFIG_%s= %s' % (feature, config)
664 if not utils.system_output(grep, ignore_status=True):
787 cmd2 = 'grep -E "ID_(NAME|MODEL)="
    [all...]
  /external/toybox/generated/
globals.h 1099 // toys/posix/grep.c
1527 struct grep_data grep; member in union:global_union
  /prebuilts/misc/common/robolectric/3.4.2/lib/
resources-3.4.2.jar 

Completed in 588 milliseconds

1 2 3 4