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

<<51525354555657585960>>

  /packages/apps/Camera2/tests/src/com/android/camera/stress/
SwitchPreview.java 82 mOut.close();
83 mfstream.close();
85 assertTrue("CameraSwitchMode close output", false);
  /packages/apps/Camera2/tests_camera/src/com/android/camera/stress/
SwitchPreview.java 82 mOut.close();
83 mfstream.close();
85 assertTrue("CameraSwitchMode close output", false);
  /packages/apps/CertInstaller/src/com/android/certinstaller/
Util.java 38 os.close();
83 fis.close();
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/
Device.java 61 rdr.close();
88 w.close();
  /packages/apps/Exchange/src/com/android/exchange/utility/
FileLogger.java 45 static public synchronized void close() { method in class:FileLogger
48 sLogWriter.close();
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/jpegstream/
JPEGOutputStream.java 74 public void close() throws IOException { method in class:JPEGOutputStream
76 super.close();
  /packages/apps/LegacyCamera/tests/src/com/android/camera/stress/
SwitchPreview.java 82 mOut.close();
83 mfstream.close();
85 assertTrue("CameraSwitchMode close output", false);
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/output/
DeferredFileOutputStream.java 88 * True when close() has been called successfully.
231 public void close() throws IOException method in class:DeferredFileOutputStream
233 super.close();
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/
MimeBoundaryInputStream.java 77 public void close() throws IOException { method in class:MimeBoundaryInputStream
78 s.close();
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
ReadOnlyBinaryDictionary.java 117 public void close() { method in class:ReadOnlyBinaryDictionary
120 mBinaryDictionary.close();
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/alsa/
pcm_rate.h 61 * close the converter; optional
63 void (*close)(void *obj); member in struct:snd_pcm_rate_ops
132 void (*close)(void *obj); member in struct:snd_pcm_rate_old_ops
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/alsa/
pcm_rate.h 61 * close the converter; optional
63 void (*close)(void *obj); member in struct:snd_pcm_rate_ops
132 void (*close)(void *obj); member in struct:snd_pcm_rate_old_ops
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/
test_pickle.py 52 self.db.close()
53 self.env.close()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
grammar.py 91 f.close()
97 f.close()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_bufio.py 30 f.close()
38 f.close()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/
test_pickle.py 52 self.db.close()
53 self.env.close()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
grammar.py 91 f.close()
97 f.close()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_bufio.py 30 f.close()
38 f.close()
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
TraceFileWriter.java 55 // close socket to stop the receiver thread
57 mInputStream.close();
69 // close stream
71 mOutputStream.close();
  /system/core/fs_mgr/
fs_mgr_format.c 46 close(fd);
59 close(fd);
  /system/core/libbacktrace/
GetPss.cpp 81 close(pagecount_fd);
82 close(pagemap_fd);
  /system/core/libsparse/
simg2simg.c 109 close(out);
112 close(in);
  /system/core/toolbox/upstream-netbsd/bin/cp/
utils.c 141 (void)close(from_fd);
150 (void)close(from_fd);
172 (void)close(from_fd);
178 /* if hard linking then simply close the open fds, link and return */
180 (void)close(from_fd);
181 (void)close(to_fd);
191 * There's no reason to do anything other than close the file
280 (void)close(from_fd);
283 (void)close(to_fd);
306 if (close(to_fd))
    [all...]
  /external/chromium_org/third_party/skia/tests/
PathOpsSkpTest.cpp 21 path.close();
80 pathB.close();
101 pathB.close();
156 pathB.close();
262 pathB.close();
289 pathB.close();
390 path.close();
398 path.close();
420 path.close();
427 pathB.close();
    [all...]
  /developers/build/prebuilts/gradle/HdrViewfinder/Application/src/main/java/com/example/android/hdrviewfinder/
CameraOps.java 103 * Close the camera and wait for the close callback to be called in the camera thread.
107 mCloseWaiter.close();
118 mCameraDevice.close();
198 mCameraDevice.close();
229 mCameraDevice.close();
254 camera.close();
261 camera.close();

Completed in 486 milliseconds

<<51525354555657585960>>