HomeSort by relevance Sort by last modified time
    Searched full:pstr (Results 51 - 75 of 142) sorted by null

1 23 4 5 6

  /hardware/ti/omap3/dspbridge/inc/
dbg.h 115 extern DSP_STATUS DBG_Printf(IN PSTR pstrFormat, ...);
136 extern DSP_STATUS DBG_Trace(IN BYTE bLevel, IN PSTR pstrFormat, ...);
cfg.h 191 OUT PSTR pstrExecFile);
269 OUT PSTR pWMDFileName);
293 OUT PSTR pstrZLFileName);
  /hardware/ti/omap3/dspbridge/libbridge/inc/
dbg.h 115 extern DSP_STATUS DBG_Printf(IN PSTR pstrFormat, ...);
136 extern DSP_STATUS DBG_Trace(IN BYTE bLevel, IN PSTR pstrFormat, ...);
  /external/boringssl/src/crypto/x509v3/
v3_cpols.c 140 char *pstr;
165 pstr = cnf->name;
166 if(!strcmp(pstr,"ia5org")) {
169 } else if(*pstr == '@') {
171 polsect = X509V3_get_section(ctx, pstr + 1);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
icm.h 350 PSTR pMonitorProfile;
352 PSTR pPrinterProfile;
354 PSTR pTargetProfile;
399 WINBOOL WINAPI GetColorDirectoryA(PCSTR pMachineName,PSTR pBuffer,PDWORD pdwSize);
409 WINBOOL WINAPI GetStandardColorSpaceProfileA(PCSTR pMachineName,DWORD dwSCS,PSTR pBuffer,PDWORD pcbSize);
certenc.h 132 virtual HRESULT WINAPI GetValue(LONG Index,BSTR *pstr) = 0;
150 HRESULT (WINAPI *GetValue)(ICertEncodeStringArray *This,LONG Index,BSTR *pstr);
170 #define ICertEncodeStringArray_GetValue(This,Index,pstr) (This)->lpVtbl->GetValue(This,Index,pstr)
182 HRESULT WINAPI ICertEncodeStringArray_GetValue_Proxy(ICertEncodeStringArray *This,LONG Index,BSTR *pstr);
    [all...]
celib.h 125 VOID ceFreeBstr(BSTR *pstr);
shlwapi.h 115 LWSTDAPI StrRetToStrA(STRRET *pstr,LPCITEMIDLIST pidl,LPSTR *ppsz);
116 LWSTDAPI StrRetToStrW(STRRET *pstr,LPCITEMIDLIST pidl,LPWSTR *ppsz);
117 LWSTDAPI StrRetToBufA(STRRET *pstr,LPCITEMIDLIST pidl,LPSTR pszBuf,UINT cchBuf);
118 LWSTDAPI StrRetToBufW(STRRET *pstr,LPCITEMIDLIST pidl,LPWSTR pszBuf,UINT cchBuf);
119 LWSTDAPI StrRetToBSTR(STRRET *pstr,LPCITEMIDLIST pidl,BSTR *pbstr);
    [all...]
  /external/pdfium/fpdfsdk/src/javascript/
JS_Value.cpp 65 CJS_Value::CJS_Value(v8::Isolate* isolate, FX_LPCSTR pStr):m_isolate(isolate)
67 operator = (pStr);
217 void CJS_Value::operator = (FX_LPCSTR pStr)
219 operator = (CFX_WideString::FromLocal(pStr).c_str());
  /frameworks/compile/mclinker/lib/LD/
GNUArchiveReader.cpp 61 bool GNUArchiveReader::isArchive(const char* pStr) const {
62 return (memcmp(pStr, Archive::MAGIC, Archive::MAGIC_LEN) == 0);
66 bool GNUArchiveReader::isThinArchive(const char* pStr) const {
67 return (memcmp(pStr, Archive::THIN_MAGIC, Archive::MAGIC_LEN) == 0);
  /external/opencv/cvaux/include/
cvvidsurv.hpp 73 char** pStr;
172 pP->pStr = pAddr?pAddr:&(pP->Str);
176 pP->pStr[0] = pP->Str;
260 if(p->pStr)
265 p->pStr[0] = p->Str;
360 void SetNickName(const char* pStr)
367 if(pStr)
368 m_pNickName = strdup(pStr);
    [all...]
  /hardware/ti/omap3/dspbridge/dspexec/
dspexec.c 89 VOID PrintVerbose(PSTR pstrFmt,...);
231 VOID PrintVerbose(PSTR pstrFmt,...)
  /external/boringssl/src/crypto/evp/
p_ec_asn1.c 134 ASN1_STRING *pstr = pval; local
135 const uint8_t *pm = pstr->data;
136 int pmlen = pstr->length;
  /external/protobuf/gtest/include/gtest/internal/
gtest-internal.h 604 // If *pstr starts with the given prefix, modifies *pstr to be right
605 // past the prefix and returns true; otherwise leaves *pstr unchanged
606 // and returns false. None of pstr, *pstr, and prefix can be NULL.
607 bool SkipPrefix(const char* prefix, const char** pstr);
    [all...]
  /external/pdfium/core/src/fxcrt/
fx_basic_buffer.cpp 94 void CFX_BinaryBuf::CopyData(const void* pStr, FX_STRSIZE size)
106 FXSYS_memcpy32(m_pBuffer, pStr, size);
fx_basic_wstring.cpp 654 FX_LPCWSTR pstr = m_pData->m_String; local
659 FXSYS_memcpy32(m_pData->m_String, pstr, pOldData->m_nDataLength * sizeof(FX_WCHAR));
692 FX_LPCWSTR pstr = m_pData->m_String; local
698 FXSYS_memmove32(m_pData->m_String, pstr, (pOldData->m_nDataLength + 1)*sizeof(FX_WCHAR));
    [all...]
  /development/host/windows/usb/api/
adb_legacy_interface.cpp 164 reinterpret_cast<PSTR>(buffer),
  /external/mesa3d/src/gallium/auxiliary/util/
u_debug_symbol.c 85 BOOL WINAPI j_SymInitialize(HANDLE hProcess, PSTR UserSearchPath, BOOL fInvadeProcess)
  /external/pdfium/core/src/fxge/apple/
apple_int.h 242 FX_UINT32 FX_GetHashCode( FX_LPCSTR pStr);
  /ndk/tests/device/test-gnustl-full/unit/
mvctor_test.cpp 68 char const* pstr = vec_strs.front().c_str(); local
77 CPPUNIT_ASSERT((pstr == vec_strs.front().c_str()));
88 pstr = vec_strs[2].c_str();
92 CPPUNIT_ASSERT((pstr == vec_strs[1].c_str()));
  /ndk/tests/device/test-stlport/unit/
mvctor_test.cpp 68 char const* pstr = vec_strs.front().c_str(); local
77 CPPUNIT_ASSERT((pstr == vec_strs.front().c_str()));
88 pstr = vec_strs[2].c_str();
92 CPPUNIT_ASSERT((pstr == vec_strs[1].c_str()));
  /prebuilts/misc/common/swig/include/2.0.11/
windows.i 122 typedef CHAR *LPSTR, *PSTR;
  /external/v8/src/base/platform/
platform-win32.cc 956 IN PSTR UserSearchPath,
962 OUT PSTR SearchPath,
967 IN PSTR ImageName,
968 IN PSTR ModuleName,
    [all...]
  /external/google-breakpad/src/testing/gtest/include/gtest/internal/
gtest-internal.h 575 // If *pstr starts with the given prefix, modifies *pstr to be right
576 // past the prefix and returns true; otherwise leaves *pstr unchanged
577 // and returns false. None of pstr, *pstr, and prefix can be NULL.
578 GTEST_API_ bool SkipPrefix(const char* prefix, const char** pstr);
    [all...]
  /external/gtest/include/gtest/internal/
gtest-internal.h 501 // If *pstr starts with the given prefix, modifies *pstr to be right
502 // past the prefix and returns true; otherwise leaves *pstr unchanged
503 // and returns false. None of pstr, *pstr, and prefix can be NULL.
504 GTEST_API_ bool SkipPrefix(const char* prefix, const char** pstr);
    [all...]

Completed in 242 milliseconds

1 23 4 5 6