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

  /device/moto/shamu/camera/QCamera/HAL/usbcamcore/src/
QCameraUsbParm.cpp 178 char tempStr[FILENAME_LENGTH];
215 sprintf(tempStr, "%d", camHal->pictJpegQlty);
216 camHal->qCamParams.set(QCameraParameters::KEY_JPEG_QUALITY, tempStr);
223 sprintf(tempStr, "%d", camHal->thumbnailWidth);
225 tempStr);
226 sprintf(tempStr, "%d", camHal->thumbnailHeight);
228 tempStr);
231 sprintf(tempStr, "%d", camHal->thumbnailJpegQlty);
233 tempStr);
595 char tempStr[FILENAME_LENGTH]
    [all...]
  /external/chromium_org/third_party/icu/source/test/iotest/
iotest.cpp 206 UnicodeString tempStr;
242 tempStr=testCase->getString("format", errorCode);
243 tempStr.extract(format, sizeof(format)/sizeof(format[0]), errorCode);
244 tempStr=testCase->getString("result", errorCode);
245 tempStr.extract(expectedResult, sizeof(expectedResult)/sizeof(expectedResult[0]), errorCode);
246 tempStr=testCase->getString("argument", errorCode);
247 tempStr.extract(argument, sizeof(argument)/sizeof(argument[0]), errorCode);
371 UnicodeString tempStr;
407 tempStr=testCase->getString("format", errorCode);
408 tempStr.extract(format, sizeof(format)/sizeof(format[0]), errorCode)
    [all...]
stream.cpp 97 string tempStr = outTestStream.str();
98 const char *testStreamBuf = tempStr.c_str();
137 tempStr = outFormatStream.str();
138 const char *testFormatStreamBuf = tempStr.c_str();
  /external/icu/icu4c/source/test/iotest/
iotest.cpp 206 UnicodeString tempStr;
242 tempStr=testCase->getString("format", errorCode);
243 tempStr.extract(format, sizeof(format)/sizeof(format[0]), errorCode);
244 tempStr=testCase->getString("result", errorCode);
245 tempStr.extract(expectedResult, sizeof(expectedResult)/sizeof(expectedResult[0]), errorCode);
246 tempStr=testCase->getString("argument", errorCode);
247 tempStr.extract(argument, sizeof(argument)/sizeof(argument[0]), errorCode);
371 UnicodeString tempStr;
407 tempStr=testCase->getString("format", errorCode);
408 tempStr.extract(format, sizeof(format)/sizeof(format[0]), errorCode)
    [all...]
stream.cpp 97 string tempStr = outTestStream.str();
98 const char *testStreamBuf = tempStr.c_str();
137 tempStr = outFormatStream.str();
138 const char *testFormatStreamBuf = tempStr.c_str();
  /external/chromium_org/third_party/icu/source/test/intltest/
loctest.cpp     [all...]
  /external/icu/icu4c/source/test/intltest/
loctest.cpp     [all...]
  /external/chromium_org/third_party/libjpeg_turbo/
tjunittest.c 338 char tempStr[1024]; unsigned char *srcBuf=NULL;
373 snprintf(tempStr, 1024, "%s_enc_%s_%s_%s.yuv", basename, pixFormatStr[pf],
376 snprintf(tempStr, 1024, "%s_enc_%s_%s_%s_Q%d.jpg", basename,
379 writeJPEG(*dstBuf, *dstSize, tempStr);
386 printf(" %f ms\n Result in %s\n", t*1000., tempStr);
  /external/chromium_org/third_party/icu/source/i18n/
dcfmtsym.cpp 302 UnicodeString tempStr;
305 uprv_getStaticCurrencyName(curriso, locStr, tempStr, internalStatus);
308 fSymbols[kCurrencySymbol] = tempStr;
  /external/icu/icu4c/source/i18n/
dcfmtsym.cpp 302 UnicodeString tempStr;
305 uprv_getStaticCurrencyName(curriso, locStr, tempStr, internalStatus);
308 fSymbols[kCurrencySymbol] = tempStr;
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
key_util.js 404 var tempStr = '';
442 tempStr += cvox.KeyUtil.getReadableNameForKeyCode(keyCode);
444 tempStr += cvox.KeyUtil.keyCodeToString(keyCode);
449 tempStr += modifier + '+';
452 str += tempStr;

Completed in 157 milliseconds