Lines Matching defs:in
5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
59 throw new AssertionError("Not in root directory.");
101 // Look for user-specific excluded-paths file in current directory.
120 * source roots in our generated source directory (specifically,
176 * if the file doesn't have a package or if the file isn't in the
204 BufferedReader in = new BufferedReader(new FileReader(file));
207 while ((line = in.readLine()) != null) {
212 // line ends in a ";".
219 in.close();
227 // TODO: Refactor this to share the similar logic in
254 BufferedReader in = new BufferedReader(new FileReader(file));
257 while ((line = in.readLine()) != null) {
264 in.close();