Searched defs:outStr (Results 1 - 12 of 12) 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.java59 public static void pipeAll(InputStream inStr, OutputStream outStr) argument
66 outStr.write(bs, 0, numRead);
70 public static long pipeAllLimited(InputStream inStr, long limit, OutputStream outStr) argument
83 outStr.write(bs, 0, numRead);
/external/chromium_org/third_party/icu/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/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/chromium_org/third_party/skia/tests/
H A DPathOpsSkpClipTest.cpp178 SkString outStr; local
179 outStr.printf("%s %d %d\n", fFilename, fPixelError, fTime);
180 return outStr;
184 SkString outStr; local
185 outStr.printf("dir=%d %s ", fDirNo, fFilename);
187 outStr.appendf(" err=%d", fPixelError);
190 outStr.appendf(" time=%d", fTime);
193 outStr.appendf(" scale=%d", fScale);
195 outStr.appendf("\n");
196 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/skia/tests/
H A DPathOpsSkpClipTest.cpp243 SkString outStr; local
244 outStr.printf("%s %d %d\n", fFilename, fPixelError, fTime);
245 return outStr;
249 SkString outStr; local
250 outStr.printf("dir=%d %s ", fDirNo, fFilename);
252 outStr.appendf(" err=%d", fPixelError);
255 outStr.appendf(" time=%d", fTime);
258 outStr.appendf(" scale=%d", fScale);
260 outStr.appendf("\n");
261 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;
555 SkString outStr(result->status());
556 stream->write(outStr.c_str(), outStr.size());
615 SkString outStr(result.status());
616 statusStream.write(outStr.c_str(), outStr.size());
619 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 447 milliseconds