/external/icu/icu4c/source/i18n/ |
D | fmtable.cpp | 105 fValue.fInt64 = 0; in init() 127 fValue.fDate = date; in Formattable() 137 fValue.fDouble = value; in Formattable() 146 fValue.fInt64 = value; in Formattable() 156 fValue.fInt64 = value; in Formattable() 175 fValue.fString = new UnicodeString(stringToCopy); in Formattable() 186 fValue.fString = stringToAdopt; in Formattable() 193 fValue.fObject = objectToAdopt; in Formattable() 203 fValue.fArrayAndCount.fArray = createArrayCopy(arrayToCopy, count); in Formattable() 204 fValue.fArrayAndCount.fCount = count; in Formattable() [all …]
|
D | number_types.h | 297 fValue = other; in NullableValue() 304 fValue = other.fValue; 310 fValue = other; 317 … return fNull ? other.fNull : (other.fNull ? false : static_cast<bool>(fValue == other.fValue)); 333 return fValue; in get() 337 return fValue; in getNoError() 341 return fNull ? defaultValue : fValue; in getOrDefault() 346 T fValue; variable
|
/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_measurement.cpp | 29 CXFA_Measurement::CXFA_Measurement(float fValue, XFA_Unit eUnit) { in CXFA_Measurement() argument 30 Set(fValue, eUnit); in CXFA_Measurement() 42 float fValue = FXSYS_wcstof(wsMeasure.unterminated_c_str() + iOffset, in SetString() local 46 Set(fValue, eUnit); in SetString() 78 bool CXFA_Measurement::ToUnitInternal(XFA_Unit eUnit, float* fValue) const { in ToUnitInternal() 79 *fValue = GetValue(); in ToUnitInternal() 88 *fValue *= kPtToMm; in ToUnitInternal() 91 *fValue *= kPtToInch; in ToUnitInternal() 94 *fValue *= kPtToCm; in ToUnitInternal() 97 *fValue *= kPtToMp; in ToUnitInternal() [all …]
|
/external/skia/src/core/ |
D | SkMaskCache.cpp | 41 fValue.fMask = mask; in RRectBlurRec() 42 fValue.fData = data; in RRectBlurRec() 43 fValue.fData->attachToCacheAndRef(); in RRectBlurRec() 46 fValue.fData->detachFromCacheAndUnref(); in ~RRectBlurRec() 50 MaskValue fValue; member 53 size_t bytesUsed() const override { return sizeof(*this) + fValue.fData->size(); } in bytesUsed() 56 return fValue.fData->diagnostic_only_getDiscardable(); in diagnostic_only_getDiscardable() 63 SkCachedData* tmpData = rec.fValue.fData; in Visitor() 69 *result = rec.fValue; in Visitor() 132 fValue.fMask = mask; in RectsBlurRec() [all …]
|
D | SkTMultiMap.h | 22 explicit ValueList(T* value) : fValue(value), fNext(nullptr) {} in ValueList() 24 static const Key& GetKey(const ValueList& e) { return HashTraits::GetKey(*e.fValue); } in GetKey() 26 T* fValue; member 37 HashTraits::OnFree(cur->fValue); in ~SkTMultiMap() 49 ValueList* newEntry = new ValueList(list->fValue); in insert() 54 list->fValue = value; in insert() 71 while (list->fValue != value) { in remove() 78 while (list && list->fValue != value) { in remove() 93 return list->fValue; in find() 102 if (f(list->fValue)){ in find() [all …]
|
D | SkYUVPlanesCache.cpp | 38 fValue.fData = data; in YUVPlanesRec() 39 fValue.fInfo = *info; in YUVPlanesRec() 40 fValue.fData->attachToCacheAndRef(); in YUVPlanesRec() 43 fValue.fData->detachFromCacheAndUnref(); in ~YUVPlanesRec() 47 YUVValue fValue; member 50 size_t bytesUsed() const override { return sizeof(*this) + fValue.fData->size(); } in bytesUsed() 53 return fValue.fData->diagnostic_only_getDiscardable(); in diagnostic_only_getDiscardable() 60 SkCachedData* tmpData = rec.fValue.fData; in Visitor() 67 result->fInfo = rec.fValue.fInfo; in Visitor()
|
/external/skqp/src/core/ |
D | SkMaskCache.cpp | 41 fValue.fMask = mask; in RRectBlurRec() 42 fValue.fData = data; in RRectBlurRec() 43 fValue.fData->attachToCacheAndRef(); in RRectBlurRec() 46 fValue.fData->detachFromCacheAndUnref(); in ~RRectBlurRec() 50 MaskValue fValue; member 53 size_t bytesUsed() const override { return sizeof(*this) + fValue.fData->size(); } in bytesUsed() 56 return fValue.fData->diagnostic_only_getDiscardable(); in diagnostic_only_getDiscardable() 63 SkCachedData* tmpData = rec.fValue.fData; in Visitor() 69 *result = rec.fValue; in Visitor() 132 fValue.fMask = mask; in RectsBlurRec() [all …]
|
D | SkTMultiMap.h | 22 explicit ValueList(T* value) : fValue(value), fNext(nullptr) {} in ValueList() 24 static const Key& GetKey(const ValueList& e) { return HashTraits::GetKey(*e.fValue); } in GetKey() 26 T* fValue; member 37 HashTraits::OnFree(cur->fValue); in ~SkTMultiMap() 49 ValueList* newEntry = new ValueList(list->fValue); in insert() 54 list->fValue = value; in insert() 71 while (list->fValue != value) { in remove() 78 while (list && list->fValue != value) { in remove() 93 return list->fValue; in find() 102 if (f(list->fValue)){ in find() [all …]
|
D | SkYUVPlanesCache.cpp | 38 fValue.fData = data; in YUVPlanesRec() 39 fValue.fInfo = *info; in YUVPlanesRec() 40 fValue.fData->attachToCacheAndRef(); in YUVPlanesRec() 43 fValue.fData->detachFromCacheAndUnref(); in ~YUVPlanesRec() 47 YUVValue fValue; member 50 size_t bytesUsed() const override { return sizeof(*this) + fValue.fData->size(); } in bytesUsed() 53 return fValue.fData->diagnostic_only_getDiscardable(); in diagnostic_only_getDiscardable() 60 SkCachedData* tmpData = rec.fValue.fData; in Visitor() 67 result->fInfo = rec.fValue.fInfo; in Visitor()
|
/external/parameter-framework/upstream/parameter/ |
D | FloatingPointParameterType.cpp | 155 float fValue = 0.0f; in toBlackboard() local 158 if (!convertTo(strValue, fValue)) { in toBlackboard() 164 if (!checkValueAgainstRange(fValue)) { in toBlackboard() 171 uiValue = utility::binaryCopy<decltype(uiValue)>(fValue); in toBlackboard() 223 auto fValue = utility::binaryCopy<float>(uiValue); in fromBlackboard() local 225 ostrStream << fValue; in fromBlackboard() 244 float fValue = static_cast<float>(dUserValue); in toBlackboard() local 245 uiValue = utility::binaryCopy<decltype(uiValue)>(fValue); in toBlackboard() 253 auto fValue = utility::binaryCopy<float>(uiValue); in fromBlackboard() local 255 dUserValue = fValue; in fromBlackboard() [all …]
|
/external/skqp/src/sksl/ir/ |
D | SkSLFloatLiteral.h | 22 , fValue(value) {} in FloatLiteral() 26 , fValue(value) {} in FloatLiteral() 29 return to_string(fValue); in description() 42 return fValue == f.fValue; in compareConstant() 46 return fValue; in getConstantFloat() 50 return std::unique_ptr<Expression>(new FloatLiteral(fOffset, fValue, &fType)); in clone() 53 const double fValue; member
|
D | SkSLIntLiteral.h | 24 , fValue(value) {} in IntLiteral() 28 , fValue(value) {} 31 return to_string(fValue); in description() 44 return fValue == i.fValue; in compareConstant() 55 return fValue; in getConstantInt() 59 return std::unique_ptr<Expression>(new IntLiteral(fOffset, fValue, &fType)); in clone() 62 const int64_t fValue; member
|
D | SkSLBoolLiteral.h | 22 , fValue(value) {} in BoolLiteral() 25 return String(fValue ? "true" : "false"); in description() 38 return fValue == b.fValue; in compareConstant() 42 return std::unique_ptr<Expression>(new BoolLiteral(fOffset, fValue, &fType)); in clone() 45 const bool fValue; member 52 , fValue(value) {} in BoolLiteral()
|
D | SkSLSwitchCase.h | 23 , fValue(std::move(value)) in SwitchCase() 32 fValue ? fValue->clone() : nullptr, in clone() 38 if (fValue) { in description() 39 result.appendf("case %s:\n", fValue->description().c_str()); in description() 50 std::unique_ptr<Expression> fValue; member
|
/external/skia/src/sksl/ir/ |
D | SkSLFloatLiteral.h | 22 , fValue(value) {} in FloatLiteral() 26 , fValue(value) {} in FloatLiteral() 29 return to_string(fValue); in description() 49 return fValue == f.fValue; in compareConstant() 53 return fValue; in getConstantFloat() 57 return std::unique_ptr<Expression>(new FloatLiteral(fOffset, fValue, &fType)); in clone() 60 const double fValue; member
|
D | SkSLIntLiteral.h | 24 , fValue(value) {} in IntLiteral() 28 , fValue(value) {} 31 return to_string(fValue); in description() 44 return fValue == i.fValue; in compareConstant() 55 return fValue; in getConstantInt() 59 return std::unique_ptr<Expression>(new IntLiteral(fOffset, fValue, &fType)); in clone() 62 const int64_t fValue; member
|
D | SkSLBoolLiteral.h | 22 , fValue(value) {} in BoolLiteral() 25 return String(fValue ? "true" : "false"); in description() 38 return fValue == b.fValue; in compareConstant() 42 return std::unique_ptr<Expression>(new BoolLiteral(fOffset, fValue, &fType)); in clone() 45 const bool fValue; member 52 , fValue(value) {} in BoolLiteral()
|
D | SkSLSwitchCase.h | 23 , fValue(std::move(value)) in SwitchCase() 32 fValue ? fValue->clone() : nullptr, in clone() 38 if (fValue) { in description() 39 result.appendf("case %s:\n", fValue->description().c_str()); in description() 50 std::unique_ptr<Expression> fValue; member
|
/external/skia/src/gpu/ |
D | GrResourceHandle.h | 17 GrResourceHandle(int value) : fValue(value) { in GrResourceHandle() 21 GrResourceHandle() : fValue(kInvalid_ResourceHandle) {} in GrResourceHandle() 23 bool operator==(const GrResourceHandle& other) const { return other.fValue == fValue; } 24 bool isValid() const { return kInvalid_ResourceHandle != fValue; } in isValid() 25 int toIndex() const { SkASSERT(this->isValid()); return fValue; } in toIndex() 29 int fValue; variable
|
/external/skqp/src/gpu/ |
D | GrResourceHandle.h | 17 GrResourceHandle(int value) : fValue(value) { in GrResourceHandle() 21 GrResourceHandle() : fValue(kInvalid_ResourceHandle) {} in GrResourceHandle() 23 bool operator==(const GrResourceHandle& other) const { return other.fValue == fValue; } 24 bool isValid() const { return kInvalid_ResourceHandle != fValue; } in isValid() 25 int toIndex() const { SkASSERT(this->isValid()); return fValue; } in toIndex() 29 int fValue; variable
|
/external/icu/icu4c/source/i18n/unicode/ |
D | fmtable.h | 291 double getDouble(void) const { return fValue.fDouble; } in getDouble() 313 int32_t getLong(void) const { return (int32_t)fValue.fInt64; } in getLong() 339 int64_t getInt64(void) const { return fValue.fInt64; } in getInt64() 364 UDate getDate() const { return fValue.fDate; } in getDate() 384 { result=*fValue.fString; return result; } in getString() 442 { count=fValue.fArrayAndCount.fCount; return fValue.fArrayAndCount.fArray; } in getArray() 463 Formattable& operator[](int32_t index) { return fValue.fArrayAndCount.fArray[index]; } 700 } fValue; variable 717 return fValue.fDate; in getDate() 721 return *fValue.fString; in getString() [all …]
|
/external/skia/include/core/ |
D | SkFontStyle.h | 47 constexpr SkFontStyle(int weight, int width, Slant slant) : fValue( in SkFontStyle() 56 return fValue == rhs.fValue; 59 int weight() const { return fValue & 0xFFFF; } in weight() 60 int width() const { return (fValue >> 16) & 0xFF; } in width() 61 Slant slant() const { return (Slant)((fValue >> 24) & 0xFF); } in slant() 77 uint32_t fValue;
|
/external/skqp/include/core/ |
D | SkFontStyle.h | 47 constexpr SkFontStyle(int weight, int width, Slant slant) : fValue( in SkFontStyle() 56 return fValue == rhs.fValue; 59 int weight() const { return fValue & 0xFFFF; } in weight() 60 int width() const { return (fValue >> 16) & 0xFF; } in width() 61 Slant slant() const { return (Slant)((fValue >> 24) & 0xFF); } in slant() 77 uint32_t fValue;
|
/external/pdfium/core/fxcrt/css/ |
D | cfx_css.h | 190 CFX_CSSLength(CFX_CSSLengthUnit eUnit, float fValue) in CFX_CSSLength() argument 191 : m_unit(eUnit), m_fValue(fValue) {} in CFX_CSSLength() 198 CFX_CSSLength& Set(CFX_CSSLengthUnit eUnit, float fValue) { in Set() argument 200 m_fValue = fValue; in Set() 231 CFX_CSSRect& Set(CFX_CSSLengthUnit eUnit, float fValue) { in Set() argument 232 left.Set(eUnit, fValue); in Set() 233 top.Set(eUnit, fValue); in Set() 234 right.Set(eUnit, fValue); in Set() 235 bottom.Set(eUnit, fValue); in Set()
|
/external/skia/experimental/svg/model/ |
D | SkSVGTypes.h | 25 explicit constexpr SkSVGPrimitiveTypeWrapper(T v) : fValue(v) {} in SkSVGPrimitiveTypeWrapper() 29 SkSVGPrimitiveTypeWrapper& operator=(const T& v) { fValue = v; return *this; } 32 return fValue == other.fValue; 38 const T& value() const { return fValue; } in value() 39 operator const T&() const { return fValue; } 42 T fValue; 68 constexpr SkSVGLength() : fValue(0), fUnit(Unit::kUnknown) {} in SkSVGLength() 70 : fValue(v), fUnit(u) {} in fValue() function 75 return fUnit == other.fUnit && fValue == other.fValue; 79 const SkScalar& value() const { return fValue; } in value() [all …]
|