/external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/serialization/ |
ExemptionMechanismExceptionTest.java | 36 public static String[] msgs = { field in class:ExemptionMechanismExceptionTest 42 new ExemptionMechanismException(null), new ExemptionMechanismException(msgs[1]) };
|
IllegalBlockSizeExceptionTest.java | 36 public static String[] msgs = { field in class:IllegalBlockSizeExceptionTest 42 new IllegalBlockSizeException(null), new IllegalBlockSizeException(msgs[1]) };
|
NoSuchPaddingExceptionTest.java | 36 public static String[] msgs = { field in class:NoSuchPaddingExceptionTest 42 new NoSuchPaddingException(null), new NoSuchPaddingException(msgs[1]) };
|
ShortBufferExceptionTest.java | 36 public static String[] msgs = { field in class:ShortBufferExceptionTest 42 new ShortBufferException(null), new ShortBufferException(msgs[1]) };
|
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/serialization/ |
CertificateExpiredExceptionTest.java | 36 public static String[] msgs = { field in class:CertificateExpiredExceptionTest 44 new CertificateExpiredException(msgs[1]) };
|
CertificateNotYetValidExceptionTest.java | 36 public static String[] msgs = { field in class:CertificateNotYetValidExceptionTest 43 new CertificateNotYetValidException(msgs[1])};
|
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/serialization/ |
InvalidParameterExceptionTest.java | 36 public static String[] msgs = { field in class:InvalidParameterExceptionTest 44 new InvalidParameterException(msgs[1])
|
NoSuchProviderExceptionTest.java | 36 public static String[] msgs = { field in class:NoSuchProviderExceptionTest 43 new NoSuchProviderException(msgs[1]) };
|
UnrecoverableEntryExceptionTest.java | 36 public static String[] msgs = { field in class:UnrecoverableEntryExceptionTest 43 new UnrecoverableEntryException(msgs[1]) };
|
UnrecoverableKeyExceptionTest.java | 36 public static String[] msgs = { field in class:UnrecoverableKeyExceptionTest 43 new UnrecoverableKeyException(msgs[1]) };
|
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/spec/serialization/ |
InvalidParameterSpecExceptionTest.java | 36 public static String[] msgs = { field in class:InvalidParameterSpecExceptionTest 43 new InvalidParameterSpecException(msgs[1])};
|
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/javax/security/cert/serialization/ |
CertificateExpiredExceptionTest.java | 36 public static String[] msgs = { field in class:CertificateExpiredExceptionTest 44 new CertificateExpiredException(msgs[1]) };
|
CertificateNotYetValidExceptionTest.java | 36 public static String[] msgs = { field in class:CertificateNotYetValidExceptionTest 43 new CertificateNotYetValidException(msgs[1])};
|
/external/e2fsprogs/lib/et/ |
com_err.h | 25 char const * const * msgs; member in struct:error_table 45 extern int init_error_table(const char * const *msgs, long base, int count);
|
/external/e2fsprogs/lib/et/test_cases/ |
continuation.c | 14 char const * const * msgs; member in struct:error_table 41 if (et->table->msgs == text)
|
simple.c | 35 char const * const * msgs; member in struct:error_table 62 if (et->table->msgs == text)
|
/frameworks/base/tools/layoutlib/bridge/src/android/util/ |
Log_Delegate.java | 43 static int println_native(int bufID, int priority, String tag, String msgs) { 45 for (String msg: msgs.split("\n")) {
|
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/serialization/ |
BadPaddingExceptionTest.java | 37 public static String[] msgs = { field in class:BadPaddingExceptionTest 43 new BadPaddingException(null), new BadPaddingException(msgs[1]) };
|
ExemptionMechanismExceptionTest.java | 37 public static String[] msgs = { field in class:ExemptionMechanismExceptionTest 43 new ExemptionMechanismException(null), new ExemptionMechanismException(msgs[1]) };
|
IllegalBlockSizeExceptionTest.java | 37 public static String[] msgs = { field in class:IllegalBlockSizeExceptionTest 43 new IllegalBlockSizeException(null), new IllegalBlockSizeException(msgs[1]) };
|
NoSuchPaddingExceptionTest.java | 37 public static String[] msgs = { field in class:NoSuchPaddingExceptionTest 43 new NoSuchPaddingException(null), new NoSuchPaddingException(msgs[1]) };
|
ShortBufferExceptionTest.java | 37 public static String[] msgs = { field in class:ShortBufferExceptionTest 43 new ShortBufferException(null), new ShortBufferException(msgs[1]) };
|
/packages/apps/Tag/canon/src/com/android/apps/tagcanon/ |
TagCanon.java | 97 NdefMessage[] msgs = new NdefMessage[] { local 100 return msgs; 108 NdefMessage[] msgs; field in class:TagCanon.TagDescription 113 msgs = new NdefMessage[] { new NdefMessage(bytes) }; 119 public TagDescription(String title, NdefMessage[] msgs) { 121 this.msgs = msgs; 152 intent.putExtra(NfcAdapter.EXTRA_NDEF_MESSAGES, description.msgs);
|
/external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/ |
eventhistory.cpp | 109 void EventHistory::addEvents(WpaMsgList msgs) 112 for (it = msgs.begin(); it != msgs.end(); it++)
|
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/ |
eventhistory.cpp | 103 void EventHistory::addEvents(WpaMsgList msgs) 106 for (it = msgs.begin(); it != msgs.end(); it++)
|