/external/okhttp/okio/src/main/java/okio/ |
RealBufferedSource.java | 180 @Override public void close() throws IOException { method in class:RealBufferedSource 181 RealBufferedSource.this.close(); 195 @Override public void close() throws IOException { 198 source.close();
|
/external/openssl/crypto/bio/ |
bio_lcl.h | 34 #define UP_close close
|
/external/oprofile/daemon/ |
init.c | 86 close(0); 87 close(1); 270 /* We just close them, and re-open them lazily as usual. */ 272 close(1); 273 close(2);
|
opd_extended.h | 52 int (*close)(struct sfile *); member in struct:opd_ext_sfile_handlers
|
/bionic/tests/ |
dlext_test.cpp | 159 close(extinfo.library_fd); 257 ASSERT_NOERROR(close(extinfo_.relro_fd)); 279 ASSERT_NOERROR(close(relro_fd)); 320 ASSERT_NOERROR(close(relro_fd)); 383 // close the 'wrong' ends of the pipes in the child 384 close(child_done_pipe[0]); 385 close(parent_done_pipe[1]); 399 // close write end of child_done_pipe to signal the parent that we're done. 400 close(child_done_pipe[1]); 402 // wait for the parent to close parent_done_pipe, then exi [all...] |
/build/tools/ |
check_radio_versions.py | 35 f.close() 49 f.close()
|
/cts/hostsidetests/appsecurity/test-apps/ExternalStorageApp/src/com/android/cts/externalstorageapp/ |
CommonExternalStorageTest.java | 234 new FileInputStream(path).close(); 240 new FileOutputStream(path, true).close(); 249 new FileInputStream(path).close(); 255 new FileOutputStream(path, true).close(); 263 new FileInputStream(path).close(); 270 new FileOutputStream(path, true).close(); 327 os.close(); 336 is.close();
|
/cts/suite/cts/hostTests/jank/app/src/com/android/cts/jank/ |
CtsJankTestBase.java | 90 out.close(); 93 err.close();
|
/cts/tests/tests/hardware/src/android/hardware/camera2/cts/rs/ |
BlockingInputAllocation.java | 58 * If this object has already been {@link #close closed} 72 * @throws IllegalStateException If this object has already been {@link #close closed} 88 * @throws IllegalStateException If this object has already been {@link #close closed} 108 * @throws IllegalStateException If this object has already been {@link #close closed} 133 public synchronized void close() { method in class:BlockingInputAllocation 150 close(); method
|
/cts/tests/tests/media/src/android/media/cts/ |
IvfReader.java | 121 public void close() throws IOException{ method in class:IvfReader 122 mIvfFile.close();
|
IvfWriter.java | 80 public void close() throws IOException{ method in class:IvfWriter 84 mOutputFile.close();
|
MediaMetadataRetrieverTest.java | 47 afd.close(); 95 afd.close();
|
/cts/tests/tests/os/src/android/os/cts/ |
RecoverySystemTest.java | 54 is.close(); 55 fos.close();
|
/cts/tests/tests/provider/src/android/provider/cts/ |
MediaStoreTest.java | 45 c.close(); 81 c.close();
|
SettingsTest.java | 69 cursor.close(); 85 cursor.close(); 97 cursor.close(); 140 cursor.close(); 158 cursor.close(); 169 cursor.close(); 192 cursor.close(); 254 c.close();
|
/cts/tests/tests/security/jni/ |
android_security_cts_CharDeviceTest.cpp | 63 close(fd); 103 close(fd);
|
/cts/tools/signature-tools/src/signature/io/impl/ |
BinaryApi.java | 48 oos.close();
80 ois.close();
|
/developers/build/prebuilts/gradle/RecipeAssistant/Application/src/main/java/com/example/android/wearable/recipeassistant/ |
AssetUtils.java | 40 is.close(); 71 is.close(); 73 Log.e(TAG, "Cannot close InputStream: ", e);
|
/developers/samples/android/content/WidgetData/Application/src/main/java/com/example/android/widgetdata/ |
WeatherWidgetService.java | 58 mCursor.close(); 114 mCursor.close();
|
/developers/samples/android/wearable/wear/RecipeAssistant/Application/src/main/java/com/example/android/wearable/recipeassistant/ |
AssetUtils.java | 40 is.close(); 71 is.close(); 73 Log.e(TAG, "Cannot close InputStream: ", e);
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
ActionBarShareActionProviderActivity.java | 114 inputStream.close(); 119 outputStream.close();
|
/development/samples/browseable/RecipeAssistant/Application/src/com.example.android.wearable.recipeassistant/ |
AssetUtils.java | 40 is.close(); 71 is.close(); 73 Log.e(TAG, "Cannot close InputStream: ", e);
|
/device/asus/flo/camera/QCamera2/stack/mm-jpeg-interface/test/ |
mm_jpeg_ionbuf.c | 123 close(p_buffer->ion_info_fd.fd); 128 close(p_buffer->ion_fd);
|
/device/asus/flo/charger_touch/ |
charger_touch.c | 46 close(fd); 62 close(fd);
|
/device/lge/hammerhead/camera/QCamera2/stack/mm-jpeg-interface/test/ |
mm_jpeg_ionbuf.c | 123 close(p_buffer->ion_info_fd.fd); 128 close(p_buffer->ion_fd);
|