Lines Matching defs:in
13 * The following are attempted, in order, until one succeeds.
17 * (which are resolved using Java's built in DNS support).
128 * Looks in the system properties to find servers and a search path.
211 * Looks in /etc/resolv.conf to find servers and a search path.
217 InputStream in = null;
219 in = new FileInputStream(file);
224 InputStreamReader isr = new InputStreamReader(in);
287 findWin(InputStream in, Locale locale) {
301 BufferedReader br = new BufferedReader(new InputStreamReader(in));
370 findWin(InputStream in) {
374 BufferedInputStream b = new BufferedInputStream(in, bufSize);
425 * info on Android. getprop might disappear in future releases, so
441 InputStream in = p.getInputStream();
442 InputStreamReader isr = new InputStreamReader(in);
475 /** Returns all entries in the located search path */
483 * Note that ndots can only be configured in a resolv.conf file, and will only