Searched defs:strType (Results 1 - 9 of 9) sorted by relevance

/external/parameter-framework/upstream/parameter/
H A DLinearParameterAdaptation.cpp40 CLinearParameterAdaptation::CLinearParameterAdaptation(const string &strType) : base(strType) argument
H A DParameterAdaptation.cpp36 CParameterAdaptation::CParameterAdaptation(const string &strType) : base(strType) argument
H A DCompoundRule.cpp133 string strType; local
134 xmlElement.getAttribute("Type", strType);
135 _bTypeAll = strType == _apcTypes[true];
/external/parameter-framework/upstream/xmlserializer/
H A DXmlElement.cpp138 bool CXmlElement::getChildElement(const string &strType, CXmlElement &childElement) const argument
144 if (childElement.getType() == strType) {
152 bool CXmlElement::getChildElement(const string &strType, const string &strNameAttribute, argument
159 if ((childElement.getType() == strType) &&
234 void CXmlElement::createChild(CXmlElement &childElement, const string &strType) argument
237 xmlNodePtr pChildNode = xmlNewChild(_pXmlElement, NULL, BAD_CAST strType.c_str(), NULL);
/external/pdfium/fpdfsdk/
H A Dfpdfppo.cpp325 CFX_ByteString strType = pDictClone->GetStringFor("Type"); local
326 if (!FXSYS_stricmp(strType.c_str(), "Pages"))
328 if (!FXSYS_stricmp(strType.c_str(), "Page"))
/external/pdfium/fpdfsdk/javascript/
H A DField.cpp445 CFX_ByteString strType = "";
446 vp >> strType; local
449 AddDelay_String(FP_BORDERSTYLE, strType);
452 m_nFormControlIndex, strType);
/external/skia/src/core/
H A DSkPath.cpp2119 int count, SkScalarAsStringType strType, SkScalar conicWeight = -1) {
2127 SkAppendScalar(str, values[i], strType);
2134 SkAppendScalar(str, conicWeight, strType);
2137 if (kHex_SkScalarAsStringType == strType) {
2118 append_params(SkString* str, const char label[], const SkPoint pts[], int count, SkScalarAsStringType strType, SkScalar conicWeight = -1) argument
/external/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp2478 QualType strType = getConstantStringStructType(); local
2507 strType, nullptr, SC_Static);
2508 DeclRefExpr *DRE = new (Context) DeclRefExpr(NewVD, false, strType, VK_LValue,
H A DRewriteModernObjC.cpp2554 QualType strType = getConstantStringStructType(); local
2583 strType, nullptr, SC_Static);
2584 DeclRefExpr *DRE = new (Context) DeclRefExpr(NewVD, false, strType, VK_LValue,

Completed in 3480 milliseconds