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

  /frameworks/av/media/libstagefright/rtsp/
AAVCAssembler.cpp 209 size_t totalCount = 1;
221 ALOGV("sequence length %d", totalCount);
244 for (size_t i = 0; i <= totalCount; ++i) {
254 ++totalCount;
287 for (size_t i = 0; i < totalCount; ++i) {
290 ALOGV("piece #%d/%d", i + 1, totalCount);
  /external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/channels/
SourceChannelTest.java 174 long totalCount = 0;
184 totalCount += count;
185 } while (totalCount <= 10);
317 long totalCount = 0;
327 totalCount += count;
328 } while (totalCount != 10);
SinkChannelTest.java 87 int totalCount = 0;
91 totalCount += count;
93 } while (totalCount != BUFFER_SIZE && !isBlocking);
129 long totalCount = 0;
135 totalCount += count;
136 } while (totalCount != (THREAD_NUM * BUFFER_SIZE));
196 int totalCount = 0;
202 totalCount += count;
203 } while (totalCount != BUFFER_SIZE && !isBlocking);
293 int totalCount = 0
    [all...]
SocketChannelTest.java     [all...]
  /external/srec/tools/grxmlcompile/
vocab.cpp 228 int totalCount=0;
255 totalCount+=numPhonemes;
257 return totalCount;
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/geometry/
VertexDataManager.cpp 126 int totalCount = buffer->size() / attribs[i].stride();
127 staticBuffer->addRequiredSpace(spaceRequired(attribs[i], totalCount));
220 int totalCount = buffer->size() / attribs[i].stride();
223 streamOffset = writeAttributeData(staticBuffer, -startIndex, totalCount, attribs[i]);
  /libcore/luni/src/main/java/java/nio/
DatagramChannelImpl.java 308 int totalCount = FileChannelImpl.calculateTotalRemaining(targets, offset, length, true);
309 if (totalCount == 0) {
315 ByteBuffer readBuffer = ByteBuffer.allocate(totalCount);
SocketChannelImpl.java 274 int totalCount = FileChannelImpl.calculateTotalRemaining(targets, offset, length, true);
275 if (totalCount == 0) {
278 byte[] readArray = new byte[totalCount];
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
AlbumSetDataLoader.java 228 public int totalCount;
289 mTotalCount[pos] = info.totalCount;
370 info.totalCount = info.item.getTotalMediaItemCount();
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/logcat/
LogFilter.java 411 int totalCount = mNewMessages.size();
425 for (int i = 0 ; i < totalCount ; i++) {
440 totalCount = mTable.getItemCount();
441 if (totalCount > 0) {
442 mTable.showItem(mTable.getItem(totalCount-1));
462 totalCount = mTable.getItemCount();
465 + (mUnreadCount > totalCount ? totalCount : mUnreadCount)
  /packages/apps/Contacts/src/com/android/contacts/model/
EntityModifier.java 211 int totalCount = 0;
215 totalCount++;
223 typeCount.put(FREQUENCY_TOTAL, totalCount);
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
AlbumSetSlidingWindow.java 77 public int totalCount;
236 AlbumSetEntry entry, String title, int totalCount, int sourceType) {
238 || entry.totalCount != totalCount
245 int totalCount = mSource.getTotalCount(slotIndex);
255 if (isLabelChanged(entry, title, totalCount, sourceType)) {
257 entry.totalCount = totalCount;
266 slotIndex, title, totalCount, sourceType);
486 int slotIndex, String title, int totalCount, int sourceType)
    [all...]
  /sdk/attribute_stats/src/
Analyzer.java 407 int totalCount = 0;
409 totalCount += usage.count;
427 float percentage = 100 * usage.count/(float)totalCount;
  /frameworks/base/tools/aapt/
AaptAssets.cpp     [all...]
  /cts/tests/tests/text/src/android/text/cts/
TextUtilsTest.java     [all...]
  /frameworks/av/media/libstagefright/
MPEG4Writer.cpp     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
GraphicalEditorPart.java     [all...]
  /frameworks/base/media/java/android/media/
AudioService.java     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.runtime_3.6.0.v20100505.jar 
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.core.runtime_3.6.0.v20100505.jar 
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 
  /prebuilts/tools/common/guava-tools/
guava-10.0.1.jar 

Completed in 635 milliseconds