Searched defs:outStr (Results 1 - 14 of 14) 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/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.cpp228 u_localized_print_string outStr; local
234 outStr.str = buffer;
235 outStr.len = count;
236 outStr.available = count;
238 if(u_locbund_init(&outStr.fBundle, "en_US_POSIX") == 0) {
243 result = u_printf_parse(&g_sprintf_stream_handler, patternSpecification, &outStr, &outStr, &outStr.fBundle, &written, ap);
246 if (outStr.available > 0) {
247 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/skqp/tests/
H A DSkpSkGrTest.cpp78 SkString outStr; local
79 outStr.printf("%s %d %d%s", fFilename, fPixelError, fTime, LINE_FEED);
80 return outStr;
552 SkString outStr(result->status());
553 stream->write(outStr.c_str(), outStr.size());
608 SkString outStr(result.status());
609 statusStream.write(outStr.c_str(), outStr.size());
612 SkDebugf("%s", outStr
[all...]
/external/guice/extensions/persist/lib/
H A Djaxen-1.1-beta-7.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jaxen/ org/jaxen/dom/ org/jaxen/dom4j/ org/ ...
/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/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...

Completed in 334 milliseconds