/hardware/libhardware_legacy/wifi/ |
wifi.c | 244 close(srcfd); 252 close(srcfd); 253 close(destfd); 260 close(destfd); 261 close(srcfd);
|
/packages/apps/Browser/src/com/android/browser/ |
BrowserBackupAgent.java | 94 outfstream.close(); 171 cursor.close(); 247 cursor.close(); 267 in.close(); 285 out.close();
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
GlobalSearchSupportTest.java | 54 c.close(); 147 c.close(); 216 c.close(); 272 c.close(); 290 c.close();
|
/sdk/ddms/app/src/com/android/ddms/ |
DeviceCommandDialog.java | 78 // don't want a close button, but it seems hard to get rid of on GTK 138 shell.addListener(SWT.Close, new Listener() { 187 shell.close(); 388 out.close(); // flush buffer, close file
|
/system/bluetooth/tools/ |
pipetest.c | 48 printf("%d: close(%d)\n", gettid(), fd); 49 ret = close(fd); 50 printf("%d: close(%d) = %d\n", gettid(), fd, ret); 261 close(fd[0]); 262 close(fd[1]);
|
/system/core/sh/ |
cd.c | 410 (void) close(pip[0]); 412 close(1); 414 close(pip[1]); 420 (void) close(pip[1]); 428 (void) close(pip[0]);
|
/external/guava/javadoc/com/google/common/io/ |
Closeables.html | 129 <TD><CODE><B><A HREF="../../../../com/google/common/io/Closeables.html#close(java.io.Closeable, boolean)">close</A></B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/io/Closeable.html?is-external=true" title="class or interface in java.io">Closeable</A> closeable, 142 Equivalent to calling <code>close(closeable, true)</code>, but with no 168 <A NAME="close(java.io.Closeable, boolean)"><!-- --></A><H3> 169 close</H3> 171 public static void <B>close</B>(<FONT SIZE="-1"><A HREF="http://jsr-305.googlecode.com/svn/trunk/javadoc/javax/annotation/Nullable.html?is-external=true" title="class or interface in javax.annotation">@Nullable</A></FONT> 194 // Close the stream. 196 Closeables.close(stream, threw); 203 thrown by the <code>close</code> methods 206 <code>close</code> throws an <code>IOException</code>.</DL [all...] |
/external/webkit/WebCore/storage/ |
Database.cpp | 381 void Database::close() function in class:WebCore::Database 390 m_sqliteDatabase.close(); 417 // statement in response to close(), as well. 526 // Close the handle to the database file. 527 m_sqliteDatabase.close(); 535 // Close the handle to the database file. 536 m_sqliteDatabase.close(); 546 // Close the handle to the database file. 547 m_sqliteDatabase.close(); 568 // Close the handle to the database file [all...] |
/external/webkit/WebKitTools/Scripts/ |
resolve-ChangeLogs | 166 close STAT; 182 close INFO; 213 close GIT or die $!; 277 close STAT; 291 close GIT or die $!; 317 close GIT or die $!; 355 close FILE; 360 close(PATCH) or die $!; 398 close(DIFF); 404 close(DIFF) [all...] |
/frameworks/base/core/jni/ |
android_bluetooth_ScoSocket.cpp | 60 * calls close(). However it does not right now, in fact close() on a SCO 63 * call close() from the same thread that does blocking I/O. This requires the 443 close(signal_sk); 495 /* wait for the socket to close */ 500 /* callback with close result */ 515 close(sk); 519 close(data->signal_sk); 601 close(sk); // The listening socket 606 close(sk) [all...] |
/frameworks/base/libs/utils/ |
Asset.cpp | 136 ::close(fd); 177 ::close(fd); 185 ::close(fd); 196 ::close(fd); 347 close(); 506 * Close the asset. 508 void _FileAsset::close(void) function in class:_FileAsset 671 close(); 788 * Close the asset. 790 void _CompressedAsset::close(void function in class:_CompressedAsset [all...] |
/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/ |
AdbHelper.java | 100 adbChan.close(); 140 adbChan.close(); 285 adbChan.close(); 294 adbChan.close(); 310 adbChan.close(); 332 adbChan.close(); 339 adbChan.close(); 406 adbChan.close(); 481 adbChan.close(); 517 adbChan.close(); [all...] |
DeviceMonitor.java | 96 mMainAdbConnection.close(); 205 mMainAdbConnection.close(); 253 mMainAdbConnection.close(); 262 mMainAdbConnection.close(); 405 channel.close(); 407 // doesn't really matter if the close fails. 491 // attempt to close the socket if needed. 492 socketChannel.close(); 586 socket.close(); 619 socket.close(); [all...] |
/system/vold/ |
VolumeManager.cpp | 306 close(sbfd); 317 close(sbfd); 326 close(sbfd); 618 close(fd); 629 close(fd); 635 close(fd); 640 close(fd); 817 close(fd); 821 close(fd); 860 close(fd) [all...] |
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/sme/conn/ |
connInfra.c | 388 param.content.rxDataPortStatus = CLOSE; 393 param.content.txDataPortStatus = CLOSE; 484 param.content.rxDataPortStatus = CLOSE; 490 param.content.txDataPortStatus = CLOSE; 521 param.content.rxDataPortStatus = CLOSE; 527 param.content.txDataPortStatus = CLOSE; 562 param.content.rxDataPortStatus = CLOSE; 568 param.content.txDataPortStatus = CLOSE; [all...] |
/dalvik/libcore/luni/src/test/java/tests/api/java/util/ |
ScannerTest.java | 77 public void close() throws IOException { method in class:ScannerTest.MockCloseable 100 s.close(); 142 s.close(); 219 s.close(); 244 s.close(); 282 s.close(); 308 s.close(); 337 s.close(); 346 fc.close(); 387 s.close(); [all...] |
/dalvik/libcore/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/ |
MemoryHandlerTest.java | 114 method = "close", 159 handler.close(); 182 method = "close", 189 handler.close(); 190 assertEquals(writer.toString(), "close"); 525 public void close() { method in class:MemoryHandlerTest.MockHandler 526 writer.write("close");
|
/dalvik/libcore/luni/src/test/java/tests/api/java/io/ |
LineNumberReaderTest.java | 108 lnr.close(); 137 lnr.close(); 163 lnr.close(); 224 lnr.close(); 253 lnr.close(); 266 @Override public void close() throws IOException {} 351 lnr.close();
|
ObjectStreamFieldTest.java | 309 oos.close(); 310 baos.close(); 352 oos.close(); 353 baos.close(); 400 oos.close(); 401 baos.close(); 438 * Tears down the fixture, for example, close a network connection. This
|
/dalvik/vm/compiler/template/ |
gen-template.py | 98 stub_fp.close() 100 stub_fp.close() 160 opcode_fp.close() 308 infp.close() 411 asm_fp.close() 414 config_fp.close() 420 asm_fp.close()
|
/external/iproute2/misc/ |
rtacct.c | 119 close(fd); 126 close(fd); 395 close(clnt); 399 close(clnt); 593 close(fd); 607 close(fd); 610 close(fd);
|
/external/opencore/codecs_v2/omx/omx_proxy/src/ |
pv_omx_interface_proxy.cpp | 186 iCounterCrit.Close(); 187 iHandlerQueueCrit.Close(); 188 iNotifierQueueCrit.Close(); 189 iProxyListCrit.Close(); 190 iThreadCreatedSem.Close(); 191 iInitSem.Close(); 192 iExitedSem.Close();
|
/external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/port/ |
mac.py | 131 f.close() 203 null.close() 389 image_file.close() 397 self._proc.stdin.close() 398 self._proc.stdout.close() 400 self._proc.stderr.close() 407 null.close()
|
/external/wpa_supplicant/wpa_gui-qt4/ |
wpagui.cpp | 40 connect(fileExitAction, SIGNAL(activated()), this, SLOT(close())); 97 eh->close(); 103 scanres->close(); 109 udr->close(); 546 scanres->close(); 562 eh->close(); 676 udr->close();
|
/frameworks/base/core/java/android/bluetooth/ |
BluetoothHeadset.java | 41 * BluetoothHeadset service. Users of this object should call close() when they 167 close(); method 174 * Close the connection to the backing service. 176 * results once close() has been called. Multiple invocations of close() 179 public synchronized void close() { method in class:BluetoothHeadset 180 if (DBG) log("close()");
|