Home
last modified time | relevance | path

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

/external/qemu/proxy/
Dproxy_common.c380 if (*sel->pcount < fd+1) in proxy_select_set()
381 *sel->pcount = fd+1; in proxy_select_set()
419 proxy_manager_select_fill( int *pcount, fd_set* read_fds, fd_set* write_fds, fd_set* err_fds) in proxy_manager_select_fill() argument
427 sel->pcount = pcount; in proxy_manager_select_fill()
447 sel->pcount = NULL; in proxy_manager_poll()
Dproxy_common.h78 extern void proxy_manager_select_fill( int *pcount,
Dproxy_int.h37 int* pcount; member
/external/stlport/stlport/stl/
D_strstream.h71 int pcount() const;
130 int pcount() const;
152 int pcount() const;
/external/stlport/src/
Dstrstream.cpp112 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/chromium/googleurl/base/
Dlogging.cc278 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()
Dlogging.h219 return new std::string(ss.str(), ss.pcount()); in MakeCheckOpString()
/external/qemu/
Dtcpdump.c142 qemu_tcpdump_stats( uint64_t *pcount, uint64_t* psize ) in qemu_tcpdump_stats() argument
144 *pcount = capture_count; in qemu_tcpdump_stats()
Dtcpdump.h34 extern void qemu_tcpdump_stats( uint64_t *pcount, uint64_t* psize );
/external/zlib/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/quake/quake/src/QW/progs/
Dclient.qc318 local float rnum, pcount;
341 pcount=0;
345 pcount=pcount + 1;
348 if (pcount == 0) {
/external/chromium/sdch/open-vcdiff/src/gtest/
Dgtest.cc1513 const char* const end = start + ss->pcount(); in StrStreamToString()
1530 const String str(helper.str(), helper.pcount()); in StrStreamToString()
/external/gtest/src/
Dgtest.cc1762 const char* const end = start + ss->pcount(); in StrStreamToString()
1779 const String str(helper.str(), helper.pcount()); in StrStreamToString()
/external/protobuf/gtest/src/
Dgtest.cc1727 const char* const end = start + ss->pcount(); in StrStreamToString()
1744 const String str(helper.str(), helper.pcount()); in StrStreamToString()