/external/replicaisland/src/com/replica/replicaisland/ |
AllocationGuard.java | 30 DebugLog.e("AllocGuard", "An allocation of type " + this.getClass().getName()
|
GameFlowEvent.java | 38 DebugLog.d("GameFlowEvent", "Post Game Flow Event: " + event + ", " + index); 48 DebugLog.d("GameFlowEvent", "Execute Immediate Game Flow Event: " + event + ", " + index); 58 DebugLog.d("GameFlowEvent", "Execute Game Flow Event: " + mEventCode + ", " + mDataIndex);
|
GameRenderer.java | 119 DebugLog.i("Graphics Support", version + " (" + renderer + "): " +(supportsDrawTexture ? "draw texture," : "") + (supportsVBOs ? "vbos" : "")); 145 DebugLog.d("AndouKun", "Textures Loaded."); 152 DebugLog.d("AndouKun", "Textures Unloaded."); 159 DebugLog.d("AndouKun", "Buffers Created."); 166 DebugLog.d("AndouKun", "Buffers Released."); 252 DebugLog.d("Render Profile", 267 DebugLog.d("AndouKun", "Surface Size Change: " + w + ", " + h);
|
DiaryActivity.java | 41 DebugLog.d("Activity Transition", "Invocation Target Exception"); 43 DebugLog.d("Activity Transition", "Illegal Access Exception");
|
TextureLibrary.java | 108 DebugLog.d("Texture Delete", "GLError: " + error + " (" + GLU.gluErrorString(error) + "): " + mTextureHash[x].resource); 136 DebugLog.d("Texture Load 1", "GLError: " + error + " (" + GLU.gluErrorString(error) + "): " + texture.resource); 147 DebugLog.d("Texture Load 2", "GLError: " + error + " (" + GLU.gluErrorString(error) + "): " + texture.resource); 177 DebugLog.d("Texture Load 3", "GLError: " + error + " (" + GLU.gluErrorString(error) + "): " + texture.resource); 198 DebugLog.d("Texture Load 4", "GLError: " + error + " (" + GLU.gluErrorString(error) + "): " + texture.resource);
|
AndouKun.java | 106 DebugLog.setDebugLogging(true); 108 DebugLog.setDebugLogging(false); 111 DebugLog.d("AndouKun", "onCreate"); 249 DebugLog.d("AndouKun", "onDestroy()"); 267 DebugLog.d("AndouKun", "onPause"); 293 DebugLog.setDebugLogging(true); 295 DebugLog.setDebugLogging(false); 298 DebugLog.d("AndouKun", "onResume"); 569 DebugLog.d("Activity Transition", "Invocation Target Exception"); 571 DebugLog.d("Activity Transition", "Illegal Access Exception") [all...] |
DebugLog.java | 21 public final class DebugLog { 24 private DebugLog() {
|
DifficultyMenuActivity.java | 120 DebugLog.d("Activity Transition", "Invocation Target Exception"); 122 DebugLog.d("Activity Transition", "Illegal Access Exception"); 153 DebugLog.d("Activity Transition", "Invocation Target Exception"); 155 DebugLog.d("Activity Transition", "Illegal Access Exception");
|
ExtrasMenuActivity.java | 141 DebugLog.d("Activity Transition", "Invocation Target Exception"); 143 DebugLog.d("Activity Transition", "Illegal Access Exception"); 216 DebugLog.d("Activity Transition", "Invocation Target Exception"); 218 DebugLog.d("Activity Transition", "Illegal Access Exception");
|
GLSurfaceView.java | [all...] |
GameOverActivity.java | 122 DebugLog.d("Activity Transition", "Invocation Target Exception"); 124 DebugLog.d("Activity Transition", "Illegal Access Exception");
|
ConversationUtils.java | 81 DebugLog.e("LoadDialog", e.getStackTrace().toString());
|
Game.java | 298 DebugLog.d("AndouKun", "Restarting..."); 373 DebugLog.d("AndouKun", "Start!"); 386 DebugLog.d("AndouKun", "Stop!"); 471 DebugLog.d("AndouKun", "Surface Ready"); 488 DebugLog.d("AndouKun", "Surface Lost"); 498 DebugLog.d("AndouKun", "Surface Created");
|
EventReporter.java | 106 DebugLog.d("Report Event", event.eventType + " " + response + ":" + connection.getURL().toString());
|
GameThread.java | 85 DebugLog.d("Game Profile", "Average: " + averageFrameTime);
|
AnimationPlayerActivity.java | 58 DebugLog.d("Activity Transition", "Invocation Target Exception"); 60 DebugLog.d("Activity Transition", "Illegal Access Exception");
|
FixedSizeArray.java | 250 DebugLog.d("FixedSizeArray", "No comparator specified for this type, using Arrays.sort().");
|
LevelSystem.java | 191 DebugLog.d("LevelSystem", "Spawning Objects!");
|
LevelSelectActivity.java | 262 DebugLog.d("Activity Transition", "Invocation Target Exception"); 264 DebugLog.d("Activity Transition", "Illegal Access Exception");
|
MainMenuActivity.java | 393 DebugLog.d("Activity Transition", "Invocation Target Exception"); 395 DebugLog.d("Activity Transition", "Illegal Access Exception");
|
LevelTree.java | 188 DebugLog.e("LevelTree", e.getStackTrace().toString());
|
Grid.java | 337 DebugLog.i("Grid", "Using Hardware Buffers");
|
GLErrorLogger.java | 50 DebugLog.d("GL ERROR", "Error: " + error + " (" + GLU.gluErrorString(error) + "): " + method);
|
GameObjectFactory.java | 673 DebugLog.d("Sanity Check", "Outstanding game object allocations! (" 683 DebugLog.d("Sanity Check", "Outstanding " [all...] |