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

1 2 34 5 6

  /external/llvm/utils/unittest/googletest/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 GTEST_API_ bool SkipPrefix(const char* prefix, const char** pstr);
    [all...]
  /external/mesa3d/src/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/pdfium/core/src/fpdfapi/fpdf_edit/
fpdf_edit_doc.cpp 432 FX_UINT32 FX_GetLangHashCode( FX_LPCSTR pStr)
434 FXSYS_assert( pStr != NULL);
435 FX_INT32 iLength = FXSYS_strlen(pStr);
436 FX_LPCSTR pStrEnd = pStr + iLength;
438 while ( pStr < pStrEnd) {
439 uHashCode = 31 * uHashCode + tolower(*pStr++);
    [all...]
  /ndk/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-internal.h 490 // If *pstr starts with the given prefix, modifies *pstr to be right
491 // past the prefix and returns true; otherwise leaves *pstr unchanged
492 // and returns false. None of pstr, *pstr, and prefix can be NULL.
493 GTEST_API_ bool SkipPrefix(const char* prefix, const char** pstr);
    [all...]
  /development/host/windows/usb/winusb/
adb_winusb_interface.cpp 216 reinterpret_cast<PSTR>(buffer),
  /external/icu/icu4c/source/samples/layout/
clayout.c 71 int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, PSTR szCmdLine, int iCmdShow)
layout.cpp 70 int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, PSTR szCmdLine, int iCmdShow)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
netioapi.h 295 PSTR InterfaceName,
wtsapi32.h 293 PSTR pPassword,
ntdef.h 352 typedef CHAR *NPSTR, *LPSTR, *PSTR;
353 typedef PSTR *PZPSTR;
354 typedef CONST PSTR *PCZPSTR;
exdisp.h     [all...]
wingdi.h     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/
__init__.py 361 'pstr' : Pascal_string,
  /external/toybox/toys/posix/
sed.c 700 // returns processed copy of string (0 if error), *pstr advances to next
703 static char *unescape_delimited_string(char **pstr, char *delim, int regex)
707 to = from = *pstr;
714 to = delim = xmalloc(strlen(*pstr)+1);
743 *pstr = from+1;
  /external/google-breakpad/src/common/windows/
pdb_source_line_writer.cc 663 // a PSTR as input.
669 AutoImage img(ImageLoad((PSTR)code_file.c_str(), NULL));
    [all...]
  /hardware/ti/omap3/dspbridge/inc/
nldrdefs.h 243 PSTR pstrFxn, ULONG * pulAddr);
dbtype.h 123 typedef CHAR *PSTR; /* pstr */
  /hardware/ti/omap3/dspbridge/libbridge/inc/
nldrdefs.h 243 PSTR pstrFxn, ULONG * pulAddr);
dbtype.h 123 typedef CHAR *PSTR; /* pstr */
  /external/e2fsprogs/lib/ext2fs/
nt_io.c 608 IN PSTR NormalizedDeviceNameBuffer
613 PSTR p;
  /external/pdfium/core/src/fpdftext/
fpdf_text.cpp 176 FX_LPCSTR pStr = str;
179 FX_DWORD ch = pFont->GetNextChar(pStr, len, offset);
  /external/pdfium/core/src/fxcrt/
fx_basic_bstring.cpp 723 FX_LPCSTR pstr = m_pData->m_String; local
729 FXSYS_memmove32(m_pData->m_String, pstr, (pOldData->m_nDataLength + 1));
  /dalvik/dx/src/com/android/dx/command/dexer/
Main.java 1516 String pstr = parser.getLastValue().intern(); local
    [all...]
  /external/libvncserver/x11vnc/
connections.c 4224 static char *pstr = NULL; local
    [all...]
x11vnc.c 4295 char *pstr = "%VNCDISPLAY"; local
    [all...]

Completed in 544 milliseconds

1 2 34 5 6