/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_org/net/http/ |
http_content_disposition.cc | 276 std::string temp_value; local 291 temp_value = t.token(); 300 if (temp_charset.empty() || temp_value.empty()) 303 value_chars->swap(temp_value);
|
/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_org/chrome/browser/ui/webui/options/ |
core_options_handler.cc | 508 scoped_ptr<base::Value> temp_value; 525 temp_value.reset(new base::FundamentalValue(int_value)); 526 value = temp_value.get(); 548 temp_value.reset(new base::StringValue(fixed.spec())); 549 value = temp_value.get(); 559 temp_value.reset( 561 value = temp_value.get();
|
/external/ceres-solver/examples/ |
libmv_bundle_adjuster.cc | 316 unsigned int temp_value = static_cast<unsigned int>(value); local 317 return ((temp_value >> 24)) | 318 ((temp_value << 8) & 0x00ff0000) | 319 ((temp_value >> 8) & 0x0000ff00) | 320 ((temp_value << 24));
|
/external/chromium_org/ui/views/accessibility/ |
native_view_accessibility_win.cc | 738 string16 temp_value = state.value; local 740 if (!temp_value.empty()) { 742 *value = SysAllocString(temp_value.c_str()); [all...] |
/system/vold/ |
cryptfs.c | 2014 char temp_value[PROPERTY_VALUE_MAX]; local [all...] |
/external/chromium_org/third_party/tcmalloc/chromium/src/base/ |
sysinfo.cc | 269 const int temp_value = strtol(line, &err, 10); local 271 *value = temp_value; [all...] |
/external/chromium_org/third_party/tcmalloc/vendor/src/base/ |
sysinfo.cc | 254 const int temp_value = strtol(line, &err, 10); local 256 *value = temp_value; [all...] |
/external/chromium/net/base/ |
net_util.cc | 1195 std::string temp_value; local [all...] |
/external/bluetooth/bluedroid/stack/btm/ |
btm_sec.c | 117 BT_OCTET16 temp_value = {0}; local 132 if (memcmp(btm_cb.devcb.id_keys.ir, &temp_value, sizeof(BT_OCTET16)) == 0) [all...] |
/cts/suite/cts/deviceTests/browserbench/assets/octane/ |
gbemu.js | [all...] |