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

<<81828384858687888990>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
SearchDialogBase.py 29 def close(self, event=None): member in class:SearchDialogBase
37 top.bind("<Escape>", self.close)
38 top.protocol("WM_DELETE_WINDOW", self.close)
139 b = self.make_button("close", self.close)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/sqlite3/test/
py25tests.py 44 self.con.close()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_asyncore.py 27 def close(self): member in class:dummysocket
37 def close(self): member in class:dummychannel
38 self.socket.close()
85 conn.close()
87 serv.close()
411 os.close(fd)
417 w.close()
426 os.close(fd)
430 w.close()
442 os.close(fd
    [all...]
test_old_mailbox.py 78 msg.fp.close()
88 msg.fp.close()
99 msg.fp.close()
102 msg.fp.close()
test_threadedtempfile.py 39 f.close()
  /sdk/emulator/opengl/shared/OpenglCodecCommon/
TcpStream.cpp 63 close(m_sock);
  /sdk/emulator/qtools/
dmtrace.h 21 void close();
  /system/core/fs_mgr/
fs_mgr_verity.c 133 close(data_device);
139 close(data_device);
146 close(data_device);
408 close(fd);
  /system/core/libcutils/
android_reboot.c 91 close(fd);
ashmem-dev.c 66 close(fd);
  /system/core/libion/
ion_test.c 83 close(map_fd);
86 close(fd);
90 close(map_fd);
94 close(map_fd);
  /system/core/toolbox/
load_policy.c 47 close(fd);
umount.c 87 close(loop_fd);
uptime.c 67 close(fd);
  /system/extras/tests/crypto/
get_dm_versions.c 54 close(fd);
  /system/extras/tests/ext4/
set_ext4_err_bit.c 58 close(fd);
  /system/extras/tests/framebuffer/
fb_test.c 149 close(fd);
159 close(fd);
175 close(gr_fb_fd);
180 close(gr_vt_fd);
  /system/security/softkeymaster/
module.cpp 39 /* Close an opened OpenSSL instance */
60 dev->common.close = openssl_close;
  /build/tools/releasetools/
sign_target_files_apks 136 unsigned.close()
137 signed.close()
185 f.close()
188 f.close()
302 certs_zip.close()
382 input_zip.close()
383 output_zip.close()
  /cts/tests/tests/app/src/android/app/cts/
DownloadManagerTest.java 122 cursor.close();
293 cursor.close();
324 cursor.close();
337 cursor.close();
353 cursor.close();
372 cursor.close();
386 cursor.close();
  /dalvik/vm/jdwp/
JdwpAdb.cpp 91 close(netState->clientSock);
95 close(netState->controlSock);
98 close(netState->wakeFds[0]);
102 close(netState->wakeFds[1]);
171 close(netState->controlSock);
299 * Close a connection from a debugger (which may have already dropped us).
314 close(netState->clientSock);
319 * Close all network stuff, including the socket we use to listen for
494 * close the listen socket, but there's a good chance we won't be able to
577 close(sock)
    [all...]
  /device/asus/flo/camera/QCamera2/HAL3/
QCamera3Mem.cpp 362 close(main_ion_fd);
382 close(memInfo.fd);
390 close(memInfo.main_ion_fd);
632 close(mMemInfo[i].main_ion_fd);
651 close(mMemInfo[i].main_ion_fd);
654 close(mMemInfo[cnt].main_ion_fd);
714 close(mMemInfo[cnt].main_ion_fd);
  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
ConsoleHandlerTest.java 147 * Test close() when having sufficient privilege, and a record has been
159 h.close();
163 h.close();
167 * Test close() when having sufficient privilege, and an output stream that
181 h.close();
185 * Test close() when having sufficient privilege, and no record has been
196 h.close();
368 h.close();
401 // assertEquals("close", DelegationParameterStack.getInstance()
468 * @see java.io.OutputStream#close()
470 public void close() throws IOException { method in class:ConsoleHandlerTest.MockOutputStream
    [all...]
  /external/iproute2/misc/
rtacct.c 119 close(fd);
126 close(fd);
395 close(clnt);
399 close(clnt);
596 close(fd);
610 close(fd);
613 close(fd);
  /external/netperf/
netserver.c 238 if (close (STDOUT_FILENO) == -1)
584 if (close (STDIN_FILENO) == -1)
596 if (close (STDOUT_FILENO) == -1)
614 if (close (STDERR_FILENO) == -1)
708 /* And close the server_sock since the child will own it. */
710 close(server_sock);
722 close(server_control);
728 close(server_sock);
772 /* handles that the child should close since they shouldn't have */
913 /* +*+SAF I need a better way to find inherited handles I should close! */
    [all...]

Completed in 2030 milliseconds

<<81828384858687888990>>