HomeSort by relevance Sort by last modified time
    Searched refs:msg (Results 276 - 300 of 11401) sorted by null

<<11121314151617181920>>

  /development/samples/browseable/RuntimePermissions/src/com.example.android.common.logger/
Log.java 60 * @param msg The actual message to be logged.
64 public static void println(int priority, String tag, String msg, Throwable tr) {
66 mLogNode.println(priority, tag, msg, tr);
76 * @param msg The actual message to be logged. The actual message to be logged.
78 public static void println(int priority, String tag, String msg) {
79 println(priority, tag, msg, null);
86 * @param msg The actual message to be logged.
90 public static void v(String tag, String msg, Throwable tr) {
91 println(VERBOSE, tag, msg, tr);
98 * @param msg The actual message to be logged
    [all...]
  /development/samples/browseable/ScreenCapture/src/com.example.android.common/logger/
Log.java 60 * @param msg The actual message to be logged.
64 public static void println(int priority, String tag, String msg, Throwable tr) {
66 mLogNode.println(priority, tag, msg, tr);
76 * @param msg The actual message to be logged. The actual message to be logged.
78 public static void println(int priority, String tag, String msg) {
79 println(priority, tag, msg, null);
86 * @param msg The actual message to be logged.
90 public static void v(String tag, String msg, Throwable tr) {
91 println(VERBOSE, tag, msg, tr);
98 * @param msg The actual message to be logged
    [all...]
  /development/samples/browseable/SlidingTabsBasic/src/com.example.android.common/logger/
Log.java 60 * @param msg The actual message to be logged.
64 public static void println(int priority, String tag, String msg, Throwable tr) {
66 mLogNode.println(priority, tag, msg, tr);
76 * @param msg The actual message to be logged. The actual message to be logged.
78 public static void println(int priority, String tag, String msg) {
79 println(priority, tag, msg, null);
86 * @param msg The actual message to be logged.
90 public static void v(String tag, String msg, Throwable tr) {
91 println(VERBOSE, tag, msg, tr);
98 * @param msg The actual message to be logged
    [all...]
  /development/samples/browseable/SlidingTabsColors/src/com.example.android.common/logger/
Log.java 60 * @param msg The actual message to be logged.
64 public static void println(int priority, String tag, String msg, Throwable tr) {
66 mLogNode.println(priority, tag, msg, tr);
76 * @param msg The actual message to be logged. The actual message to be logged.
78 public static void println(int priority, String tag, String msg) {
79 println(priority, tag, msg, null);
86 * @param msg The actual message to be logged.
90 public static void v(String tag, String msg, Throwable tr) {
91 println(VERBOSE, tag, msg, tr);
98 * @param msg The actual message to be logged
    [all...]
  /development/samples/browseable/StorageClient/src/com.example.android.common/logger/
Log.java 60 * @param msg The actual message to be logged.
64 public static void println(int priority, String tag, String msg, Throwable tr) {
66 mLogNode.println(priority, tag, msg, tr);
76 * @param msg The actual message to be logged. The actual message to be logged.
78 public static void println(int priority, String tag, String msg) {
79 println(priority, tag, msg, null);
86 * @param msg The actual message to be logged.
90 public static void v(String tag, String msg, Throwable tr) {
91 println(VERBOSE, tag, msg, tr);
98 * @param msg The actual message to be logged
    [all...]
  /development/samples/browseable/StorageProvider/src/com.example.android.common/logger/
Log.java 60 * @param msg The actual message to be logged.
64 public static void println(int priority, String tag, String msg, Throwable tr) {
66 mLogNode.println(priority, tag, msg, tr);
76 * @param msg The actual message to be logged. The actual message to be logged.
78 public static void println(int priority, String tag, String msg) {
79 println(priority, tag, msg, null);
86 * @param msg The actual message to be logged.
90 public static void v(String tag, String msg, Throwable tr) {
91 println(VERBOSE, tag, msg, tr);
98 * @param msg The actual message to be logged
    [all...]
  /development/samples/browseable/SwipeRefreshLayoutBasic/src/com.example.android.common/logger/
Log.java 60 * @param msg The actual message to be logged.
64 public static void println(int priority, String tag, String msg, Throwable tr) {
66 mLogNode.println(priority, tag, msg, tr);
76 * @param msg The actual message to be logged. The actual message to be logged.
78 public static void println(int priority, String tag, String msg) {
79 println(priority, tag, msg, null);
86 * @param msg The actual message to be logged.
90 public static void v(String tag, String msg, Throwable tr) {
91 println(VERBOSE, tag, msg, tr);
98 * @param msg The actual message to be logged
    [all...]
  /development/samples/browseable/SwipeRefreshListFragment/src/com.example.android.common/logger/
Log.java 60 * @param msg The actual message to be logged.
64 public static void println(int priority, String tag, String msg, Throwable tr) {
66 mLogNode.println(priority, tag, msg, tr);
76 * @param msg The actual message to be logged. The actual message to be logged.
78 public static void println(int priority, String tag, String msg) {
79 println(priority, tag, msg, null);
86 * @param msg The actual message to be logged.
90 public static void v(String tag, String msg, Throwable tr) {
91 println(VERBOSE, tag, msg, tr);
98 * @param msg The actual message to be logged
    [all...]
  /development/samples/browseable/SwipeRefreshMultipleViews/src/com.example.android.common/logger/
Log.java 60 * @param msg The actual message to be logged.
64 public static void println(int priority, String tag, String msg, Throwable tr) {
66 mLogNode.println(priority, tag, msg, tr);
76 * @param msg The actual message to be logged. The actual message to be logged.
78 public static void println(int priority, String tag, String msg) {
79 println(priority, tag, msg, null);
86 * @param msg The actual message to be logged.
90 public static void v(String tag, String msg, Throwable tr) {
91 println(VERBOSE, tag, msg, tr);
98 * @param msg The actual message to be logged
    [all...]
  /development/samples/browseable/SynchronizedNotifications/Application/src/com.example.android.common/logger/
Log.java 60 * @param msg The actual message to be logged.
64 public static void println(int priority, String tag, String msg, Throwable tr) {
66 mLogNode.println(priority, tag, msg, tr);
76 * @param msg The actual message to be logged. The actual message to be logged.
78 public static void println(int priority, String tag, String msg) {
79 println(priority, tag, msg, null);
86 * @param msg The actual message to be logged.
90 public static void v(String tag, String msg, Throwable tr) {
91 println(VERBOSE, tag, msg, tr);
98 * @param msg The actual message to be logged
    [all...]
  /development/samples/browseable/TextLinkify/src/com.example.android.common.logger/
Log.java 60 * @param msg The actual message to be logged.
64 public static void println(int priority, String tag, String msg, Throwable tr) {
66 mLogNode.println(priority, tag, msg, tr);
76 * @param msg The actual message to be logged. The actual message to be logged.
78 public static void println(int priority, String tag, String msg) {
79 println(priority, tag, msg, null);
86 * @param msg The actual message to be logged.
90 public static void v(String tag, String msg, Throwable tr) {
91 println(VERBOSE, tag, msg, tr);
98 * @param msg The actual message to be logged
    [all...]
  /development/samples/browseable/TextSwitcher/src/com.example.android.common.logger/
Log.java 60 * @param msg The actual message to be logged.
64 public static void println(int priority, String tag, String msg, Throwable tr) {
66 mLogNode.println(priority, tag, msg, tr);
76 * @param msg The actual message to be logged. The actual message to be logged.
78 public static void println(int priority, String tag, String msg) {
79 println(priority, tag, msg, null);
86 * @param msg The actual message to be logged.
90 public static void v(String tag, String msg, Throwable tr) {
91 println(VERBOSE, tag, msg, tr);
98 * @param msg The actual message to be logged
    [all...]
  /external/ppp/pppd/
session.h 59 * char** msg :
67 session_start(const int flags, const char* user, const char* passwd, const char* tty, char** msg);
70 #define session_auth(user, pass, tty, msg) \
71 session_start(SESS_AUTH, user, pass, tty, msg)
73 #define session_check(user, pass, tty, msg) \
74 session_start(SESS_ACCT, user, pass, tty, msg)
76 #define session_full(user, pass, tty, msg) \
77 session_start(SESS_ALL, user, pass, tty, msg)
  /external/python/cpython2/Doc/includes/
email-alternative.py 14 msg = MIMEMultipart('alternative') variable
15 msg['Subject'] = "Link"
16 msg['From'] = me
17 msg['To'] = you
40 msg.attach(part1)
41 msg.attach(part2)
47 s.sendmail(me, you, msg.as_string())
email-mime.py 11 msg = MIMEMultipart() variable
12 msg['Subject'] = 'Our family reunion'
15 msg['From'] = me
16 msg['To'] = COMMASPACE.join(family)
17 msg.preamble = 'Our family reunion'
26 msg.attach(img)
30 s.sendmail(me, family, msg.as_string())
  /external/python/cpython3/Doc/includes/
email-mime.py 11 msg = EmailMessage() variable
12 msg['Subject'] = 'Our family reunion'
15 msg['From'] = me
16 msg['To'] = ', '.join(family)
17 msg.preamble = 'Our family reunion'
24 msg.add_attachment(img_data, maintype='image',
29 s.send_message(msg)
  /frameworks/base/core/java/android/view/textclassifier/
Log.java 34 public static void d(String tag, String msg) {
35 Slog.d(tag, msg);
38 public static void w(String tag, String msg) {
39 Slog.w(tag, msg);
42 public static void e(String tag, String msg, Throwable tr) {
44 Slog.e(tag, msg, tr);
47 Slog.d(tag, String.format("%s (%s)", msg, trString));
  /frameworks/base/core/jni/
android_app_Activity.cpp 29 std::string msg; local
30 android_dlwarning(&msg, [](void* obj, const char* msg) {
31 if (msg != nullptr) {
32 *reinterpret_cast<std::string*>(obj) = msg;
36 return msg.empty() ? nullptr : env->NewStringUTF(msg.c_str());
  /system/media/camera/src/
camera_metadata_tag_info.c 761 const char *msg = "error: not an enum"; local
    [all...]
  /external/libcxx/test/std/diagnostics/std.exceptions/domain.error/
domain_error.pass.cpp 25 const char* msg = "domain_error message"; local
26 std::domain_error e(msg);
27 assert(std::strcmp(e.what(), msg) == 0);
29 assert(std::strcmp(e2.what(), msg) == 0);
31 assert(std::strcmp(e2.what(), msg) == 0);
34 std::string msg("another domain_error message");
35 std::domain_error e(msg);
36 assert(e.what() == msg);
38 assert(e2.what() == msg);
40 assert(e2.what() == msg);
    [all...]
  /external/libcxx/test/std/diagnostics/std.exceptions/invalid.argument/
invalid_argument.pass.cpp 25 const char* msg = "invalid_argument message"; local
26 std::invalid_argument e(msg);
27 assert(std::strcmp(e.what(), msg) == 0);
29 assert(std::strcmp(e2.what(), msg) == 0);
31 assert(std::strcmp(e2.what(), msg) == 0);
34 std::string msg("another invalid_argument message");
35 std::invalid_argument e(msg);
36 assert(e.what() == msg);
38 assert(e2.what() == msg);
40 assert(e2.what() == msg);
    [all...]
  /external/libcxx/test/std/diagnostics/std.exceptions/length.error/
length_error.pass.cpp 25 const char* msg = "length_error message"; local
26 std::length_error e(msg);
27 assert(std::strcmp(e.what(), msg) == 0);
29 assert(std::strcmp(e2.what(), msg) == 0);
31 assert(std::strcmp(e2.what(), msg) == 0);
34 std::string msg("another length_error message");
35 std::length_error e(msg);
36 assert(e.what() == msg);
38 assert(e2.what() == msg);
40 assert(e2.what() == msg);
    [all...]
  /external/libcxx/test/std/diagnostics/std.exceptions/logic.error/
logic_error.pass.cpp 25 const char* msg = "logic_error message"; local
26 std::logic_error e(msg);
27 assert(std::strcmp(e.what(), msg) == 0);
29 assert(std::strcmp(e2.what(), msg) == 0);
31 assert(std::strcmp(e2.what(), msg) == 0);
34 std::string msg("another logic_error message");
35 std::logic_error e(msg);
36 assert(e.what() == msg);
38 assert(e2.what() == msg);
40 assert(e2.what() == msg);
    [all...]
  /external/libcxx/test/std/diagnostics/std.exceptions/out.of.range/
out_of_range.pass.cpp 25 const char* msg = "out_of_range message"; local
26 std::out_of_range e(msg);
27 assert(std::strcmp(e.what(), msg) == 0);
29 assert(std::strcmp(e2.what(), msg) == 0);
31 assert(std::strcmp(e2.what(), msg) == 0);
34 std::string msg("another out_of_range message");
35 std::out_of_range e(msg);
36 assert(e.what() == msg);
38 assert(e2.what() == msg);
40 assert(e2.what() == msg);
    [all...]
  /external/libcxx/test/std/diagnostics/std.exceptions/overflow.error/
overflow_error.pass.cpp 25 const char* msg = "overflow_error message"; local
26 std::overflow_error e(msg);
27 assert(std::strcmp(e.what(), msg) == 0);
29 assert(std::strcmp(e2.what(), msg) == 0);
31 assert(std::strcmp(e2.what(), msg) == 0);
34 std::string msg("another overflow_error message");
35 std::overflow_error e(msg);
36 assert(e.what() == msg);
38 assert(e2.what() == msg);
40 assert(e2.what() == msg);
    [all...]

Completed in 570 milliseconds

<<11121314151617181920>>