/external/nist-sip/java/gov/nist/javax/sip/parser/ |
TokenTypes.java | 113 public static final int MESSAGE = START + 70;
|
Lexer.java | 108 addKeyword(TokenNames.MESSAGE, TokenTypes.MESSAGE);
|
/external/protobuf/java/src/main/java/com/google/protobuf/ |
TextFormat.java | 60 * Outputs a textual representation of the Protocol Message supplied into 64 public static void print(final Message message, final Appendable output) 67 print(message, generator); 82 public static String printToString(final Message message) { 85 print(message, text); 110 private static void print(final Message message, 114 message.getAllFields().entrySet()) [all...] |
GeneratedMessageLite.java | 63 public abstract BuilderType mergeFrom(MessageType message); 69 * Get the message being built. We don't just pass this to the 105 "This extension is for a different message type. Please make " + 178 WireFormat.JavaType.MESSAGE && 261 final ExtendableMessage<MessageType> message = internalGetResult(); local 262 message.verifyExtensionContainingType(extension); 263 message.extensions.setField(extension.descriptor, value); 271 final ExtendableMessage<MessageType> message = internalGetResult(); local 272 message.verifyExtensionContainingType(extension); 273 message.extensions.setRepeatedField(extension.descriptor, index, value) 281 final ExtendableMessage<MessageType> message = internalGetResult(); local 290 final ExtendableMessage<MessageType> message = internalGetResult(); local [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/build/ |
AaptParserTest.java | 109 // message. When this error occurs, we will also get a warning on a missing attribute, and 189 String message = marker.getAttribute(IMarker.MESSAGE, ""); //$NON-NLS-1$ local 191 assertEquals(simplerMessage, message);
|
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/ |
MessageDigest2Test.java | 46 private static final String MESSAGE = "abc"; 222 sha.update(MESSAGE.getBytes("UTF-8"));
|
/external/srec/make/asr/ |
Makefile.defs | 431 MESSAGE += \ 531 MESSAGE += \ 627 MESSAGE += \
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
IncludeFinder.java | 757 String tmpMsg = marker.getAttribute(IMarker.MESSAGE, null); 758 if (tmpMsg == null || tmpMsg.startsWith(MESSAGE)) { 781 /** Error message for cycles */ 782 private static final String MESSAGE = "Found cyclical <include> chain"; 788 final String message = String.format("%1$s: %2$s", MESSAGE, chain); local 808 String tmpMsg = marker.getAttribute(IMarker.MESSAGE, null); 809 if (tmpMsg == null || tmpMsg.equals(message) == false) { 832 BaseProjectHelper.markResource(resource, markerId, message, lineNumber, [all...] |
/external/webkit/Source/JavaScriptCore/wtf/ |
FastMalloc.cpp | 500 #define MESSAGE LOG_ERROR 573 MESSAGE("uname failed assuming no TLS support (errno=%d)\n", errno); 856 MESSAGE("Invalid class index %d for size 0\n", ClassIndex(0)); 860 MESSAGE("Invalid class index %d for kMaxSize\n", ClassIndex(kMaxSize)); 911 MESSAGE("wrong number of size classes: found %" PRIuS " instead of %d\n", 930 MESSAGE("Bad size class %" PRIuS " for %" PRIuS "\n", sc, size); 934 MESSAGE("Allocating unnecessarily large class %" PRIuS " for %" PRIuS 939 MESSAGE("Bad size class %" PRIuS " for %" PRIuS "\n", sc, size); 944 MESSAGE("Bad size %" PRIuS " for %" PRIuS " (sc = %" PRIuS ")\n", s, size, sc); 948 MESSAGE("Bad size %" PRIuS " for %" PRIuS " (sc = %" PRIuS ")\n", s, size, sc) [all...] |
/external/protobuf/src/google/protobuf/ |
generated_message_reflection.cc | 89 " Message type: " << descriptor->full_name() << "\n" 115 " Message type: " << descriptor->full_name() << "\n" 117 " Problem : Field is not the right type for this message:\n" 128 " Message type: " << descriptor->full_name() << "\n" 154 METHOD, "Field does not match message type."); 173 const Message* default_instance, 197 const Message& message) const { 198 const void* ptr = reinterpret_cast<const uint8*>(&message) + 203 Message* message) const [all...] |
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...] |
wire_format.cc | 154 // Must be the end of the message. 251 // Write message. 283 // Write message. 369 Message* message) { 370 const Descriptor* descriptor = message->GetDescriptor(); 371 const Reflection* message_reflection = message->GetReflection(); 382 // Must be the end of the message. 407 if (!ParseAndMergeMessageSetItem(input, message)) { 414 if (!ParseAndMergeField(tag, field, message, input)) [all...] |
/external/quake/quake/src/QW/server/ |
qwsv.mak | 8 !MESSAGE No configuration specified. Defaulting to qwsv - Win32 Debug.
12 !MESSAGE Invalid configuration "$(CFG)" specified.
13 !MESSAGE You can specify a configuration when running NMAKE on this makefile
14 !MESSAGE by defining the macro CFG on the command line. For example:
15 !MESSAGE
16 !MESSAGE NMAKE /f "qwsv.mak" CFG="qwsv - Win32 Debug"
17 !MESSAGE
18 !MESSAGE Possible choices for configuration are:
19 !MESSAGE
20 !MESSAGE "qwsv - Win32 Release" (based on "Win32 (x86) Console Application") [all...] |
/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());
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/ |
BaseProjectHelper.java | 106 * @param message the message associated with the mark 113 String message, int lineNumber, int severity) { 114 return markResource(resource, markerId, message, lineNumber, -1, -1, severity); 123 * @param message the message associated with the mark 133 String message, int lineNumber, int startOffset, int endOffset, int severity) { 136 marker.setAttribute(IMarker.MESSAGE, message); 173 * @param message the message associated with the mar [all...] |
/packages/apps/Email/src/com/android/email/provider/ |
EmailProvider.java | 57 import com.android.emailcommon.provider.EmailContent.Message; 90 "vnd.android.cursor.item/email-message"; 129 new ContentCache("Message", Message.CONTENT_PROJECTION, 8); 137 // Version 6: Adding Message.mServerTimeStamp column 142 // Version 10: Add meeting info to message table 146 // Version 14: Add snippet to Message table 161 // Version 27: Add protocolSearchInfo to Message table 189 private static final int MESSAGE = MESSAGE_BASE; 234 Message.TABLE_NAME [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/functests/sampleProjects/ |
SampleProjectTest.java | 177 failureBuilder.append(m.getAttribute(IMarker.MESSAGE, ""));
|
/external/protobuf/java/src/test/java/com/google/protobuf/ |
DescriptorsTest.java | 223 assertEquals(FieldDescriptor.Type.MESSAGE, messageField.getType()); 224 assertEquals(FieldDescriptor.JavaType.MESSAGE, messageField.getJavaType()); 451 // Expected; check that the error message contains some useful hints
|
/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);
|
SerializationStressTest3.java | [all...] |
/packages/apps/DeskClock/src/com/android/deskclock/ |
Alarms.java | 163 values.put(Alarm.Columns.MESSAGE, alarm.label);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/ |
AaptParser.java | 129 * Portion of the error message which states the context in which the error occurred, 141 * Portion of error message which points to the second occurrence of a repeated resource 151 * Suffix of error message which points to the first occurrence of a repeated resource 159 * Portion of error message which points to the second occurrence of a repeated resource 169 * Portion of error message which points to a missing required attribute in a 227 // we ignore those (as this is an ignore message from aapt) 417 * @param message 427 String message, String root, IProject project, String markerId, int severity) { 464 IRegion region = findRange((IFile) f2, line, message); 498 String tmpMsg = marker.getAttribute(IMarker.MESSAGE, null) [all...] |
/external/quake/quake/src/QW/client/ |
qwcl.mak | 8 !MESSAGE No configuration specified. Defaulting to qwcl - Win32 GL Debug.
13 !MESSAGE Invalid configuration "$(CFG)" specified.
14 !MESSAGE You can specify a configuration when running NMAKE on this makefile
15 !MESSAGE by defining the macro CFG on the command line. For example:
16 !MESSAGE
17 !MESSAGE NMAKE /f "qwcl.mak" CFG="qwcl - Win32 GL Debug"
18 !MESSAGE
19 !MESSAGE Possible choices for configuration are:
20 !MESSAGE
21 !MESSAGE "qwcl - Win32 Release" (based on "Win32 (x86) Application") [all...] |
/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...] |
/prebuilt/common/osgi/ |
osgi.jar | |