/libcore/luni/src/test/java/tests/api/java/lang/reflect/ |
UndeclaredThrowableExceptionTests.java | 11 private static String msg = "TEST_MSG"; field in class:UndeclaredThrowableExceptionTests 47 throwable, msg); 51 assertEquals("Wrong message returned", msg, e.getMessage());
|
/libcore/luni/src/test/java/tests/api/javax/net/ssl/ |
SSLHandshakeExceptionTest.java | 32 * constructs SSLHandshakeException with detail message msg. Parameter 33 * <code>msg</code> is not null. 46 * constructs SSLHandshakeException with detail message msg. Parameter 47 * <code>msg</code> is null. 50 String msg = null; local 51 SSLHandshakeException sslE = new SSLHandshakeException(msg);
|
SSLKeyExceptionTest.java | 32 * constructs SSLKeyException with detail message msg. Parameter 33 * <code>msg</code> is not null. 46 * constructs SSLPeerUnverifiedException with detail message msg. Parameter 47 * <code>msg</code> is null. 50 String msg = null; local 51 SSLKeyException skE = new SSLKeyException(msg);
|
SSLPeerUnverifiedExceptionTest.java | 32 * constructs SSLPeerUnverifiedException with detail message msg. Parameter 33 * <code>msg</code> is not null. 46 * constructs SSLPeerUnverifiedException with detail message msg. Parameter 47 * <code>msg</code> is null. 50 String msg = null; local 51 SSLPeerUnverifiedException sslE = new SSLPeerUnverifiedException(msg);
|
SSLProtocolExceptionTest.java | 32 * constructs SSLProtocolException with detail message msg. Parameter 33 * <code>msg</code> is not null. 46 * constructs SSLProtocolException with detail message msg. Parameter 47 * <code>msg</code> is null. 50 String msg = null; local 51 SSLProtocolException sslE = new SSLProtocolException(msg);
|
/libcore/luni/src/test/java/tests/api/javax/security/auth/ |
DestroyFailedExceptionTest.java | 47 * javax.security.auth.DestroyFailedException#DestroyFailedException(String msg) 60 * javax.security.auth.DestroyFailedException#DestroyFailedException(String msg) 64 String msg = null; local 65 DestroyFailedException dfE = new DestroyFailedException(msg);
|
LoginExceptionTest.java | 47 * javax.security.auth.login.LoginException#LoginException(String msg) 60 * javax.security.auth.login.LoginException#LoginException(String msg) 64 String msg = null; local 65 LoginException lE = new LoginException(msg);
|
/libcore/luni/src/test/java/tests/api/javax/security/cert/ |
CertificateEncodingExceptionTest.java | 55 * msg. Parameter <code>msg</code> is not null. 69 * Assertion: constructs CertificateEncodingException when <code>msg</code> 73 String msg = null; local 74 CertificateEncodingException tE = new CertificateEncodingException(msg);
|
CertificateExceptionTest.java | 55 * Assertion: constructs CertificateException with detail message msg. 56 * Parameter <code>msg</code> is not null. 70 * Assertion: constructs CertificateException when <code>msg</code> is 74 String msg = null; local 75 CertificateException tE = new CertificateException(msg);
|
CertificateExpiredExceptionTest.java | 56 * msg. Parameter <code>msg</code> is not null. 70 * Assertion: constructs CertificateExpiredException when <code>msg</code> 74 String msg = null; local 75 CertificateExpiredException tE = new CertificateExpiredException(msg);
|
CertificateNotYetValidExceptionTest.java | 57 * detail message msg. Parameter <code>msg</code> is not null. 72 * <code>msg</code> is null 75 String msg = null; local 77 msg);
|
CertificateParsingExceptionTest.java | 57 * msg. Parameter <code>msg</code> is not null. 71 * Assertion: constructs CertificateParsingException when <code>msg</code> 75 String msg = null; local 76 CertificateParsingException tE = new CertificateParsingException(msg);
|
/libcore/luni/src/test/java/tests/security/cert/ |
CertificateExpiredExceptionTest.java | 56 * msg. Parameter <code>msg</code> is not null. 70 * Assertion: constructs CertificateExpiredException when <code>msg</code> 74 String msg = null; local 75 CertificateExpiredException tE = new CertificateExpiredException(msg);
|
CertificateNotYetValidExceptionTest.java | 57 * detail message msg. Parameter <code>msg</code> is not null. 72 * <code>msg</code> is null 75 String msg = null; local 77 msg);
|
/libcore/luni/src/test/java/tests/security/spec/ |
InvalidParameterSpecExceptionTest.java | 57 * msg. Parameter <code>msg</code> is not null. 71 * Assertion: constructs InvalidParameterSpecException when <code>msg</code> 75 String msg = null; local 77 msg);
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/ |
validation.hpp | 48 explicit logic_error( cstring msg ) : m_msg( new dstring( msg.begin(), msg.size() ) ) {} 51 dstring const& msg() const { return *m_msg; } function in class:boost::BOOST_RT_PARAM_NAMESPACE::logic_error 63 report_logic_error( format_stream& msg ) 65 throw BOOST_RT_PARAM_NAMESPACE::logic_error( msg.str() ); 70 #define BOOST_RT_PARAM_REPORT_LOGIC_ERROR( msg ) \ 71 boost::BOOST_RT_PARAM_NAMESPACE::report_logic_error( format_stream().ref() << msg ) 73 #define BOOST_RT_PARAM_VALIDATE_LOGIC( b, msg ) \ 74 if( b ) {} else BOOST_RT_PARAM_REPORT_LOGIC_ERROR( msg ) [all...] |
/packages/apps/Music/src/com/android/music/ |
ScanningProgress.java | 35 public void handleMessage(Message msg) 37 if (msg.what == CHECK) { 77 Message msg = mHandler.obtainMessage(CHECK); local 78 mHandler.sendMessageDelayed(msg, 1000);
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
getopt.py | 40 msg = '' variable in class:GetoptError 41 def __init__(self, msg, opt=''): 42 self.msg = msg 44 Exception.__init__(self, msg, opt) 47 return self.msg 178 # nice to work them into the error msg
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
getopt.py | 40 msg = '' variable in class:GetoptError 41 def __init__(self, msg, opt=''): 42 self.msg = msg 44 Exception.__init__(self, msg, opt) 47 return self.msg 178 # nice to work them into the error msg
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/ |
EmptyLaunchAction.java | 38 String msg = String.format("%1$s installed on device", local 40 AdtPlugin.printToConsole(info.getProject(), msg, "Done!"); local
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/ |
TraceFileReader.java | 52 String msg = String.format( local 55 throw new InvalidProtocolBufferException(msg);
|
/sdk/emulator/opengl/host/renderer/ |
main.cpp | 160 MSG msg; local 162 while( GetMessage(&msg, hWnd, 0, 0) > 0 ) { 163 TranslateMessage(&msg); 164 DispatchMessage(&msg);
|
/external/chromium_org/chrome/browser/resources/gaia_auth/ |
main.js | 68 isGaiaMessage_: function(msg) { 70 return this.gaiaUrl_.indexOf(msg.origin) == 0 || 71 this.GAIA_URL.indexOf(msg.origin) == 0; 74 isInternalMessage_: function(msg) { 75 return msg.origin == Authenticator.THIS_EXTENSION_ORIGIN; 78 isParentMessage_: function(msg) { 79 return msg.origin == this.parentPage_; 99 var msg = { 103 window.parent.postMessage(msg, this.parentPage_); 111 msg = {'method': 'completeLogin'} [all...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/ |
RilMessageDecoder.java | 69 Message msg = obtainMessage(CMD_START); local 70 msg.obj = rilMsg; 71 sendMessage(msg); 81 Message msg = obtainMessage(RilMessageDecoder.CMD_PARAMS_READY); local 82 msg.arg1 = resCode.value(); 83 msg.obj = cmdParams; 84 sendMessage(msg); 88 Message msg = mCaller.obtainMessage(CatService.MSG_ID_RIL_MSG_DECODED, local 90 msg.sendToTarget(); 106 public boolean processMessage(Message msg) { [all...] |
/bionic/libc/bionic/ |
strerror_r.cpp | 14 const char* msg; member in struct:Pair 18 for (size_t i = 0; strings[i].msg != NULL; ++i) { 20 return strings[i].msg;
|