HomeSort by relevance Sort by last modified time
    Searched refs:pcount (Results 51 - 75 of 76) sorted by null

1 23 4

  /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/qemu/proxy/
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:__anon25501
  /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) {
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/
wrap_stringstream.hpp 96 m_str.assign( m_stream.str(), m_stream.pcount() );
  /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++) {
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/dxgi/src/
dxgi_native.cpp 468 UINT *pcount,
479 *pcount = num_modes;
483 unsigned copy_modes = std::min(num_modes, *pcount);
489 *pcount = num_modes;
498 *pcount = 0;
    [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/dxgi/src/
dxgi_native.cpp 468 UINT *pcount,
479 *pcount = num_modes;
483 unsigned copy_modes = std::min(num_modes, *pcount);
489 *pcount = num_modes;
498 *pcount = 0;
    [all...]
  /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...]
  /external/chromium/googleurl/base/
logging.h 219 return new std::string(ss.str(), ss.pcount());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
strstream.cpp 145 strstreambuf::pcount() const function in class:strstreambuf
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-open-type-private.hh 761 const Type *sub_array (unsigned int start_offset, unsigned int *pcount /* IN/OUT */) const
768 count = MIN (count, *pcount);
769 *pcount = count;
  /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;
  /external/chromium_org/content/common/gpu/client/
webgraphicscontext3d_command_buffer_impl.cc 274 static const int pcount = 4; local
275 static const GLenum pnames[pcount] = {
281 GLint pvalues[pcount] = { 0, 0, 0, 0 };
283 gl_->GetMultipleIntegervCHROMIUM(pnames, pcount,
    [all...]
  /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...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11_screen.h 379 unsigned *pcount
385 *pcount = 1;
387 *pcount = 0;
    [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11_screen.h 379 unsigned *pcount
385 *pcount = 1;
387 *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);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-commons-net.jar 
  /external/chromium_org/third_party/cld/base/
logging.h 457 return new string(ss.str(), ss.pcount());
    [all...]
  /external/chromium/sdch/open-vcdiff/src/gtest/
gtest.cc     [all...]
  /external/open-vcdiff/gtest/src/
gtest.cc     [all...]

Completed in 1713 milliseconds

1 23 4