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

<<131132133134135136137138139140>>

  /hardware/qcom/display/msm8960/liboverlay/
overlay.cpp 248 close(fd);
260 close(fd);
265 close(fd);
  /hardware/qcom/gps/core/
LocApiBase.cpp 96 mLocApi->close();
197 close();
342 close()
  /hardware/qcom/gps/msm8960/core/
LocApiBase.cpp 95 mLocApi->close();
169 close();
300 close()
  /libcore/dalvik/src/test/java/dalvik/system/profiler/
SamplingProfilerTest.java 275 out.close();
283 debug.close();
291 in.close();
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/zip/
ZipEntryTest.java 431 is.close();
432 fos.close();
447 zfile.close();
  /ndk/tests/abcc/jni/
Abcc.cpp 80 close (fd);
101 close(fd);
293 fout.close();
  /packages/apps/Browser/src/com/android/browser/
DataController.java 238 c.close();
267 if (c != null) c.close();
286 if (cursor != null) cursor.close();
  /packages/apps/Calendar/src/com/android/calendar/alerts/
AlertActivity.java 155 // Only set mCursor if the Activity is not finishing. Otherwise close the cursor.
164 cursor.close();
241 mCursor.close();
275 mCursor.close();
  /packages/apps/Camera2/src/com/android/camera/util/
XmpUtil.java 175 os.close();
203 outputStream.close();
395 is.close();
  /packages/apps/Email/src/com/android/email/mail/transport/
SmtpSender.java 181 close(); method
219 * Close the protocol (and the transport below it).
224 public void close() { method in class:SmtpSender
225 mTransport.close();
  /packages/apps/Email/tests/src/com/android/email/
LegacyConversionsTest.java 218 attOut.close();
242 bodyOut.close();
248 bodyIn.close();
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
LocalAlbum.java 139 cursor.close();
219 cursor.close();
243 cursor.close();
  /packages/apps/Gallery2/src/com/android/gallery3d/gadget/
WidgetDatabaseHelper.java 125 cursor.close();
142 cursor.close();
201 out.close();
  /packages/apps/Mms/src/com/android/mms/transaction/
HttpUtils.java 219 dis.close();
260 dis.close();
286 client.close();
  /packages/apps/UnifiedEmail/src/com/android/emailcommon/internet/
MimeUtility.java 237 in.close();
238 in = null; // we want all of our memory back, and close might not release
260 out.close();
355 out.close();
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
Ver2DictDecoder.java 176 binaryDictionary.close();
273 binaryDictionary.close();
303 binaryDictionary.close();
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
OpenWnn.java 157 close(); method
328 protected void close() { method in class:OpenWnn
329 if (mConverter != null) { mConverter.close(); }
  /prebuilts/misc/darwin-x86/analyzer/tools/scan-build/
scan-build 241 close(FILE);
287 close (ROUT);
288 close (RIN);
391 close(IN);
545 close IN;
787 close ATTR;
794 close (INFO);
821 close (INFO);
836 close(OUT);
934 close(DETECT_XCODE)
    [all...]
  /prebuilts/misc/linux-x86/analyzer/tools/scan-build/
scan-build 241 close(FILE);
287 close (ROUT);
288 close (RIN);
391 close(IN);
545 close IN;
787 close ATTR;
794 close (INFO);
821 close (INFO);
836 close(OUT);
934 close(DETECT_XCODE)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/
test_db.py 15 self.db.close()
98 self.db.close()
100 self.env.close()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
config.py 122 file.close()
221 file.close()
357 file.close()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
ClassBrowser.py 31 def close(self, event=None): member in class:ClassBrowser
41 top.protocol("WM_DELETE_WINDOW", self.close)
42 top.bind("<Escape>", self.close)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_logging.py 93 self.stream.close()
98 h.close()
467 self.mem_hdlr.close()
912 # close the listen socket
943 self.sock_hdlr.close()
1031 handler.close()
1037 f.close()
1057 handler.close()
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/
test_db.py 15 self.db.close()
98 self.db.close()
100 self.env.close()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
config.py 122 file.close()
221 file.close()
357 file.close()

Completed in 1037 milliseconds

<<131132133134135136137138139140>>