/development/samples/BusinessCard/src/com/example/android/businesscard/ |
ContactAccessorSdk3_4.java | 64 cursor.close(); 76 cursor.close();
|
/development/simulator/app/ |
Pipe.cpp | 52 * Destructor. Use the system-appropriate close call. 70 if (close((int) mReadHandle) != 0) 75 if (close((int) mWriteHandle) != 0) 360 * Under Linux this means setting the close-on-exec flag, under Windows 393 * Close read descriptor. 409 if (close((int) mReadHandle) != 0) { 420 * Close write descriptor. 436 if (close((int) mWriteHandle) != 0) {
|
/external/bzip2/ |
format.pl | 66 close INFILE; 67 close OUTFILE;
|
/external/clearsilver/java-jni/ |
CS.java | 43 public void close() { method in class:CS 51 close(); method
|
/external/dbus/bus/ |
dir-watch-dnotify.c | 63 close (fd); 83 if (close (fds[i]) != 0)
|
/external/dropbear/libtommath/ |
pretty.build | 45 close SRC; 50 close SRC or die "Error closing $filename after reading: $!";
|
/external/e2fsprogs/debugfs/ |
debug_cmds.ct | 13 request do_close_filesys, "Close the filesystem", 14 close_filesys, close;
|
/external/e2fsprogs/lib/ext2fs/ |
ext2_io.h | 62 errcode_t (*close)(io_channel channel); member in struct:struct_io_manager 82 #define io_channel_close(c) ((c)->manager->close((c)))
|
/external/e2fsprogs/lib/ |
fpopen.c | 101 close(fds[1]); 104 close(fds[0]);
|
/external/elfutils/tests/ |
get-files.c | 37 close (fd); 79 close (fd);
|
get-pubnames.c | 72 close (fd); 86 close (fd);
|
/external/fdlibm/ |
changes | 59 x is very close to -1.0 and y is very large, e.g. 62 Correct results are close to -e and -1/e.
|
/external/giflib/ |
gif_err.c | 67 Err = "Failed to close given file"; 100 Err = "Failed to close given file";
|
/external/icu4c/common/ |
udatamem.h | 36 /* Only non-null if a close operation should unmap */ 39 /* Only non-null if a close operation should unmap */
|
/external/opencore/oscl/oscl/osclio/src/ |
oscl_dns_param.h | 56 iLock.Close(); 57 iStartup.Close();
|
/external/opencore/protocols/systems/3g-324m_pvterminal/h245/cmn/include/ |
h245inf.h | 71 E_User_Clc_Req_Idc , /* (12) Close Logical Channel Request Indication */ 72 E_User_Clc_Rjt_Idc , /* (13) Close Logical Channel Reject Indication */ 101 E_User_Close , /* (11) Session Close */ 128 E_PtvId_Clc_Cls_Req , /* ( 7) CLOSE.request ( CLC ) */ 153 E_PtvId_Clc_Cls_Idc , /* ( 29) CLOSE.indication ( CLC ) */ 171 E_PtvId_Clc_Cls_Rps , /* ( 44) CLOSE.response ( CLC ) */ 186 E_PtvId_Clc_Cls_Cfm , /* ( 55) CLOSE.confirm ( CLC ) */ 283 E_TmrId_Clc_T108 , /* ( 3) Close Logical Channel */
|
/external/opencore/pvmi/recognizer/plugins/pvamrffrecognizer/src/ |
pvamrffrec_plugin.cpp | 51 pvfile.Close(); 63 pvfile.Close();
|
/external/qemu/distrib/sdl-1.2.12/src/cdrom/ |
SDL_syscdrom.h | 60 /* Close the specified drive */ 61 void (*Close)(SDL_CD *cdrom);
|
/external/qemu/distrib/sdl-1.2.12/src/cdrom/beos/ |
SDL_syscdrom.cc | 102 close(cdfd); 166 SDL_CDcaps.Close = SDL_SYS_CDClose; 251 close(devfd); 270 close(fd); 340 close(fd); 365 close(fd); 394 /* Close the CD-ROM handle */ 397 close(cdrom->id);
|
/external/qemu/distrib/sdl-1.2.12/src/thread/epoc/ |
SDL_systhread.cpp | 111 taker.Close(); 123 rthread.Close();
|
/external/qemu/ |
migration-exec.c | 83 s->close = exec_close; 120 /* we've successfully migrated, close the fd */
|
/external/tagsoup/src/org/ccil/cowan/tagsoup/ |
ScanHandler.java | 97 Reports the close of a start-tag. 103 Reports the close of an empty-tag.
|
/external/webkit/WebCore/manual-tests/ |
interrupted-compound-transform.html | 66 close to the red outlne and then spin counterclockwise. After 3 more seconds it should stop close to the
|
/external/webkit/WebKit/chromium/src/ |
PlatformMessagePortChannel.h | 64 void close(); 85 // Pointer to our entangled pair - cleared when close() is called.
|
/external/webkit/WebKit/mac/Plugins/ |
WebPluginDatabase.h | 45 + (void)closeSharedDatabase; // avoids creating the database just to close it 59 - (void)close;
|