/external/icu4c/io/ |
sprintf.c | 56 int32_t written = 0; local 73 written += paddingLeft; 77 written += u_sprintf_write(output, result, resultLen); 85 written += u_sprintf_write(output, result, resultLen); 90 written = u_sprintf_write(output, result, resultLen); 93 if (written >= 0 && lengthOfResult > written) { 97 return written; 106 int32_t written; local 109 written = u_vsnprintf(buffer, INT32_MAX, patternSpecification, ap) 121 int32_t written; local 145 int32_t written; local 161 int32_t written; local 176 int32_t written; local 223 int32_t written = 0; \/* haven't written anything yet *\/ local [all...] |
uprintf.c | 52 int32_t written, i; local 58 written = u_file_write(result, resultLen, output); 60 written += u_file_write(&info->fPadChar, 1, output); 65 written = 0; 67 written += u_file_write(&info->fPadChar, 1, output); 69 written += u_file_write(result, resultLen, output); 74 written = u_file_write(result, resultLen, output); 77 return written; 153 int32_t written = 0; /* haven't written anything yet * local [all...] |
/bionic/libc/private/ |
ctype_private.h | 2 /* Written by Marc Espie, public domain */
|
/bionic/libm/src/ |
w_drem.c | 4 * Written by J.T. Conklin, <jtc@wimsey.com>
|
w_cabsf.c | 4 * Written by J.T. Conklin, <jtc@wimsey.com>
|
w_dremf.c | 4 * Written by J.T. Conklin, <jtc@wimsey.com>
|
/external/bison/ |
AUTHORS | 3 Bison was written primarily by Robert Corbett.
|
/frameworks/base/awt/javax/imageio/stream/ |
ImageOutputStream.java | 39 * the integer value, of which the 8 lowest bits will be written. 49 * the byte array to be written. 64 * the number of bytes to be written. 75 * the boolean value to be written. 95 * the short value to be written. 115 * the integer value to be written. 135 * the float which contains value to be written. 145 * the double which contains value to be written. 155 * the string to be written. 165 * the String to be written [all...] |
/external/clearsilver/ports/freebsd/ |
pkg-descr | 7 Because it's written as a C-library, and exported to scripting languages 9 systems written in a script language.
|
/bionic/ |
MAINTAINERS | 4 Bionic support for SuperH architecture is written by
|
/dalvik/libcore/logging/src/main/java/java/util/logging/ |
package.html | 6 logged. The output written to the target can be filtered by this level.
|
/external/astl/src/ |
streambuf.cpp | 43 streamsize written = 0; local 45 while (written < num) { 48 const streamsize remaining = num - written; 51 written += len; 56 if (written < num) { 63 ++written; 70 return written;
|
/packages/apps/Email/src/org/apache/commons/io/output/ |
ThresholdingOutputStream.java | 25 * data have been written to it. The event can be used, for example, to throw
55 * The number of bytes written to the output stream.
57 private long written;
field in class:ThresholdingOutputStream 87 * @param b The byte to be written.
95 written++;
103 * @param b The array of bytes to be written.
111 written += b.length;
119 * @param b The byte array from which the data will be written.
129 written += len;
135 * written out. [all...] |
/external/iproute2/man/man8/ |
routel.8 | 27 The routel script was written by Stephen R. van den Berg <srb@cuci.nl>, 1999/04/18 and donated to the public domain. 29 This manual page was written by Andreas Henriksson <andreas@fatal.se>, for the Debian GNU/Linux system.
|
/external/yaffs2/yaffs2/direct/ |
yaffs_fileem.c | 71 int written; local 106 written = write(filedisk.handle,&p,sizeof(yflash_Page)); 108 if(written != sizeof(yflash_Page)) 121 int written; local 130 written = write(filedisk.handle,data,512); 132 if(written != 512) return YAFFS_FAIL; 138 written = write(filedisk.handle,spare,16); 140 if(written != 16) return YAFFS_FAIL;
|
/bionic/libc/arch-x86/string/ |
fss.S | 3 * Written by J.T. Conklin <jtc@netbsd.org>.
|
/bionic/libm/i387/ |
e_log10f.S | 2 * Written by J.T. Conklin <jtc@netbsd.org>.
|
e_logf.S | 2 * Written by J.T. Conklin <jtc@netbsd.org>.
|
e_scalbf.S | 2 * Written by J.T. Conklin <jtc@netbsd.org>.
|
e_sqrtf.S | 2 * Written by J.T. Conklin <jtc@netbsd.org>.
|
s_logbf.S | 2 * Written by J.T. Conklin <jtc@netbsd.org>.
|
s_rintf.S | 2 * Written by J.T. Conklin <jtc@netbsd.org>.
|
s_significandf.S | 2 * Written by J.T. Conklin <jtc@netbsd.org>.
|
/dalvik/libnativehelper/ |
README | 9 - SHOULD be written in C rather than C++ where possible.
|
/development/apps/Term/res/drawable/ |
atari_small_notice.txt | 11 COMMENT written by Thomas A. Fin
|