Lines Matching defs:in
9 * This code is distributed in the hope that it will be useful, but WITHOUT
12 * version 2 for more details (a copy is included in the LICENSE file that
51 InputStream in;
53 IOHandler(InputStream in) {
54 this.in = in;
57 static void handle(InputStream in) {
58 IOHandler handler = new IOHandler(in);
68 int n = in.read(b);
95 * Launch (in server mode) a debuggee with the given address and
130 * - Launch a debuggee in server=y,suspend=y,address=${port}
131 * - Launch a second debuggee in server=y,suspend=n with the same port
132 * - Second debuggee should fail with an error (address already in use)