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 205 UnicodeString tempStr;
241 tempStr=testCase->getString("format", errorCode);
242 tempStr.extract(format, sizeof(format)/sizeof(format[0]), errorCode);
243 tempStr=testCase->getString("result", errorCode);
244 tempStr.extract(expectedResult, sizeof(expectedResult)/sizeof(expectedResult[0]), errorCode);
245 tempStr=testCase->getString("argument", errorCode);
246 tempStr.extract(argument, sizeof(argument)/sizeof(argument[0]), errorCode);
370 UnicodeString tempStr;
406 tempStr=testCase->getString("format", errorCode);
407 tempStr.extract(format, sizeof(format)/sizeof(format[0]), errorCode)
    [all...]
stream.cpp 104 string tempStr = outTestStream.str();
105 const char *testStreamBuf = tempStr.c_str();
144 tempStr = outFormatStream.str();
145 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();
  /hardware/intel/common/utils/ituxd/src/com/intel/thermal/
ThermalSensor.java 224 String tempStr = ThermalUtils.readSysfs(mInputTempPath);
225 if (tempStr != null) {
226 val = Integer.parseInt(tempStr.trim());
  /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/icu/source/i18n/
dcfmtsym.cpp 288 UnicodeString tempStr;
292 uprv_getStaticCurrencyName(curriso, locStr, tempStr, internalStatus);
295 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 421 var tempStr = '';
459 tempStr += cvox.KeyUtil.getReadableNameForKeyCode(keyCode);
461 tempStr += cvox.KeyUtil.keyCodeToString(keyCode);
466 tempStr += modifier + '+';
469 str += tempStr;

Completed in 625 milliseconds