HomeSort by relevance Sort by last modified time
    Searched refs:MESSAGE (Results 76 - 100 of 161) sorted by null

1 2 34 5 6 7

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
AaptQuickFix.java 77 /** Returns the error message from aapt that signals missing resources */
82 /** Returns the error message from aapt that signals a missing namespace declaration */
91 String message = null; local
93 message = (String) marker.getAttribute(IMarker.MESSAGE);
98 return message != null
99 && (message.contains(getTargetMarkerErrorMessage())
100 || message.contains(getUnboundErrorMessage()));
108 String message = (String) marker.getAttribute(IMarker.MESSAGE); local
180 String message = marker.getAttribute(IMarker.MESSAGE, ""); \/\/$NON-NLS-1\$ local
    [all...]
ConvertSwitchQuickFixProcessor.java 118 String message = marker.getAttribute(IMarker.MESSAGE, ""); local
120 // the exact error, so we'll need to resort to the actual message
123 if (message.contains("constant expressions")) { //$NON-NLS-1$
129 AdtPlugin.log(e, "Can't validate error message in %1$s", file.getName());
178 /** Proposal for the quick fix which displays an explanation message to the user */
  /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 438 MESSAGE += \
543 MESSAGE += \
644 MESSAGE += \
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
generated_message_reflection.cc 74 " Message type: " << descriptor->full_name() << "\n"
100 " Message type: " << descriptor->full_name() << "\n"
102 " Problem : Field is not the right type for this message:\n"
113 " Message type: " << descriptor->full_name() << "\n"
139 METHOD, "Field does not match message type.");
158 const Message* default_instance,
182 const Message& message) const {
183 const void* ptr = reinterpret_cast<const uint8*>(&message) +
188 Message* message) const
    [all...]
extension_set_heavy.cc 41 #include <google/protobuf/message.h>
128 GOOGLE_DCHECK_TYPE(iter->second, OPTIONAL, MESSAGE);
153 GOOGLE_DCHECK_TYPE(*extension, OPTIONAL, MESSAGE);
171 GOOGLE_DCHECK_TYPE(iter->second, OPTIONAL, MESSAGE);
195 GOOGLE_DCHECK_TYPE(*extension, REPEATED, MESSAGE);
198 // RepeatedPtrField<Message> does not know how to Add() since it cannot
247 const Message* containing_type,
262 const Message* containing_type,
290 return field->SpaceUsedExcludingSelf<GenericTypeHandler<Message> >();
333 total_size += down_cast<Message*>(message_value)->SpaceUsed()
    [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/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
GeneratedMessageLite.java 102 public abstract BuilderType mergeFrom(MessageType message);
169 "This extension is for a different message type. Please make " +
271 WireFormat.JavaType.MESSAGE &&
333 * building the message.
347 "This extension is for a different message type. Please make " +
538 case MESSAGE: {
704 if (descriptor.getLiteType() == WireFormat.FieldType.MESSAGE &&
733 * If the extension is an embedded message, this is the default instance of
742 * A serialized (serializable) form of the generated message. Stores the
743 * message as a class name and a byte array
    [all...]
TextFormat.java 65 * Outputs a textual representation of the Protocol Message supplied into
69 public static void print(final MessageOrBuilder message, final Appendable output)
71 DEFAULT_PRINTER.print(message, new TextGenerator(output));
82 * Generates a human readable form of this message, useful for debugging and
85 public static String shortDebugString(final MessageOrBuilder message) {
88 SINGLE_LINE_PRINTER.print(message, new TextGenerator(sb));
115 public static String printToString(final MessageOrBuilder message) {
118 print(message, text);
143 public static String printToUnicodeString(final MessageOrBuilder message) {
146 UNICODE_PRINTER.print(message, new TextGenerator(text))
    [all...]
  /external/chromium_org/v8/tools/push-to-trunk/
common_includes.py 132 """Grep for "BUG=xxxx" lines in the commit message and convert them to
451 MESSAGE = "Upload for code review."
465 MESSAGE = "Determine the V8 sheriff for code review."
505 message = step_class.MESSAGE
507 message = step_class.__name__
513 return step_class(message, requires, number=number, config=config,
  /external/mdnsresponder/mDNSShared/
DebugServices.h     [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...]
  /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());
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
routprot.h 140 } MESSAGE,*PMESSAGE;
177 typedef DWORD (WINAPI *PGET_EVENT_MESSAGE)(ROUTING_PROTOCOL_EVENTS *Event,MESSAGE *Result);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
BaseProjectHelper.java 111 * @param message the message associated with the mark
118 String message, int lineNumber, int severity) {
119 return markResource(resource, markerId, message, lineNumber, -1, -1, severity);
128 * @param message the message associated with the mark
139 String message, int lineNumber, int startOffset, int endOffset, int severity) {
146 marker.setAttribute(IMarker.MESSAGE, message);
183 * @param message the message associated with the mar
    [all...]
  /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.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
AddSuppressAttribute.java 182 String message = marker.getAttribute(IMarker.MESSAGE, null); local
183 if (message != null) {
185 Matcher matcher = pattern.matcher(message);
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/functests/sampleProjects/
SampleProjectTest.java 178 failureBuilder.append(m.getAttribute(IMarker.MESSAGE, ""));
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.event_1.2.0.v20100503.jar 

Completed in 642 milliseconds

1 2 34 5 6 7