HomeSort by relevance Sort by last modified time
    Searched refs:close (Results 376 - 400 of 7588) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/libjingle/source/talk/base/
linuxfdwalk_unittest.cc 88 EXPECT_EQ(0, close(fd1));
89 EXPECT_EQ(0, close(fd2));
90 EXPECT_EQ(0, close(fd3));
91 EXPECT_EQ(0, close(fd4));
  /external/chromium_org/third_party/tlslite/tlslite/integration/
TLSSocketServerMixIn.py 54 tlsConnection.close()
  /external/chromium_org/webkit/child/
websocketstreamhandle_impl.h 28 virtual void close();
  /external/dropbear/
cli-authpasswd.c 76 close(p[0]);
81 close(p[1]);
87 close(p[1]);
99 close(p[0]);
  /external/guava/guava-tests/test/com/google/common/io/
AppendableWriterTest.java 56 @Override public void close() { method in class:AppendableWriterTest.SpyAppendable
99 writer.close();
109 writer.close();
125 // close()ing already closed writer is allowed
126 writer.close();
  /external/jsilver/src/com/google/clearsilver/jsilver/resourceloader/
CompositeResourceLoader.java 73 public void close(Reader reader) throws IOException { method in class:CompositeResourceLoader
75 throw new IllegalArgumentException("I can't close a reader I didn't open.");
77 reader.close();
108 * close() is called, we delegate back to original ResourceLoader.
119 public void close() throws IOException { method in class:CompositeResourceLoader.ReaderTracer
120 originalLoader.close(in);
ResourceLoader.java 43 * The caller of this method is guaranteed to call {@link #close(Reader)} when done with the
55 * The caller of this method is guaranteed to call {@link #close(Reader)} when done with the
66 * Close the reader. Allows ResourceLoader to perform any additional clean up.
68 * @param reader the reader to close
69 * @throws IOException if reader fasils to close
71 void close(Reader reader) throws IOException; method in interface:ResourceLoader
  /external/llvm/utils/
UpdateCMakeLists.pl 84 close(IN);
85 close(OUT);
91 close(FILE);
97 close(FILE);
  /external/openssh/openbsd-compat/
daemon.c 76 (void)close (fd);
  /external/smack/src/org/jivesoftware/smackx/bytestreams/
BytestreamSession.java 52 * Closing the session will also close the input stream and the output stream associated to this
57 public void close() throws IOException; method in interface:BytestreamSession
  /frameworks/base/core/java/android/nfc/tech/
TagTechnology.java 71 * <li>{@link #close} must be called after completing I/O operations with a
170 * {@link IOException} by calling {@link #close} from another thread.
172 * <p>Applications must call {@link #close} when I/O operations are complete.
176 * @see #close()
188 * {@link IOException} by calling {@link #close} from another thread.
193 * @see #close()
209 public void close() throws IOException; method in interface:TagTechnology
214 * <p>Returns true if {@link #connect} has completed, and {@link #close} has not been
  /frameworks/base/core/tests/coretests/src/android/net/
LinkSocketTest.java 33 ls.close();
  /frameworks/base/obex/javax/obex/
ObexTransport.java 62 void close() throws IOException; method in interface:ObexTransport
  /frameworks/base/services/java/com/android/server/
RandomBlock.java 48 close(stream);
73 close(out);
91 private static void close(Closeable c) { method in class:RandomBlock
96 c.close();
  /frameworks/rs/cpu_ref/linkloader/android/
test-librsloader.c 83 close(fd);
92 close(fd);
99 close(fd);
113 close(fd);
  /hardware/invensense/60xx/libsensors/
SensorBase.cpp 46 close(data_fd);
49 close(dev_fd);
63 close(dev_fd);
120 close(fd);
  /hardware/invensense/60xx/libsensors_iio/
SensorBase.cpp 45 close(data_fd);
48 close(dev_fd);
64 close(dev_fd);
121 close(fd);
  /hardware/qcom/media/mm-video-legacy/vidc/common/inc/
vidc_color_converter.h 45 void close();
  /hardware/qcom/media/mm-video-v4l2/vidc/common/inc/
vidc_color_converter.h 47 void close();
  /libcore/luni/src/test/java/libcore/java/sql/
OldStatementTest.java 44 st.close();
58 st.close();
71 st.close();
86 st.close();
97 st.close();
156 st.close();
180 st.close();
194 st.close();
207 st.close();
238 st.close();
    [all...]
  /libcore/luni/src/test/java/tests/api/javax/net/
ServerSocketFactoryTest.java 43 ss.close();
57 ss.close();
77 ss.close();
98 ss.close();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
random.cpp 31 close(__f_);
  /packages/apps/Browser/src/com/android/browser/search/
SearchEngine.java 58 public void close(); method in interface:SearchEngine
  /packages/apps/Calendar/src/com/android/calendar/
CloudNotificationBackplane.java 29 public void close(); method in interface:CloudNotificationBackplane
  /packages/apps/Gallery/src/com/android/camera/gallery/
IImageList.java 95 public void close(); method in interface:IImageList

Completed in 986 milliseconds

<<11121314151617181920>>