Searched refs:mObjects (Results 1 - 6 of 6) sorted by relevance

/external/replicaisland/src/com/replica/replicaisland/
H A DObjectManager.java29 private FixedSizeArray<BaseObject> mObjects; field in class:ObjectManager
35 mObjects = new FixedSizeArray<BaseObject>(DEFAULT_ARRAY_SIZE);
42 mObjects = new FixedSizeArray<BaseObject>(arraySize);
50 final int count = mObjects.getCount();
52 BaseObject object = mObjects.get(i);
63 mObjects.add(object);
74 mObjects.remove(object, true);
83 final int count = mObjects.getCount();
85 final Object[] objectArray = mObjects.getArray();
94 return mObjects;
[all...]
H A DGameObjectCollisionSystem.java42 FixedSizeArray<CollisionVolumeRecord> mObjects; field in class:GameObjectCollisionSystem
50 mObjects = new FixedSizeArray<CollisionVolumeRecord>(MAX_COLLIDING_OBJECTS);
51 mObjects.setComparator(sCollisionVolumeComparator);
52 //mObjects.setSorter(new ShellSorter<CollisionVolumeRecord>());
58 final int count = mObjects.getCount();
61 mRecordPool.release(mObjects.get(x));
63 mObjects.clear();
95 mObjects.add(record);
102 mObjects.sort(true);
104 final int count = mObjects
[all...]
/external/chromium_org/third_party/codesighs/
H A Dmsdump2symdb.c176 MSDump_Object* mObjects; member in struct:__struct_MSDump_Container
383 growth = realloc(inContainer->mObjects, (inContainer->mObjectCount + 1) * sizeof(MSDump_Object));
389 inContainer->mObjects = growth;
390 memset(inContainer->mObjects + index, 0, sizeof(MSDump_Object));
392 inContainer->mObjects[index].mObject = dup;
402 inContainer->mReadState.mCurrentObject = inContainer->mObjects + index;
681 for(sectionLoop = 0; sectionLoop < inContainer->mObjects[objectLoop].mSectionCount; sectionLoop++)
683 for(symbolLoop = 0; symbolLoop < inContainer->mObjects[objectLoop].mSections[sectionLoop].mSymbolCount; symbolLoop++)
685 CLEANUP(inContainer->mObjects[objectLoop].mSections[sectionLoop].mSymbols[symbolLoop].mName);
687 inContainer->mObjects[objectLoo
[all...]
H A Dmaptsvdifftool.c184 ObjectStats* mObjects; member in struct:__struct_SegmentStats
529 if(0 == strcmp(object, theSegment->mObjects[objectIndex].mObject))
539 moved = realloc(theSegment->mObjects, sizeof(ObjectStats) * (1 + theSegment->mObjectCount));
542 theSegment->mObjects = (ObjectStats*)moved;
544 memset(theSegment->mObjects + objectIndex, 0, sizeof(ObjectStats));
546 theSegment->mObjects[objectIndex].mObject = strdup(object);
547 if(NULL == theSegment->mObjects[objectIndex].mObject)
563 theObject = (theSegment->mObjects + objectIndex);
717 theObject = theSegment->mObjects + objectLoop;
858 theObject = theSegment->mObjects
[all...]
H A Dmsmap2tsv.c86 ** mObjects A list of objects containing said symbol.
91 char** mObjects; member in struct:__struct_SymDB_Size
617 moved = realloc(dbSize->mObjects, sizeof(char*) * (dbSize->mObjectCount + 1));
622 dbSize->mObjects = (char**)moved;
623 dbSize->mObjects[dbSize->mObjectCount] = dbObject;
699 CLEANUP((*inDB)->mSymbols[symLoop].mSections[secLoop].mSizes[sizLoop].mObjects[objLoop]);
701 CLEANUP((*inDB)->mSymbols[symLoop].mSections[secLoop].mSizes[sizLoop].mObjects);
824 if(NULL != strstr(size->mObjects[objLoop], mapObject))
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 231 milliseconds