/external/skia/tools/ |
win_lcid.cpp | 5 BOOL CALLBACK MyFuncLocaleEx(LPWSTR pStr, DWORD dwFlags, LPARAM lparam) { 9 bufferSize = GetLocaleInfoEx(pStr, LOCALE_SENGLANGUAGE, wcBuffer, BUFFER_SIZE); 11 wprintf(L"Locale %s had error %d\n", pStr, GetLastError()); 15 LCID lcid = LocaleNameToLCID(pStr, NULL); 24 wprintf(L" { 0x%.4x, \"%s\" }, //%s\n", lcid, pStr, wcBuffer);
|
/external/clang/test/CodeGen/ |
2009-05-22-callingconv.c | 6 static reg_errcode_t re_string_construct (re_string_t *pstr, const char *str, 11 re_string_construct (pstr, str, len, trans, icase, dfa) 12 re_string_t *pstr;
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
_dbdao.h | 73 CONSTRUCTOR CdbVariant(LPCTSTR pstr); 78 VOID operator =(LPCTSTR pstr); 99 inline CONSTRUCTOR CdbVariant::CdbVariant(LPCTSTR pstr): COleVariant(pstr,VT_BSTRT) { 100 if(!pstr) { 143 inline VOID CdbVariant::operator =(LPCTSTR pstr) { 144 if(!pstr) { 150 bstrVal = SysAllocString(pstr); 152 bstrVal = SysAllocStringByteLen(pstr,strlen(pstr)); [all...] |
advpub.h | 51 HRESULT WINAPI TranslateInfString(PCSTR pszInfFilename,PCSTR pszInstallSection,PCSTR pszTranslateSection,PCSTR pszTranslateKey,PSTR pszBuffer,DWORD dwBufferSize,PDWORD pdwRequiredSize,PVOID pvReserved); 53 typedef HRESULT (WINAPI *TRANSLATEINFSTRING)(PCSTR pszInfFilename,PCSTR pszInstallSection,PCSTR pszTranslateSection,PCSTR pszTranslateKey,PSTR pszBuffer,DWORD dwBufferSize,PDWORD pdwRequiredSize,PVOID pvReserved); 79 HRESULT WINAPI LaunchINFSectionEx(HWND hwnd,HINSTANCE hInstance,PSTR pszParms,INT nShow); 81 typedef HRESULT (WINAPI *LAUNCHINFSECTIONEX)(HWND hwnd,HINSTANCE hInst,PSTR pszParams,INT nShow); 95 PSTR pszCab; 96 PSTR pszInf; 97 PSTR pszSection; 157 HRESULT WINAPI RegRestoreAll(HWND hWnd,PSTR pszTitleString,HKEY hkBckupKey); 158 typedef HRESULT (WINAPI *REGRESTOREALL)(HWND hWnd,PSTR pszTitleString,HKEY hkBckupKey); 215 HRESULT WINAPI DelNodeRunDLL32(HWND hwnd,HINSTANCE hInstance,PSTR pszParms,INT nShow) [all...] |
adshlp.h | 26 LPWSTR WINAPI AllocADsStr(LPCWSTR pStr); 27 WINBOOL WINAPI FreeADsStr(LPWSTR pStr); 28 WINBOOL WINAPI ReallocADsStr(LPWSTR *ppStr,LPWSTR pStr);
|
dbgeng.h | 137 STDMETHOD(GetCommand)(THIS_ PSTR Buffer,ULONG BufferSize,PULONG CommandSize) PURE; 139 STDMETHOD(GetOffsetExpression)(THIS_ PSTR Buffer,ULONG BufferSize,PULONG ExpressionSize) PURE; 210 STDMETHOD(GetKernelConnectionOptions)(THIS_ PSTR Buffer,ULONG BufferSize,PULONG OptionsSize) PURE; 217 STDMETHOD(GetRunningProcessDescription)(THIS_ ULONG64 Server,ULONG SystemId,ULONG Flags,PSTR ExeName,ULONG ExeNameSize,PULONG ActualExeNameSize,PSTR Description,ULONG DescriptionSize,PULONG ActualDescriptionSize) PURE; 219 STDMETHOD(CreateProcess)(THIS_ ULONG64 Server,PSTR CommandLine,ULONG CreateFlags) PURE; 220 STDMETHOD(CreateProcessAndAttach)(THIS_ ULONG64 Server,PSTR CommandLine,ULONG CreateFlags,ULONG ProcessId,ULONG AttachFlags) PURE; 247 STDMETHOD(GetOutputLinePrefix)(THIS_ PSTR Buffer,ULONG BufferSize,PULONG PrefixSize) PURE; 249 STDMETHOD(GetIdentity)(THIS_ PSTR Buffer,ULONG BufferSize,PULONG IdentitySize) PURE; 281 STDMETHOD(GetKernelConnectionOptions)(THIS_ PSTR Buffer,ULONG BufferSize,PULONG OptionsSize) PURE [all...] |
intshcut.h | 97 INTSHCUTAPI HRESULT WINAPI TranslateURLA(PCSTR pcszURL,DWORD dwInFlags,PSTR *ppszTranslatedURL); 106 INTSHCUTAPI HRESULT WINAPI URLAssociationDialogA(HWND hwndParent,DWORD dwInFlags,PCSTR pcszFile,PCSTR pcszURL,PSTR pszAppBuf,UINT ucAppBufLen); 115 INTSHCUTAPI HRESULT WINAPI MIMEAssociationDialogA(HWND hwndParent,DWORD dwInFlags,PCSTR pcszFile,PCSTR pcszMIMEContentType,PSTR pszAppBuf,UINT ucAppBufLen);
|
imagehlp.h | 102 WINBOOL IMAGEAPI SplitSymbols(PSTR ImageName,PCSTR SymbolsPath,PSTR SymbolFilePath,DWORD Flags); 103 WINBOOL IMAGEAPI UpdateDebugInfoFile(PCSTR ImageFileName,PCSTR SymbolPath,PSTR DebugFilePath,PIMAGE_NT_HEADERS32 NtHeaders); 104 WINBOOL IMAGEAPI UpdateDebugInfoFileEx(PCSTR ImageFileName,PCSTR SymbolPath,PSTR DebugFilePath,PIMAGE_NT_HEADERS32 NtHeaders,DWORD OldChecksum);
|
schannel.h | 292 PSTR pszPassword; 320 PSTR pszPassword; 346 PSTR pszIssuer; 347 PSTR pszSubject; 351 WINBOOL SslGenerateKeyPair(PSSL_CREDENTIAL_CERTIFICATE pCerts,PSTR pszDN,PSTR pszPassword,DWORD Bits);
|
/external/mesa3d/src/gallium/auxiliary/util/ |
dbghelp.h | 27 PSTR ModuleName; 47 typedef BOOL (CALLBACK *PFIND_DEBUG_FILE_CALLBACK)(HANDLE FileHandle,PSTR FileName,PVOID CallerData); 48 typedef BOOL (CALLBACK *PFINDFILEINPATHCALLBACK)(PSTR filename,PVOID context); 49 typedef BOOL (CALLBACK *PFIND_EXE_FILE_CALLBACK)(HANDLE FileHandle,PSTR FileName,PVOID CallerData); 59 HANDLE IMAGEAPI FindDebugInfoFile(PSTR FileName,PSTR SymbolPath,PSTR DebugFilePath); 60 HANDLE IMAGEAPI FindDebugInfoFileEx(PSTR FileName,PSTR SymbolPath,PSTR DebugFilePath,PFIND_DEBUG_FILE_CALLBACK Callback,PVOID CallerData) [all...] |
/frameworks/compile/mclinker/include/mcld/LD/ |
MsgHandler.h | 31 void addString(llvm::StringRef pStr) const; 33 void addString(const std::string& pStr) const; 47 llvm::StringRef pStr) { 48 pHandler.addString(pStr); 53 const std::string& pStr) { 54 pHandler.addString(pStr); 65 const char* pStr) { 66 pHandler.addTaggedVal(reinterpret_cast<intptr_t>(pStr),
|
/hardware/ti/omap3/dspbridge/inc/ |
csl.h | 86 IN PSTR pstrSource, ULONG uSize); 118 extern VOID CSL_ByteSwap(IN PSTR pstrSrc, 119 OUT PSTR pstrDest, IN ULONG ulBytes); 160 extern VOID CSL_NumToAscii(OUT PSTR pstrNumber, IN DWORD dwNum); 180 extern LONG CSL_Strcmp(IN CONST PSTR pstrStr1, IN CONST PSTR pstrStr2); 200 extern PSTR CSL_Strcpyn(OUT PSTR pstrDest, IN CONST PSTR pstrSrc, 218 extern PSTR CSL_Strstr(IN CONST PSTR haystack, IN CONST PSTR needle) [all...] |
dbdcddef.h | 71 PSTR pstrCreatePhaseFxn; 72 PSTR pstrDeletePhaseFxn; 73 PSTR pstrExecutePhaseFxn; 74 PSTR pstrIAlgName;
|
/hardware/ti/omap3/dspbridge/libbridge/inc/ |
csl.h | 87 IN PSTR pstrSource, ULONG uSize); 119 extern VOID CSL_ByteSwap(IN PSTR pstrSrc, 120 OUT PSTR pstrDest, IN ULONG ulBytes); 161 extern VOID CSL_NumToAscii(OUT PSTR pstrNumber, IN DWORD dwNum); 181 extern LONG CSL_Strcmp(IN CONST PSTR pstrStr1, IN CONST PSTR pstrStr2); 201 extern PSTR CSL_Strcpyn(OUT PSTR pstrDest, IN CONST PSTR pstrSrc, 219 extern PSTR CSL_Strstr(IN CONST PSTR haystack, IN CONST PSTR needle) [all...] |
dbdcddef.h | 71 PSTR pstrCreatePhaseFxn; 72 PSTR pstrDeletePhaseFxn; 73 PSTR pstrExecutePhaseFxn; 74 PSTR pstrIAlgName;
|
/external/pdfium/fpdfsdk/include/javascript/ |
PublicMethods.h | 80 static CFX_WideString StrLTrim(FX_LPCWSTR pStr); 81 static CFX_WideString StrRTrim(FX_LPCWSTR pStr); 82 static CFX_WideString StrTrim(FX_LPCWSTR pStr); 84 static CFX_ByteString StrLTrim(FX_LPCSTR pStr); 85 static CFX_ByteString StrRTrim(FX_LPCSTR pStr); 86 static CFX_ByteString StrTrim(FX_LPCSTR pStr);
|
/ndk/tests/device/test-gnustl-full/unit/ |
find_test.cpp | 120 char *pstr = (char*)str; local 124 char *d = find(pstr, pstr + str_size, 'd'); 130 char *last = find(pstr, pstr + str_size, 'x'); 131 CPPUNIT_ASSERT( last == pstr + str_size );
|
/ndk/tests/device/test-stlport/unit/ |
find_test.cpp | 120 char *pstr = (char*)str; local 124 char *d = find(pstr, pstr + str_size, 'd'); 130 char *last = find(pstr, pstr + str_size, 'x'); 131 CPPUNIT_ASSERT( last == pstr + str_size );
|
/system/bt/embdrv/sbc/decoder/include/ |
oi_string.h | 111 * Copies the Null terminated string from pStr to pDest, and 116 OI_CHAR const *pStr); 121 * Concatonates the pStr string to the end of pDest, and 126 OI_CHAR const *pStr) ; 131 * Calculates the number of OI_CHARs in pStr (not including 134 OI_UINT OI_StrLen(OI_CHAR const *pStr) ;
|
/frameworks/compile/mclinker/lib/LD/ |
MergedStringTable.cpp | 37 size_t MergedStringTable::getOutputOffset(llvm::StringRef pStr) { 38 assert(m_StringMap.find(pStr) != m_StringMap.end()); 39 return m_StringMap[pStr];
|
MsgHandler.cpp | 28 void MsgHandler::addString(llvm::StringRef pStr) const { 32 m_Engine.state().ArgumentStrs[m_NumArgs++] = pStr.data(); 35 void MsgHandler::addString(const std::string& pStr) const { 39 m_Engine.state().ArgumentStrs[m_NumArgs++] = pStr;
|
/external/pdfium/core/src/fxcrt/ |
fx_extension.cpp | 231 FX_DWORD FX_HashCode_String_GetA(FX_LPCSTR pStr, FX_INT32 iLength, FX_BOOL bIgnoreCase) 233 FXSYS_assert(pStr != NULL); 235 iLength = (FX_INT32)FXSYS_strlen(pStr); 237 FX_LPCSTR pStrEnd = pStr + iLength; 240 while (pStr < pStrEnd) { 241 dwHashCode = 31 * dwHashCode + FXSYS_tolower(*pStr++); 244 while (pStr < pStrEnd) { 245 dwHashCode = 31 * dwHashCode + *pStr ++; 250 FX_DWORD FX_HashCode_String_GetW(FX_LPCWSTR pStr, FX_INT32 iLength, FX_BOOL bIgnoreCase) 252 FXSYS_assert(pStr != NULL) [all...] |
/external/valgrind/docs/lib/ |
line-wrap.xsl | 13 <xsl:param name="pStr"/> 16 <xsl:when test="not(string($pStr))"> 24 <xsl:with-param name="arg2" select="substring($pStr,1,1)"/> 30 <xsl:with-param name="pStr" select="substring($pStr,2)"/> 42 <xsl:param name="pStr"/> 56 <xsl:with-param name="pStr" select="$pStr"/>
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/psdk_inc/ |
_dbg_LOAD_IMAGE.h | 20 PSTR ModuleName;
|
_dbg_common.h | 27 HANDLE IMAGEAPI FindDebugInfoFile(PCSTR FileName,PCSTR SymbolPath,PSTR DebugFilePath); 28 HANDLE IMAGEAPI FindDebugInfoFileEx(PCSTR FileName,PCSTR SymbolPath,PSTR DebugFilePath,PFIND_DEBUG_FILE_CALLBACK Callback,PVOID CallerData); 32 HANDLE IMAGEAPI FindExecutableImage(PCSTR FileName,PCSTR SymbolPath,PSTR ImageFilePath); 33 HANDLE IMAGEAPI FindExecutableImageEx(PCSTR FileName,PCSTR SymbolPath,PSTR ImageFilePath,PFIND_EXE_FILE_CALLBACK Callback,PVOID CallerData); 74 PSTR ReservedExportedNames; 85 PSTR ImageFilePath; 86 PSTR ImageFileName; 87 PSTR ReservedDebugFilePath; 96 PIMAGE_DEBUG_INFORMATION IMAGEAPI MapDebugInformation(HANDLE FileHandle,PSTR FileName,PSTR SymbolPath,DWORD ImageBase) [all...] |