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

/dalvik/dx/src/com/android/dx/command/grep/
H A DMain.java17 package com.android.dx.command.grep;
31 int count = new Grep(dex, Pattern.compile(pattern), new PrintWriter(System.out)).grep();
H A DGrep.java17 package com.android.dx.command.grep;
83 public int grep() { method in class:Grep

Completed in 94 milliseconds