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

  /external/replicaisland/src/com/replica/replicaisland/
BaseObject.java 23 * BaseObject. BaseObject also defines the interface for the object-wide system registry.
25 public abstract class BaseObject extends AllocationGuard {
28 public BaseObject() {
37 public void update(float timeDelta, BaseObject parent) {
MultiTouchFilter.java 22 BaseObject.sSystemRegistry.inputSystem.touchUp(id,
26 BaseObject.sSystemRegistry.inputSystem.touchDown(id,
Game.java 67 BaseObject.sSystemRegistry.openGLSystem = new OpenGLSystem(null);
69 BaseObject.sSystemRegistry.customToastSystem = new CustomToastSystem(context);
80 BaseObject.sSystemRegistry.contextParameters = params;
91 BaseObject.sSystemRegistry.shortTermTextureLibrary = shortTermTextureLibrary;
95 BaseObject.sSystemRegistry.longTermTextureLibrary = longTermTextureLibrary;
98 BaseObject.sSystemRegistry.bufferLibrary = new BufferLibrary();
102 BaseObject.sSystemRegistry.soundSystem = new SoundSystem();
108 BaseObject.sSystemRegistry.inputSystem = input;
109 BaseObject.sSystemRegistry.registerForReset(input);
117 BaseObject.sSystemRegistry.inputGameInterface = inputInterface
    [all...]
GameThread.java 75 BaseObject.sSystemRegistry.renderSystem.swap(mRenderer, x, y);
105 SoundSystem sound = BaseObject.sSystemRegistry.soundSystem;
108 BaseObject.sSystemRegistry.inputSystem.releaseAllKeys();
122 BaseObject.sSystemRegistry.renderSystem.emptyQueues(mRenderer);
  /frameworks/base/core/tests/coretests/src/android/content/pm/
ParceledListSliceTest.java 98 List<BaseObject> list = new ArrayList<BaseObject>();
120 * Write a ParcelableListSlice that uses the BaseObject base class as the Creator.
124 private static <T extends BaseObject> void writeEvilParceledListSlice(Parcel dest, List<T> list) {
132 dest.writeString(BaseObject.class.getName());
141 public abstract static class BaseObject implements Parcelable {
156 * the possible exploit when unparceling an object with the BaseObject written as
159 public static final Creator<BaseObject> CREATOR = new Creator<BaseObject>() {
161 public BaseObject createFromParcel(Parcel source)
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/beanstalk/
response.py 6 class BaseObject(object):
43 class Response(BaseObject):
53 class ResponseMetadata(BaseObject):
60 class ApplicationDescription(BaseObject):
80 class ApplicationVersionDescription(BaseObject):
95 class AutoScalingGroup(BaseObject):
102 class ConfigurationOptionDescription(BaseObject):
126 class ConfigurationOptionSetting(BaseObject):
135 class ConfigurationSettingsDescription(BaseObject):
154 class EnvironmentDescription(BaseObject)
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]

Completed in 105 milliseconds