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

  /packages/apps/Gallery2/src/com/android/gallery3d/ingest/data/
MtpDeviceIndexRunnable.java 103 int numObjects = addAllObjects(bucketsTemp);
107 IngestObjectInfo[] mtpObjects = new IngestObjectInfo[numObjects];
108 int[] unifiedLookupIndex = new int[numObjects + numBuckets];
143 SortedMap<SimpleDate, List<IngestObjectInfo>> bucketsTemp, int numObjects) {
152 mIndex.onObjectIndexed(objectInfo, numObjects);
157 int numObjects = 0;
177 numObjects++;
178 addObject(new IngestObjectInfo(mtpObjectInfo), bucketsTemp, numObjects);
183 return numObjects;
  /frameworks/native/libs/binder/
Parcel.cpp 504 int numObjects = lastIndex - firstIndex + 1;
521 if (numObjects > 0) {
523 if (mObjectsCapacity < mObjectsSize + numObjects) {
524 size_t newSize = ((mObjectsSize + numObjects)*3)/2;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiObjectManagementTests.cpp     [all...]
  /prebuilts/tools/common/m2/repository/com/squareup/haha/haha/1.3/
haha-1.3.jar 

Completed in 552 milliseconds