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

<<81828384858687888990>>

  /external/jmonkeyengine/engine/src/networking/com/jme3/network/base/
DefaultServer.java 174 public void close() method in class:DefaultServer
182 ka.close();
344 c.close( "Server client mismatch, server:" + getGameName() + " v" + getVersion()
515 p.close();
521 public void close( String reason ) method in class:DefaultServer.Connection
530 // Just close the reliable endpoint
535 // Close with flush so we make sure our
537 channels[CH_RELIABLE].close(true); method
  /external/ppp/pppd/plugins/radius/
sendserver.c 252 close (sockfd);
309 close (sockfd);
323 close (sockfd);
337 close (sockfd);
348 close (sockfd);
507 close(fd);
  /external/ppp/pppd/plugins/
winbind.c 308 close(child_out[0]);
309 close(child_in[1]);
320 close(child_out[1]);
321 close(child_in[0]);
440 if (close(child_out[0]) == -1) {
446 if (close(child_in[1]) == -1) {
  /frameworks/base/core/tests/hosttests/test-apps/DownloadManagerTestApp/src/com/android/frameworks/downloadmanagertests/
DownloadManagerTestApp.java 154 outputFile.close();
184 dataInputFile.close();
212 cursor.close();
215 pfd.close();
252 pfd.close();
255 cursor.close();
  /frameworks/testing/uiautomator_test_libraries/src/com/android/uiautomator/platform/
JankTestBase.java 140 in.close();
141 out.close();
148 br.close();
318 fw.close();
322 Log.e(TAG, "close file failed.", e);
455 mWriter.close();
458 mStatusWriter.close();
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/tests/
WBAmrDecTest.c 763 close(IpBuf_Pipe[0]);
764 close(IpBuf_Pipe[1]);
765 close(OpBuf_Pipe[0]);
766 close(OpBuf_Pipe[1]);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/tests/
WmaDecTest.c 710 close(IpBuf_Pipe[0]);
711 close(IpBuf_Pipe[1]);
712 close(OpBuf_Pipe[0]);
713 close(OpBuf_Pipe[1]);
714 close(Event_Pipe[0]);
715 close(Event_Pipe[1]);
    [all...]
  /libcore/luni/src/test/java/libcore/java/net/
OldJarURLConnectionTest.java 197 jf1.close();
207 jf1.close();
216 out.close();
238 in.close();
299 out.close();
305 is.close();
  /libcore/support/src/test/java/tests/support/
Support_TestWebServer.java 203 * Cause the thread accepting connections on the server socket to close
205 public void close() { method in class:Support_TestWebServer
209 acceptT.close();
255 // Close this socket
256 public void close() { method in class:Support_TestWebServer.AcceptThread
263 ss.close();
268 log("IOException caught by server socket close");
608 s.close();
677 s.close();
741 psPrint(ps, "Connection: " + ((keepAlive) ? "Keep-Alive" : "Close"));
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
BinaryDictionaryFileDumper.java 164 c.close();
174 c.close();
300 bufferedOutputStream.close();
313 // Success! Close files (through the finally{} clause) and return.
354 // implement Closeable although it does implement #close(), and Java does not have
359 if (null != file) file.close();
367 if (null != file) file.close();
437 input.close();
ExpandableBinaryDictionary.java 207 public void close() { method in class:ExpandableBinaryDictionary
212 mBinaryDictionary.close();
216 mDictionaryWriter.close();
228 mBinaryDictionary.close();
248 mBinaryDictionary.close();
519 oldBinaryDictionary.close();
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
Ver4DictEncoder.java 110 mContentOutStreams[i].close(); method
210 private void close() throws IOException { method in class:Ver4DictEncoder
213 mTrieOutStream.close();
216 mFreqOutStream.close();
219 mTerminalAddressTableOutStream.close();
280 close(); method
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/
__init__.py 222 self.close()
244 _DeadlockWrap(c.close)
249 _DeadlockWrap(c.close)
290 def close(self): member in class:_DBWithCursor
293 _DeadlockWrap(self.dbc.close)
296 v = _DeadlockWrap(self.db.close)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/
__init__.py 222 self.close()
244 _DeadlockWrap(c.close)
249 _DeadlockWrap(c.close)
290 def close(self): member in class:_DBWithCursor
293 _DeadlockWrap(self.dbc.close)
296 v = _DeadlockWrap(self.db.close)
  /system/core/adb/
sysdeps.h 123 return close(fd);
125 #undef close macro
126 #define close ____xxx_close macro
367 return close(fd);
369 #undef close macro
370 #define close ____xxx_close macro
  /external/elfutils/src/
ar.c 485 close (fd);
649 close (xfd);
730 close (xfd);
769 close (newfd);
801 close (newfd) != 0)
810 close (fd);
1003 close (newfd);
1049 close (newfd) != 0)
1059 close (fd);
1248 close (newfd)
    [all...]
  /external/ppp/pppd/
main.c 830 close(pipefd[1]);
832 close(pipefd[0]);
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_memoryio.py 90 memio.close()
105 memio.close()
137 memio.close()
174 memio.close()
205 memio.close()
227 memio.close()
249 memio.close()
263 memio.close()
288 memio.close()
313 memio.close()
    [all...]
test_os.py 30 os.close(f)
42 os.close(first)
49 os.close(second)
50 # close a fd that is open, and one that isn't
136 # open() worked, therefore, tmpfile() should work. Close our
138 fp.close()
145 fp.close()
185 f.close()
420 f.close()
528 f.close()
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_memoryio.py 90 memio.close()
105 memio.close()
137 memio.close()
174 memio.close()
205 memio.close()
227 memio.close()
249 memio.close()
263 memio.close()
288 memio.close()
313 memio.close()
    [all...]
test_os.py 30 os.close(f)
42 os.close(first)
49 os.close(second)
50 # close a fd that is open, and one that isn't
136 # open() worked, therefore, tmpfile() should work. Close our
138 fp.close()
145 fp.close()
185 f.close()
420 f.close()
528 f.close()
    [all...]
  /external/chromium_org/third_party/lcov/bin/
geninfo 370 close(DUMMY_HANDLE);
907 close(INFO_HANDLE);
1024 close(SOURCE);
1121 close(INPUT);
1273 close(INPUT);
1372 close(INPUT);
    [all...]
  /external/libppp/src/
chap.c 275 close(in[0]);
276 close(in[1]);
284 close(in[0]);
285 close(in[1]);
286 close(out[0]);
287 close(out[1]);
302 close(in[1]);
303 close(out[0]);
308 close(STDERR_FILENO);
326 close(in[0])
    [all...]
iface.c 425 close(s4);
427 close(s6);
452 close(s);
458 close(s);
474 close(s);
477 close(s);
487 close(s);
496 close(s);
510 close(s);
542 close(s)
    [all...]
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
BinaryDictionaryTests.java 77 binaryDictionary.close();
86 binaryDictionary.close();
340 // Close without flushing.
341 binaryDictionary.close();
353 binaryDictionary.close();
363 binaryDictionary.close();
369 binaryDictionary.close();
395 binaryDictionary.close();
413 binaryDictionary.close();
466 binaryDictionary.close();
    [all...]

Completed in 1297 milliseconds

<<81828384858687888990>>