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

1 2

  /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/libcxx/src/
strstream.cpp 148 strstreambuf::pcount() const function in class:strstreambuf
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/src/
strstream.cpp 148 strstreambuf::pcount() const function in class:strstreambuf
  /system/extras/tests/audio/alsa/
pcmtest.cpp 57 unsigned int pcount = 0; local
66 pcount++;
69 return pcount;
  /build/make/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) {
  /external/skia/tests/
GeometryTest.cpp 155 const int pcount = qcount * 2 + 1; local
157 REPORTER_ASSERT(r, SkPointPriv::AreFinite(qpts, pcount));
  /external/skqp/tests/
GeometryTest.cpp 155 const int pcount = qcount * 2 + 1; local
157 REPORTER_ASSERT(r, SkPointPriv::AreFinite(qpts, pcount));
  /frameworks/rs/tests/java_api/Balls/src/com/example/android/rs/balls/
BallsView.java 88 int pcount = ev.getPointerCount(); local
90 for (int p=0; p < pcount; p++) {
  /external/toybox/toys/posix/
find.c 201 int pcount = 0, print = 0, not = 0, active = !!new, test = active, recurse; local
242 // pcount: parentheses stack depth (using toybuf bytes, 4096 max depth)
265 if (pcount == sizeof(toybuf)) goto error;
266 toybuf[pcount++] = not+(active<<1);
272 if (--pcount < 0) goto error;
274 active = (toybuf[pcount]>>1)&1;
275 if (active && (toybuf[pcount]&1)) test = !test;
  /external/python/cpython3/Objects/
bytesobject.c 657 int pcount = 1; local
668 while (pcount > 0 && --fmtcnt >= 0) {
670 --pcount;
672 ++pcount;
676 if (fmtcnt < 0 || pcount > 0) {
    [all...]
unicodeobject.c 14373 int pcount = 1; local
    [all...]
  /frameworks/base/cmds/bootanimation/
BootAnimation.cpp 700 const size_t pcount = animation.parts.size(); local
728 for (size_t j = 0; j < pcount; j++) {
873 const size_t pcount = animation.parts.size(); local
880 for (size_t i=0 ; i<pcount ; i++) {
    [all...]
  /toolchain/binutils/binutils-2.27/gold/
s390.cc 1047 unsigned int* pcount; local
1054 pcount = &this->irelative_count_;
1061 pcount = &this->count_;
    [all...]
tilegx.cc 2015 unsigned int* pcount; local
    [all...]
x86_64.cc 1420 unsigned int* pcount; local
    [all...]
aarch64.cc 4448 unsigned int* pcount; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
stringobject.c 4303 int pcount = 1; local
    [all...]
unicodeobject.c 8414 int pcount = 1; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
stringobject.c 4283 int pcount = 1; local
    [all...]
unicodeobject.c 8310 int pcount = 1; local
    [all...]
  /external/python/cpython2/Objects/
stringobject.c 4318 int pcount = 1; local
    [all...]
unicodeobject.c 8427 int pcount = 1; local
    [all...]
  /external/tcpdump/
print-isakmp.c 2092 int pcount; local
    [all...]
  /prebuilts/tools/common/m2/repository/net/java/dev/jna/platform/3.4.0/
platform-3.4.0.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit-core-js/2.14/
htmlunit-core-js-2.14.jar 

Completed in 683 milliseconds

1 2