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

<<41424344454647484950>>

  /sdk/testapps/libsTest/app/src/com/android/tests/libstest/app/
App.java 35 reader.close();
  /sdk/testapps/libsTest/lib1/src/com/android/tests/libstest/lib1/
Lib1.java 35 reader.close();
  /sdk/testapps/libsTest/lib2/src/com/android/tests/libstest/lib2/
Lib2.java 35 reader.close();
  /system/core/libcutils/
native_handle.c 57 close(h->data[i]);
partition_utils.c 49 close(fd);
process_name.c 89 close(fd);
socket_loopback_client.c 52 close(s);
socket_network_client.c 58 close(s);
  /system/core/toolbox/
smd.c 39 close(fd);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_tempfile.py 143 os.close(read_fd)
145 os.close(write_fd)
159 os.close(read_fd)
160 os.close(write_fd)
279 _close = os.close
416 os.close(fd)
445 file.close()
477 os.close(fd)
588 os.close(os.open(self.name, self._bflags, 0600))
666 f.close()
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_tempfile.py 143 os.close(read_fd)
145 os.close(write_fd)
159 os.close(read_fd)
160 os.close(write_fd)
279 _close = os.close
416 os.close(fd)
445 file.close()
477 os.close(fd)
588 os.close(os.open(self.name, self._bflags, 0600))
666 f.close()
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
BufferedInputStreamTest.java 75 // Close underlying FileInputStream, all but 1 buffered bytes should
77 isFile.close();
125 bis.close();
137 * @tests java.io.BufferedInputStream#close()
140 new BufferedInputStream(isFile).close();
144 buf.close();
167 public void close() {
178 bufin.close();
255 buf.close();
321 bis.close();
    [all...]
  /hardware/ti/wlan/mac80211/ti-utils/uim_rfkill/
uim.c 443 close(dev_fd);
465 close(dev_fd);
471 close(dev_fd);
480 close(dev_fd);
502 close(dev_fd);
508 close(dev_fd);
525 close(dev_fd);
535 close(dev_fd);
626 close(fd);
932 close(st_fd)
    [all...]
  /system/extras/tests/iptables/qtaguid/
socketTag.cpp 70 close(ctrl);
92 close(param_fd);
105 close(fd);
110 close(fd);
115 close(fd);
182 close(ctrl_fd);
211 close(ctrl_fd);
229 close(dev_fd);
232 close(ctrl_fd);
388 close(sock0.fd)
    [all...]
  /bionic/tests/
statvfs_test.cpp 53 close(fd);
64 close(fd);
  /build/tools/
check_radio_versions.py 35 f.close()
49 f.close()
post_process_props.py 69 f.close()
82 f.close()
  /cts/hostsidetests/appsecurity/test-apps/ExternalStorageApp/src/com/android/cts/externalstorageapp/
CommonExternalStorageTest.java 234 new FileInputStream(path).close();
240 new FileOutputStream(path, true).close();
249 new FileInputStream(path).close();
255 new FileOutputStream(path, true).close();
263 new FileInputStream(path).close();
270 new FileOutputStream(path, true).close();
295 os.close();
304 is.close();
  /cts/suite/cts/hostTests/jank/app/src/com/android/cts/jank/
CtsJankTestBase.java 90 out.close();
93 err.close();
  /cts/tests/tests/media/src/android/media/cts/
IvfReader.java 120 public void close() throws IOException{ method in class:IvfReader
121 mIvfFile.close();
IvfWriter.java 79 public void close() throws IOException{ method in class:IvfWriter
83 mOutputFile.close();
  /cts/tests/tests/os/src/android/os/cts/
RecoverySystemTest.java 54 is.close();
55 fos.close();
  /cts/tests/tests/provider/src/android/provider/cts/
MediaStoreTest.java 45 c.close();
81 c.close();
SettingsTest.java 69 cursor.close();
85 cursor.close();
97 cursor.close();
140 cursor.close();
158 cursor.close();
169 cursor.close();
192 cursor.close();
254 c.close();
  /cts/tests/tests/security/jni/
android_security_cts_CharDeviceTest.cpp 63 close(fd);
103 close(fd);

Completed in 887 milliseconds

<<41424344454647484950>>