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

  /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 DexBuffer dex, Pattern pattern, final PrintWriter out) {
83 public int 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/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...]
  /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 

Completed in 240 milliseconds