HomeSort by relevance Sort by last modified time
    Searched refs:strType (Results 1 - 20 of 20) sorted by null

  /external/parameter-framework/parameter/
LinearParameterAdaptation.h 40 CLinearParameterAdaptation(const std::string& strType);
ParameterAdaptation.h 39 CParameterAdaptation(const std::string& strType);
LinearParameterAdaptation.cpp 41 CLinearParameterAdaptation::CLinearParameterAdaptation(const string& strType) :
42 base(strType), _dSlopeNumerator(1), _dSlopeDenominator(1)
ParameterAdaptation.cpp 37 CParameterAdaptation::CParameterAdaptation(const string& strType) : base(strType), _iOffset(0)
  /external/parameter-framework/xmlserializer/
XmlElement.h 62 bool getChildElement(const std::string& strType, CXmlElement& childElement) const;
63 bool getChildElement(const std::string& strType, const std::string& strNameAttribute, CXmlElement& childElement) const;
83 void createChild(CXmlElement& childElement, const std::string& strType);
XmlElement.cpp 150 bool CXmlElement::getChildElement(const string& strType, CXmlElement& childElement) const
156 if (childElement.getType() == strType) {
164 bool CXmlElement::getChildElement(const string& strType, const string& strNameAttribute, CXmlElement& childElement) const
170 if ((childElement.getType() == strType) && (childElement.getNameAttribute() == strNameAttribute)) {
242 void CXmlElement::createChild(CXmlElement& childElement, const string& strType)
245 xmlNodePtr pChildNode = xmlNewChild(_pXmlElement, NULL, BAD_CAST strType.c_str(), NULL);
  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
ShortName.java 198 private static void checkString(String str, String strType,
202 throw new IllegalArgumentException(strType +
205 throw new IllegalArgumentException(strType +
209 throw new IllegalArgumentException(strType +
  /external/pdfium/fpdfsdk/src/
fpdfppo.cpp 328 CFX_ByteString strType = pDictClone->GetString("Type");
329 if(!FXSYS_stricmp(strType, "Pages"))
334 else if(!FXSYS_stricmp(strType, "Page"))
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-jai.jar 
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
control.h     [all...]
d3drm.h 231 STDMETHOD(LoadTextureFromResource)(THIS_ HMODULE hModule, LPCSTR /* LPCTSTR */ strName, LPCSTR /* LPCTSTR */ strType, LPDIRECT3DRMTEXTURE2 *) PURE;
373 STDMETHOD(LoadTextureFromResource)(THIS_ HMODULE hModule, LPCSTR /* LPCTSTR */ strName, LPCSTR /* LPCTSTR */ strType, LPDIRECT3DRMTEXTURE3 *) PURE;
    [all...]
msxml2.h     [all...]
d3drmobj.h     [all...]
  /external/skia/src/core/
SkPath.cpp     [all...]
  /frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/converter/
FwdLockConv.c 169 static const char strType[] = "type";
474 if (strcmp(pSession->mimeHeaderName.ptr + strlenContent, strType) == 0) {
    [all...]
  /external/pdfium/fpdfsdk/src/javascript/
Field.cpp 447 CFX_ByteString strType = "";
448 vp >> strType;
452 AddDelay_String(FP_BORDERSTYLE, strType);
456 Field::SetBorderStyle(m_pDocument, m_FieldName, m_nFormControlIndex, strType);
    [all...]
  /prebuilts/devtools/tools/lib/
fat32lib.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/fat32lib/unspecified/
fat32lib-unspecified.jar 
  /external/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp 604 QualType StrType = Context->getConstantArrayType(
608 /*Pascal=*/false, StrType, SourceLocation());
    [all...]
RewriteObjC.cpp 498 QualType StrType = Context->getConstantArrayType(
502 /*Pascal=*/false, StrType, SourceLocation());
    [all...]

Completed in 499 milliseconds