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

1 2 3 45 6 7

  /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
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
LintFixGenerator.java 133 resolutions.add(new MoreInfoProposal(id, marker.getAttribute(IMarker.MESSAGE, null)));
190 String message = marker.getAttribute(IMarker.MESSAGE, null); local
191 proposals.add(new MoreInfoProposal(id, message));
478 public MoreInfoProposal(String id, String message) {
480 mMessage = message;
LintColumn.java 167 String message = marker.getAttribute(IMarker.MESSAGE, ""); local
168 styledString.append(message);
172 styledString.append(String.format(" (%2$d items)", message, count),
AddSuppressAnnotation.java 337 String message = marker.getAttribute(IMarker.MESSAGE, null); local
338 if (message != null) {
340 Matcher matcher = pattern.matcher(message);
  /developers/build/prebuilts/gradle/LNotifications/Application/src/main/java/com/example/android/lnotifications/
OtherMetadataFragment.java 305 MESSAGE("msg"),
  /developers/samples/android/ui/notifications/LNotifications/Application/src/main/java/com/example/android/lnotifications/
OtherMetadataFragment.java 305 MESSAGE("msg"),
  /development/samples/browseable/LNotifications/src/com.example.android.lnotifications/
OtherMetadataFragment.java 305 MESSAGE("msg"),
  /external/chromium_org/third_party/protobuf/java/src/test/java/com/google/protobuf/
DescriptorsTest.java 227 assertEquals(FieldDescriptor.Type.MESSAGE, messageField.getType());
228 assertEquals(FieldDescriptor.JavaType.MESSAGE, messageField.getJavaType());
455 // Expected; check that the error message contains some useful hints
465 * Tests the translate/crosslink for an example where a message field's name
507 assertTrue(fieldlist.get(0).getType() == FieldDescriptor.Type.MESSAGE);
  /libcore/harmony-tests/src/test/java/org/apache/harmony/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);
    [all...]
SerializationStressTest3.java     [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
descriptor.cc 101 "message", // TYPE_MESSAGE
123 "message", // CPPTYPE_MESSAGE
237 NULL_SYMBOL, MESSAGE, FIELD, ENUM, ENUM_VALUE, SERVICE, METHOD,
254 return type == MESSAGE || type == ENUM;
257 return type == MESSAGE || type == PACKAGE
267 CONSTRUCTOR(Descriptor , MESSAGE , descriptor )
279 case MESSAGE : return descriptor ->file();
428 // Allocate a protocol message object. Some older versions of GCC have
439 vector<Message*> messages_; // All messages in the pool.
3148 string message; local
    [all...]
wire_format.cc 66 Message* message) {
67 const Descriptor* descriptor = message->GetDescriptor();
68 const Reflection* message_reflection = message->GetReflection();
79 // Must be the end of the message.
104 if (!ParseAndMergeMessageSetItem(input, message)) {
111 if (!ParseAndMergeField(tag, field, message, input)) {
120 Message* message,
122 const Reflection* message_reflection = message->GetReflection()
    [all...]
  /external/smack/src/org/jivesoftware/smackx/bytestreams/ibb/
InBandBytestreamSession.java 31 import org.jivesoftware.smack.packet.Message;
102 case MESSAGE:
498 * MessageIBBInputStream class implements IBBInputStream to be used with message stanzas
516 * Advanced Message Processing the invalid message could be answered with an
536 * filter all message stanzas containing a data packet extension, matching session ID
539 return new AndFilter(new PacketTypeFilter(Message.class), new IBBDataPacketFilter());
778 * MessageIBBOutputStream class implements IBBOutputStream to be used with message stanzas
785 // create message stanza containing data packet
786 Message message = new Message(remoteJID);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/osmesa/
osmesa.c     [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
glxapi.c 70 #define DISPATCH(FUNC, ARGS, MESSAGE) \
73 #define RETURN_DISPATCH(FUNC, ARGS, MESSAGE) \
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.launcher.jar 
org.eclipse.equinox.launcher_1.1.0.v20100507.jar 
  /external/mesa3d/src/mesa/drivers/osmesa/
osmesa.c     [all...]
  /external/mesa3d/src/mesa/drivers/x11/
glxapi.c 70 #define DISPATCH(FUNC, ARGS, MESSAGE) \
73 #define RETURN_DISPATCH(FUNC, ARGS, MESSAGE) \
    [all...]
  /external/protobuf/src/google/protobuf/
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...]
  /prebuilts/tools/common/m2/repository/com/android/tools/external/libprotobuf-java-lite/2.3.0/
libprotobuf-java-lite-2.3.0.jar 
  /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 * Error message emitted when aapt skips a file because for example it's name is
154 * This error message is used by AAPT in Tools 19 and earlier.
160 * Error message emitted when aapt skips a file because for example it's name is
163 * This error message is used by AAPT in Tools 20 and later.
169 * Suffix of error message which points to the first occurrence of a repeated resource
177 * Portion of error message which points to the second occurrence of a repeated resource
187 * Portion of error message which points to a missing required attribute in a
248 // we ignore those (as this is an ignore message from aapt
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar 
  /external/eigen/blas/testing/
dblat1.f     [all...]

Completed in 1516 milliseconds

1 2 3 45 6 7