/external/parameter-framework/upstream/parameter/ |
LinearParameterAdaptation.h | 40 CLinearParameterAdaptation(const std::string &strType);
|
ParameterAdaptation.h | 39 CParameterAdaptation(const std::string &strType);
|
LinearParameterAdaptation.cpp | 40 CLinearParameterAdaptation::CLinearParameterAdaptation(const string &strType) : base(strType)
|
ParameterAdaptation.cpp | 36 CParameterAdaptation::CParameterAdaptation(const string &strType) : base(strType)
|
CompoundRule.cpp | 133 string strType; 134 xmlElement.getAttribute("Type", strType); 135 _bTypeAll = strType == _apcTypes[true];
|
/external/parameter-framework/upstream/xmlserializer/ |
XmlElement.h | 75 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);
|
XmlElement.cpp | 138 bool CXmlElement::getChildElement(const string &strType, CXmlElement &childElement) const 144 if (childElement.getType() == strType) { 152 bool CXmlElement::getChildElement(const string &strType, const string &strNameAttribute, 159 if ((childElement.getType() == strType) && 234 void CXmlElement::createChild(CXmlElement &childElement, const string &strType) 237 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 | 288 CFX_ByteString strType = pDictClone->GetString("Type"); 289 if (!FXSYS_stricmp(strType, "Pages")) { 293 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 | |
/external/opencv3/3rdparty/include/dshow/ |
control.h | [all...] |
/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...] |
/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 | 369 CFX_ByteString strType = ""; 370 vp >> strType; 373 AddDelay_String(FP_BORDERSTYLE, strType); 376 strType); [all...] |
/external/skia/src/core/ |
SkPath.cpp | [all...] |
/prebuilts/devtools/tools/lib/ |
fat32lib.jar | |
/prebuilts/gradle-plugin/com/android/tools/build/fat32lib/unspecified/ |
fat32lib-unspecified.jar | |
/external/clang/lib/Frontend/Rewrite/ |
RewriteObjC.cpp | 498 QualType StrType = Context->getConstantArrayType( 502 /*Pascal=*/false, StrType, SourceLocation()); [all...] |
RewriteModernObjC.cpp | 604 QualType StrType = Context->getConstantArrayType( 608 /*Pascal=*/false, StrType, SourceLocation()); [all...] |