HomeSort by relevance Sort by last modified time
    Searched refs:outStr (Results 1 - 25 of 25) sorted by null

  /external/libogg/macos/compat/
strdup.c 8 char *outStr = NULL;
14 outStr = _ogg_malloc(strlen(inStr) + 1);
16 if (outStr != NULL) {
17 strcpy(outStr, inStr);
20 return outStr;
  /external/libvorbis/macos/compat/
strdup.c 8 char *outStr = NULL;
14 outStr = _ogg_malloc(strlen(inStr) + 1);
16 if (outStr != NULL) {
17 strcpy(outStr, inStr);
20 return outStr;
  /cts/suite/cts/hostTests/jank/app/src/com/android/cts/jank/
CtsJankTestBase.java 56 StringBuilder outStr = new StringBuilder();
63 outStr.append(out.nextLine());
64 outStr.append("\n");
73 if (outStr.length() > 0) {
74 Log.i(TAG, outStr.toString());
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
ToStringFilter.java 43 String outStr = objectFrame.getValue().toString();
46 stringFrame.setValue(outStr);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/io/
Streams.java 59 public static void pipeAll(InputStream inStr, OutputStream outStr)
66 outStr.write(bs, 0, numRead);
70 public static long pipeAllLimited(InputStream inStr, long limit, OutputStream outStr)
83 outStr.write(bs, 0, numRead);
  /external/chromium_org/third_party/icu/source/io/
sprintf.c 226 u_localized_print_string outStr;
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.len - outStr.available] = 0x0000
    [all...]
  /external/icu/icu4c/source/io/
sprintf.c 226 u_localized_print_string outStr;
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.len - outStr.available] = 0x0000
    [all...]
  /sdk/find_lock/
find_lock.cpp 316 CString *outStr;
353 info->outStr->set(buf + 4, len);
361 static bool getFileName(HANDLE handle, CString *outStr) {
364 info.outStr = outStr;
380 outStr->set("<failed to create thread>");
389 outStr->set("<timeout>");
404 CString *outStr) {
430 outStr->set(buf, len);
444 outStr->add(" (");
    [all...]
  /external/skia/tests/
PathOpsSkpClipTest.cpp 243 SkString outStr;
244 outStr.printf("%s %d %d\n", fFilename, fPixelError, fTime);
245 return outStr;
249 SkString outStr;
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...]
SkpSkGrTest.cpp 76 SkString outStr;
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.c_str())
    [all...]
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/
ImageGoodnessFilter.java 128 String outStr;
157 outStr = GREAT;
159 outStr = GOOD;
161 outStr = OK;
163 outStr = BAD;
165 outStr = AWFUL;
169 if (outStr.equals(GREAT)) {
186 stringFrame.setValue(outStr);
  /external/bzip2/
bzip2.c 1136 FILE *outStr;
    [all...]
  /libcore/luni/src/test/java/libcore/java/io/
OldFileWriterTest.java 137 String outStr = new String(outChars, 0, outCount);
141 assertEquals(inputStr, outStr);
  /external/bluetooth/bluedroid/embdrv/sbc/decoder/include/
oi_utils.h 304 * @param outStr Buffer to return the substring
305 * @param len Length of outStr
311 OI_CHAR *outStr,
  /external/chromium_org/third_party/skia/tests/
PathOpsSkpClipTest.cpp 178 SkString outStr;
179 outStr.printf("%s %d %d\n", fFilename, fPixelError, fTime);
180 return outStr;
184 SkString outStr;
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...]
SkpSkGrTest.cpp 76 SkString outStr;
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.c_str())
    [all...]
  /external/chromium_org/third_party/angle/include/GLSLANG/
ShaderLang.h 297 // outStr: Returns a null-terminated string representing all the built-in resources.
298 COMPILER_EXPORT void ShGetBuiltInResourcesString(const ShHandle handle, size_t outStringLen, char *outStr);
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
OutputStreamWriterTest.java 442 String outStr = new String(outChars, 0, outCount);
445 assertEquals(inputStr, outStr);
  /frameworks/base/tools/aapt/
ResourceTable.h 234 String16* outStr = NULL, void* accessorCookie = NULL,
ResourceTable.cpp     [all...]
  /frameworks/base/services/backup/java/com/android/server/backup/
BackupManagerService.java     [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
jaxen-1.1.6.jar 
  /prebuilts/tools/common/m2/repository/jaxen/jaxen/1.1.1/
jaxen-1.1.1.jar 
  /prebuilts/sdk/tools/lib/
signapk.jar 
  /external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
FlexAntTasks.jar 

Completed in 1249 milliseconds