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

  /hardware/ti/omap4xxx/camera/OMXCameraAdapter/
OMXExif.cpp 535 char temp_value[256]; // arbitrarily long string local
536 snprintf(temp_value,
537 sizeof(temp_value)/sizeof(char),
541 ret = exifTable->insertElement(TAG_FOCALLENGTH, temp_value);
549 char temp_value[EXIF_DATE_TIME_SIZE + 1]; local
551 snprintf(temp_value, EXIF_DATE_TIME_SIZE,
559 ret = exifTable->insertElement(TAG_DATETIME, temp_value);
564 char temp_value[5]; local
565 snprintf(temp_value, sizeof(temp_value)/sizeof(char), "%lu", capData->mWidth)
570 char temp_value[5]; local
576 char temp_value[256]; \/\/ arbitrarily long string local
591 char temp_value[256]; \/\/ arbitrarily long string local
606 char temp_value[256]; \/\/ arbitrarily long string local
615 char temp_value[5]; local
627 char temp_value[GPS_PROCESSING_SIZE]; local
637 char temp_value[256]; \/\/ arbitrarily long string local
649 char temp_value[256]; \/\/ arbitrarily long string local
674 char temp_value[2]; local
708 char temp_value[256]; 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...]
  /external/bluetooth/bluedroid/stack/btm/
btm_sec.c 116 BT_OCTET16 temp_value = {0}; local
131 if (memcmp(btm_cb.devcb.id_keys.ir, &temp_value, sizeof(BT_OCTET16)) == 0)
    [all...]

Completed in 83 milliseconds