Searched refs:LOG_TAG (Results 1 - 25 of 1436) sorted by relevance

1234567891011>>

/frameworks/rs/
H A DrsUtils.h22 #define LOG_TAG "RenderScript" macro
H A DrsFallbackAdaptation.cpp23 #undef LOG_TAG macro
24 #define LOG_TAG "RenderScript Graphics Fallback" macro
/frameworks/compile/libbcc/lib/
H A DLog.h20 #ifndef LOG_TAG
21 # define LOG_TAG "bcc" macro
H A DAssert.h34 #ifndef LOG_TAG
35 # define LOG_TAG "bcc" macro
/frameworks/base/media/mca/filterfw/native/base/
H A Dlogging.h22 #define LOG_FRAME(...) if (LOG_EVERY_FRAME) __android_log_print(ANDROID_LOG_VERBOSE, LOG_TAG, __VA_ARGS__)
24 #define LOG_TAG "MCA" macro
/frameworks/base/core/java/android/gesture/
H A DGestureConstants.java25 static final String LOG_TAG = "Gestures"; field in interface:GestureConstants
/frameworks/base/core/tests/coretests/src/android/util/
H A DLogTest.java31 private static final String LOG_TAG = "LogTest"; field in class:LogTest
49 Assert.assertFalse(Log.isLoggable(LOG_TAG, Log.VERBOSE));
50 Assert.assertFalse(Log.isLoggable(LOG_TAG, Log.DEBUG));
51 Assert.assertTrue(Log.isLoggable(LOG_TAG, Log.INFO));
52 Assert.assertTrue(Log.isLoggable(LOG_TAG, Log.WARN));
53 Assert.assertTrue(Log.isLoggable(LOG_TAG, Log.ERROR));
54 Assert.assertTrue(Log.isLoggable(LOG_TAG, Log.ASSERT));
60 Assert.assertTrue(Log.isLoggable(LOG_TAG, Log.VERBOSE));
61 Assert.assertTrue(Log.isLoggable(LOG_TAG, Log.DEBUG));
62 Assert.assertTrue(Log.isLoggable(LOG_TAG, Lo
[all...]
/frameworks/rs/cpp/
H A DrsCppInternal.h21 #define LOG_TAG "rsC++" macro
34 #undef LOG_TAG macro
38 #define LOG_TAG "rsC++" macro
/frameworks/base/core/jni/include/android_runtime/
H A DLog.h29 #define LOGV_EX(env, ...) LOG_EX(env, LOG_VERBOSE, LOG_TAG, ##__VA_ARGS__)
30 #define LOGD_EX(env, ...) LOG_EX(env, LOG_DEBUG, LOG_TAG, ##__VA_ARGS__)
31 #define LOGI_EX(env, ...) LOG_EX(env, LOG_INFO, LOG_TAG, ##__VA_ARGS__)
32 #define LOGW_EX(env, ...) LOG_EX(env, LOG_WARN, LOG_TAG, ##__VA_ARGS__)
33 #define LOGE_EX(env, ...) LOG_EX(env, LOG_ERROR, LOG_TAG, ##__VA_ARGS__)
/frameworks/base/packages/WAPPushManager/tests/src/com/android/smspush/unitTests/
H A DReceiverService.java31 private static final String LOG_TAG = "WAP PUSH"; field in class:ReceiverService
36 Log.d(LOG_TAG, "Receiver service created");
46 Log.d(LOG_TAG, "Receiver service started");
53 Log.d(LOG_TAG, "header:");
54 Log.d(LOG_TAG, HexDump.dumpHexString(header));
55 Log.d(LOG_TAG, "body:");
56 Log.d(LOG_TAG, HexDump.dumpHexString(body));
H A DDrmReceiver.java31 private static final String LOG_TAG = "WAP PUSH"; field in class:DrmReceiver
35 Log.d(LOG_TAG, "DrmReceiver received.");
43 Log.d(LOG_TAG, "header:");
44 Log.d(LOG_TAG, HexDump.dumpHexString(header));
45 Log.d(LOG_TAG, "body:");
46 Log.d(LOG_TAG, HexDump.dumpHexString(body));
H A DReceiverActivity.java30 private static final String LOG_TAG = "WAP PUSH"; field in class:ReceiverActivity
35 Log.d(LOG_TAG, "activity created!!");
44 Log.d(LOG_TAG, "header:");
45 Log.d(LOG_TAG, HexDump.dumpHexString(header));
46 Log.d(LOG_TAG, "body:");
47 Log.d(LOG_TAG, HexDump.dumpHexString(body));
/frameworks/ex/framesequence/jni/utils/
H A Dlog.h46 #ifndef LOG_TAG
47 #define LOG_TAG "RasterMill" macro
53 * Simplified macro to send a verbose log message using the current LOG_TAG.
59 #define ALOGV(...) ((void)ALOG(LOG_VERBOSE, LOG_TAG, __VA_ARGS__))
71 ? ((void)ALOG(LOG_VERBOSE, LOG_TAG, __VA_ARGS__)) \
77 * Simplified macro to send a debug log message using the current LOG_TAG.
80 #define ALOGD(...) ((void)ALOG(LOG_DEBUG, LOG_TAG, __VA_ARGS__))
86 ? ((void)ALOG(LOG_DEBUG, LOG_TAG, __VA_ARGS__)) \
91 * Simplified macro to send an info log message using the current LOG_TAG.
94 #define ALOGI(...) ((void)ALOG(LOG_INFO, LOG_TAG, __VA_ARGS_
[all...]
/frameworks/av/services/audioflinger/
H A DTypedLogger.cpp18 #define LOG_TAG "AudioFlinger" macro
/frameworks/av/media/libeffects/loudness/dsp/core/
H A Ddynamic_range_compression-inl.h19 #ifndef LOG_TAG
20 #define LOG_TAG NULL macro
/frameworks/base/media/tests/SoundPoolTest/src/com/android/
H A DSoundPoolTest.java39 private static final String LOG_TAG = "SoundPoolTest"; field in class:SoundPoolTest
84 if (DEBUG) Log.d(LOG_TAG, "Sample " + sampleId + " load status = " + status);
98 Log.e(LOG_TAG, "Unable to open resource");
131 if (DEBUG) Log.d(LOG_TAG, "Begin sounds test");
136 if (DEBUG) Log.d(LOG_TAG, "Start note " + id);
138 Log.e(LOG_TAG, "Error occurred starting note");
143 if (DEBUG) Log.d(LOG_TAG, "Stop note " + id);
146 if (DEBUG) Log.d(LOG_TAG, "End sounds test");
151 if (DEBUG) Log.d(LOG_TAG, "Begin scale test");
158 if (DEBUG) Log.d(LOG_TAG, "Star
[all...]
/frameworks/av/drm/libmediadrm/
H A DDrmPluginPath.cpp18 #define LOG_TAG "DrmPluginPath" macro
/frameworks/native/services/inputflinger/
H A DInputApplication.cpp17 #define LOG_TAG "InputApplication" macro
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DHbpcdUtils.java31 private static final String LOG_TAG = "HbpcdUtils"; field in class:HbpcdUtils
57 Rlog.d(LOG_TAG, "Query unresolved arbitrary table, entries are " + c2Counter);
61 Rlog.d(LOG_TAG, "Query Unresolved arbitrary returned the cursor " + c2);
66 Rlog.d(LOG_TAG, "MCC found in arbitrary_mcc_sid_match: " + tmpMcc);
88 Rlog.w(LOG_TAG, "something wrong, get more results for 1 conflict SID: " + c3);
90 if (DBG) Rlog.d(LOG_TAG, "Query conflict sid returned the cursor " + c3);
94 Rlog.d(LOG_TAG, "MCC found in mcc_lookup_table. Return tmpMcc = " + tmpMcc);
99 Rlog.d(LOG_TAG, "time zone is not accurate, mcc may be " + tmpMcc);
118 if (DBG) Rlog.d(LOG_TAG, "Query Range returned the cursor " + c5);
121 if (DBG) Rlog.d(LOG_TAG, "SI
[all...]
H A DCarrierInfoManager.java36 private static final String LOG_TAG = "CarrierInfoManager"; field in class:CarrierInfoManager
55 Log.i(LOG_TAG, "using values for mnc, mcc: " + mnc + "," + mcc);
57 Log.e(LOG_TAG, "Invalid networkOperator: " + networkOperator);
72 Log.d(LOG_TAG, "No rows found for keyType: " + keyType);
76 Log.e(LOG_TAG, "More than 1 row found for the keyType: " + keyType);
84 Log.e(LOG_TAG, "Bad arguments:" + e);
86 Log.e(LOG_TAG, "Query failed:" + e);
117 Log.i(LOG_TAG, "Inserting imsiEncryptionInfo into db");
120 Log.i(LOG_TAG, "Insert failed, updating imsiEncryptionInfo into db");
135 Log.d(LOG_TAG, "Erro
[all...]
/frameworks/base/tests/utils/SleepUtils/WakeLoopService/src/android/test/wakeuploop/
H A DWakeUpCall.java40 private static final String LOG_TAG = WakeUpCall.class.getSimpleName(); field in class:WakeUpCall
52 Log.d(LOG_TAG, String.format("incoming: interval = %d, max loop = %d, this loop = %d",
55 Log.e(LOG_TAG, "no valid loop count received, trying to stop service");
60 Log.e(LOG_TAG, "no valid wakeup interval received, trying to stop service");
65 Log.d(LOG_TAG, String.format("WakeLoop - iteration %d of %d", thisLoop, maxLoop));
69 Log.d(LOG_TAG, "reached max loop count, stopping service");
85 Log.d(LOG_TAG, "cancelling future alarms on request");
93 Log.e(LOG_TAG, "no stop service callback found, cannot stop");
100 Log.e(LOG_TAG, "ignored remoted exception while attempting to stop service", e);
109 PowerManager.ACQUIRE_CAUSES_WAKEUP, LOG_TAG);
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DCarrierTestOverride.java38 static final String LOG_TAG = "CarrierTestOverride"; field in class:CarrierTestOverride
80 Rlog.d(LOG_TAG, "reading spn from CarrierTestConfig file: " + spn);
83 Rlog.w(LOG_TAG, "No spn in CarrierTestConfig file ");
91 Rlog.d(LOG_TAG, "reading imsi from CarrierTestConfig file: " + imsi);
94 Rlog.w(LOG_TAG, "No imsi in CarrierTestConfig file ");
102 Rlog.d(LOG_TAG, "reading gid1 from CarrierTestConfig file: " + gid1);
105 Rlog.w(LOG_TAG, "No gid1 in CarrierTestConfig file ");
113 Rlog.d(LOG_TAG, "reading gid2 from CarrierTestConfig file: " + gid2);
116 Rlog.w(LOG_TAG, "No gid2 in CarrierTestConfig file ");
130 Rlog.d(LOG_TAG, "CarrierTestConfi
[all...]
/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
H A DQueryController.java31 private static final String LOG_TAG = QueryController.class.getSimpleName(); field in class:QueryController
33 private static final boolean DEBUG = Log.isLoggable(LOG_TAG, Log.DEBUG);
34 private static final boolean VERBOSE = Log.isLoggable(LOG_TAG, Log.VERBOSE);
76 Log.d(LOG_TAG, "Last text selection reported: " +
147 Log.d(LOG_TAG, "Searching: " + selector);
152 Log.e(LOG_TAG, "Cannot proceed when root node is null. Aborted search");
177 Log.e(LOG_TAG, "Got null root node from accessibility - Retrying...");
234 Log.d(LOG_TAG, "Container selector not found: " + selector.dumpToString(false));
243 Log.i(LOG_TAG, String.format(
249 Log.d(LOG_TAG, "Patter
[all...]
/frameworks/base/location/tests/locationtests/src/android/location/
H A DLocationManagerTest.java30 private static final String LOG_TAG = "LocationManagerTest"; field in class:LocationManagerTest
89 Log.i(LOG_TAG, "Input = " + (-80.075) + ", output = " + loc1);
93 Log.i(LOG_TAG, "Input = " + (-80.0) + ", output = " + loc1b);
97 Log.i(LOG_TAG, "Input = " + (-80.085) + ", output = " + loc2);
101 Log.i(LOG_TAG, "Input = " + (-80.085) + ", output = " + loc3);
105 Log.i(LOG_TAG, "Input = " + (-80.085) + ", output = " + loc4);
109 Log.i(LOG_TAG, "Input = 5:0.5, output = " + loc5);
112 Log.i(LOG_TAG, "loc5a = " + loc5a);
115 Log.i(LOG_TAG, "loc5b = " + loc5b);
117 Log.i(LOG_TAG, "minute
[all...]
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DGenerationRegistry.java35 private static final String LOG_TAG = "GenerationRegistry"; field in class:GenerationRegistry
62 Slog.e(LOG_TAG, "Error updating generation id", e);
82 Slog.i(LOG_TAG, "Exported index:" + index + " for key:"
88 Slog.e(LOG_TAG, "Error adding generation data", e);
107 Slog.e(LOG_TAG, "Error cleaning up for user", e);
124 Slog.e(LOG_TAG, "Created backing store " + mBackingStore);
127 Slog.e(LOG_TAG, "Error creating generation tracker", e);
138 Slog.e(LOG_TAG, "Destroyed backing store " + mBackingStore);
141 Slog.e(LOG_TAG, "Cannot close generation memory array", e);
154 Slog.i(LOG_TAG, "Free
[all...]

Completed in 757 milliseconds

1234567891011>>