HomeSort by relevance Sort by last modified time
    Searched refs:close (Results 1076 - 1100 of 8652) sorted by null

<<41424344454647484950>>

  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
FilterInputStreamTest.java 103 fos.close();
108 * Tears down the fixture, for example, close a network connection. This
114 is.close();
130 * java.io.FilterInputStream#close()
133 is.close();
StringReaderTest.java 38 * java.io.StringReader#close()
41 // Test for method void java.io.StringReader.close()
44 sr.close();
47 fail("Close failed");
111 sr.close();
158 sr.close();
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
SinkChannelTest.java 161 source.close();
170 sink.close();
237 source.close();
250 sink.close();
375 source.close();
386 sink.close();
460 sink.close();
477 ssc.close();
478 sc.close();
485 sock.close();
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/jar/
JarInputStreamTest.java 84 jis.close();
105 jis.close();
169 jin.close();
196 jin.close();
216 jin.close();
243 jin.close();
270 jin.close();
299 jin.close();
320 jin.close();
351 jin.close();
    [all...]
  /libcore/luni/src/test/java/libcore/java/io/
FilterInputStreamNullSourceTest.java 59 in.close();
118 in.close();
135 in.close();
OldAndroidPushbackInputStreamTest.java 39 a.close();
47 b.close();
54 c.close();
  /libcore/luni/src/test/java/libcore/java/util/zip/
DeflaterInputStreamTest.java 44 in.close();
78 in.close();
105 in.close();
OldAndroidZipStreamTest.java 41 outFile.close();
50 inFile.close();
108 out.close();
134 out.close();
164 in.close();
  /packages/apps/Nfc/src/com/android/nfc/
DeviceHost.java 126 public void close() throws IOException; method in interface:DeviceHost.LlcpSocket
146 public void close() throws IOException; method in interface:DeviceHost.LlcpServerSocket
158 public void close() throws IOException; method in interface:DeviceHost.LlcpConnectionlessSocket
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
DictDecoder.java 153 inStream.close();
182 inStream.close();
208 raFile.close();
Ver4DictDecoder.java 54 binaryDictionary.close();
79 binaryDictionary.close();
109 binaryDictionary.close();
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
SqlInjectionDetectionTest.java 94 c.close();
100 c.close();
109 c.close();
  /prebuilts/misc/darwin-x86/analyzer/tools/scan-build/
ccc-analyzer 120 close ($PPH);
127 close OUT;
145 close FROM_CHILD;
150 close(TO_PARENT);
158 close(FROM_CHILD);
247 close FROM_CHILD;
253 close TO_PARENT;
260 close $ofh;
263 close(FROM_CHILD);
317 close(AFILE)
    [all...]
  /prebuilts/misc/linux-x86/analyzer/tools/scan-build/
ccc-analyzer 120 close ($PPH);
127 close OUT;
145 close FROM_CHILD;
150 close(TO_PARENT);
158 close(FROM_CHILD);
247 close FROM_CHILD;
253 close TO_PARENT;
260 close $ofh;
263 close(FROM_CHILD);
317 close(AFILE)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
build_scripts.py 109 outf.close()
111 f.close()
114 f.close()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
connection.py 48 from multiprocessing.forking import duplicate, close namespace
151 def close(self): member in class:Listener
153 Close the bound socket or named pipe of `self`.
155 return self._listener.close()
193 s1.close()
194 s2.close()
260 self._socket.close()
277 s.close()
280 def close(self): member in class:SocketListener
281 self._socket.close()
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_ioctl.py 16 tty.close()
86 os.close(mfd)
87 os.close(sfd)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
token.py 101 fp.close()
121 fp.close()
138 fp.close()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
build_scripts.py 109 outf.close()
111 f.close()
114 f.close()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
connection.py 48 from multiprocessing.forking import duplicate, close namespace
151 def close(self): member in class:Listener
153 Close the bound socket or named pipe of `self`.
155 return self._listener.close()
193 s1.close()
194 s2.close()
260 self._socket.close()
277 s.close()
280 def close(self): member in class:SocketListener
281 self._socket.close()
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_ioctl.py 16 tty.close()
86 os.close(mfd)
87 os.close(sfd)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
token.py 101 fp.close()
121 fp.close()
138 fp.close()
  /system/core/init/
property_service.c 173 close(fd);
280 close(s);
291 close(s);
295 close(s);
303 close(s);
314 close(s);
321 // Keep the old close-socket-early behavior when handling
323 close(s);
339 // property server will not close the socket until *AFTER*
341 close(s)
    [all...]
  /system/core/libsparse/
append2simg.c 127 close(tmp_fd);
128 close(output);
129 close(input);
  /system/extras/libpagemap/
pm_kernel.c 49 close(ker->kpagecount_fd);
152 close(ker->kpagecount_fd);
153 close(ker->kpageflags_fd);

Completed in 591 milliseconds

<<41424344454647484950>>