Home | History | Annotate | Download | only in src

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,
152 // Do not check excludes in this branch.
175 * if the file doesn't have a package or if the file isn't in the
203 BufferedReader in = new BufferedReader(new FileReader(file));
206 while ((line = in.readLine()) != null) {
211 // line ends in a ";".
218 in.close();
226 // TODO: Refactor this to share the similar logic in
253 BufferedReader in = new BufferedReader(new FileReader(file));
256 while ((line = in.readLine()) != null) {
263 in.close();