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

  /external/replicaisland/src/com/replica/replicaisland/
ChangeComponentsComponent.java 122 final int addCount = mComponentsToInsert.getCount();
123 for (int x = 0; x < addCount; x++) {
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
SmsMessageBodyTest.java 270 int addCount = len - sb.length();
271 int endPos = (asciiCharsLen - startPos > addCount) ?
272 (startPos + addCount) : asciiCharsLen;
304 int addCount = len - sb.length();
305 int endPos = (unicodeCharsLen - startPos > addCount) ?
306 (startPos + addCount) : unicodeCharsLen;
  /external/llvm/include/llvm/Support/
GCOV.h 193 void addCount(uint64_t N) { Counter = N; }
  /external/llvm/lib/VMCore/
GCOV.cpp 108 Blocks[i]->addCount(Buff.readInt64());
  /external/webkit/Source/WebCore/rendering/
RenderLayer.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 

Completed in 186 milliseconds