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

1 2

  /external/tensorflow/tensorflow/lite/experimental/micro/bluepill/
debug_log.cc 20 extern "C" void DebugLog(const char* s) {
  /external/tensorflow/tensorflow/lite/experimental/micro/
debug_log.h 21 extern "C" void DebugLog(const char* s);
debug_log.cc 16 // Reference implementation of the DebugLog() function that's required for a
41 extern "C" void DebugLog(const char* s) { fprintf(stderr, "%s", s); }
micro_error_reporter.cc 32 DebugLog(output_cache);
38 DebugLog(va_arg(args, char*));
47 DebugLog(output_cache);
54 DebugLog(output_cache);
57 DebugLog("\n");
debug_log_numbers.cc 17 // calling the main DebugLog(char*) function. These are separated into a
19 // of DebugLog() and then get the numerical variations without requiring any
166 DebugLog(number_string);
172 DebugLog(number_string);
178 DebugLog(number_string);
184 DebugLog(number_string);
  /external/tensorflow/tensorflow/lite/experimental/micro/ecm3531/
debug_log.cc 20 extern "C" void DebugLog(const char* s) { EtaCspIoPrintf("%s", s); }
  /external/tensorflow/tensorflow/lite/experimental/micro/riscv32_mcu/
debug_log.cc 12 // TODO(b/121324430): Add test for DebugLog fuctions
18 extern "C" void DebugLog(const char* s) { puts(s); }
  /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());
  /external/tensorflow/tensorflow/lite/experimental/micro/mbed/
debug_log.cc 21 extern "C" void DebugLog(const char* s) {
  /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...]
  /external/tensorflow/tensorflow/lite/kernels/
op_macros.h 26 DebugLog(x); \
  /external/tensorflow/tensorflow/lite/experimental/micro/examples/micro_speech/apollo3/
_main.c 28 void DebugLog(const char* s) { am_util_stdio_printf("%s", s); }

Completed in 1753 milliseconds

1 2