HomeSort by relevance Sort by last modified time
    Searched refs:DebugLog (Results 1 - 25 of 34) sorted by null

1 2

  /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!");
  /device/linaro/bootloader/edk2/OvmfPkg/QemuVideoDxe/
VbeShim.asm 23 %macro DebugLog 1
58 DebugLog StrUnkownFunction
70 DebugLog StrEnterGetInfo
97 DebugLog StrEnterGetModeInfo
102 DebugLog StrUnkownMode
160 DebugLog StrEnterSetMode
164 DebugLog StrUnkownMode
190 DebugLog StrEnterGetMode
196 DebugLog StrGetPmCapabilities
201 DebugLog StrReadEdid
    [all...]
  /system/connectivity/wificond/scanning/offload/
scan_stats.h 43 void DebugLog();
scan_stats.cpp 91 void NativeScanStats::DebugLog() {
  /system/connectivity/wificond/scanning/
scan_result.h 49 void DebugLog();
scan_result.cpp 106 void NativeScanResult::DebugLog() {
  /external/libvncserver/libvncclient/
h264.c 58 #define DebugLog(A) rfbClientLog A
60 #define DebugLog(A)
70 DebugLog(("%s:%s:%d success\n", __func__, func, __LINE__)); \
114 DebugLog(("Framebuffer update with H264 (x: %d, y: %d, w: %d, h: %d)\n", rx, ry, rw, rh));
128 DebugLog(("Reading %d bytes of frame data (type: %d)\n", hdr.nBytes, hdr.slice_type));
154 DebugLog((" decoding %d bytes of H.264 data\n", hdr.nBytes));
158 DebugLog((" updating rectangle (%d, %d)-(%d, %d)\n", rx, ry, rw, rh));
256 DebugLog(("%s: va_surface_id[%d] = %p\n", __FUNCTION__, i, va_surface_id[i]));
262 DebugLog(("%s: VA context created (id: %d)\n", __FUNCTION__, va_context_id));
276 DebugLog(("%s: called for frame of %d bytes (%dx%d) slice_type=%d\n", __FUNCTION__, framesize, width, heigh (…)
    [all...]
  /system/connectivity/wificond/net/
nl80211_packet.h 158 void DebugLog() const;

Completed in 185 milliseconds

1 2