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

<<919293949596979899100>>

  /frameworks/base/tests/BandwidthTests/src/com/android/tests/bandwidthenforcement/
BandwidthEnforcementTestService.java 75 out.close();
170 socket.close();
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/
CSVWriterFilter.java 120 csvWriter.close();
140 csvWriter.close();
  /frameworks/base/tools/preload/
Root.java 143 oout.close();
159 oin.close();
  /frameworks/compile/slang/tests/
test.py 119 stdout_file.close()
120 stderr_file.close()
  /frameworks/native/libs/binder/
MemoryHeapBase.cpp 132 close(fd);
163 close(fd);
  /frameworks/opt/mms/src/java/com/google/android/mms/util/
DrmConvertSession.java 124 public int close(String filename) { method in class:DrmConvertSession
156 rndAccessFile.close();
159 Log.w(TAG, "Failed to close File:" + filename
166 Log.w(TAG, "Could not close convertsession. Convertsession: " +
  /frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
ExportTestProvider.java 76 public void close() { method in class:ExportTestProvider.MockEntityIterator
176 public void close() {
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/
MenuWrapperICS.java 148 public void close() { method in class:MenuWrapperICS
149 mWrappedObject.close();
  /hardware/libhardware/include/hardware/
sensors.h 251 * The norm of <x, y, z> should be close to 0 when in free fall.
372 * sensors only support a binary "close" or "far" measurement. In this case,
402 * Readings on all axes should be close to 0 when device lies on a table.
    [all...]
  /hardware/qcom/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_sock.c 81 close(socket_fd);
93 * DESCRIPTION: close domain socket by its fd
101 close(fd);
  /hardware/samsung_slsi/exynos5/mobicore/daemon/ClientLib/
Device.cpp 91 void Device::close(void) function in class:Device
93 pMcKMod->close();
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Server/
NetlinkServer.cpp 83 close(serverSock);
157 // If connection data is set to NULL then device close has been called
183 close(serverSock);
  /hardware/ti/omap4xxx/security/smc_pa_ctrl/
smc_pa_ctrl_linux.c 123 printf("Cannot close '%s' !\n", pFileName);
232 close(fd);
279 close(fd);
  /hardware/ti/wpan/tools/FM/FmRxApp/src/com/ti/fmrxapp/
DBAdapter.java 96 public void close() method in class:DBAdapter
98 DBHelper.close();
99 Log.d(TAG," DatabaseHelper close");
  /libcore/luni/src/main/java/java/io/
BufferedWriter.java 77 * of close has any effect.
83 public void close() throws IOException { method in class:BufferedWriter
98 out.close();
InputStreamReader.java 135 * if an error occurs attempting to close this reader.
138 public void close() throws IOException { method in class:InputStreamReader
145 in.close();
OutputStreamWriter.java 136 public void close() throws IOException { method in class:OutputStreamWriter
141 out.close();
  /libcore/luni/src/main/java/java/util/zip/
GZIPInputStream.java 43 * zis.close();
146 public void close() throws IOException { method in class:GZIPInputStream
148 super.close();
  /libcore/luni/src/main/java/libcore/io/
Streams.java 97 in.close();
127 reader.close();
  /libcore/luni/src/test/java/libcore/java/io/
OldByteArrayInputStreamTest.java 91 is.close();
93 fail("Test 1: Failed to close the input stream.");
216 is.close();
OldObjectInputStreamGetFieldTest.java 246 ois.close();
254 ois.close();
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
CipherOutputStream1Test.java 50 public void close() { method in class:CipherOutputStream1Test.TestOutputStream
176 * close() method testing. Tests that the method calls the close() method of
184 cos.close();
189 assertTrue("The close() method should call the close() method "
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
DigestInputStream2Test.java 189 is.close();
200 is.close();
  /ndk/docs/tools/
ndk-markdown-substitutions.py 232 out_file.close()
233 in_file.close()
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_messages_facets.h 68 inline void close(catalog __c) const function in class:messages
101 inline void close(catalog __c) const function in class:messages

Completed in 492 milliseconds

<<919293949596979899100>>