Searched refs:append (Results 1 - 25 of 6048) sorted by last modified time

1234567891011>>

/external/yaffs2/yaffs2/direct/
H A Dyaffsfs.c46 __u8 append:1; // append only member in struct:__anon34306
447 h->append = (oflag & O_APPEND) ? 1 : 0;
594 if(h->append)
/external/zlib/src/contrib/minizip/
H A Dzip.c849 extern zipFile ZEXPORT zipOpen3 (const void *pathname, int append, zipcharpc* globalcomment, zlib_filefunc64_32_def* pzlib_filefunc64_32_def) argument
864 (append == APPEND_STATUS_CREATE) ?
871 if (append == APPEND_STATUS_CREATEAFTER)
893 if (append == APPEND_STATUS_ADDINZIP)
920 extern zipFile ZEXPORT zipOpen2 (const char *pathname, int append, zipcharpc* globalcomment, zlib_filefunc_def* pzlib_filefunc32_def) argument
926 return zipOpen3(pathname, append, globalcomment, &zlib_filefunc64_32_def_fill);
929 return zipOpen3(pathname, append, globalcomment, NULL);
932 extern zipFile ZEXPORT zipOpen2_64 (const void *pathname, int append, zipcharpc* globalcomment, zlib_filefunc64_def* pzlib_filefunc_def) argument
940 return zipOpen3(pathname, append, globalcomment, &zlib_filefunc64_32_def_fill);
943 return zipOpen3(pathname, append, globalcommen
948 zipOpen(const char* pathname, int append) argument
953 zipOpen64(const void* pathname, int append) argument
[all...]
H A Dzip.h116 extern zipFile ZEXPORT zipOpen OF((const char *pathname, int append));
117 extern zipFile ZEXPORT zipOpen64 OF((const void *pathname, int append));
122 if the file pathname exist and append==APPEND_STATUS_CREATEAFTER, the zip
125 if the file pathname exist and append==APPEND_STATUS_ADDINZIP, we will
138 int append,
143 int append,
/external/zlib/src/
H A Dmake_vms.com422 $ open/append out descrip.mms
713 $ open/append confh 'th'
794 $ open/append libopt 'p2'
820 $ open/append libopt 'p2'
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
H A Dwpagui.cpp571 encr.append(pairwise_cipher);
572 encr.append(" + ");
573 encr.append(group_cipher);
575 encr.append(pairwise_cipher);
577 encr.append(group_cipher);
578 encr.append(" [group key only]");
660 network.append(": ");
661 network.append(ssid);
850 msgs.append(wm);
1175 cmd.append(" disable
[all...]
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
H A DByteBuffer.java182 public void append(byte b) method in class:ByteBuffer
196 public void append(byte[] bytes, int offset, int len) method in class:ByteBuffer
208 public void append(byte[] bytes) method in class:ByteBuffer
210 append(bytes, 0, bytes.length);
218 public void append(ByteBuffer anotherBuffer) method in class:ByteBuffer
220 append(anotherBuffer.buffer, 0, anotherBuffer.length);
H A DISO8601Converter.java315 buffer.append(df.format(dateTime.getYear()));
323 buffer.append(df.format(dateTime.getMonth()));
330 buffer.append(df.format(dateTime.getDay()));
340 buffer.append('T');
342 buffer.append(df.format(dateTime.getHour()));
343 buffer.append(':');
344 buffer.append(df.format(dateTime.getMinute()));
352 buffer.append(df.format(seconds));
364 buffer.append('Z');
371 buffer.append(d
[all...]
H A DLatin1Converter.java90 out.append((byte) b);
108 out.append(utf8);
121 out.append(readAheadBuffer, 0, readAhead);
132 out.append(utf8);
151 out.append(utf8);
H A DUtils.java80 buffer.append('-');
90 buffer.append(Character.toLowerCase(value.charAt(i)));
94 buffer.append(Character.toUpperCase(value.charAt(i)));
140 value.append(selector.charAt(pos));
405 case '<': buffer.append("&lt;"); continue;
406 case '>': buffer.append("&gt;"); continue;
407 case '&': buffer.append("&amp;"); continue;
408 case '"': buffer.append(forAttribute ? "&quot;" : "\""); continue;
409 default: buffer.append(c); continue;
416 buffer.append("
[all...]
H A DXMPNode.java697 * @param result the buffer to append the dump.
707 result.append('\t');
715 result.append('?');
716 result.append(name);
720 result.append('[');
721 result.append(index);
722 result.append(']');
726 result.append(name);
732 result.append("ROOT NODE");
736 result.append(" (");
[all...]
H A DXMPUtilsImpl.java135 catinatedString.append(str);
138 catinatedString.append(separator);
266 // This is not a matching quote, just append it to the
1079 newItem.append(openQuote).append(item.substring(0, splitPoint));
1083 newItem.append(item.charAt(charOffset));
1087 newItem.append(item.charAt(charOffset));
1091 newItem.append(closeQuote);
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/xpath/
H A DXMPPath.java90 result.append(getSegment(index));
98 result.append('/');
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/options/
H A DOptions.java169 sb.append(bitName);
172 sb.append(" | ");
/external/vixl/tools/
H A Dpresubmit.py170 self.tests.append(test)
H A Dtest.py87 command.append('--coloured_trace')
/external/valgrind/main/coregrind/m_demangle/
H A Dcplus-dem.c2038 /*append=*/1);
3072 /* Consumed everything up to the cplus_marker, append the
3253 string *result, int isfuncname, int append);
3260 state of the append flag.
3264 constructor or destructor function, append an appropriate
3277 string *result, int isfuncname, int append)
3363 /* Here we always append to TEMP since we will want to use
3422 /* If we are using the result as a function name, we need to append
3435 /* Now either prepend the temp buffer to the result, or append it,
3436 depending upon the state of the append fla
3276 demangle_qualified(struct work_stuff *work, const char **mangled, string *result, int isfuncname, int append) argument
[all...]
/external/valgrind/main/drd/tests/
H A Dstd_string.cpp37 id.append(1, 'a' + i);
/external/tinyxml/
H A Dtinystr.cpp72 TiXmlString& TiXmlString::append(const char* str, size_type len) function in class:TiXmlString
100 tmp.append(b, b_len);
109 tmp.append(a, a_len);
H A Dtinystr.h107 // += operator. Maps to append
110 return append(suffix, static_cast<size_type>( strlen(suffix) ));
113 // += operator. Maps to append
116 return append(&single, 1);
119 // += operator. Maps to append
122 return append(suffix.data(), suffix.length());
194 TiXmlString& append (const char* str, size_type len);
H A Dtinyxml.cpp67 outString->append( str.c_str() + i, 1 );
75 outString->append( entity[0].str, entity[0].strLength );
80 outString->append( entity[1].str, entity[1].strLength );
85 outString->append( entity[2].str, entity[2].strLength );
90 outString->append( entity[3].str, entity[3].strLength );
95 outString->append( entity[4].str, entity[4].strLength );
112 outString->append( buf, (int)strlen( buf ) );
118 //outString->append( &realc, 1 );
1038 data.append( lastPos, p-lastPos+1 ); // append, includ
[all...]
H A Dtinyxmlparser.cpp572 text->append( cArr, len );
609 text->append( cArr, len );
/external/tagsoup/src/org/ccil/cowan/tagsoup/
H A DElementType.java226 if (!space) b.append(v);
230 b.append(v);
H A DParser.java939 dst.append(ch);
946 dst.append(' ');
1084 dst.append(ch);
1087 if (start) dst.append('_');
1089 dst.append(ch);
1093 if (start) dst.append('_');
1095 dst.append(translateColons ? '_' : ch);
1099 if (dstLength == 0 || dst.charAt(dstLength - 1) == ':') dst.append('_');
/external/stlport/src/
H A Dnum_put_float.cpp516 buf.append(precision, '0');
580 buf.append(precision, '0');
855 out.append( cvtbuf );
857 out.append( cvtbuf, p );
868 out.append(bp, bp + decpt);
H A Dtime_facets.cpp161 buf.append(1, *cp++);
166 { buf.append(name.data(), name.data() + name.size()); }
169 { buf.append(name.data(), name.data() + name.size()); }
172 { buf.append(first, last); }
177 buf.append(_wbuf, _wbuf + (last - first));
323 buf.append(1, ct.widen('%'));
362 buf.append(1, ct.widen('\n'));
378 buf.append(1, ct.widen('\t'));
437 buf.append(1, ct.widen('-'));
440 buf.append(
[all...]

Completed in 249 milliseconds

1234567891011>>