/device/asus/grouper/power/ |
power.c | 50 close(fd);
|
/device/generic/goldfish/camera/ |
EmulatedCamera3.h | 41 * response to hw_module_methods_t::open, and camera_device::close callbacks. 162 static int close(struct hw_device_t* device); 177 // State after startup-time init and after device instance close
|
/external/android-mock/src/com/google/android/testing/mocking/ |
FileUtils.java | 77 outputStream.close();
|
/external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/support/ |
TestUtils.java | 116 out.close();
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/ |
PushbackReaderTest.java | 39 pbr.close(); 60 * @tests java.io.PushbackReader#close() 63 // Test for method void java.io.PushbackReader.close() 65 pbr.close(); 164 pbr.close(); 372 * Tears down the fixture, for example, close a network connection. This 377 pbr.close();
|
/external/apache-harmony/support/src/test/java/tests/support/ |
Support_Exec.java | 79 in.close(); 130 in.close(); 252 err.close(); 260 printer.close();
|
Support_StringWriter.java | 52 * Close this Writer. This is the concrete implementation required. This 59 public void close() throws IOException { method in class:Support_StringWriter
|
Support_URLConnector.java | 43 public void close() throws IOException { method in class:Support_URLConnector
|
/external/apache-http/src/org/apache/http/entity/ |
InputStreamEntity.java | 113 this.content.close();
|
/external/apache-http/src/org/apache/http/impl/entity/ |
EntitySerializer.java | 98 outstream.close();
|
/external/apache-http/src/org/apache/http/impl/io/ |
ContentLengthInputStream.java | 41 * Note that this class NEVER closes the underlying stream, even when close 43 * close, which allows for the seamless execution of subsequent HTTP 1.1 113 * <p>Does not close the underlying socket input, but instead leaves it 117 public void close() throws IOException { method in class:ContentLengthInputStream 124 // close after above so that we don't throw an exception trying
|
ContentLengthOutputStream.java | 89 * <p>Does not close the underlying socket output.</p> 93 public void close() throws IOException { method in class:ContentLengthOutputStream
|
/external/bluetooth/bluedroid/bta/include/ |
bta_pan_api.h | 108 tBTA_PAN_CLOSE close; /* Connection has been closed. */ member in union:__anon3251 187 ** Description Close a PAN connection to a peer device.
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/ |
BEROctetStringGenerator.java | 88 public void close() method in class:BEROctetStringGenerator.BufferedBEROctetStream
|
/external/chromium/base/ |
dir_reader_linux.h | 40 if (HANDLE_EINTR(close(fd_))) 41 RAW_LOG(ERROR, "Failed to close directory handle");
|
/external/chromium/chrome/browser/ |
process_singleton_mac.cc | 112 int rc = HANDLE_EINTR(close(lock_fd_));
|
/external/chromium/chrome/browser/ui/cocoa/find_bar/ |
find_bar_cocoa_controller.h | 19 // next/previous/close buttons. Certain operations require a pointer 63 - (IBAction)close:(id)sender;
|
/external/chromium/chrome/browser/ui/cocoa/infobars/ |
infobar_controller.h | 18 // draw an icon, a text message, and a close button. Subclasses can 53 // Called when someone clicks on the close button. Dismisses the 64 // Close or animate close the infobar. 65 - (void)close;
|
/external/chromium/chrome/browser/ui/gtk/download/ |
download_shelf_gtk.h | 48 virtual void Close(); 78 // Checks that all download items have been opened, and sets the auto-close 82 // Cancels the auto-close state set by AutoCloseIfPossible, including any 83 // pending close tasks that have already been posted. 87 // close now. 90 // Sets whether the shelf should automatically close. 91 void SetCloseOnMouseOut(bool close); 139 // True if the shelf will automatically close when the user mouses out.
|
/external/chromium/third_party/libjingle/source/talk/session/phone/ |
v4llookup.cc | 61 ::close(video_fd);
|
/external/chromium-trace/trace-viewer/build/ |
check_gyp.py | 17 f.close()
|
generate_template_contents.py | 37 f.close()
|
/external/chromium_org/base/ |
file_util.cc | 82 file1.close(); 83 file2.close(); 88 file1.close(); 89 file2.close();
|
/external/chromium_org/base/files/ |
dir_reader_linux.h | 40 if (HANDLE_EINTR(close(fd_))) 41 RAW_LOG(ERROR, "Failed to close directory handle");
|
/external/chromium_org/chrome/browser/ |
process_singleton_mac.cc | 113 int rc = HANDLE_EINTR(close(lock_fd_));
|