/cts/tests/tests/content/src/android/content/res/cts/ |
Resources_NotFoundExceptionTest.java | 46 final String MESSAGE = "test"; 48 ne = new NotFoundException(MESSAGE); 53 assertEquals(MESSAGE, e.getMessage());
|
/external/chromium_org/v8/tools/push-to-trunk/ |
auto_roll.py | 42 MESSAGE = "Preparation." 50 MESSAGE = "Fetching latest V8 revision." 61 MESSAGE = "Fetching V8 LKGR." 70 MESSAGE = "Pushing to trunk if possible."
|
push_to_trunk.py | 56 MESSAGE = "Preparation." 66 MESSAGE = "Create a fresh branch." 75 MESSAGE = "Detect commit ID of last push to trunk." 92 MESSAGE = "Prepare raw ChangeLog entry." 95 """Attempts to reload the commit message from rietveld in order to allow 153 MESSAGE = "Edit ChangeLog entry." 183 MESSAGE = "Increment version number." 205 MESSAGE = "Commit to local branch." 216 # message is used for finding the commit again later. 223 MESSAGE = "Commit to the repository. [all...] |
common_includes.py | 135 """Grep for "BUG=xxxx" lines in the commit message and convert them to 447 MESSAGE = "Upload for code review." 472 message = step_class.MESSAGE 474 message = step_class.__name__ 480 return step_class(message, requires, number=number, config=config,
|
/external/eigen/bench/btl/generic_bench/utils/ |
utilities.h | 59 # define MESSAGE(chain) {HERE ; cerr << chain << endl ;} 76 # define MESSAGE(chain)
|
/external/nist-sip/java/javax/sip/message/ |
Request.java | 1 package javax.sip.message; 6 public interface Request extends Message { 15 String MESSAGE = "MESSAGE";
|
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/ |
Signature2Test.java | 32 private static final String MESSAGE = "abc"; 172 sig.update(MESSAGE.getBytes()); 191 byte[] bytes = MESSAGE.getBytes(); 202 byte[] bytes = MESSAGE.getBytes(); 213 sig.update(MESSAGE.getBytes()[0]); 222 sig.update(MESSAGE.getBytes()); 227 sig.update(MESSAGE.getBytes());
|
MessageDigest2Test.java | 46 private static final String MESSAGE = "abc"; 222 sha.update(MESSAGE.getBytes("UTF-8"));
|
/packages/apps/Mms/tests/src/com/android/mms/ |
InterceptSendSms.java | 52 private static String MESSAGE = "This is a test message of intercepting a SMS"; 92 mTextEditor.setText(MESSAGE); 112 // Send the sms message 124 * app when the app is about to send a SMS message. We pretend to be an app that 126 * the message app doesn't actually send the message. 138 assertEquals(msgText, MESSAGE);
|
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/ |
MessageDigest2Test.java | 45 private static final String MESSAGE = "abc"; 206 sha.update(MESSAGE.getBytes());
|
Signature2Test.java | 44 private static final String MESSAGE = "abc"; 332 sig.update(MESSAGE.getBytes()); 351 byte[] bytes = MESSAGE.getBytes(); 356 sig2.update(MESSAGE.getBytes()); 367 byte[] bytes = MESSAGE.getBytes(); 402 sig.update(MESSAGE.getBytes()[0]); 437 sig.update(MESSAGE.getBytes()); 441 sig.update(MESSAGE.getBytes()); 451 sig.update(MESSAGE.getBytes()); 455 sig.update(MESSAGE.getBytes()) [all...] |
/cts/tests/tests/app/src/android/app/cts/ |
ProgressDialogTest.java | 38 private final CharSequence MESSAGE = "message"; 94 mProgressDialog = ProgressDialog.show(mContext, TITLE, MESSAGE); 99 mProgressDialog = ProgressDialog.show(mContext, TITLE, MESSAGE, false); 107 mProgressDialog = ProgressDialog.show(mContext, TITLE, MESSAGE, true); 121 mProgressDialog = ProgressDialog.show(mContext, TITLE, MESSAGE, true, false); 134 mProgressDialog = ProgressDialog.show(mContext, TITLE, MESSAGE, true, true); 156 mProgressDialog = ProgressDialog.show(mContext, TITLE, MESSAGE, true, false, cL); 168 mProgressDialog = ProgressDialog.show(mContext, TITLE, MESSAGE, true, true, cL); 186 mProgressDialog = ProgressDialog.show(mContext, TITLE, MESSAGE); [all...] |
/external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/ |
WireFormat.java | 35 * message implementations. It is public only because those generated messages 86 MESSAGE(null); 119 GROUP (JavaType.MESSAGE , WIRETYPE_START_GROUP ) { 122 MESSAGE (JavaType.MESSAGE , WIRETYPE_LENGTH_DELIMITED) {
|
Descriptors.java | 45 * Contains a collection of classes which describe protocol message types. 47 * Every message type has a {@link Descriptor}, which lists all 48 * its fields and other information about a type. You can get a message 50 * (given a message object of the type) {@code message.getDescriptorForType()}. 51 * Furthermore, each message is associated with a {@link FileDescriptor} for 70 /** Convert the descriptor to its protocol message representation. */ 86 /** Get a list of top-level message types declared in this file. */ 117 * Find a message type in the file by name. Does not find nested types. 120 * @return The message type's descriptor, or {@code null} if not found [all...] |
/external/nist-sip/java/gov/nist/javax/sip/parser/ |
TokenNames.java | 27 import javax.sip.message.Request; 52 public static final String MESSAGE = Request.MESSAGE;
|
TokenTypes.java | 113 public static final int MESSAGE = START + 70;
|
/external/protobuf/java/src/main/java/com/google/protobuf/ |
WireFormat.java | 35 * message implementations. It is public only because those generated messages 86 MESSAGE(null); 119 GROUP (JavaType.MESSAGE , WIRETYPE_START_GROUP ) { 122 MESSAGE (JavaType.MESSAGE , WIRETYPE_LENGTH_DELIMITED) {
|
Descriptors.java | 43 * Contains a collection of classes which describe protocol message types. 45 * Every message type has a {@link Descriptor}, which lists all 46 * its fields and other information about a type. You can get a message 48 * (given a message object of the type) {@code message.getDescriptorForType()}. 60 /** Convert the descriptor to its protocol message representation. */ 76 /** Get a list of top-level message types declared in this file. */ 102 * Find a message type in the file by name. Does not find nested types. 105 * @return The message type's descriptor, or {@code null} if not found. 175 * inside message types [all...] |
/packages/apps/Email/src/com/android/email/mail/store/imap/ |
ImapResponseParser.java | 74 public static final String MESSAGE = "Received BYE"; 76 super(MESSAGE); 101 final String message = "End of stream reached"; local 103 LogUtils.d(Logging.LOG_TAG, message); 105 return new IOException(message); 180 LogUtils.w(Logging.LOG_TAG, ByeException.MESSAGE); 194 // However, we don't want to read too much, because then it may get into an email message.
|
/external/smack/src/org/jivesoftware/smackx/bytestreams/ibb/ |
InBandBytestreamManager.java | 45 * send data packets or message stanzas. If IQ stanzas are used every data packet is acknowledged by
46 * the receiver. This is the recommended way to avoid possible rate-limiting penalties. Message
48 * flow-control method like <a href="http://xmpp.org/extensions/xep-0079.html">Advanced Message
87 * Message stanza.
89 MESSAGE
359 * href="http://xmpp.org/extensions/xep-0047.html#message">XEP-0047</a> Section 4.
371 * href="http://xmpp.org/extensions/xep-0047.html#message">XEP-0047</a> Section 4.
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/ |
SerializationStressTest.java | 148 static final java.text.MessageFormat MESSAGE = new java.text.MessageFormat( 190 MESSAGE.setFormat(0, DATEFORM); 191 MESSAGE.setFormat(1, DATEFORM);
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/67/1/.cp/ant_tasks/ |
director-ant.jar | |
/external/nist-sip/java/gov/nist/javax/sip/message/ |
SIPRequest.java | 29 package gov.nist.javax.sip.message; 41 import javax.sip.message.*; 73 public final class SIPRequest extends SIPMessage implements javax.sip.message.Request, RequestExt { 122 putName(Request.MESSAGE); 192 * this into a sip message that is suitable for transmission. Note hack here if you want to 195 * @return a string which can be used to examine the message contents. 377 * @param uri the new Request URI of this request message 434 * @return an encoded String containing the encoded SIP Message. 505 * Get the message as a linked list of strings. Use this if you want to iterate through the 506 * message [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
IncludeFinder.java | 797 String tmpMsg = marker.getAttribute(IMarker.MESSAGE, null); 798 if (tmpMsg == null || tmpMsg.startsWith(MESSAGE)) { 822 /** Error message for cycles */ 823 private static final String MESSAGE = "Found cyclical <include> chain"; 829 final String message = String.format("%1$s: %2$s", MESSAGE, chain); local 849 String tmpMsg = marker.getAttribute(IMarker.MESSAGE, null); 850 if (tmpMsg == null || tmpMsg.equals(message) == false) { 874 BaseProjectHelper.markResource(resource, markerId, message, lineNumber, [all...] |
/external/protobuf/src/google/protobuf/ |
descriptor.cc | 99 "message", // TYPE_MESSAGE 222 NULL_SYMBOL, MESSAGE, FIELD, ENUM, ENUM_VALUE, SERVICE, METHOD, PACKAGE 238 return type == MESSAGE || type == ENUM; 241 return type == MESSAGE || type == PACKAGE 251 CONSTRUCTOR(Descriptor , MESSAGE , descriptor ) 263 case MESSAGE : return descriptor ->file(); 387 // Allocate a protocol message object. Some older versions of GCC have 398 vector<Message*> messages_; // All messages in the pool. 855 // Note that FileDescriptorProto is itself a generated protocol message. 2799 string message; local [all...] |