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

<<51525354555657585960>>

  /hardware/qcom/display/msm8084/liboverlay/
overlayMdssRot.cpp 47 MdssRot::~MdssRot() { close(); }
166 mem.close();
190 if(!mMem.close()) {
207 bool MdssRot::close() { function in class:overlay::MdssRot
211 ALOGE("MdssRot::close unsetOverlay failed, fd=%d sessId=%d",
217 if (!mFd.close()) {
221 if (!mMem.close()) {
  /hardware/qcom/display/msm8226/liboverlay/
overlayMdp.h 40 /* dtor close */
44 /* unset overlay, reset and close fd */
45 bool close();
139 /* dtor close*/
145 /* close fd, and reset */
146 bool close();
180 close();
290 inline MdpData::~MdpData() { close(); }
297 inline bool MdpData::close() { function in class:overlay::MdpData
299 return mFd.close();
    [all...]
overlayMdpRot.cpp 33 MdpRot::~MdpRot() { close(); }
169 mem.close();
182 bool MdpRot::close() { function in class:overlay::MdpRot
191 if (!mFd.close()) {
195 if (!mMem.close()) {
211 if(!mMem.close()) {
  /hardware/qcom/display/msm8960/liboverlay/
overlayMdpRot.cpp 32 MdpRot::~MdpRot() { close(); }
165 mem.close();
178 bool MdpRot::close() { function in class:overlay::MdpRot
187 if (!mFd.close()) {
191 if (!mMem.close()) {
252 // if the prev mem is valid, we need to close
256 // tearing when prev.close is called.
257 if(!mMem.prev().close()) {
overlayMdssRot.cpp 44 MdssRot::~MdssRot() { close(); }
149 // if the prev mem is valid, we need to close
153 // tearing when prev.close is called.
154 if(!mMem.prev().close()) {
171 mem.close();
208 bool MdssRot::close() { function in class:overlay::MdssRot
212 ALOGE("MdssRot::close unsetOverlay failed, fd=%d sessId=%d",
218 if (!mFd.close()) {
222 if (!mMem.close()) {
  /hardware/qcom/display/msm8974/liboverlay/
overlayMdpRot.cpp 32 MdpRot::~MdpRot() { close(); }
150 mem.close();
163 bool MdpRot::close() { function in class:overlay::MdpRot
172 if (!mFd.close()) {
176 if (!mMem.close()) {
237 // if the prev mem is valid, we need to close
241 // tearing when prev.close is called.
242 if(!mMem.prev().close()) {
  /libcore/luni/src/main/java/java/lang/
ProcessManager.java 266 // Close any open streams.
353 public void close() throws IOException { method in class:ProcessManager.ProcessInputStream
355 super.close();
359 IoUtils.close(fd);
379 public void close() throws IOException { method in class:ProcessManager.ProcessOutputStream
381 super.close();
385 IoUtils.close(fd);
  /libcore/luni/src/test/java/tests/java/sql/
DatabaseMetaDataNotSupportedTest.java 79 conn.close();
100 userTab.close();
120 conn.close();
154 userTab.close();
168 userTab.close();
173 userConn.close();
218 // rs.close();
222 rs.close();
293 rs.close();
303 rs.close();
    [all...]
  /libcore/support/src/test/java/tests/support/resource/
Support_Resources.java 135 out.close();
138 in.close();
195 out.close();
196 xml.close();
208 in.close();
209 out.close();
  /packages/apps/Dialer/tests/src/com/android/dialer/database/
SmartDialPrefixTest.java 185 nameCursor.close();
186 contactCursor.close();
223 nameCursor.close();
224 contactCursor.close();
254 nameCursor.close();
255 contactCursor.close();
275 nameCursor.close();
276 contactCursor.close();
319 nameCursor.close();
320 contactCursor.close();
    [all...]
  /packages/apps/VoiceDialer/src/com/android/voicedialer/
RecognizerLogger.java 182 * Close the text log file.
185 public void close() throws IOException { method in class:RecognizerLogger
186 mWriter.close();
245 public void close() throws IOException { method in class:RecognizerLogger
256 out.close();
260 inputStream.close();
261 baos.close();
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/sqlite3/test/
transactions.py 45 self.cur1.close()
46 self.con1.close()
48 self.cur2.close()
49 self.con2.close()
192 self.cur.close()
193 self.con.close()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_filecmp.py 15 output.close()
19 output.close()
60 output.close()
64 output.close()
91 output.close()
124 output.close()
test_hotshot.py 38 self.close()
71 profiler.close()
80 profiler.close()
111 profiler.close()
137 emptyfile.close()
148 profiler.close()
test_tarfile.py 48 self.tar.close()
90 fobj.close()
135 fobj.close()
168 tarfile.open(tmpname, self.mode.replace("r", "w")).close()
180 open(tmpname, "wb").close()
199 fobj.close()
204 tar.close()
237 tar.close()
258 tar.close()
328 tar.close()
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/sqlite3/test/
transactions.py 45 self.cur1.close()
46 self.con1.close()
48 self.cur2.close()
49 self.con2.close()
192 self.cur.close()
193 self.con.close()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_filecmp.py 15 output.close()
19 output.close()
60 output.close()
64 output.close()
91 output.close()
124 output.close()
test_hotshot.py 38 self.close()
71 profiler.close()
80 profiler.close()
111 profiler.close()
137 emptyfile.close()
148 profiler.close()
test_tarfile.py 48 self.tar.close()
90 fobj.close()
135 fobj.close()
168 tarfile.open(tmpname, self.mode.replace("r", "w")).close()
180 open(tmpname, "wb").close()
199 fobj.close()
204 tar.close()
237 tar.close()
258 tar.close()
328 tar.close()
    [all...]
  /system/core/libcutils/
fs.c 100 close(fd);
104 close(fd);
132 if (close(fd) == -1) {
133 ALOGE("Failed to close %s: %s", temp, strerror(errno));
145 close(fd);
221 close(fd);
231 close(fd);
  /system/core/toolbox/
mount.c 156 close(fd);
185 close(file_fd);
190 close(file_fd);
191 close(device_fd);
195 close(file_fd);
196 close(device_fd);
  /frameworks/native/cmds/dumpstate/
utils.c 105 close(fd);
157 close(fd);
199 close(fd);
291 close(fd);
425 close(fd);
473 close(fd);
474 close(fds[0]);
475 close(fds[1]);
484 close(fd);
485 close(fds[0])
    [all...]
  /system/core/init/
builtins.c 70 close(fd);
102 close(fd);
107 close(fd);
125 close(fd);
130 close(fd);
162 close(fd);
190 close(s);
443 close(fd);
447 close(loop);
451 close(loop)
    [all...]
  /cts/tests/tests/provider/src/android/provider/cts/
BrowserTest.java 97 cursor.close();
112 cursor.close();
159 cursor.close();
171 cursor.close();
184 cursor.close();
206 cursor.close();
238 cursor.close();
277 cursor.close();
291 cursor.close();
306 cursor.close();
    [all...]
  /external/chromium_org/third_party/skia/tests/
PathOpsBattles.cpp 26 path1.close();
38 path2.close();
53 path1.close();
61 path2.close();
78 path1.close();
86 path2.close();
100 path.close();
110 path.close();
132 path.close();
147 path.close();
    [all...]

Completed in 1892 milliseconds

<<51525354555657585960>>