Searched refs:DebugLog (Results 1 - 25 of 25) sorted by relevance

/external/replicaisland/src/com/replica/replicaisland/
H A DAllocationGuard.java30 DebugLog.e("AllocGuard", "An allocation of type " + this.getClass().getName()
H A DGameFlowEvent.java38 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);
H A DGameRenderer.java119 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);
H A DDiaryActivity.java41 DebugLog.d("Activity Transition", "Invocation Target Exception");
43 DebugLog.d("Activity Transition", "Illegal Access Exception");
H A DTextureLibrary.java108 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);
H A DAndouKun.java106 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
[all...]
H A DDebugLog.java21 public final class DebugLog { class
24 private DebugLog() { method in class:DebugLog
H A DDifficultyMenuActivity.java120 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");
H A DExtrasMenuActivity.java141 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");
H A DGLSurfaceView.java1093 DebugLog.i("GLThread", "starting tid=" + getId());
1146 DebugLog.i("GLThread", "releasing EGL surface because paused tid=" + getId());
1154 DebugLog.i("GLThread", "noticed surfaceView surface lost tid=" + getId());
1166 DebugLog.i("GLThread", "noticed surfaceView surface acquired tid=" + getId());
1231 DebugLog.i("GLThread", "waiting tid=" + getId());
1248 DebugLog.w("GLThread", "onSurfaceCreated");
1259 DebugLog.w("GLThread", "onSurfaceChanged(" + w + ", " + h + ")");
1268 DebugLog.w("GLThread", "onDrawFrame");
1294 DebugLog.i("GLThread", "egl surface lost tid=" + getId());
1344 DebugLog
[all...]
H A DGameOverActivity.java122 DebugLog.d("Activity Transition", "Invocation Target Exception");
124 DebugLog.d("Activity Transition", "Illegal Access Exception");
H A DConversationUtils.java81 DebugLog.e("LoadDialog", e.getStackTrace().toString());
H A DGame.java298 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");
H A DEventReporter.java106 DebugLog.d("Report Event", event.eventType + " " + response + ":" + connection.getURL().toString());
H A DGameThread.java85 DebugLog.d("Game Profile", "Average: " + averageFrameTime);
H A DAnimationPlayerActivity.java58 DebugLog.d("Activity Transition", "Invocation Target Exception");
60 DebugLog.d("Activity Transition", "Illegal Access Exception");
H A DFixedSizeArray.java250 DebugLog.d("FixedSizeArray", "No comparator specified for this type, using Arrays.sort().");
H A DLevelSystem.java191 DebugLog.d("LevelSystem", "Spawning Objects!");
H A DLevelSelectActivity.java262 DebugLog.d("Activity Transition", "Invocation Target Exception");
264 DebugLog.d("Activity Transition", "Illegal Access Exception");
H A DMainMenuActivity.java393 DebugLog.d("Activity Transition", "Invocation Target Exception");
395 DebugLog.d("Activity Transition", "Illegal Access Exception");
H A DLevelTree.java188 DebugLog.e("LevelTree", e.getStackTrace().toString());
H A DGrid.java337 DebugLog.i("Grid", "Using Hardware Buffers");
H A DGLErrorLogger.java50 DebugLog.d("GL ERROR", "Error: " + error + " (" + GLU.gluErrorString(error) + "): " + method);
H A DGameObjectFactory.java673 DebugLog.d("Sanity Check", "Outstanding game object allocations! ("
683 DebugLog.d("Sanity Check", "Outstanding "
/external/chromium_org/third_party/libjingle/source/talk/examples/call/
H A Dcall_main.cc56 class DebugLog : public sigslot::has_slots<> { class in inherits:sigslot::has_slots
58 DebugLog() : function in class:DebugLog
179 static DebugLog debug_log_;
483 pump.client()->SignalLogInput.connect(&debug_log_, &DebugLog::Input);
484 pump.client()->SignalLogOutput.connect(&debug_log_, &DebugLog::Output);

Completed in 397 milliseconds