OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:logMsg
(Results
1 - 8
of
8
) sorted by null
/dalvik/libdex/
SysUtil.h
114
int sysWriteFully(int fd, const void* buf, size_t count, const char*
logMsg
);
SysUtil.cpp
391
int sysWriteFully(int fd, const void* buf, size_t count, const char*
logMsg
)
397
LOGE("%s: write failed: %s",
logMsg
, strerror(err));
401
logMsg
, (int) actual, count);
/packages/apps/Browser/tests/src/com/android/browser/
JNIBindingsTestApp.java
165
String
logMsg
= String.format("JS Alert '%s' received from %s", message, url);
166
Log.w(TAG,
logMsg
);
178
String
logMsg
= String.format("JS Confirmation '%s' received from %s",
180
Log.w(TAG,
logMsg
);
192
String
logMsg
= String.format("JS Prompt '%s' received from %s; " +
194
Log.w(TAG,
logMsg
);
PopularUrlsTest.java
160
String
logMsg
= String.format("JS Alert '%s' received from %s", message, url);
161
Log.w(TAG,
logMsg
);
173
String
logMsg
= String.format("JS Confirmation '%s' received from %s",
175
Log.w(TAG,
logMsg
);
187
String
logMsg
= String.format("JS Prompt '%s' received from %s; " +
189
Log.w(TAG,
logMsg
);
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
TrackerDataHelper.java
90
public void writeEntry(String tag, String
logMsg
) {
91
writeEntry(TrackerEntry.createEntry(tag,
logMsg
));
/external/apache-xml/src/main/java/org/apache/xalan/xslt/
EnvironmentCheck.java
176
// Note: many
logMsg
calls have # at the start to
178
logMsg
("# WARNING: Potential problems found in your environment!");
179
logMsg
("# Check any 'ERROR' items above against the Xalan FAQs");
180
logMsg
("# to correct potential problems with your classes/jars");
181
logMsg
("# http://xml.apache.org/xalan-j/faq.html");
188
logMsg
("# YAHOO! Your environment seems to be OK.");
253
logMsg
("# ERROR: writeEnvironmentReport called with null Hashtable");
259
logMsg
(
289
logMsg
(keyStr + "=" + h.get(keyStr));
294
logMsg
("Reading-" + key + "= threw: " + e.toString())
[
all
...]
/packages/apps/Mms/src/com/android/mms/ui/
ComposeMessageActivity.java
287
public static void log(String
logMsg
) {
293
logMsg
= "[" + tid + "] [" + methodName + "] " +
logMsg
;
294
Log.d(TAG,
logMsg
);
[
all
...]
/cts/tests/tests/provider/src/android/provider/cts/
CalendarTest.java
[
all
...]
Completed in 1557 milliseconds