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

<<31323334353637383940>>

  /sdk/testapps/javaProjectTest/javaProject3/src/com/android/tests/javaprojecttest/javaproject3/
JavaProject3.java 25 reader.close();
  /sdk/testapps/javaProjectTest/lib1/src/com/android/tests/javaprojecttest/lib1/
Lib1.java 25 reader.close();
  /sdk/testapps/javaProjectTest/lib2/src/com/android/tests/javaprojecttest/lib2/
Lib2.java 25 reader.close();
  /sdk/testapps/libsAndJarTest/app/src/com/android/tests/javaprojecttest/app/
App.java 25 reader.close();
  /sdk/testapps/libsAndJarTest/lib1/src/com/android/tests/javaprojecttest/lib1/
Lib1.java 25 reader.close();
  /sdk/testapps/libsAndJarTest/lib2/src/com/android/tests/javaprojecttest/lib2/
Lib2.java 25 reader.close();
  /system/core/fastbootd/
transport.h 30 void (*close)(struct transport_handle *thandle); member in struct:transport
  /cts/tests/tests/provider/src/android/provider/cts/
MediaStore_Audio_AlbumsTest.java 53 c.close();
57 c.close();
120 c.close();
148 c.close();
153 c.close();
160 c.close();
181 afd.close();
186 c.close();
199 c.close();
  /external/bison/djgpp/
subpipe.c 61 close ((fd)); \
86 close (fd);
93 close (fd);
159 close(from_in_fd);
203 close(from_out_fd);
220 close(to_in_fd);
253 close(old_stdout);
267 close(to_in_fd);
292 close(old_stdin);
  /external/chromium_org/third_party/libusb/src/libusb/os/
linux_netlink.c 118 close (linux_netlink_socket);
125 close(linux_netlink_socket);
135 close(linux_netlink_socket);
141 close(netlink_control_pipe[0]);
142 close(netlink_control_pipe[1]);
143 close(linux_netlink_socket);
168 close(linux_netlink_socket);
171 /* close and reset control pipe */
172 close(netlink_control_pipe[0]);
173 close(netlink_control_pipe[1])
    [all...]
  /external/chromium_org/third_party/pexpect/
pxssh.py 246 self.close()
256 self.close()
259 self.close()
262 self.close()
273 self.close()
276 self.close()
279 self.close()
285 self.close()
299 self.close()
  /external/chromium_org/ui/message_center/views/
message_view.cc 91 PaddedButton *close = new PaddedButton(this); local
92 close->SetPadding(-kCloseIconRightPadding, kCloseIconTopPadding);
93 close->SetNormalImage(IDR_NOTIFICATION_CLOSE);
94 close->SetHoveredImage(IDR_NOTIFICATION_CLOSE_HOVER);
95 close->SetPressedImage(IDR_NOTIFICATION_CLOSE_PRESSED);
96 close->set_animate_on_state_change(false);
97 close->SetAccessibleName(l10n_util::GetStringUTF16(
99 // The close button should be added to view hierarchy by the derived class.
101 close->set_owned_by_client();
102 close_button_.reset(close);
    [all...]
  /external/libpcap/
fad-glifc.c 117 (void)close(fd4);
130 (void)close(fd6);
131 (void)close(fd4);
143 (void)close(fd6);
144 (void)close(fd4);
159 (void)close(fd6);
160 (void)close(fd4);
362 (void)close(fd6);
363 (void)close(fd4);
  /external/lldb/test/pexpect-2.4/
pxssh.py 215 self.close()
225 self.close()
228 self.close()
231 self.close()
242 self.close()
245 self.close()
248 self.close()
254 self.close()
268 self.close()
  /external/xmlwriter/src/org/jheer/
XMLWriter.java 156 * @param close true to close the tag, false to leave it
160 int nattr, boolean close) throws IOException
173 if ( close ) m_out.write('/');
177 if ( !close ) {
228 * @param close true to close the tag, false to leave it
231 protected void tag(String tag, String name, String value, boolean close) throws IOException {
241 if ( close ) m_out.write('/');
245 if ( !close ) {
    [all...]
  /frameworks/base/tests/backup/src/com/android/backuptest/
BackupTestActivity.java 84 output.close();
87 output.close();
98 output.close();
101 output.close();
146 dataFile.close();
147 state.close();
167 dataFile.close();
168 state.close();
208 out.close();
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
PipedReaderTest.java 121 * java.io.PipedReader#close()
131 preader.close();
192 preader.close();
248 pr.close();
260 pr.close();
272 pr.close();
285 pr.close();
298 pr.close();
311 pr.close();
324 pr.close();
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/spi/
AbstractSelectableChannelTest.java 46 testChannel.close();
56 testChannel.close();
64 // close twice.
66 testChannel.close();
67 testChannel.close();
130 selector.close();
131 channel.close();
159 acceptSelector.close();
194 acceptSelector.close();
221 msc.close();
    [all...]
  /libcore/luni/src/test/java/libcore/java/net/
ConcurrentCloseTest.java 36 * Test that Socket.close called on another thread interrupts a thread that's blocked doing
63 ss.close();
78 ss.close();
102 ss.close();
118 ss.close();
161 ss.close();
198 // If the asynchronous close fails, we'll see a test timeout here.
206 ss.close();
211 // Call "close" to close both the server socket and its client connection
240 public void close() throws IOException { method in class:ConcurrentCloseTest.SilentServer
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
dumbdbm.py 73 f.close()
88 f.close()
114 f.close()
123 f.close()
138 f.close()
149 f.close()
160 f.close()
214 def close(self): member in class:_Database
218 __del__ = close
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_aifc.py 17 self.f.close()
20 self.fout.close()
66 fout.close()
82 fout.close()
100 def close(self): member in class:AIFCTest.test_close.Wrapfile
101 self.file.close()
107 f.close()
113 fout.close()
115 fout.close() # do nothing
test_subprocess.py 147 self.addCleanup(p.stdout.close)
148 self.addCleanup(p.stderr.close)
169 self.addCleanup(p.stdout.close)
170 self.addCleanup(p.stderr.close)
179 self.addCleanup(p.stdout.close)
180 self.addCleanup(p.stdin.close)
209 p.stdin.close()
241 self.addCleanup(p.stdout.close)
270 self.addCleanup(p.stderr.close)
303 self.addCleanup(p.stdout.close)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
dumbdbm.py 73 f.close()
88 f.close()
114 f.close()
123 f.close()
138 f.close()
149 f.close()
160 f.close()
214 def close(self): member in class:_Database
218 __del__ = close
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_aifc.py 17 self.f.close()
20 self.fout.close()
66 fout.close()
82 fout.close()
100 def close(self): member in class:AIFCTest.test_close.Wrapfile
101 self.file.close()
107 f.close()
113 fout.close()
115 fout.close() # do nothing
  /cts/tests/tests/database/src/android/database/sqlite/cts/
SQLiteDatabaseTest.java 85 mDatabase.close();
101 db.close();
108 db.close();
114 db.close();
119 db.close();
319 database.close();
344 insertStatement.close();
345 cursor.close();
354 cursor.close();
362 deleteStatement.close();
    [all...]

Completed in 605 milliseconds

<<31323334353637383940>>