Searched defs:outStr (Results 1 - 9 of 9) sorted by relevance

/external/libogg/macos/compat/
H A Dstrdup.c8 char *outStr = NULL; local
14 outStr = _ogg_malloc(strlen(inStr) + 1);
16 if (outStr != NULL) {
17 strcpy(outStr, inStr);
20 return outStr;
/external/libvorbis/macos/compat/
H A Dstrdup.c8 char *outStr = NULL; local
14 outStr = _ogg_malloc(strlen(inStr) + 1);
16 if (outStr != NULL) {
17 strcpy(outStr, inStr);
20 return outStr;
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/io/
H A DStreams.java103 * Write the full contents of inStr to the destination stream outStr.
106 * @param outStr destination output stream.
109 public static void pipeAll(InputStream inStr, OutputStream outStr) argument
116 outStr.write(bs, 0, numRead);
121 * Write up to limit bytes of data from inStr to the destination stream outStr.
125 * @param outStr destination output stream.
128 public static long pipeAllLimited(InputStream inStr, long limit, OutputStream outStr) argument
141 outStr.write(bs, 0, numRead);
/external/icu/icu4c/source/io/
H A Dsprintf.c226 u_localized_print_string outStr; local
232 outStr.str = buffer;
233 outStr.len = count;
234 outStr.available = count;
236 if(u_locbund_init(&outStr.fBundle, "en_US_POSIX") == 0) {
241 result = u_printf_parse(&g_sprintf_stream_handler, patternSpecification, &outStr, &outStr, &outStr.fBundle, &written, ap);
244 if (outStr.available > 0) {
245 buffer[outStr
[all...]
/external/bzip2/
H A Dbzip2.c1136 FILE *outStr; local
1229 outStr = stdout;
1243 outStr = stdout;
1264 outStr = fopen_output_safely ( outName, "wb" );
1265 if ( outStr == NULL) {
1275 if ( outStr != NULL ) fclose ( outStr );
1293 outputHandleJustInCase = outStr;
1295 compressStream ( inStr, outStr );
1317 FILE *outStr; local
[all...]
/external/skia/tests/
H A DPathOpsSkpClipTest.cpp186 SkString outStr; local
187 outStr.printf("%s %d %d\n", fFilename, fPixelError, fTime);
188 return outStr;
192 SkString outStr; local
193 outStr.printf("dir=%d %s ", fDirNo, fFilename);
195 outStr.appendf(" err=%d", fPixelError);
198 outStr.appendf(" time=%d", fTime);
201 outStr.appendf(" scale=%d", fScale);
203 outStr.appendf("\n");
204 return outStr;
[all...]
H A DSkpSkGrTest.cpp76 SkString outStr; local
77 outStr.printf("%s %d %d%s", fFilename, fPixelError, fTime, LINE_FEED);
78 return outStr;
553 SkString outStr(result->status());
554 stream->write(outStr.c_str(), outStr.size());
613 SkString outStr(result.status());
614 statusStream.write(outStr.c_str(), outStr.size());
617 SkDebugf("%s", outStr
[all...]
/external/owasp/sanitizer/tools/findbugs/lib/
H A Djaxen-1.1.6.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/LICENSE.txt META-INF/maven/ ...
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...

Completed in 960 milliseconds