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

  /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();
  /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"
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/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.7-4.6/x86_64-linux/include/c++/4.6.x-google/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.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
regex.h 372 static constexpr regex_constants::syntax_option_type grep member in class:basic_regex
373 = regex_constants::grep;
    [all...]
  /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
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.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
regex.h 358 static constexpr flag_type grep = regex_constants::grep; member in class:basic_regex
    [all...]
  /external/linux-tools-perf/
Makefile 179 grep-libs = $(filter -l%,$(1))
479 PERL_EMBED_LIBADD = $(call grep-libs,$(PERL_EMBED_LDOPTS))
529 PYTHON_EMBED_LIBADD := $(call grep-libs,$(PYTHON_EMBED_LDOPTS))
  /prebuilts/sdk/tools/lib/
dx.jar 
  /prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 308 milliseconds