Searched refs:pcount (Results 1 – 13 of 13) sorted by relevance
/external/stlport/stlport/stl/ |
D | _strstream.h | 71 int pcount() const; 130 int pcount() const; 152 int pcount() const;
|
/external/stlport/src/ |
D | strstream.cpp | 112 int strstreambuf::pcount() const { in pcount() function in strstreambuf 350 int ostrstream::pcount() const { in pcount() function in ostrstream 351 return _M_buf.pcount(); in pcount() 379 int strstream::pcount() const { in pcount() function in strstream 380 return _M_buf.pcount(); in pcount()
|
/external/qemu/proxy/ |
D | proxy_common.c | 381 if (*sel->pcount < fd+1) in proxy_select_set() 382 *sel->pcount = fd+1; in proxy_select_set() 420 proxy_manager_select_fill( int *pcount, fd_set* read_fds, fd_set* write_fds, fd_set* err_fds) in proxy_manager_select_fill() argument 428 sel->pcount = pcount; in proxy_manager_select_fill() 448 sel->pcount = NULL; in proxy_manager_poll()
|
D | proxy_common.h | 78 extern void proxy_manager_select_fill( int *pcount,
|
D | proxy_int.h | 37 int* pcount; member
|
/external/chromium/googleurl/base/ |
D | logging.cc | 278 message_start_ = stream_.pcount(); in Init() 285 std::string str_newline(stream_.str(), stream_.pcount()); in ~LogMessage() 340 log_assert_handler(std::string(stream_.str(), stream_.pcount())); in ~LogMessage() 344 DisplayDebugMessage(std::string(stream_.str(), stream_.pcount())); in ~LogMessage()
|
D | logging.h | 219 return new std::string(ss.str(), ss.pcount()); in MakeCheckOpString()
|
/external/qemu/ |
D | tcpdump.c | 142 qemu_tcpdump_stats( uint64_t *pcount, uint64_t* psize ) in qemu_tcpdump_stats() argument 144 *pcount = capture_count; in qemu_tcpdump_stats()
|
D | tcpdump.h | 34 extern void qemu_tcpdump_stats( uint64_t *pcount, uint64_t* psize );
|
/external/zlib/contrib/iostream2/ |
D | zstream.h | 200 ::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/quake/quake/src/QW/progs/ |
D | client.qc | 318 local float rnum, pcount; 341 pcount=0; 345 pcount=pcount + 1; 348 if (pcount == 0) {
|
/external/chromium/sdch/open-vcdiff/src/gtest/ |
D | gtest.cc | 1513 const char* const end = start + ss->pcount(); in StrStreamToString() 1530 const String str(helper.str(), helper.pcount()); in StrStreamToString()
|
/external/protobuf/gtest/src/ |
D | gtest.cc | 1727 const char* const end = start + ss->pcount(); in StrStreamToString() 1744 const String str(helper.str(), helper.pcount()); in StrStreamToString()
|