HomeSort by relevance Sort by last modified time
    Searched refs:pcount (Results 26 - 50 of 55) sorted by null

12 3

  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_strstream.h 71 int pcount() const;
130 int pcount() const;
152 int pcount() const;
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_strstream.h 71 int pcount() const;
130 int pcount() const;
152 int pcount() const;
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_strstream.h 71 int pcount() const;
130 int pcount() const;
152 int pcount() const;
  /external/qemu/proxy/
proxy_common.h 78 extern void proxy_manager_select_fill( int *pcount,
proxy_common.c 381 if (*sel->pcount < fd+1)
382 *sel->pcount = fd+1;
420 proxy_manager_select_fill( int *pcount, fd_set* read_fds, fd_set* write_fds, fd_set* err_fds)
428 sel->pcount = pcount;
448 sel->pcount = NULL;
proxy_int.h 37 int* pcount; member in struct:__anon13833
  /external/qemu/
tcpdump.c 142 qemu_tcpdump_stats( uint64_t *pcount, uint64_t* psize )
144 *pcount = capture_count;
  /frameworks/base/tests/RenderScriptTests/FountainFbo/src/com/example/android/rs/fountainfbo/
FountainFboView.java 71 int pcount = ev.getPointerCount(); local
73 for (int p=0; p < pcount; p++) {
  /frameworks/base/tests/RenderScriptTests/Fountain/src/com/example/android/rs/fountain/
FountainView.java 89 int pcount = ev.getPointerCount(); local
91 for (int p=0; p < pcount; p++) {
  /frameworks/base/tests/RenderScriptTests/Fountain_v11/src/com/android/fountain/
FountainView.java 86 int pcount = ev.getPointerCount(); local
88 for (int p=0; p < pcount; p++) {
  /frameworks/rs/java/tests/Balls/src/com/example/android/rs/balls/
BallsView.java 88 int pcount = ev.getPointerCount(); local
90 for (int p=0; p < pcount; p++) {
  /external/chromium/googleurl/base/
logging.cc 278 message_start_ = stream_.pcount();
285 std::string str_newline(stream_.str(), stream_.pcount());
340 log_assert_handler(std::string(stream_.str(), stream_.pcount()));
344 DisplayDebugMessage(std::string(stream_.str(), stream_.pcount()));
logging.h 219 return new std::string(ss.str(), ss.pcount());
  /external/stlport/src/
strstream.cpp 112 int strstreambuf::pcount() const { function in class:strstreambuf
350 int ostrstream::pcount() const { function in class:ostrstream
351 return _M_buf.pcount();
379 int strstream::pcount() const { function in class:strstream
380 return _M_buf.pcount();
  /ndk/sources/cxx-stl/stlport/src/
strstream.cpp 112 int strstreambuf::pcount() const { function in class:strstreambuf
350 int ostrstream::pcount() const { function in class:ostrstream
351 return _M_buf.pcount();
379 int strstream::pcount() const { function in class:strstream
380 return _M_buf.pcount();
  /external/zlib/src/contrib/iostream2/
zstream.h 200 ::gzwrite(m_fp, m_os->str(), m_os->pcount());
242 if (m_os && m_os->pcount()>0) {
248 ::gzwrite(m_fp, m_os->str(), m_os->pcount());
  /build/tools/atree/
files.cpp 270 int pcount = 0; local
286 } else if (pcount < 2) {
288 paths[pcount++] = replace_variables(word, variables, &error);
299 if (pcount == 0 && !errstr.empty()) {
308 if (pcount == 1) {
  /packages/wallpapers/NoiseField/src/com/android/noisefield/
NoiseFieldRS.java 246 int pcount = ev.getPointerCount(); local
252 if(pcount > 0){
  /frameworks/base/cmds/bootanimation/
BootAnimation.cpp 440 const size_t pcount = animation.parts.size(); local
449 for (int j=0 ; j<pcount ; j++) {
497 for (int i=0 ; i<pcount ; i++) {
  /system/core/libpixelflinger/
trap.cpp 664 int* pcount,
672 Edge* edge = edges + *pcount;
714 ++*pcount;
854 int* pcount,
862 AAEdge* edge = edges + *pcount;
903 ++*pcount;
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/src/
strstream.cpp 145 strstreambuf::pcount() const function in class:strstreambuf
  /external/harfbuzz_ng/src/
hb-open-type-private.hh 755 const Type *sub_array (unsigned int start_offset, unsigned int *pcount /* IN/OUT */) const
762 count = MIN (count, *pcount);
763 *pcount = count;
  /bionic/linker/
linker.cpp 396 * in that section (via *pcount).
402 _Unwind_Ptr dl_unwind_find_exidx(_Unwind_Ptr pc, int *pcount)
409 *pcount = si->ARM_exidx_count;
413 *pcount = 0;
    [all...]
  /ndk/sources/host-tools/make-3.81/
read.c 2181 unsigned int pcount = 1; local
    [all...]
  /system/core/libcorkscrew/arch-arm/
backtrace-arm.c 106 extern _Unwind_Ptr __gnu_Unwind_Find_exidx(_Unwind_Ptr pc, int *pcount);

Completed in 1214 milliseconds

12 3