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

1 2

  /external/chromium_org/tools/telemetry/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/re/re.regex/re.regex.construct/
iter_iter_flg.pass.cpp 60 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
string_flg.pass.cpp 52 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
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.regex/re.regex.construct/
iter_iter_flg.pass.cpp 60 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
string_flg.pass.cpp 52 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
  /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) {
88 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/lldb/utils/misc/
grep-svn-log.py 9 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)
  /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/linux-tools-perf/perf-3.12.0/tools/perf/
Makefile 121 grep-libs = $(filter -l%,$(1))
150 PYTHON_EXT_SRCS := $(shell grep -v ^\# util/python-ext-sources)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/
regex_constants.h 70 * elements @c ECMAScript, @c basic, @c extended, @c awk, @c grep, @c egrep
141 * that used by POSIX utility grep in IEEE Std 1003.1-2001. This option is
145 static constexpr syntax_option_type grep = 1 << _S_grep; member in namespace:regex_constants
149 * that used by POSIX utility grep when given the -E option in
regex.h 372 static constexpr regex_constants::syntax_option_type grep member in class:basic_regex
373 = regex_constants::grep;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-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...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
regex_constants.h 70 * elements @c ECMAScript, @c basic, @c extended, @c awk, @c grep, @c egrep
141 * that used by POSIX utility grep in IEEE Std 1003.1-2001. This option is
145 static constexpr syntax_option_type grep = 1 << _S_grep; member in namespace:regex_constants
149 * that used by POSIX utility grep when given the -E option in
regex.h 372 static constexpr regex_constants::syntax_option_type grep member in class:basic_regex
373 = regex_constants::grep;
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
regex_constants.h 70 * elements @c ECMAScript, @c basic, @c extended, @c awk, @c grep, @c egrep
141 * that used by POSIX utility grep in IEEE Std 1003.1-2001. This option is
145 static constexpr syntax_option_type grep = 1 << _S_grep; member in namespace:regex_constants
149 * that used by POSIX utility grep when given the -E option in
regex.h 373 static constexpr regex_constants::syntax_option_type grep member in class:basic_regex
374 = regex_constants::grep;
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
regex_constants.h 70 * elements @c ECMAScript, @c basic, @c extended, @c awk, @c grep, @c egrep
141 * that used by POSIX utility grep in IEEE Std 1003.1-2001. This option is
145 static constexpr syntax_option_type grep = 1 << _S_grep; member in namespace:regex_constants
149 * that used by POSIX utility grep when given the -E option in
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
regex_constants.h 70 * elements @c ECMAScript, @c basic, @c extended, @c awk, @c grep, @c egrep
141 * that used by POSIX utility grep in IEEE Std 1003.1-2001. This option is
145 static constexpr syntax_option_type grep = 1 << _S_grep; member in namespace:regex_constants
149 * that used by POSIX utility grep when given the -E option in
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/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
  /external/linux-tools-perf/perf-3.12.0/tools/perf/config/
Makefile 281 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))

Completed in 2117 milliseconds

1 2