HomeSort by relevance Sort by last modified time
    Searched defs:close (Results 26 - 50 of 7761) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/javassist/src/main/javassist/
ClassPath.java 66 void close(); method in interface:ClassPath
  /external/okhttp/okio/okio/src/main/java/okio/
Source.java 75 * error to read a closed source. It is safe to close a source more than once.
77 @Override void close() throws IOException; method in interface:Source
  /external/xmlrpcpp/src/
XmlRpcSource.cpp 20 XmlRpcSource::close() function in class:XmlRpc::XmlRpcSource
23 XmlRpcUtil::log(2,"XmlRpcSource::close: closing socket %d.", _fd);
24 XmlRpcSocket::close(_fd);
25 XmlRpcUtil::log(2,"XmlRpcSource::close: done closing socket %d.", _fd);
29 XmlRpcUtil::log(2,"XmlRpcSource::close: deleting this");
  /frameworks/base/core/java/android/content/
EntityIterator.java 24 * resetting the iterator back to the beginning and provides for an explicit {@link #close()}
38 public void close(); method in interface:EntityIterator
  /libcore/ojluni/src/main/java/java/nio/channels/
AsynchronousChannel.java 56 * channel's {@link #close close} method is invoked, then the I/O operation
116 void close() throws IOException; method in interface:AsynchronousChannel
InterruptibleChannel.java 40 * #close close} method. This will cause the blocked thread to receive an
76 * Channel#close Channel} interface. </p>
80 public void close() throws IOException; method in interface:InterruptibleChannel
  /cts/tests/tests/security/src/android/security/cts/
ARTBootASLRTest.java 51 bufReader.close();
52 reader.close();
53 ins.close();
  /external/jacoco/org.jacoco.report.test/src/org/jacoco/report/
FileMultiReportOutputTest.java 42 stream.close();
43 output.close();
51 actual.close();
  /external/proguard/src/proguard/
LineWordReader.java 65 public void close() throws IOException method in class:LineWordReader
67 super.close();
71 reader.close();
  /external/proguard/src/proguard/io/
CascadingDataEntryWriter.java 86 public void close() throws IOException method in class:CascadingDataEntryWriter
88 dataEntryWriter1.close();
89 dataEntryWriter2.close();
FilteredDataEntryWriter.java 111 public void close() throws IOException method in class:FilteredDataEntryWriter
115 acceptedDataEntryWriter.close();
121 rejectedDataEntryWriter.close();
  /external/tensorflow/tensorflow/java/src/main/java/org/tensorflow/
SavedModelBundle.java 70 public void close() { method in class:SavedModelBundle
71 session.close();
72 graph.close();
  /frameworks/base/core/java/com/android/internal/util/
SizedInputStream.java 38 public void close() throws IOException { method in class:SizedInputStream
39 super.close();
40 mWrapped.close();
  /packages/apps/Camera2/src/com/android/camera/one/v2/sharedimagereader/util/
TicketImageProxy.java 42 public void close() { method in class:TicketImageProxy
49 super.close();
50 mTicket.close();
  /packages/apps/Email/src/com/android/email/data/
ClosingMatrixCursor.java 25 * {@link MatrixCursor} which takes an extra {@link Cursor} to the constructor, and close
37 public void close() { method in class:ClosingMatrixCursor
39 mInnerCursor.close();
41 super.close();
  /frameworks/base/services/tests/servicestests/src/com/android/server/
DropBoxTest.java 113 e0.close();
114 e1.close();
115 e2.close();
142 e.close();
166 w0.close();
167 gz1.close();
168 os2.close();
169 gz3.close();
209 e0.close();
210 e1.close();
    [all...]
  /external/apache-harmony/support/src/test/java/tests/util/
SerializationTester.java 72 oos.close();
78 ois.close();
161 oinput.close();
168 input.close();
202 ooutput.close();
209 output.close();
  /libcore/support/src/test/java/tests/util/
SerializationTester.java 50 oos.close();
55 ois.close();
137 oinput.close();
144 input.close();
178 ooutput.close();
185 output.close();
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/io/
TeeInputStream.java 60 public void close() method in class:TeeInputStream
63 this.input.close();
64 this.output.close();
  /external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/xml/
XMLDocument.java 93 public void close() throws IOException { method in class:XMLDocument
94 super.close();
95 writer.close();
  /packages/apps/Camera2/src/com/android/camera/one/v2/sharedimagereader/
AllocatingImageStream.java 84 public void close() { method in class:AllocatingImageStream
88 mTicketPool.close();
89 super.close();
TicketRequiredFilter.java 46 image.close();
53 public void close() { method in class:TicketRequiredFilter
54 mImageSequence.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();
  /cts/libs/vogar-expect/src/vogar/util/
IoUtils.java 28 c.close();
37 c.close();
  /cts/tests/camera/utils/src/android/hardware/camera2/cts/helpers/
UncheckedCloseable.java 21 * are not used any longer; calling the {@code close} method releases resources
35 * foo.close();
47 void close(); method in interface:UncheckedCloseable

Completed in 837 milliseconds

12 3 4 5 6 7 8 91011>>