HomeSort by relevance Sort by last modified time
    Searched refs:close (Results 126 - 150 of 7594) sorted by null

1 2 3 4 56 7 8 91011>>

  /packages/apps/Contacts/src/com/android/contacts/list/
JoinContactLoader.java 53 public void close() { method in class:JoinContactLoader.JoinContactLoaderResult
55 suggestionCursor.close();
57 super.close();
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/input/
TeeInputStream.java 30 * The proxied input stream is closed when the {@link #close()} method is
88 public void close() throws IOException { method in class:TeeInputStream
90 super.close();
93 branch.close();
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/output/
TeeOutputStream.java 89 public void close() throws IOException { method in class:TeeOutputStream
90 super.close();
91 this.branch.close();
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_popen.py 42 self.assertEqual(os.popen("exit 0").close(), None)
44 self.assertEqual(os.popen("exit 42").close(), 42)
46 self.assertEqual(os.popen("exit 42").close(), 42 << 8)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_popen.py 42 self.assertEqual(os.popen("exit 0").close(), None)
44 self.assertEqual(os.popen("exit 42").close(), 42)
46 self.assertEqual(os.popen("exit 42").close(), 42 << 8)
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
FileOutputStreamTest.java 61 fos.close();
64 fos.close();
65 fis.close();
88 fos.close();
91 fos.close();
110 fos.close();
120 fos.close();
126 * @tests java.io.FileOutputStream#close()
131 fos.close();
135 fail("Close test failed - wrote to closed stream")
    [all...]
  /external/clang/utils/analyzer/
update_plist_test.pl 23 close(IN);
47 close (IN);
48 close ($fh);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
whichdb.py 33 f.close()
37 f.close()
44 f.close()
50 d.close()
68 f.close()
80 f.close()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
whichdb.py 33 f.close()
37 f.close()
44 f.close()
50 d.close()
68 f.close()
80 f.close()
  /development/tools/idegen/src/
Files.java 36 in.close();
46 out.close();
  /external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/
CipherOutputStreamTest.java 27 * @tests javax.crypto.CipherOutputStream#close()
33 .getInstance("DES/CBC/PKCS5Padding")).close();
42 .getInstance("DES/CBC/PKCS5Padding")).close();
  /external/apache-harmony/support/src/test/java/tests/support/
Support_HttpServerSocket.java 73 * @see tests.support.Support_ServerSocket#close()
75 public void close() throws IOException { method in class:Support_HttpServerSocket
77 instance.close();
Support_HttpSocket.java 48 public void close() throws IOException { method in class:Support_HttpSocket
50 instance.close();
Support_ProcessReadWriteTest.java 42 input.close();
43 output.close();
  /external/apache-http/src/org/apache/http/conn/
BasicEofSensorWatcher.java 39 * The underlying connection is released on close or EOF.
85 wrapped.close();
103 wrapped.close();
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
urlfetcher.py 43 file_object.close()
54 file_object.close()
  /external/chromium_org/third_party/jstemplate/
compile.py 38 out_file.close()
39 conn.close()
  /external/chromium_org/third_party/npapi/npspy/common/
logfile.cpp 52 close();
66 void CLogFile::close() function in class:CLogFile
  /external/chromium_org/tools/android/forwarder2/
pipe_notifier.cc 28 (void) HANDLE_EINTR(close(receiver_fd_));
29 (void) HANDLE_EINTR(close(sender_fd_));
  /external/compiler-rt/lib/tsan/lit_tests/
fd_close_norace.cc 11 close(f);
18 close(f);
fd_dup_norace.cc 14 close(fds[0]);
19 close(fds[1]);
fd_socketpair_norace.cc 14 close(fds[1]);
23 close(fds[0]);
  /external/ppp/pppd/
pppox.c 40 .close = NULL,
60 close(pppox);
  /external/proguard/src/proguard/io/
ParentDataEntryWriter.java 70 public void close() throws IOException method in class:ParentDataEntryWriter
72 dataEntryWriter.close();
  /frameworks/base/core/java/android/bluetooth/
BluetoothInputStream.java 43 public void close() throws IOException { method in class:BluetoothInputStream
44 mSocket.close();

Completed in 368 milliseconds

1 2 3 4 56 7 8 91011>>