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

<<31323334353637383940>>

  /external/chromium_org/mojo/public/java/bindings/src/org/chromium/mojo/bindings/
Interface.java 20 * The close method is called when the connection to the interface is closed.
22 * @see java.io.Closeable#close()
25 public void close(); method in interface:Interface
106 * @see Closeable#close()
109 public void close() { method in class:Interface.AbstractProxy
110 mMessageReceiver.close();
159 * @see org.chromium.mojo.bindings.MessageReceiver#close()
162 public void close() { method in class:Interface.Stub
163 mImpl.close();
186 // The router (and by consequence the handle) is intentionally leaked. It will close
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/bindings/
FileUtils.js 69 close: function() { }
181 this._output.close();
257 close: function()
263 WebInspector.fileManager.close(this._fileName);
279 WebInspector.fileManager.close(this._fileName);
  /external/chromium_org/third_party/skia/experimental/Intersection/
SimplifyFindNext_Test.cpp 69 path.close();
77 path.close();
85 path.close();
93 path.close();
101 path.close();
  /external/okhttp/okio/src/test/java/okio/
DeflaterSinkTest.java 38 deflaterSink.close();
62 deflaterSink.close();
74 deflaterSink.close();
86 deflaterSink.close();
92 * the easiest way to force close() to emit a large amount of data to the
104 deflaterSink.close();
109 mockSink.assertLogContains("close()");
  /external/skia/experimental/Intersection/
SimplifyFindNext_Test.cpp 69 path.close();
77 path.close();
85 path.close();
93 path.close();
101 path.close();
  /frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
Tracer.java 59 public void close(); method in interface:Tracer.TracerSink
75 public void close() { method in class:Tracer.FileSink
76 mOut.close();
88 public void close() { method in class:Tracer.LogcatSink
151 sink.close();
  /frameworks/base/core/java/android/content/
CursorLoader.java 72 cursor.close();
101 cursor.close();
113 oldCursor.close();
173 cursor.close();
185 mCursor.close();
  /hardware/qcom/display/msm8226/liboverlay/
overlayRotator.cpp 65 bool RotMem::close() { function in class:overlay::RotMem
68 if(mem.close() == false) {
85 ::close(mRelFence[i]);
103 ::close(mRelFence[mCurrIndex]);
167 ::close(mRotDevFd);
  /hardware/qcom/display/msm8960/liboverlay/
overlayRotator.cpp 65 bool RotMem::close() { function in class:overlay::RotMem
68 // skip current, and if valid, close
70 if(m[i].close() == false) {
88 ::close(mRelFence[i]);
106 ::close(mRelFence[mCurrOffset]);
162 ::close(mRotDevFd);
overlayRotator.h 56 bool close() { return m.close(); } function in struct:overlay::RotMem::Mem
75 bool close();
137 bool close();
196 bool close();
  /hardware/qcom/display/msm8974/liboverlay/
overlayRotator.cpp 65 bool RotMem::close() { function in class:overlay::RotMem
68 // skip current, and if valid, close
70 if(m[i].close() == false) {
88 ::close(mRelFence[i]);
106 ::close(mRelFence[mCurrOffset]);
162 ::close(mRotDevFd);
overlayRotator.h 56 bool close() { return m.close(); } function in struct:overlay::RotMem::Mem
75 bool close();
137 bool close();
194 bool close();
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
PrintStreamTest.java 75 os.close();
84 os.close();
102 os.close();
121 os.close();
167 os.close();
171 * java.io.PrintStream#close()
174 // Test for method void java.io.PrintStream.close()
176 os.close();
177 bos.close();
189 bos.close();
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
SelectorTest.java 64 ssc.close();
69 selector.close();
88 selector.close();
138 selector.close();
180 selector.close();
188 sc.close();
427 ssc.accept().close();
432 sc.close();
451 channel.close();
458 selector.close();
    [all...]
  /libcore/luni/src/main/java/java/net/
ServerSocket.java 109 close(); method
142 aSocket.close();
161 public void close() throws IOException { method in class:ServerSocket
163 impl.close();
339 close(); method
  /libcore/luni/src/main/java/java/util/logging/
StreamHandler.java 173 close(true);
213 * whether to close the underlying output stream.
215 void close(boolean closeStream) { method in class:StreamHandler
224 this.writer.close();
237 * this handler is written out. A flush operation and a subsequent close
242 public void close() { method in class:StreamHandler
244 close(true);
  /libcore/luni/src/test/java/libcore/java/io/
OldFilterOutputStreamTest.java 55 os.close();
73 os.close();
195 bos.close();
197 bis.close();
199 os.close();
  /libcore/luni/src/test/java/libcore/java/net/
OldAndroidDatagramTest.java 81 socket.close();
162 socket.close();
186 sock.close();
196 s.close();
206 s.close();
  /libcore/luni/src/test/java/libcore/java/nio/channels/
DatagramChannelTest.java 65 dc.close();
87 dc.close();
102 dc.close();
124 dc.close();
153 dc.close();
  /libcore/luni/src/test/java/libcore/java/util/jar/
OldJarFileTest.java 108 jarFile.close();
109 jarFile.close();
123 is.close();
130 jf.close();
153 jf.close();
  /libcore/luni/src/test/java/libcore/java/util/zip/
OldAndroidZipFileTest.java 96 out.close();
113 zipFile.close();
156 * Read the rest of file #1, and close the stream.
164 stream1.close();
167 * Read the rest of file #2, and close the stream.
173 stream2.close();
181 * Close the ZipFile. According to the RI, none if its InputStreams can
184 zipFile.close();
OldZipInputStreamTest.java 50 zos.close();
56 zis.close();
79 zis1.close(); // Android throws exception here, already!
110 zis1.close(); // Android throws exception here, already!
122 zis.close();
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
binhex.py 93 fp.close()
108 def close(self): member in class:Error.openrsrc
142 def close(self): member in class:_Hqxcoderengine
147 self.ofp.close()
165 def close(self): member in class:_Rlecoderengine
169 self.ofp.close()
237 def close(self): member in class:BinHex
241 raise Error, 'Close at the wrong time'
246 self.ofp.close()
262 ifp.close()
313 def close(self): member in class:_Hqxdecoderengine
367 def close(self): member in class:_Rledecoderengine
465 def close(self): member in class:HexBin
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/
test_compat.py 50 f.close()
75 f.close()
80 f.close()
139 f.close()
173 f.close()
test_queue.py 52 print "before close" + '-' * 30
55 d.close()
80 c.close()
90 d.close()
123 print "before close" + '-' * 30
126 d.close()
152 d.close()

Completed in 420 milliseconds

<<31323334353637383940>>