Searched refs:strType (Results 1 - 13 of 13) 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 DLinearParameterAdaptation.h40 CLinearParameterAdaptation(const std::string &strType);
H A DParameterAdaptation.h39 CParameterAdaptation(const std::string &strType);
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.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);
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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-jai.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/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 1785 milliseconds