Searched refs:LOG (Results 1 – 6 of 6) sorted by relevance
/packages/screensavers/Basic/src/com/android/dreams/basic/ |
D | Colors.java | 36 public static void LOG(String fmt, Object... args) { in LOG() method in Colors 77 LOG("onSurfaceTextureAvailable(%s, %d, %d)", surface, width, height); in onSurfaceTextureAvailable() 94 LOG("onSurfaceTextureSizeChanged(%s, %d, %d)", surface, width, height); in onSurfaceTextureSizeChanged() 108 LOG("onSurfaceTextureDestroyed(%s)", surface); in onSurfaceTextureDestroyed() 124 LOG("Error while waiting for renderer", e); in onSurfaceTextureDestroyed() 132 LOG("onSurfaceTextureUpdated(%s)", surface); in onSurfaceTextureUpdated()
|
D | ColorsGLRenderer.java | 52 private static void LOG(String fmt, Object... args) { in LOG() method in ColorsGLRenderer 122 LOG("frame %d fps=%d", mFrameNum, fps); in doFrame() 125 LOG("JANK! (%d ms)", dt); in doFrame()
|
/packages/apps/DeskClock/src/com/android/deskclock/ |
D | AlarmAlertFullScreen.java | 52 private final boolean LOG = true; field in AlarmAlertFullScreen 76 if (LOG) { 110 if (LOG) { in onCreate() 166 if (LOG) { in updateLayout() 195 if (LOG) { in snooze() 259 if (LOG) { in dismiss() 285 if (LOG) Log.v("AlarmAlert.OnNewIntent()"); in onNewIntent() 294 if (LOG) { in onConfigurationChanged() 304 if (LOG) { in onResume() 323 if (LOG) Log.v("AlarmAlertFullScreen.onDestroy()"); in onDestroy() [all …]
|
/packages/apps/Gallery2/jni/filters/ |
D | filters.h | 36 #define LOG(msg...) __android_log_print(ANDROID_LOG_VERBOSE, "NativeFilters", msg) macro
|
/packages/apps/MusicFX/src/com/android/musicfx/ |
D | Compatibility.java | 50 private final static boolean LOG = Log.isLoggable(TAG, Log.DEBUG); field in Compatibility 240 if (LOG) { in log()
|
/packages/apps/Browser/src/com/android/browser/ |
D | Tab.java | 950 case LOG:
|