Searched defs:LOG_TAG (Results 76 - 100 of 788) sorted by relevance

1234567891011>>

/frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/forwarder/
H A DForwarder.java32 private static final String LOG_TAG = "Forwarder"; field in class:Forwarder
48 Log.i(LOG_TAG, "start(): Starting fowarder on port: " + mPort);
53 Log.e(LOG_TAG, "mPort=" + mPort, e);
68 Log.w(LOG_TAG, "mPort=" + mPort, e);
82 Log.e(LOG_TAG, "mPort=" + mPort, e);
88 Log.e(LOG_TAG, "mPort=" + mPort, e);
129 Log.e(LOG_TAG, "mPort=" + mPort, e);
/frameworks/base/tests/RenderScriptTests/Fountain/src/com/example/android/rs/fountain/
H A DFountain.java42 private static final String LOG_TAG = "libRS_jni"; field in class:Fountain
89 Log.v(LOG_TAG, message);
/frameworks/base/tests/RenderScriptTests/FountainFbo/src/com/example/android/rs/fountainfbo/
H A DFountainFbo.java24 private static final String LOG_TAG = "libRS_jni"; field in class:FountainFbo
61 Log.v(LOG_TAG, message);
/frameworks/base/tests/RenderScriptTests/Fountain_v11/src/com/android/fountain/
H A DFountain_v11.java43 private static final String LOG_TAG = "libRS_jni"; field in class:Fountain_v11
90 Log.v(LOG_TAG, message);
/frameworks/base/tests/RenderScriptTests/tests/src/com/android/rs/test/
H A DRSTest.java42 private static final String LOG_TAG = "RSTest"; field in class:RSTest
86 Log.v(LOG_TAG, message);
/frameworks/base/tests/RenderScriptTests/tests_v11/src/com/android/rs/test/
H A DRSTest_v11.java43 private static final String LOG_TAG = "libRS_jni"; field in class:RSTest_v11
79 Log.v(LOG_TAG, message);
/frameworks/base/tests/RenderScriptTests/tests_v14/src/com/android/rs/test/
H A DRSTest_v14.java42 private static final String LOG_TAG = "RSTest_v14"; field in class:RSTest_v14
86 Log.v(LOG_TAG, message);
/frameworks/base/voip/jni/rtp/
H A DRtpStream.cpp26 #define LOG_TAG "RtpStream" macro
/frameworks/native/cmds/dumpsys/
H A Ddumpsys.cpp6 #define LOG_TAG "dumpsys" macro
/frameworks/native/libs/binder/
H A DIPermissionController.cpp17 #define LOG_TAG "PermissionController" macro
/frameworks/native/libs/gui/
H A DISurface.cpp17 #define LOG_TAG "ISurface" macro
/frameworks/native/libs/gui/tests/
H A DBufferQueue_test.cpp17 #define LOG_TAG "BufferQueue_test" macro
/frameworks/native/libs/ui/
H A DGraphicBufferMapper.cpp17 #define LOG_TAG "GraphicBufferMapper" macro
/frameworks/native/libs/utils/
H A DTrace.cpp17 #define LOG_TAG "Trace" macro
/frameworks/native/opengl/tests/EGLTest/
H A Degl_cache_test.cpp17 #define LOG_TAG "EGL_test" macro
/frameworks/native/opengl/tests/gralloc/
H A Dgralloc.cpp18 #define LOG_TAG "StopWatch" macro
/frameworks/native/services/powermanager/
H A DIPowerManager.cpp17 #define LOG_TAG "IPowerManager" macro
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCsimFileHandler.java31 static final String LOG_TAG = "RIL_CsimFH"; field in class:CsimFileHandler
64 Log.d(LOG_TAG, msg);
69 Log.e(LOG_TAG, msg);
H A DUsimFileHandler.java31 static final String LOG_TAG = "RIL_UsimFH"; field in class:UsimFileHandler
80 Log.d(LOG_TAG, msg);
85 Log.e(LOG_TAG, msg);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DRuimPhoneBookInterfaceManager.java34 static final String LOG_TAG = "CDMA"; field in class:RuimPhoneBookInterfaceManager
49 Log.e(LOG_TAG, "Error while finalizing:", throwable);
51 if(DBG) Log.d(LOG_TAG, "RuimPhoneBookInterfaceManager finalized");
76 Log.d(LOG_TAG, "[RuimPbInterfaceManager] " + msg);
80 Log.e(LOG_TAG, "[RuimPbInterfaceManager] " + msg);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DSIMFileHandler.java31 static final String LOG_TAG = "GSM"; field in class:SIMFileHandler
74 Log.e(LOG_TAG, "Error: EF Path being returned in null");
81 Log.d(LOG_TAG, "[SIMFileHandler] " + msg);
86 Log.e(LOG_TAG, "[SIMFileHandler] " + msg);
H A DSimPhoneBookInterfaceManager.java34 static final String LOG_TAG = "GSM"; field in class:SimPhoneBookInterfaceManager
49 Log.e(LOG_TAG, "Error while finalizing:", throwable);
51 if(DBG) Log.d(LOG_TAG, "SimPhoneBookInterfaceManager finalized");
75 Log.d(LOG_TAG, "[SimPbInterfaceManager] " + msg);
79 Log.e(LOG_TAG, "[SimPbInterfaceManager] " + msg);
H A DSpnOverride.java38 static final String LOG_TAG = "GSM"; field in class:SpnOverride
63 Log.w(LOG_TAG, "Can't open " +
88 Log.w(LOG_TAG, "Exception in spn-conf parser " + e);
90 Log.w(LOG_TAG, "Exception in spn-conf parser " + e);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ims/
H A DIsimFileHandler.java31 static final String LOG_TAG = "RIL_IsimFH"; field in class:IsimFileHandler
51 Log.d(LOG_TAG, msg);
56 Log.e(LOG_TAG, msg);
/frameworks/rs/cpp/
H A DBaseObj.cpp17 #define LOG_TAG "libRS_cpp" macro

Completed in 316 milliseconds

1234567891011>>