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

1 2 3 4 5 67 8 91011>>

  /libcore/ojluni/src/main/java/java/net/
SocketTimeoutException.java 41 * @param msg the detail message
43 public SocketTimeoutException(String msg) {
44 super(msg);
60 public SocketTimeoutException(String msg, Throwable cause) {
61 super(msg, cause);
  /libcore/ojluni/src/main/java/java/security/cert/
CertPathBuilderException.java 68 * @param msg the detail message
70 public CertPathBuilderException(String msg) {
71 super(msg);
95 * @param msg the detail message
100 public CertPathBuilderException(String msg, Throwable cause) {
101 super(msg, cause);
CertStoreException.java 68 * @param msg the detail message
70 public CertStoreException(String msg) {
71 super(msg);
94 * @param msg the detail message
99 public CertStoreException(String msg, Throwable cause) {
100 super(msg, cause);
  /libcore/ojluni/src/main/java/sun/util/locale/
LocaleSyntaxException.java 40 public LocaleSyntaxException(String msg) {
41 this(msg, 0);
44 public LocaleSyntaxException(String msg, int errorIndex) {
45 super(msg);
  /prebuilts/gdb/darwin-x86/include/python2.7/
warnings.h 13 #define PyErr_WarnPy3k(msg, stacklevel) \
14 (Py_Py3kWarningFlag ? PyErr_WarnEx(PyExc_DeprecationWarning, msg, stacklevel) : 0)
17 #define PyErr_Warn(category, msg) PyErr_WarnEx(category, msg, 1)
  /prebuilts/gdb/linux-x86/include/python2.7/
warnings.h 13 #define PyErr_WarnPy3k(msg, stacklevel) \
14 (Py_Py3kWarningFlag ? PyErr_WarnEx(PyExc_DeprecationWarning, msg, stacklevel) : 0)
17 #define PyErr_Warn(category, msg) PyErr_WarnEx(category, msg, 1)
  /prebuilts/misc/common/swig/include/2.0.11/go/
exception.i 6 #define SWIG_exception(code, msg) _swig_gopanic(msg)
  /prebuilts/misc/common/swig/include/2.0.11/octave/
exception.i 5 %define_as(SWIG_exception(code, msg), %block(%error(code, msg); SWIG_fail; ))
  /prebuilts/misc/common/swig/include/2.0.11/perl5/
exception.i 4 %define_as(SWIG_exception(code, msg), %block(%error(code, msg); SWIG_fail; ))
  /prebuilts/misc/common/swig/include/2.0.11/python/
exception.i 5 %define_as(SWIG_exception(code, msg), %block(%error(code, msg); SWIG_fail; ))
  /prebuilts/misc/common/swig/include/2.0.11/ruby/
exception.i 4 %define_as(SWIG_exception(code, msg), %block(%error(code, msg);))
  /prebuilts/misc/common/swig/include/2.0.11/tcl/
exception.i 5 %define_as(SWIG_exception(code, msg), %block(%error(code, msg); return TCL_ERROR;))
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
warnings.h 13 #define PyErr_WarnPy3k(msg, stacklevel) \
14 (Py_Py3kWarningFlag ? PyErr_WarnEx(PyExc_DeprecationWarning, msg, stacklevel) : 0)
17 #define PyErr_Warn(category, msg) PyErr_WarnEx(category, msg, 1)
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
warnings.h 13 #define PyErr_WarnPy3k(msg, stacklevel) \
14 (Py_Py3kWarningFlag ? PyErr_WarnEx(PyExc_DeprecationWarning, msg, stacklevel) : 0)
17 #define PyErr_Warn(category, msg) PyErr_WarnEx(category, msg, 1)
  /tools/tradefederation/core/remote/src/com/android/tradefed/command/remote/
RemoteException.java 27 public RemoteException(String msg) {
28 super(msg);
31 public RemoteException(String msg, Throwable e) {
32 super(msg, e);
  /tools/tradefederation/core/src/com/android/tradefed/device/
DeviceRuntimeException.java 30 * @param msg a descriptive error message of the error.
32 public DeviceRuntimeException(String msg) {
33 super(msg);
48 * @param msg a descriptive error message of the error
51 public DeviceRuntimeException(String msg, Throwable t) {
52 super(msg, t);
  /tools/tradefederation/core/src/com/android/tradefed/sandbox/
SandboxConfigurationException.java 27 * @param msg a meaningful error message
29 public SandboxConfigurationException(String msg) {
30 super(msg);
36 * @param msg a meaningful error message
39 public SandboxConfigurationException(String msg, Throwable cause) {
40 super(msg, cause);
  /tools/tradefederation/core/src/com/android/tradefed/util/
RunInterruptedException.java 34 * @param msg a descriptive message.
36 public RunInterruptedException(String msg) {
37 super(msg);
52 * @param msg a descriptive message.
55 public RunInterruptedException(String msg, Throwable cause) {
56 super(msg, cause);
  /tools/tradefederation/core/src/com/android/tradefed/util/keystore/
KeyStoreException.java 35 * @param msg a descriptive message.
37 public KeyStoreException(String msg) {
38 super(msg);
44 * @param msg a descriptive message.
48 public KeyStoreException(String msg, Throwable cause) {
49 super(msg, cause);
  /developers/build/prebuilts/gradle/ActiveNotifications/Application/src/main/java/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...]
  /developers/build/prebuilts/gradle/ActivityInstrumentation/Application/src/main/java/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...]
  /developers/build/prebuilts/gradle/ActivitySceneTransitionBasic/Application/src/main/java/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...]
  /developers/build/prebuilts/gradle/AdvancedImmersiveMode/Application/src/main/java/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...]
  /developers/build/prebuilts/gradle/AppRestrictionSchema/Application/src/main/java/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...]
  /developers/build/prebuilts/gradle/BasicAccessibility/Application/src/main/java/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...]

Completed in 600 milliseconds

1 2 3 4 5 67 8 91011>>