HomeSort by relevance Sort by last modified time
    Searched full:pend (Results 26 - 50 of 262) sorted by null

12 3 4 5 6 7 8 91011

  /external/libcxx/test/std/input.output/stream.buffers/streambuf/streambuf.cons/
copy.pass.cpp 45 void setp(CharT* pbeg, CharT* pend)
47 base::setp(pbeg, pend);
  /external/libcxx/test/std/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.put/
sputc.pass.cpp 33 void setp(char* pbeg, char* pend)
35 base::setp(pbeg, pend);
  /external/libcxx/test/std/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign/
assign.pass.cpp 46 void setp(CharT* pbeg, CharT* pend)
48 base::setp(pbeg, pend);
swap.pass.cpp 56 void setp(CharT* pbeg, CharT* pend)
58 base::setp(pbeg, pend);
  /external/pdfium/xfa/src/fgas/src/localization/
fx_localemgr.cpp 41 wchar_t* pEnd = NULL;
42 FX_DWORD dwLCID = wcstol(wsLCID, &pEnd, 16);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.cons/
copy.pass.cpp 45 void setp(CharT* pbeg, CharT* pend)
47 base::setp(pbeg, pend);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.put/
sputc.pass.cpp 33 void setp(char* pbeg, char* pend)
35 base::setp(pbeg, pend);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.assign/
assign.pass.cpp 46 void setp(CharT* pbeg, CharT* pend)
48 base::setp(pbeg, pend);
swap.pass.cpp 56 void setp(CharT* pbeg, CharT* pend)
58 base::setp(pbeg, pend);
  /external/pdfium/xfa/src/fgas/src/crt/
fx_system.cpp 140 FX_DWORD* pEnd = pStart + (size >> 2);
141 while (pStart < pEnd) {
149 FX_DWORD* pEnd = pStart + (size >> 2);
151 while (pStart < pEnd) {
  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64CA53Erratum835769Stub.h 52 const_fixup_iterator pEnd);
AArch64CA53Erratum843419Stub.h 57 const_fixup_iterator pEnd);
AArch64CA53Erratum843419Stub2.h 52 const_fixup_iterator pEnd);
AArch64CA53Erratum835769Stub.cpp 39 const_fixup_iterator pEnd)
40 : AArch64CA53ErratumStub(pData, pSize, pName, pBegin, pEnd) {
AArch64CA53Erratum843419Stub.cpp 41 const_fixup_iterator pEnd)
42 : AArch64CA53ErratumStub(pData, pSize, pName, pBegin, pEnd) {
AArch64CA53Erratum843419Stub2.cpp 42 const_fixup_iterator pEnd)
43 : AArch64CA53ErratumStub(pData, pSize, pName, pBegin, pEnd) {
AArch64CA53ErratumStub.h 32 const_fixup_iterator pEnd);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mspcoll.h 23 HRESULT WINAPI Initialize(DWORD dwSize,T *pBegin,T *pEnd) {
32 for(iter = pBegin;iter!=pEnd;iter++) {
112 HRESULT WINAPI Initialize(DWORD dwSize,BSTR *pBegin,BSTR *pEnd) {
119 for(i = pBegin;i!=pEnd;i++) {
  /external/pdfium/xfa/src/fdp/src/css/
fde_cssstylesheet.cpp 385 int32_t FDE_GetCSSPersudoLen(const FX_WCHAR* psz, const FX_WCHAR* pEnd) {
388 while (psz < pEnd) {
398 int32_t FDE_GetCSSNameLen(const FX_WCHAR* psz, const FX_WCHAR* pEnd) {
400 while (psz < pEnd) {
416 const FX_WCHAR* pEnd = psz + iLen;
417 for (; psz < pEnd; ++psz) {
427 for (psz = pStart; psz < pEnd;) {
443 int32_t iNameLen = FDE_GetCSSNameLen(++psz, pEnd);
459 int32_t iNameLen = wch == '*' ? 1 : FDE_GetCSSNameLen(psz, pEnd);
477 int32_t iNameLen = FDE_GetCSSPersudoLen(psz, pEnd);
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
BlockFieldMatrix.java 235 final int pEnd = FastMath.min(pStart + BLOCK_SIZE, rows);
236 final int iHeight = pEnd - pStart;
248 for (int p = pStart; p < pEnd; ++p) {
287 final int pEnd = FastMath.min(pStart + BLOCK_SIZE, rows);
288 final int iHeight = pEnd - pStart;
347 final int pEnd = FastMath.min(pStart + BLOCK_SIZE, rows);
351 for (int p = pStart; p < pEnd; ++p) {
420 final int pEnd = FastMath.min(pStart + BLOCK_SIZE, rows);
424 for (int p = pStart; p < pEnd; ++p) {
530 final int pEnd = FastMath.min(pStart + BLOCK_SIZE, rows)
    [all...]
BlockRealMatrix.java 229 final int pEnd = FastMath.min(pStart + BLOCK_SIZE, rows);
230 final int iHeight = pEnd - pStart;
242 for (int p = pStart; p < pEnd; ++p) {
277 final int pEnd = FastMath.min(pStart + BLOCK_SIZE, rows);
278 final int iHeight = pEnd - pStart;
337 final int pEnd = FastMath.min(pStart + BLOCK_SIZE, rows);
341 for (int p = pStart; p < pEnd; ++p) {
410 final int pEnd = FastMath.min(pStart + BLOCK_SIZE, rows);
414 for (int p = pStart; p < pEnd; ++p) {
519 final int pEnd = FastMath.min(pStart + BLOCK_SIZE, rows)
    [all...]
  /external/harfbuzz_ng/src/
hb-buffer-serialize.cc 356 char *pend = p; local
360 v = strtol (p, &pend, 10);
361 if (errno || p == pend || pend - p != end - pp)
377 char *pend = p; local
381 v = strtol (p, &pend, 10);
382 if (errno || p == pend || pend - p != end - pp)
  /frameworks/compile/mclinker/include/mcld/LD/
Diagnostic.h 85 void format(const char* pBegin, const char* pEnd, std::string& pOutStr) const;
88 const char* findMatch(char pVal, const char* pBegin, const char* pEnd) const;
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLA25Stub.cpp 44 const_fixup_iterator pEnd)
46 for (const_fixup_iterator it = pBegin, ie = pEnd; it != ie; ++it)
  /external/pdfium/xfa/src/fdp/src/fde/
fde_geobject.cpp 126 FX_LPCPOINTF pEnd = p + iCount;
128 for (++p; p <= pEnd - 3; p += 3) {
242 FX_LPCPOINTF pEnd = p + iCount;
244 for (++p; p < pEnd; ++p) {

Completed in 330 milliseconds

12 3 4 5 6 7 8 91011