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

  /cts/tests/tests/content/src/android/content/pm/cts/
FeatureGroupInfoTest.java 131 final int bCount = b != null ? b.length : 0;
132 final int N = Math.min(aCount, bCount);
139 return Integer.compare(aCount, bCount);
  /libcore/luni/src/main/java/java/math/
BitLevel.java 64 int bCount = 0;
73 bCount += Integer.bitCount(val.digits[i]);
77 bCount += Integer.bitCount(-val.digits[i]);
79 bCount += Integer.bitCount(~val.digits[i]);
82 bCount = (val.numberLength << 5) - bCount;
84 return bCount;
  /external/emma/core/java12/com/vladium/emma/report/
ClassItem.java 147 final int bCount = lblocks.length;
148 data [0] += bCount;
150 for (int bID = 0; bID < bCount; ++ bID)
SrcFileItem.java 174 final int bCount = lblocks.length;
175 data [0] += bCount;
177 for (int bID = 0; bID < bCount; ++ bID)
  /device/generic/goldfish/camera/fake-pipeline2/
Sensor.cpp 436 uint32_t rCount, gCount, bCount;
441 bCount = pixel[Scene::B] * scale64x;
445 *px++ = bCount < 255*64 ? bCount / 64 : 255;
466 uint32_t rCount, gCount, bCount;
471 bCount = pixel[Scene::B] * scale64x;
475 *px++ = bCount < 255*64 ? bCount / 64 : 255;
510 int32_t rCount, gCount, bCount;
517 bCount = pixel[Scene::B] * scale64x
    [all...]
  /external/emma/lib/
emma.jar 
  /external/owasp/sanitizer/tools/emma/lib/
emma.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 273 milliseconds