HomeSort by relevance Sort by last modified time
    Searched refs:gCount (Results 1 - 9 of 9) sorted by null

  /external/skia/src/core/
SkFlattenable.cpp 57 static int gCount = 0;
63 SkASSERT(gCount < (int)SK_ARRAY_COUNT(gEntries));
65 gEntries[gCount].fName = name;
66 gEntries[gCount].fFactory = factory;
67 gEntries[gCount].fType = type;
68 gCount += 1;
73 if (!gCount) {
87 for (int i = gCount - 1; i >= 0; --i) {
102 for (int i = gCount - 1; i >= 0; --i) {
117 for (int i = gCount - 1; i >= 0; --i)
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
GetSetTest.java 38 final int gCount = gWidth * gHeight * gDepth;
85 final int tw = gCount / vsize;
146 for (int i=0; i < gCount; i++) {
160 for (int i=0; i < gCount; i++) {
174 for (int i=0; i < gCount; i++) {
188 for (int i=0; i < gCount; i++) {
202 for (int i=0; i < gCount; i++) {
216 for (int i=0; i < gCount; i++) {
294 byte tmp[] = randomByteArray(gCount);
295 byte tmp2[] = new byte[gCount];
    [all...]
  /external/skia/tests/
LayerRasterizerTest.cpp 26 gCount++;
31 gCount--;
34 static int GetCount() { return gCount; }
39 static int gCount;
44 int DummyRasterizer::gCount;
  /external/icu/icu4c/source/test/perf/collationperf/
collperf.cpp 214 int gCount;
281 gCount++;
288 gCount++;
298 gCount++;
308 gCount++;
316 gCount++;
324 gCount++;
332 gCount++;
470 gCount = 0;
512 gCount++
    [all...]
  /device/generic/goldfish/camera/fake-pipeline2/
Sensor.cpp 441 uint32_t rCount, gCount, bCount;
445 gCount = pixel[Scene::Gr] * scale64x;
449 *px++ = gCount < 255*64 ? gCount / 64 : 255;
471 uint32_t rCount, gCount, bCount;
475 gCount = pixel[Scene::Gr] * scale64x;
479 *px++ = gCount < 255*64 ? gCount / 64 : 255;
518 int32_t rCount, gCount, bCount;
523 gCount = pixel[Scene::Gr] * scale64x
    [all...]
  /external/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/
CollationPerformanceTest.java 311 int gCount = 0;
344 gCount++;
375 gCount++;
410 gCount ++;
413 gCount++;
448 gCount ++;
451 gCount++;
469 int ns = (int)((float)(1000000) * (float)elapsedTime / (float)gCount);
471 System.out.println("binary search: total # of string compares = " + gCount);
472 System.out.println("binary search: compares per loop = " + gCount / loops)
    [all...]
  /frameworks/base/libs/androidfw/
Asset.cpp 52 static int32_t gCount = 0;
59 gCount++;
70 ALOGI("Creating Asset %p #%d\n", asset, gCount);
77 gCount--;
93 ALOGI("Destroying Asset in %p #%d\n", asset, gCount);
100 return gCount;
AssetManager.cpp 71 static volatile int32_t gCount = 0;
135 return gCount;
140 int count = android_atomic_inc(&gCount) + 1;
148 int count = android_atomic_dec(&gCount);
    [all...]
ResourceTypes.cpp     [all...]

Completed in 529 milliseconds