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

<<121122123124125126127128129130>>

  /frameworks/base/core/java/android/hardware/camera2/legacy/
CameraDeviceUserShim.java 144 Looper.loop(); // Blocks forever until #close is called.
151 public void close() { method in class:CameraDeviceUserShim.CameraLooper
217 public void close() { method in class:CameraDeviceUserShim.CameraCallbackThread
365 mLegacyDevice.close();
367 mCameraInit.close();
368 mCameraCallbacks.close();
  /frameworks/base/core/java/android/provider/
Browser.java 352 if (c != null) c.close();
381 if (c != null) c.close();
418 if (cursor != null) cursor.close();
439 if (cursor != null) cursor.close();
477 if (cursor != null) cursor.close();
  /frameworks/base/core/tests/coretests/src/android/os/storage/
StorageManagerBaseTest.java 124 inputFile.close();
126 fail("Failed to close file on OBB due to error: " + e.toString());
478 inStream.close();
511 fileReader.close();
512 textReader.close();
547 inStream.close();
  /frameworks/base/media/java/android/mtp/
MtpPropertyGroup.java 216 c.close();
236 c.close();
258 c.close();
276 c.close();
464 c.close();
MtpDatabase.java 269 if (c != null) c.close();
270 if (db != null) db.close();
348 c.close();
531 c.close();
548 c.close();
759 c.close();
    [all...]
  /frameworks/support/tests/java/android/support/v4/content/
FileProviderTest.java 183 cursor.close();
200 cursor.close();
211 cursor.close();
228 cursor.close();
334 out.close();
  /frameworks/support/v4/kitkat/android/support/v4/print/
PrintHelperKitkat.java 239 pdfDocument.close();
243 fileDescriptor.close();
441 pdfDocument.close();
445 fileDescriptor.close();
537 is.close();
539 Log.w(LOG_TAG, "close fail ", t);
  /libcore/luni/src/main/java/java/net/
Socket.java 313 public synchronized void close() throws IOException { method in class:Socket
317 // close.
319 impl.close();
323 * Sets the Socket and its related SocketImpl state as if a successful close() took place,
324 * without actually performing an OS close().
332 // close.
424 * for no linger (i.e. {@code close} will return immediately).
594 impl.close();
794 impl.close();
886 impl.close();
    [all...]
  /packages/experimental/LoaderApp/src/com/android/loaderapp/util/
ContactsUtils.java 178 photoCursor.close();
285 contactIdCursor.close();
309 c.close();
328 rawContactIdCursor.close();
348 rawContactIdCursor.close();
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
BinaryDictionaryFileDumper.java 190 cursor.close();
304 bufferedOutputStream.close();
324 // Success! Close files (through the finally{} clause) and return.
375 // implement Closeable although it does implement #close(), and Java does not have
380 if (null != file) file.close();
388 if (null != file) file.close();
459 input.close();
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
queues.py 157 def close(self): member in class:Queue
159 self._reader.close()
185 self._wlock, self._writer.close),
230 def _feed(buffer, notempty, send, writelock, close):
258 close()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
sgmllib.py 50 # Usage: p = SGMLParser(); p.feed(data); ...; p.close().
106 def close(self): member in class:SGMLParser
511 def close(self): member in class:TestSGMLParser
512 SGMLParser.close(self)
544 f.close()
549 x.close()
ssl.py 294 def close(self): member in class:SSLSocket
297 socket.close(self)
360 newsock.close()
370 # close=True so as to decrement the reference count when done with
372 return _fileobject(self, mode, bufsize, close=True)
450 s.close()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_gzip.py 44 f.close()
46 # Test multiple close() calls.
47 f.close()
67 # Write to a file, open it for reading, then close it.
70 f.close()
77 # Open the file for writing, then close it.
79 f.close()
256 f.close()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
queues.py 157 def close(self): member in class:Queue
159 self._reader.close()
185 self._wlock, self._writer.close),
230 def _feed(buffer, notempty, send, writelock, close):
258 close()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
sgmllib.py 50 # Usage: p = SGMLParser(); p.feed(data); ...; p.close().
106 def close(self): member in class:SGMLParser
511 def close(self): member in class:TestSGMLParser
512 SGMLParser.close(self)
544 f.close()
549 x.close()
ssl.py 294 def close(self): member in class:SSLSocket
297 socket.close(self)
360 newsock.close()
370 # close=True so as to decrement the reference count when done with
372 return _fileobject(self, mode, bufsize, close=True)
450 s.close()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_gzip.py 44 f.close()
46 # Test multiple close() calls.
47 f.close()
67 # Write to a file, open it for reading, then close it.
70 f.close()
77 # Open the file for writing, then close it.
79 f.close()
256 f.close()
  /system/core/logwrapper/
logwrap.c 522 close(child_ptty);
529 close(parent_ptty);
534 close(child_ptty);
538 close(child_ptty);
560 close(parent_ptty);
  /external/chromium_org/remoting/host/linux/
linux_me2me_host.py 128 settings_file.close()
143 settings_file.close()
315 pulse_config.close()
323 pulse_script.close()
444 devnull.close()
500 self.host_proc.stdin.close()
650 self._read_file.close()
663 self._write_file.close()
690 self._write_file.close()
768 # that dup2(oldfd, newfd) closes newfd first, so this will close the curren
    [all...]
  /external/ipsec-tools/src/racoon/
sockmisc.c 265 close(s);
268 close(s);
349 close(s);
356 close(s);
360 close(s);
720 close(sendsock);
730 close(sendsock);
735 close(sendsock);
742 close(sendsock);
754 close(sendsock)
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
evlist.c 985 close(child_ready_pipe[0]);
986 close(go_pipe[1]);
992 close(child_ready_pipe[1]);
1011 close(child_ready_pipe[1]);
1012 close(go_pipe[0]);
1023 close(child_ready_pipe[0]);
1027 close(go_pipe[0]);
1028 close(go_pipe[1]);
1030 close(child_ready_pipe[0]);
1031 close(child_ready_pipe[1])
    [all...]
  /external/lldb/examples/interposing/darwin/fd_interposing/
FDInterposing.cpp 10 // This file helps with catching double close calls on unix integer file
12 // close operations. A stack backtrace for every create and close function is
13 // maintained, and every create and close operation is logged. When a double
14 // file descriptor close is encountered, it will be logged.
82 int close$NOCANCEL(int);
303 // descriptor create and close events come in, they will get filled
304 // into this map (protected by g_mutex). When a file descriptor close
306 // the close event so if something tries to double close a file
    [all...]
  /external/okhttp/mockwebserver/src/main/java/com/squareup/okhttp/mockwebserver/
MockWebServer.java 258 // even if any close fails.
282 socket.close();
294 serverSocket.close(); // Should cause acceptConnections() to break out.
364 in.close();
365 out.close();
366 socket.close();
397 in.close();
398 out.close();
424 socket.close();
668 bodyIn.close();
    [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothAdapter.java     [all...]

Completed in 984 milliseconds

<<121122123124125126127128129130>>