HomeSort by relevance Sort by last modified time
    Searched full:pstr (Results 1 - 25 of 116) sorted by null

1 2 3 4 5

  /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);
  /ndk/sources/host-tools/sed-4.2.1/lib/
regex_internal.c 24 re_string_t *pstr,
43 re_string_allocate (re_string_t *pstr, const char *str, Idx len, Idx init_len,
53 re_string_construct_common (str, len, pstr, trans, icase, dfa);
55 ret = re_string_realloc_buffers (pstr, init_buf_len);
59 pstr->word_char = dfa->word_char;
60 pstr->word_ops_used = dfa->word_ops_used;
61 pstr->mbs = pstr->mbs_allocated ? pstr->mbs : (unsigned char *) str;
62 pstr->valid_len = (pstr->mbs_allocated || dfa->mb_cur_max > 1) ? 0 : len
    [all...]
regex_internal.h 431 static reg_errcode_t re_string_realloc_buffers (re_string_t *pstr,
435 static void build_wcs_buffer (re_string_t *pstr) internal_function;
436 static reg_errcode_t build_wcs_upper_buffer (re_string_t *pstr)
439 static void build_upper_buffer (re_string_t *pstr) internal_function;
440 static void re_string_translate_buffer (re_string_t *pstr) internal_function;
444 #define re_string_peek_byte(pstr, offset) \
445 ((pstr)->mbs[(pstr)->cur_idx + offset])
446 #define re_string_fetch_byte(pstr) \
447 ((pstr)->mbs[(pstr)->cur_idx++]
    [all...]
  /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;
  /external/chromium_org/third_party/mesa/src/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...]
  /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 33 void addString(llvm::StringRef pStr) const;
35 void addString(const std::string& pStr) const;
49 operator<<(const MsgHandler& pHandler, llvm::StringRef pStr)
51 pHandler.addString(pStr);
56 operator<<(const MsgHandler& pHandler, const std::string& pStr)
58 pHandler.addString(pStr);
70 operator<<(const MsgHandler& pHandler, const char* pStr)
72 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/stlport/test/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-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 );
  /frameworks/compile/mclinker/lib/LD/
MsgHandler.cpp 29 void MsgHandler::addString(llvm::StringRef pStr) const
34 m_Engine.state().ArgumentStrs[m_NumArgs++] = pStr.data();
37 void MsgHandler::addString(const std::string& pStr) const
42 m_Engine.state().ArgumentStrs[m_NumArgs++] = pStr;
  /external/valgrind/main/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"/>
  /external/chromium/chrome/browser/prefs/
pref_set_observer_unittest.cc 58 std::string* pstr = reinterpret_cast<const Details<std::string>&>(arg).ptr(); local
59 return pstr && *pstr == name;
  /external/chromium_org/third_party/openssl/openssl/crypto/dh/
dh_ameth.c 77 ASN1_STRING *pstr; local
93 pstr = pval;
94 pm = pstr->data;
95 pmlen = pstr->length;
190 ASN1_STRING *pstr; local
208 pstr = pval;
209 pm = pstr->data;
210 pmlen = pstr->length;
  /external/openssl/crypto/dh/
dh_ameth.c 77 ASN1_STRING *pstr; local
93 pstr = pval;
94 pm = pstr->data;
95 pmlen = pstr->length;
190 ASN1_STRING *pstr; local
208 pstr = pval;
209 pm = pstr->data;
210 pmlen = pstr->length;
  /external/chromium_org/third_party/openssl/openssl/crypto/ec/
ec_ameth.c 86 ASN1_STRING *pstr = NULL; local
87 pstr = ASN1_STRING_new();
88 if (!pstr)
90 pstr->length = i2d_ECParameters(ec_key, &pstr->data);
91 if (pstr->length < 0)
93 ASN1_STRING_free(pstr);
97 *ppval = pstr;
144 ASN1_STRING *pstr = pval; local
147 pm = pstr->data
    [all...]
  /external/openssl/crypto/ec/
ec_ameth.c 86 ASN1_STRING *pstr = NULL; local
87 pstr = ASN1_STRING_new();
88 if (!pstr)
90 pstr->length = i2d_ECParameters(ec_key, &pstr->data);
91 if (pstr->length < 0)
93 ASN1_STRING_free(pstr);
97 *ppval = pstr;
144 ASN1_STRING *pstr = pval; local
147 pm = pstr->data
    [all...]
  /frameworks/av/media/libstagefright/codecs/avc/common/src/
deblock.cpp 739 uint8 *pStrength, *pStr;
801 pStr = pStrength + 4;
803 if (*pStr == 0)
808 if (tmp >= 4) *pStr = 1;
812 if (tmp >= 4) *pStr = 1;
817 pStr = pStrength + 8;
819 if (*pStr == 0)
825 if (tmp >= 4) *pStr = 1;
829 if (tmp >= 4) *pStr = 1;
851 pStr = pStrength + 1
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/Carbon/
MacHelp.py 9 kHMPascalStrContent = FOUR_CHAR_CODE('pstr')
  /external/icu4c/common/
uniset_closure.cpp 253 const UnicodeString *pStr;
256 pStr = (const UnicodeString *) strings->elementAt(j);
257 (str = *pStr).toLower(root);
260 (str = *pStr).toTitle(bi, root);
263 (str = *pStr).toUpper(root);
265 (str = *pStr).foldCase();
  /external/chromium_org/third_party/openssl/openssl/crypto/dsa/
dsa_ameth.c 75 ASN1_STRING *pstr; local
88 pstr = pval;
89 pm = pstr->data;
90 pmlen = pstr->length;
196 ASN1_STRING *pstr; local
254 pstr = pval;
255 pm = pstr->data;
256 pmlen = pstr->length;

Completed in 569 milliseconds

1 2 3 4 5