Searched refs:grep (Results 1 – 9 of 9) sorted by relevance
23 dx --dex Blort1.class 2>&1 | grep mismatch26 dx --dex Blort2.class 2>&1 | grep mismatch29 dx --dex Blort3.class 2>&1 | grep mismatch32 dx --dex Blort4.class 2>&1 | grep mismatch
19 *.class | grep '[-+][0-9]' | grep -v 'goto/32.*+00*$' | grep '// +00*$'
17 package com.android.dx.command.grep;31 int count = new Grep(dex, Pattern.compile(pattern), new PrintWriter(System.out)).grep(); in main()
17 package com.android.dx.command.grep;88 public int grep() { in grep() method in Grep
18 dx --dump --rop-blocks blort.class | grep 'const\|move'
18 dx --debug --dump --width=200 blort.class | grep ' 000.:'
19 *.class | grep 'Blort\|Throws'
19 *.class | grep '^[0-9a-f].*value.*Exception' \
40 --dump-method=Zorch.test Zorch.class | grep 'try\|catch'