Home
last modified time | relevance | path

Searched refs:pcount (Results 1 – 14 of 14) sorted by relevance

/external/libcxx/test/std/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.members/
Dpcount.pass.cpp23 assert(sb.pcount() == 0); in main()
25 assert(sb.pcount() == 1); in main()
27 assert(sb.pcount() == 2); in main()
29 assert(sb.pcount() == 2); in main()
/external/libcxx/test/std/depr/depr.str.strstreams/depr.strstream/depr.strstream.oper/
Dpcount.pass.cpp23 assert(out.pcount() == 0); in main()
25 assert(out.pcount() == 11); in main()
/external/libcxx/test/std/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.members/
Dpcount.pass.cpp23 assert(out.pcount() == 0); in main()
25 assert(out.pcount() == 11); in main()
/external/libcxx/test/std/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons/
Ddefault.pass.cpp24 assert(s.pcount() == 0); in main()
29 assert(s.pcount() == 0); in main()
/external/libcxx/include/
Dstrstream40 int pcount() const;
94 int pcount() const;
119 int pcount() const;
167 int pcount() const;
331 int pcount() const {return __sb_.pcount();}
390 int pcount() const {return __sb_.pcount();}
/external/toybox/toys/posix/
Dfind.c200 int pcount = 0, print = 0, not = 0, active = !!new, test = active, recurse; in do_find() local
264 if (pcount == sizeof(toybuf)) goto error; in do_find()
265 toybuf[pcount++] = not+(active<<1); in do_find()
271 if (--pcount < 0) goto error; in do_find()
273 active = (toybuf[pcount]>>1)&1; in do_find()
274 if (active && (toybuf[pcount]&1)) test = !test; in do_find()
/external/zlib/src/contrib/iostream2/
Dzstream.h200 ::gzwrite(m_fp, m_os->str(), m_os->pcount()); in close()
242 if (m_os && m_os->pcount()>0) { in os_flush()
248 ::gzwrite(m_fp, m_os->str(), m_os->pcount()); in os_flush()
/external/skia/tests/
DGeometryTest.cpp153 const int pcount = qcount * 2 + 1; in test_this_conic_to_quad() local
155 REPORTER_ASSERT(r, SkPointsAreFinite(qpts, pcount)); in test_this_conic_to_quad()
/external/harfbuzz_ng/src/
Dhb-open-type-private.hh848 const Type *sub_array (unsigned int start_offset, unsigned int *pcount /* IN/OUT */) const in sub_array()
855 count = MIN (count, *pcount); in sub_array()
856 *pcount = count; in sub_array()
/external/libcxx/src/
Dstrstream.cpp147 strstreambuf::pcount() const in pcount() function in strstreambuf
/external/tcpdump/
Dprint-isakmp.c1932 ikev2_p_print(netdissect_options *ndo, u_char tpay _U_, int pcount _U_, in ikev2_p_print()
2042 int pcount; in ikev2_sa_print() local
2061 pcount = 0; in ikev2_sa_print()
2063 pcount++; in ikev2_sa_print()
2091 cp = ikev2_p_print(ndo, np, pcount, ext, item_len, in ikev2_sa_print()
/external/python/cpython2/Objects/
Dstringobject.c4318 int pcount = 1; in PyString_Format() local
4329 while (pcount > 0 && --fmtcnt >= 0) { in PyString_Format()
4331 --pcount; in PyString_Format()
4333 ++pcount; in PyString_Format()
4337 if (fmtcnt < 0 || pcount > 0) { in PyString_Format()
Dunicodeobject.c8427 int pcount = 1; in PyUnicode_Format() local
8438 while (pcount > 0 && --fmtcnt >= 0) { in PyUnicode_Format()
8440 --pcount; in PyUnicode_Format()
8442 ++pcount; in PyUnicode_Format()
8446 if (fmtcnt < 0 || pcount > 0) { in PyUnicode_Format()
/external/v8/
DChangeLog13069 declarations. [wasm] Binary 11: Function types encoded as pcount, p*,