Home
last modified time | relevance | path

Searched refs:CurrentValue (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/properties/
DSVGAnimatedPropertyMacros.h106 PropertyType& OwnerType::LowerProperty##CurrentValue() const \
164 PropertyType& LowerProperty##CurrentValue() const; \
/external/libmtp/src/
Dptp-pack.c733 ret = ptp_unpack_DPV (params, data, &offset, dpdlen, &dpd->CurrentValue, dpd->DataType); in ptp_unpack_DPD()
1577 dpd->CurrentValue.u32 = dtoh32a(data); in ptp_unpack_CANON_changes()
1578 ptp_debug (params ,"event %d: currentvalue of %x is %x", i, proptype, dpd->CurrentValue.u32); in ptp_unpack_CANON_changes()
1582 dpd->CurrentValue.u16 = dtoh16a(data); in ptp_unpack_CANON_changes()
1583 ptp_debug (params,"event %d: currentvalue of %x is %x", i, proptype, dpd->CurrentValue.u16); in ptp_unpack_CANON_changes()
1587 dpd->CurrentValue.u8 = dtoh8a(data); in ptp_unpack_CANON_changes()
1588 ptp_debug (params,"event %d: currentvalue of %x is %x", i, proptype, dpd->CurrentValue.u8); in ptp_unpack_CANON_changes()
1594 dpd->CurrentValue.str = ptp_unpack_string(params, data, 0, &len); in ptp_unpack_CANON_changes()
1597 dpd->CurrentValue.str = strdup( (char*)data ); in ptp_unpack_CANON_changes()
1599 ptp_debug (params,"event %d: currentvalue of %x is %s", i, proptype, dpd->CurrentValue.str); in ptp_unpack_CANON_changes()
[all …]
Dptp.c1618 dpd->CurrentValue.str = strdup( params->canon_props[i].dpd.CurrentValue.str ); in ptp_canon_eos_getdevicepropdesc()
1729 params->canon_props[i].dpd.CurrentValue.u16 = value->u16; in ptp_canon_eos_setdevicepropvalue()
1744 params->canon_props[i].dpd.CurrentValue.u8 = value->u8; in ptp_canon_eos_setdevicepropvalue()
1749 params->canon_props[i].dpd.CurrentValue.u16 = value->u16; in ptp_canon_eos_setdevicepropvalue()
1754 params->canon_props[i].dpd.CurrentValue.u32 = value->u32; in ptp_canon_eos_setdevicepropvalue()
1758 free (params->canon_props[i].dpd.CurrentValue.str); in ptp_canon_eos_setdevicepropvalue()
1759 params->canon_props[i].dpd.CurrentValue.str = strdup(value->str); in ptp_canon_eos_setdevicepropvalue()
2715 ptp_free_devicepropvalue (dpd->DataType, &dpd->CurrentValue); in ptp_free_devicepropdesc()
4129 double value = _value_to_num(&(dpd->CurrentValue), dpd->DataType); in ptp_render_property_value()
4138 kval = _value_to_num(&(dpd->CurrentValue), dpd->DataType); in ptp_render_property_value()
[all …]
Dptp.h951 PTPPropertyValue CurrentValue; member
/external/v8/src/
Dd8.h105 Counter* CurrentValue() { return static_cast<Counter*>(entry_->value); } in CurrentValue() function
Dd8.cc960 counters[j].counter = i.CurrentValue(); in OnExit()
/external/chromium_org/v8/src/
Dd8.h105 Counter* CurrentValue() { return static_cast<Counter*>(entry_->value); } in CurrentValue() function
Dd8.cc1027 counters[j].counter = i.CurrentValue(); in OnExit()