HomeSort by relevance Sort by last modified time
    Searched refs:close (Results 851 - 875 of 7589) sorted by null

<<31323334353637383940>>

  /libcore/support/src/test/java/tests/support/
Support_PortManager.java 43 ss.close();
79 dss[i].close(); method
  /packages/apps/Browser/tests/src/com/android/browser/tests/
BP1to2UpgradeTests.java 62 c.close();
72 c.close();
82 c.close();
99 c.close();
109 c.close();
128 c.close();
137 c.close();
145 c.close();
  /packages/apps/Calculator/src/com/android/calculator2/
Persist.java 61 in.close();
76 out.close();
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
LoggingInputStream.java 104 public void close() throws IOException { method in class:LoggingInputStream
105 super.close();
  /packages/apps/Exchange/src/com/android/exchange/adapter/
Base64InputStream.java 64 public void close() throws IOException { method in class:Base64InputStream
65 s.close();
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/
BatchingNamedTaskExecutor.java 89 public void close() { method in class:BatchingNamedTaskExecutor
91 mExecutor.close();
  /packages/apps/UnifiedEmail/src/com/android/mail/content/
ObjectCursor.java 89 public void close() { method in class:ObjectCursor
90 super.close();
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/output/
ThresholdingOutputStream.java 151 public void close() throws IOException method in class:ThresholdingOutputStream
161 getStream().close();
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/
EOLConvertingInputStream.java 88 public void close() throws IOException { method in class:EOLConvertingInputStream
89 in.close();
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/decoder/
Base64InputStream.java 53 public void close() throws IOException { method in class:Base64InputStream
54 s.close();
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/util/
PositionInputStream.java 51 public void close() throws IOException { method in class:PositionInputStream
52 inputStream.close();
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/
test_misc.py 22 dbs.close()
37 db.close()
47 db.close()
51 db.close()
70 db1.close()
89 db1.close()
102 db1.close()
113 db1.close()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/dummy/
connection.py 51 def close(self): member in class:Listener
86 def close(self): member in class:Connection
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_binhex.py 31 f.close()
39 f.close()
test_htmllib.py 40 parser.close()
58 parser.close()
test_urllibnet.py 63 for attr in ("read", "readline", "readlines", "fileno", "close",
70 open_url.close()
81 open_url.close()
89 open_url.close()
102 open_url.close()
112 open_url.close()
129 FILE.close()
168 FILE.close()
181 FILE.close()
test_wave.py 18 self.f.close()
32 self.f.close()
test_whichdb.py 52 f.close()
57 f.close()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/
test_misc.py 22 dbs.close()
37 db.close()
47 db.close()
51 db.close()
70 db1.close()
89 db1.close()
102 db1.close()
113 db1.close()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/dummy/
connection.py 51 def close(self): member in class:Listener
86 def close(self): member in class:Connection
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_binhex.py 31 f.close()
39 f.close()
test_htmllib.py 40 parser.close()
58 parser.close()
test_urllibnet.py 63 for attr in ("read", "readline", "readlines", "fileno", "close",
70 open_url.close()
81 open_url.close()
89 open_url.close()
102 open_url.close()
112 open_url.close()
129 FILE.close()
168 FILE.close()
181 FILE.close()
test_wave.py 18 self.f.close()
32 self.f.close()
test_whichdb.py 52 f.close()
57 f.close()

Completed in 688 milliseconds

<<31323334353637383940>>