HomeSort by relevance Sort by last modified time
    Searched defs:pcount (Results 1 - 15 of 15) sorted by null

  /system/extras/sane_schedstat/
sane_schedstat.c 51 unsigned long pcount; /* number of tasks (not necessarily unique) given */ member in struct:cpu_stat
79 cpu_delta[i].cpu_time / 1000000, cpu_delta[i].run_delay / 1000000, cpu_delta[i].pcount);
91 &tmp.cpu_time, &tmp.run_delay, &tmp.pcount) != 10) {
104 cpu_delta[cpu].pcount = tmp.pcount - cpu_prev[cpu].pcount;
  /external/qemu/proxy/
proxy_int.h 37 int* pcount; member in struct:__anon13833
  /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();
  /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/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_v11/src/com/android/fountain/
FountainView.java 86 int pcount = ev.getPointerCount(); local
88 for (int p=0; p < pcount; p++) {
  /ndk/sources/cxx-stl/llvm-libc++/src/
strstream.cpp 145 strstreambuf::pcount() const function in class:strstreambuf
  /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();
  /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) {
  /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++) {
  /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++) {
  /packages/wallpapers/NoiseField/src/com/android/noisefield/
NoiseFieldRS.java 246 int pcount = ev.getPointerCount(); local
252 if(pcount > 0){
  /ndk/sources/host-tools/make-3.81/
read.c 2181 unsigned int pcount = 1; local
    [all...]
  /external/skia/src/core/
SkPath.cpp 2084 int32_t pcount = buffer.readS32(); local
    [all...]
  /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 

Completed in 1247 milliseconds