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

  /hardware/ti/omap4xxx/camera/OMXCameraAdapter/
OMXExif.cpp 525 char temp_value[256]; // arbitrarily long string local
526 snprintf(temp_value,
527 sizeof(temp_value)/sizeof(char),
529 ret = exifTable->insertElement(TAG_FOCALLENGTH, temp_value);
537 char temp_value[EXIF_DATE_TIME_SIZE + 1]; local
539 snprintf(temp_value, EXIF_DATE_TIME_SIZE,
548 ret = exifTable->insertElement(TAG_DATETIME, temp_value);
553 char temp_value[5]; local
554 snprintf(temp_value, sizeof(temp_value)/sizeof(char), "%lu", capData->mWidth)
559 char temp_value[5]; local
565 char temp_value[256]; \/\/ arbitrarily long string local
580 char temp_value[256]; \/\/ arbitrarily long string local
595 char temp_value[256]; \/\/ arbitrarily long string local
604 char temp_value[5]; local
616 char temp_value[GPS_PROCESSING_SIZE]; local
626 char temp_value[256]; \/\/ arbitrarily long string local
638 char temp_value[256]; \/\/ arbitrarily long string local
    [all...]
  /external/chromium/chrome/browser/autocomplete/
autocomplete_accessibility.cc 123 string16 temp_value; local
129 temp_value = edit_box_->GetText();
130 if (temp_value.empty())
134 *value = SysAllocString(temp_value.c_str());
  /external/chromium/chrome/browser/ui/webui/options/
core_options_handler.cc 304 scoped_ptr<Value> temp_value;
310 temp_value.reset(Value::CreateIntegerValue(static_cast<int>(double_value)));
311 value = temp_value.get();
317 temp_value.reset(
321 value = temp_value.get();
  /external/chromium/net/base/
net_util.cc 1195 std::string temp_value; local
    [all...]

Completed in 879 milliseconds