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

<<151152153154155156157158159160>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
aifc.py 59 The open file pointer must have methods read(), seek(), and close().
82 close() -- close the instance (make it unusable)
86 The close() method is called automatically when the class instance
93 close().
116 close() -- patch up the file header and close the
125 close() to patch up the sizes in the header.
127 close() after all frames have been written.
128 The close() method is called automatically when the class instanc
359 def close(self): member in class:Aifc_read
734 def close(self): member in class:Aifc_write
    [all...]
mhlib.py 142 f.close()
332 f.close()
348 Attempt to mimic mh-sequence(5) as close as possible.
552 f.close()
584 f.close()
621 f.close()
932 f.close()
956 f.close()
    [all...]
platform.py 191 f.close()
334 f.close()
401 def close(self, member in class:_popen
406 rc = self.pipe.close()
417 __del__ = close
504 if pipe.close():
714 # Close key
    [all...]
  /system/core/init/
init.c 123 close(fd);
136 close(fd);
150 /* make sure we don't close-on-exec */
632 close(hwrandom_fd);
635 close(urandom_fd);
658 close(fd);
680 close(fd);
999 close(open("/dev/.booting", O_WRONLY | O_CREAT, 0000));
  /art/runtime/jdwp/
jdwp_main.cc 49 close(wake_pipe_[0]);
53 close(wake_pipe_[1]);
110 // Close a connection from a debugger (which may have already dropped us).
113 void JdwpNetStateBase::Close() {
120 close(clientSock);
351 * Close down the network to inspire the thread to halt.
504 netState->Close();
  /build/tools/releasetools/
check_target_files_signatures 139 f.close()
198 f.close()
256 z.close()
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/backup/
BackupTestActivity.java 160 scanner.close();
165 scanner.close();
218 writer.close();
  /cts/hostsidetests/aadb/src/com/android/cts/aadb/
TestDeviceFuncTest.java 222 stream1.close();
225 stream2.close();
285 stream.close();
  /cts/tests/tests/content/src/android/content/cts/
ContentQueryMapTest.java 78 mContentQueryMap.close();
82 mCursor.close();
118 mContentQueryMap.close();
120 // the mCursor has been close
  /cts/tests/tests/database/src/android/database/cts/
MergeCursorTest.java 68 mCursors[i].close(); method
71 mDatabase.close();
303 mergeCursor.close();
  /dalvik/vm/
Misc.cpp 565 * Set the "close on exec" flag so we don't expose our file descriptors
582 ALOGW("Unable to set close-on-exec for fd %d", fd);
622 ret = close(fd);
688 close(fd);
691 close(fd);
  /development/samples/NotePad/src/com/example/android/notepad/
NotePadProvider.java 438 // If the cursor is empty, simply close the cursor and return
440 c.close();
477 c.close();
482 fout.close();
  /device/lge/hammerhead/libsensors/
sensors.cpp 248 close(mPollFds[wake].fd);
249 close(mWritePipeFd);
451 dev->device.common.close = poll__close;
  /external/antlr/antlr-3.4/runtime/Python/tests/
testbase.py 172 rc = fp.close()
239 # rc = fp.close()
380 fp.close()
391 fp.close()
  /external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/zip/
ZipEntryTest.java 466 is.close();
467 fos.close();
483 * Tears down the fixture, for example, close a network connection. This
491 zfile.close();
  /external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/
CipherTest.java 295 is.close();
342 is.close();
361 is.close();
  /external/bluetooth/bluedroid/hci/src/
btsnoop.c 233 ** Description Function to close the BTSNOOP file
244 close(hci_btsnoop_fd);
534 close(ext_parser_fd);
537 close(s_listen);
  /external/chromium_org/base/files/
file_path_watcher_linux.cc 237 close(inotify_fd_);
239 close(shutdown_pipe_[0]);
241 close(shutdown_pipe_[1]);
  /external/chromium_org/build/android/pylib/
chrome_test_server_spawner.py 230 os.close(fd)
271 os.close(self.pipe_in)
272 os.close(self.pipe_out)
  /external/chromium_org/chrome_frame/test/reliability/
page_load_test.cc 235 // Close IE.
279 // Close test log.
280 test_log.close();
329 file.close();
511 log_file.close();
  /external/chromium_org/content/browser/zygote_host/
zygote_host_impl_linux.cc 61 close(control_fd_);
183 // Figure out the inode for |dummy_fd|, close |dummy_fd| on our end,
186 close(dummy_fd);
208 close(fds[1]);
274 // Auto-close means we need to close the FDs after they have been passed
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
kernel_wrap_glibc.cc 127 OP(close); \
152 int WRAP(close)(int fd) { function
291 return REAL(close)(fd);
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io_test/
kernel_wrap_test.cc 132 TEST_F(KernelWrapTest, close) {
133 EXPECT_CALL(mock, close(34)).Times(1);
134 close(34);
  /external/chromium_org/remoting/tools/build/
remoting_localize.py 585 messages_file.close()
604 target.close()
609 target.close()
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
executive.py 133 dev_null.close()
136 child_out_file.close()
498 pool.close()

Completed in 1566 milliseconds

<<151152153154155156157158159160>>