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

  /hardware/ti/omap4-aah/camera/OMXCameraAdapter/
OMXExif.cpp 533 char temp_value[256]; // arbitrarily long string local
534 snprintf(temp_value,
535 sizeof(temp_value)/sizeof(char),
539 ret = exifTable->insertElement(TAG_FOCALLENGTH, temp_value);
547 char temp_value[EXIF_DATE_TIME_SIZE + 1]; local
549 snprintf(temp_value, EXIF_DATE_TIME_SIZE,
557 ret = exifTable->insertElement(TAG_DATETIME, temp_value);
562 char temp_value[5]; local
563 snprintf(temp_value, sizeof(temp_value)/sizeof(char), "%lu", capData->mWidth)
568 char temp_value[5]; local
574 char temp_value[256]; \/\/ arbitrarily long string local
589 char temp_value[256]; \/\/ arbitrarily long string local
604 char temp_value[256]; \/\/ arbitrarily long string local
613 char temp_value[5]; local
625 char temp_value[GPS_PROCESSING_SIZE]; local
635 char temp_value[256]; \/\/ arbitrarily long string local
647 char temp_value[256]; \/\/ arbitrarily long string local
672 char temp_value[2]; local
706 char temp_value[256]; local
    [all...]
  /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/lldb/source/Core/
Scalar.cpp 35 Scalar& temp_value, // A modifiable temp value than can be used to hold either the promoted lhs or rhs object
43 // have the same type), then the temp_value will not get used.
53 temp_value = rhs; // Copy right hand side into the temp value
54 if (temp_value.Promote(lhs_type)) // Promote it
55 promoted_rhs_ptr = &temp_value; // Update the pointer for the promoted right hand side
60 temp_value = lhs; // Copy left hand side value into the temp value
61 if (temp_value.Promote(rhs_type)) // Promote it
62 promoted_lhs_ptr = &temp_value; // Update the pointer for the promoted left hand side
974 Scalar temp_value; local
1517 Scalar temp_value; local
1544 Scalar temp_value; local
1570 Scalar temp_value; local
1600 Scalar temp_value; local
1626 Scalar temp_value; local
1656 Scalar temp_value; local
1686 Scalar temp_value; local
1716 Scalar temp_value; local
    [all...]
  /external/chromium_org/net/http/
http_content_disposition.cc 258 std::string temp_value; local
273 temp_value = t.token();
282 if (temp_charset.empty() || temp_value.empty())
285 value_chars->swap(temp_value);
  /external/chromium_org/chrome/browser/ui/webui/options/
core_options_handler.cc 541 scoped_ptr<base::Value> temp_value;
558 temp_value.reset(new base::FundamentalValue(int_value));
559 value = temp_value.get();
581 temp_value.reset(new base::StringValue(fixed.spec()));
582 value = temp_value.get();
592 temp_value.reset(
594 value = temp_value.get();
  /external/chromium_org/net/websockets/
websocket_basic_handshake_stream.cc 101 std::string temp_value; local
102 while (headers->EnumerateHeader(&state, name, &temp_value)) {
105 *value = temp_value;
192 std::string temp_value; local
194 &state, websockets::kSecWebSocketProtocol, &temp_value))
196 value = temp_value;
  /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));
  /art/compiler/dex/quick/mips/
target_mips.cc 515 RegStorage temp_value = AllocTempWide(); local
516 OpRegCopyWide(temp_value, r_src);
520 OpRegCopyWide(reg_value, temp_value);
522 FreeTemp(temp_value);
  /external/chromium_org/ui/views/accessibility/
native_view_accessibility_win.cc 743 base::string16 temp_value = state.value; local
745 if (!temp_value.empty()) {
747 *value = SysAllocString(temp_value.c_str());
    [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...]
  /system/vold/
cryptfs.c 3371 char temp_value[PROPERTY_VALUE_MAX]; local
    [all...]
  /external/bluetooth/bluedroid/stack/btm/
btm_sec.c 196 BT_OCTET16 temp_value = {0}; local
213 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...]

Completed in 557 milliseconds