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

<<51525354555657585960>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_fcntl.py 62 self.f.close()
75 self.f.close()
83 self.f.close()
118 os.close(fd)
test_pkgutil.py 35 f.close()
39 f.close()
43 f.close()
69 z.close()
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/darwin-x86/2.7.5/lib/python2.7/
user.py 47 f.close()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
commands.py 17 sts = pipe.close()
61 sts = pipe.close()
user.py 47 f.close()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_build_py.py 26 f.close()
31 f.close()
74 open(os.path.join(sources, "__init__.py"), "w").close()
78 open(os.path.join(testdir, "testfile"), "w").close()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/hotshot/
stones.py 10 p.close()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_fcntl.py 62 self.f.close()
75 self.f.close()
83 self.f.close()
118 os.close(fd)
test_pkgutil.py 35 f.close()
39 f.close()
43 f.close()
69 z.close()
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...]
  /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/fastbootd/commands/
flash.h 48 return close(fd);
  /system/core/libcutils/
debugger.c 48 close(fd);
120 TEMP_FAILURE_RETRY(close(sock_fd));
147 TEMP_FAILURE_RETRY(close(sock_fd));
176 TEMP_FAILURE_RETRY(close(sock_fd));
native_handle.c 59 close(h->data[i]);
partition_utils.c 50 close(fd);
process_name.c 91 close(fd);
socket_loopback_client.c 50 close(s);
  /system/core/toolbox/
smd.c 39 close(fd);
  /bionic/tests/
dlext_test.cpp 159 close(extinfo.library_fd);
257 ASSERT_NOERROR(close(extinfo_.relro_fd));
279 ASSERT_NOERROR(close(relro_fd));
320 ASSERT_NOERROR(close(relro_fd));
383 // close the 'wrong' ends of the pipes in the child
384 close(child_done_pipe[0]);
385 close(parent_done_pipe[1]);
399 // close write end of child_done_pipe to signal the parent that we're done.
400 close(child_done_pipe[1]);
402 // wait for the parent to close parent_done_pipe, then exi
    [all...]
  /libcore/luni/src/main/java/java/nio/
SocketChannelImpl.java 207 close(); method
280 close(); method
553 public void close() throws IOException { method in class:SocketChannelImpl.SocketAdapter
555 super.close();
557 // channel.close() recognizes the socket is closed and avoids recursion. There
559 channel.close();
611 public void close() throws IOException { method in class:SocketChannelImpl.BlockingCheckOutputStream
612 super.close();
613 // channel.close() recognizes the socket is closed and avoids recursion. There is no
615 channel.close();
656 public void close() throws IOException { method in class:SocketChannelImpl.BlockingCheckInputStream
    [all...]
  /system/extras/tests/iptables/qtaguid/
socketTag.cpp 74 close(ctrl);
96 close(param_fd);
109 close(fd);
114 close(fd);
119 close(fd);
186 close(ctrl_fd);
217 close(ctrl_fd);
235 close(dev_fd);
238 close(ctrl_fd);
394 close(sock0.fd)
    [all...]
  /build/tools/
check_radio_versions.py 35 f.close()
49 f.close()

Completed in 1822 milliseconds

<<51525354555657585960>>