Home
last modified time | relevance | path

Searched refs:strType (Results 1 – 13 of 13) sorted by relevance

/external/parameter-framework/upstream/xmlserializer/
DXmlElement.cpp138 bool CXmlElement::getChildElement(const string &strType, CXmlElement &childElement) const in getChildElement() argument
144 if (childElement.getType() == strType) { in getChildElement()
152 bool CXmlElement::getChildElement(const string &strType, const string &strNameAttribute, in getChildElement() argument
159 if ((childElement.getType() == strType) && in getChildElement()
234 void CXmlElement::createChild(CXmlElement &childElement, const string &strType) in createChild() argument
237 xmlNodePtr pChildNode = xmlNewChild(_pXmlElement, NULL, BAD_CAST strType.c_str(), NULL); in createChild()
DXmlElement.h75 bool getChildElement(const std::string &strType, CXmlElement &childElement) const;
76 bool getChildElement(const std::string &strType, const std::string &strNameAttribute,
100 void createChild(CXmlElement &childElement, const std::string &strType);
/external/parameter-framework/upstream/parameter/
DCompoundRule.cpp133 string strType; in fromXml() local
134 xmlElement.getAttribute("Type", strType); in fromXml()
135 _bTypeAll = strType == _apcTypes[true]; in fromXml()
DParameterAdaptation.cpp36 CParameterAdaptation::CParameterAdaptation(const string &strType) : base(strType) in CParameterAdaptation() argument
DLinearParameterAdaptation.cpp40 CLinearParameterAdaptation::CLinearParameterAdaptation(const string &strType) : base(strType) in CLinearParameterAdaptation() argument
DLinearParameterAdaptation.h40 CLinearParameterAdaptation(const std::string &strType);
DParameterAdaptation.h39 CParameterAdaptation(const std::string &strType);
/external/deqp/external/openglcts/modules/gles31/
Des31cExplicitUniformLocationTest.cpp294 strType = _str.str(); in UniformType()
304 return strType; in str()
395 strType = "sampler2D"; in fill()
399 refStrType = strType = "float"; in fill()
403 refStrType = strType = "int"; in fill()
407 refStrType = strType = "uint"; in fill()
412 refStrType = strType = "vec2"; in fill()
417 refStrType = strType = "vec3"; in fill()
422 refStrType = strType = "vec4"; in fill()
427 strType = "mat2"; in fill()
[all …]
/external/pdfium/fpdfsdk/
Dfpdfppo.cpp331 ByteString strType = pDictClone->GetStringFor("Type"); in GetNewObjId() local
332 if (!FXSYS_stricmp(strType.c_str(), "Pages")) in GetNewObjId()
334 if (!FXSYS_stricmp(strType.c_str(), "Page")) in GetNewObjId()
/external/skia/src/core/
DSkPath.cpp2101 int count, SkScalarAsStringType strType, SkScalar conicWeight = -12345) { in append_params() argument
2109 SkAppendScalar(str, values[i], strType); in append_params()
2116 SkAppendScalar(str, conicWeight, strType); in append_params()
2119 if (kHex_SkScalarAsStringType == strType) { in append_params()
/external/skqp/src/core/
DSkPath.cpp2217 int count, SkScalarAsStringType strType, SkScalar conicWeight = -12345) { in append_params() argument
2225 SkAppendScalar(str, values[i], strType); in append_params()
2232 SkAppendScalar(str, conicWeight, strType); in append_params()
2235 if (kHex_SkScalarAsStringType == strType) { in append_params()
/external/clang/lib/Frontend/Rewrite/
DRewriteObjC.cpp2478 QualType strType = getConstantStringStructType(); in RewriteObjCStringLiteral() local
2507 strType, nullptr, SC_Static); in RewriteObjCStringLiteral()
2508 DeclRefExpr *DRE = new (Context) DeclRefExpr(NewVD, false, strType, VK_LValue, in RewriteObjCStringLiteral()
DRewriteModernObjC.cpp2554 QualType strType = getConstantStringStructType(); in RewriteObjCStringLiteral() local
2583 strType, nullptr, SC_Static); in RewriteObjCStringLiteral()
2584 DeclRefExpr *DRE = new (Context) DeclRefExpr(NewVD, false, strType, VK_LValue, in RewriteObjCStringLiteral()