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

  /external/chromium_org/content/browser/screen_orientation/
screen_orientation_browsertest.cc 49 void SendFakeScreenOrientation(unsigned angle, const std::string& strType) {
57 if (strType == "portrait-primary") {
59 } else if (strType == "portrait-secondary") {
61 } else if (strType == "landscape-primary") {
63 } else if (strType == "landscape-secondary") {
  /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 321 CFX_ByteString strType = pDictClone->GetString("Type");
322 if(!FXSYS_stricmp(strType, "Pages"))
327 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...]
  /frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/converter/
FwdLockConv.c 168 static const char strType[] = "type";
473 if (strcmp(pSession->mimeHeaderName.ptr + strlenContent, strType) == 0) {
    [all...]
  /external/pdfium/fpdfsdk/src/javascript/
Field.cpp 448 CFX_ByteString strType = "";
449 vp >> strType;
453 AddDelay_String(FP_BORDERSTYLE, strType);
457 Field::SetBorderStyle(m_pDocument, m_FieldName, m_nFormControlIndex, strType);
    [all...]
  /prebuilts/devtools/tools/lib/
fat32lib.jar 
  /external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp 613 QualType StrType = Context->getConstantArrayType(
617 /*Pascal=*/false, StrType, SourceLocation());
    [all...]
RewriteObjC.cpp 507 QualType StrType = Context->getConstantArrayType(
511 /*Pascal=*/false, StrType, SourceLocation());
    [all...]

Completed in 338 milliseconds