/development/simulator/app/ |
PropertyServer.cpp | 307 close(sock); 438 close(fd); 465 * Close listen socket and all clients. 470 close((*ii)); 471 close(mListenSock);
|
Shmem.cpp | 59 close(mHandle); 107 close(fd); 114 close(fd); 155 close(fd); 162 close(fd);
|
/external/dbus/dbus/ |
dbus-shell.c | 135 /* If we reach here this means the close quote was never encountered */ 174 /* Replace literal ' with a close ', a \', and a open ' */ 195 /* close the quote */ 467 /* close the quote */ 471 /* Everything inside quotes, and the close quote,
|
/external/dnsmasq/src/ |
helper.c | 69 close(pipefd[0]); /* close reader side */ 102 /* close all the sockets etc, we don't need them here. This closes err_fd, so that 107 close(max_fd); 275 close(pipefd[0]);
|
/external/icu4c/i18n/unicode/ |
udatpg.h | 126 * Close a generator. 338 * but there is not a close match among the added patterns. For example, 342 * broken up into two components "MMMd" and "hmm". There are close matches 437 * The caller must close the object. 450 * The caller must close the object.
|
/external/opencore/android/ |
android_audio_output.cpp | 96 iAudioThreadSem->Close(); 98 iAudioThreadTermSem->Close(); 100 iAudioThreadReturnSem->Close(); 102 iAudioThreadCreatedSem->Close(); 105 iOSSRequestQueueLock.Close();
|
/external/opencore/engines/player/src/ |
pv_player_node_registry.cpp | 137 lib->Close(); 164 lib->Close(); 399 lib->Close(); 426 lib->Close(); 528 // Close the session with recognizer
|
/external/ppp/pppd/ |
main.c | 830 close(pipefd[1]); 832 close(pipefd[0]); [all...] |
/external/qemu/distrib/sdl-1.2.12/src/joystick/bsd/ |
SDL_sysjoystick.c | 178 close(fd); 260 close(fd); 378 close(hw->fd); 506 /* Function to close a joystick after use */ 514 close(joy->hwdata->fd);
|
/external/stlport/stlport/stl/ |
_monetary.c | 240 } // Close money_base::value case 241 } // Close switch statement 242 } // Close for loop 488 } //Close for switch 489 } // Close for loop
|
/external/webkit/JavaScriptCore/tests/mozilla/ |
runtests.pl | 164 close( RUNNING_TEST ); 305 close JS_OUTPUT; 385 close JS_OUTPUT; 391 # close open files 412 close JS_OUTPUT;
|
/external/webkit/WebCore/workers/ |
DefaultSharedWorkerRepository.cpp | 95 void close(); 183 close(); 210 close(); 213 void SharedWorkerProxy::close() function in class:WebCore::SharedWorkerProxy 241 // Since close() stops the thread event loop, this should not ever get called while closing.
|
/external/wpa_supplicant/ |
driver_broadcom.c | 322 close(drv->ioctl_sock); 337 close(s); 338 close(drv->ioctl_sock); 355 close(drv->event_sock); 356 close(drv->ioctl_sock);
|
/external/wpa_supplicant_6/wpa_supplicant/src/drivers/ |
driver_broadcom.c | 327 close(drv->ioctl_sock); 342 close(s); 343 close(drv->ioctl_sock); 360 close(drv->event_sock); 361 close(drv->ioctl_sock);
|
/frameworks/base/tests/DumpRenderTree/assets/ |
run_layout_tests.py | 50 fp.close() 112 old_file.close() 113 new_file.close() 114 diff_file.close() 260 fp.close()
|
/hardware/msm7k/libgralloc/ |
gralloc.cpp | 215 close(master_fd); 278 close(gpu); 373 close(fd); 557 close(hnd->fd); 591 dev->device.common.close = gralloc_close;
|
/packages/apps/Contacts/src/com/android/contacts/ |
ContactsUtils.java | 187 photoCursor.close(); 294 contactIdCursor.close(); 318 c.close(); 337 rawContactIdCursor.close(); 357 rawContactIdCursor.close();
|
/packages/apps/Gallery3D/src/com/cooliris/media/ |
MenuBar.java | 89 mSubmenu.close(false); 244 submenu.close(true); 249 public void close() { method in class:MenuBar 264 mSubmenu.close(false); 295 mSubmenu.close(true);
|
/system/core/init/ |
property_service.c | 126 close(fd); 263 close(fd); 364 close(s); 370 close(s); 477 close(fd);
|
/system/core/libdiskconfig/ |
diskconfig.c | 382 close(fd); 406 close(*fd); 427 close(fd); 448 close(fd); 453 close(fd);
|
/system/core/nexus/ |
Supplicant.cpp | 467 close(srcfd); 475 close(srcfd); 476 close(destfd); 483 close(destfd); 484 close(srcfd);
|
/external/bluetooth/bluez/test/ |
hciemu.c | 205 close(fd); 210 close(fd); 483 close(sk); 564 close(sk); 575 close(sk); 589 close(sk); 944 close(nsk); 956 close(nsk); 1346 close(fd); 1349 close(dd) [all...] |
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/ |
OpenWnnDictionaryImpl.java | 322 /* The SQLiteDataBase object must close() before releasing. */ 323 mDbDic.close(); 332 /* The SQLiteCursor object must close() before releasing. */ 333 mDbCursor.close(); 735 cursor.close( ); [all...] |
/external/guava/javadoc/com/google/common/io/ |
FileBackedOutputStream.html | 161 <TD><CODE><B><A HREF="../../../../com/google/common/io/FileBackedOutputStream.html#close()">close</A></B>()</CODE> 189 Calls <A HREF="../../../../com/google/common/io/FileBackedOutputStream.html#close()"><CODE>close()</CODE></A> if not already closed, and then resets this 302 <DD>Calls <A HREF="../../../../com/google/common/io/FileBackedOutputStream.html#close()"><CODE>close()</CODE></A> if not already closed, and then resets this 367 <A NAME="close()"><!-- --></A><H3> 368 close</H3> 370 public void <B>close</B>() 374 <DT><B>Specified by:</B><DD><CODE><A HREF="http://java.sun.com/javase/6/docs/api/java/io/Closeable.html?is-external=true#close()" title="class or interface in java.io">close</A></CODE> in interface <CODE><A HREF="http://java. (…) [all...] |
/external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/ |
wpagui.cpp | 197 eh->close(); 203 scanres->close(); 209 add_iface->close(); 215 udr->close(); 715 scanres->close(); 731 eh->close(); 909 udr->close(); 1341 /* use close() here instead of hide() and allow the 1346 close(); [all...] |