Home
last modified time | relevance | path

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

12

/external/tensorflow/tensorflow/lite/experimental/micro/
Dmicro_error_reporter.cc32 DebugLog(output_cache); in DebugLogPrintf()
38 DebugLog(va_arg(args, char*)); in DebugLogPrintf()
47 DebugLog(output_cache); in DebugLogPrintf()
54 DebugLog(output_cache); in DebugLogPrintf()
57 DebugLog("\n"); in DebugLogPrintf()
Ddebug_log_numbers.cc166 DebugLog(number_string); in DebugLogInt32()
172 DebugLog(number_string); in DebugLogUInt32()
178 DebugLog(number_string); in DebugLogHex()
184 DebugLog(number_string); in DebugLogFloat()
Ddebug_log.h21 extern "C" void DebugLog(const char* s);
Ddebug_log.cc41 extern "C" void DebugLog(const char* s) { fprintf(stderr, "%s", s); } in DebugLog() function
/external/replicaisland/src/com/replica/replicaisland/
DAndouKun.java106 DebugLog.setDebugLogging(true); in onCreate()
108 DebugLog.setDebugLogging(false); in onCreate()
111 DebugLog.d("AndouKun", "onCreate"); in onCreate()
249 DebugLog.d("AndouKun", "onDestroy()"); in onDestroy()
267 DebugLog.d("AndouKun", "onPause"); in onPause()
293 DebugLog.setDebugLogging(true); in onResume()
295 DebugLog.setDebugLogging(false); in onResume()
298 DebugLog.d("AndouKun", "onResume"); in onResume()
569 DebugLog.d("Activity Transition", "Invocation Target Exception"); in onGameFlowEvent()
571 DebugLog.d("Activity Transition", "Illegal Access Exception"); in onGameFlowEvent()
[all …]
DGameRenderer.java119DebugLog.i("Graphics Support", version + " (" + renderer + "): " +(supportsDrawTexture ? "draw te… in onSurfaceCreated()
145 DebugLog.d("AndouKun", "Textures Loaded."); in loadTextures()
152 DebugLog.d("AndouKun", "Textures Unloaded."); in flushTextures()
159 DebugLog.d("AndouKun", "Buffers Created."); in loadBuffers()
166 DebugLog.d("AndouKun", "Buffers Released."); in flushBuffers()
252 DebugLog.d("Render Profile", in onDrawFrame()
267 DebugLog.d("AndouKun", "Surface Size Change: " + w + ", " + h); in onSurfaceChanged()
DGLSurfaceView.java1093 DebugLog.i("GLThread", "starting tid=" + getId()); in run()
1146DebugLog.i("GLThread", "releasing EGL surface because paused tid=" + getId()); in guardedRun()
1154DebugLog.i("GLThread", "noticed surfaceView surface lost tid=" + getId()); in guardedRun()
1166DebugLog.i("GLThread", "noticed surfaceView surface acquired tid=" + getId()); in guardedRun()
1231 DebugLog.i("GLThread", "waiting tid=" + getId()); in guardedRun()
1248 DebugLog.w("GLThread", "onSurfaceCreated"); in guardedRun()
1259 DebugLog.w("GLThread", "onSurfaceChanged(" + w + ", " + h + ")"); in guardedRun()
1268 DebugLog.w("GLThread", "onDrawFrame"); in guardedRun()
1294 DebugLog.i("GLThread", "egl surface lost tid=" + getId()); in guardedRun()
1344 DebugLog.i("GLThread", "surfaceCreated tid=" + getId()); in surfaceCreated()
[all …]
DGameFlowEvent.java38 DebugLog.d("GameFlowEvent", "Post Game Flow Event: " + event + ", " + index); in post()
48 DebugLog.d("GameFlowEvent", "Execute Immediate Game Flow Event: " + event + ", " + index); in postImmediate()
58 DebugLog.d("GameFlowEvent", "Execute Game Flow Event: " + mEventCode + ", " + mDataIndex); in run()
DTextureLibrary.java108DebugLog.d("Texture Delete", "GLError: " + error + " (" + GLU.gluErrorString(error) + "): " + mTex… in deleteAll()
136DebugLog.d("Texture Load 1", "GLError: " + error + " (" + GLU.gluErrorString(error) + "): " + text… in loadBitmap()
147DebugLog.d("Texture Load 2", "GLError: " + error + " (" + GLU.gluErrorString(error) + "): " + text… in loadBitmap()
177DebugLog.d("Texture Load 3", "GLError: " + error + " (" + GLU.gluErrorString(error) + "): " + text… in loadBitmap()
198DebugLog.d("Texture Load 4", "GLError: " + error + " (" + GLU.gluErrorString(error) + "): " + text… in loadBitmap()
DDifficultyMenuActivity.java120 DebugLog.d("Activity Transition", "Invocation Target Exception"); in onKeyDown()
122 DebugLog.d("Activity Transition", "Illegal Access Exception"); in onKeyDown()
153 DebugLog.d("Activity Transition", "Invocation Target Exception"); in onAnimationEnd()
155 DebugLog.d("Activity Transition", "Illegal Access Exception"); in onAnimationEnd()
DExtrasMenuActivity.java141 DebugLog.d("Activity Transition", "Invocation Target Exception"); in onKeyDown()
143 DebugLog.d("Activity Transition", "Illegal Access Exception"); in onKeyDown()
216 DebugLog.d("Activity Transition", "Invocation Target Exception"); in onAnimationEnd()
218 DebugLog.d("Activity Transition", "Illegal Access Exception"); in onAnimationEnd()
DDiaryActivity.java41 DebugLog.d("Activity Transition", "Invocation Target Exception");
43 DebugLog.d("Activity Transition", "Illegal Access Exception");
DGame.java298 DebugLog.d("AndouKun", "Restarting..."); in restartLevel()
373 DebugLog.d("AndouKun", "Start!"); in start()
386 DebugLog.d("AndouKun", "Stop!"); in stop()
471 DebugLog.d("AndouKun", "Surface Ready"); in onSurfaceReady()
488 DebugLog.d("AndouKun", "Surface Lost"); in onSurfaceLost()
498 DebugLog.d("AndouKun", "Surface Created"); in onSurfaceCreated()
DDebugLog.java21 public final class DebugLog { class
24 private DebugLog() { in DebugLog() method in DebugLog
DAllocationGuard.java30 DebugLog.e("AllocGuard", "An allocation of type " + this.getClass().getName() in AllocationGuard()
DAnimationPlayerActivity.java58 DebugLog.d("Activity Transition", "Invocation Target Exception"); in handleMessage()
60 DebugLog.d("Activity Transition", "Illegal Access Exception"); in handleMessage()
DGameOverActivity.java122 DebugLog.d("Activity Transition", "Invocation Target Exception");
124 DebugLog.d("Activity Transition", "Illegal Access Exception");
DConversationUtils.java81 DebugLog.e("LoadDialog", e.getStackTrace().toString()); in loadDialog()
/external/tensorflow/tensorflow/lite/experimental/micro/bluepill/
Ddebug_log.cc20 extern "C" void DebugLog(const char* s) { in DebugLog() function
/external/tensorflow/tensorflow/lite/experimental/micro/riscv32_mcu/
Ddebug_log.cc18 extern "C" void DebugLog(const char* s) { puts(s); } in DebugLog() function
/external/tensorflow/tensorflow/lite/experimental/micro/ecm3531/
Ddebug_log.cc20 extern "C" void DebugLog(const char* s) { EtaCspIoPrintf("%s", s); } in DebugLog() function
/external/tensorflow/tensorflow/lite/experimental/micro/mbed/
Ddebug_log.cc21 extern "C" void DebugLog(const char* s) { in DebugLog() function
/external/tensorflow/tensorflow/lite/kernels/
Dop_macros.h26 DebugLog(x); \
/external/tensorflow/tensorflow/lite/experimental/micro/examples/micro_speech/apollo3/
D_main.c28 void DebugLog(const char* s) { am_util_stdio_printf("%s", s); } in DebugLog() function
/external/tensorflow/tensorflow/lite/experimental/micro/testing/
Dbluepill.resc21 # These lines are needed to show the results of DebugLog calls in the output.

12