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

1 2 3 45 6 7 8 910

  /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/protobuf/src/google/protobuf/
generated_message_reflection.cc 93 " Message type: " << descriptor->full_name() << "\n"
119 " Message type: " << descriptor->full_name() << "\n"
121 " Problem : Field is not the right type for this message:\n"
132 " Message type: " << descriptor->full_name() << "\n"
158 METHOD, "Field does not match message type.");
177 const Message* default_instance,
204 const Message* default_instance,
256 const Message& message) const {
261 return GetInternalMetadataWithArena(message).unknown_fields()
    [all...]
descriptor.cc 111 "message", // TYPE_MESSAGE
133 "message", // CPPTYPE_MESSAGE
266 NULL_SYMBOL, MESSAGE, FIELD, ONEOF, ENUM, ENUM_VALUE, SERVICE, METHOD,
284 return type == MESSAGE || type == ENUM;
287 return type == MESSAGE || type == PACKAGE
297 CONSTRUCTOR(Descriptor , MESSAGE , descriptor )
310 case MESSAGE : return descriptor ->file();
505 // Allocate a protocol message object. Some older versions of GCC have
516 vector<Message*> messages_; // All messages in the pool.
3770 string message; local
5381 const Descriptor* message = field->message_type(); local
    [all...]
  /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),
  /developers/build/prebuilts/gradle/LNotifications/Application/src/main/java/com/example/android/lnotifications/
OtherMetadataFragment.java 301 MESSAGE("msg"),
  /developers/samples/android/notification/LNotifications/Application/src/main/java/com/example/android/lnotifications/
OtherMetadataFragment.java 301 MESSAGE("msg"),
  /development/samples/browseable/LNotifications/src/com.example.android.lnotifications/
OtherMetadataFragment.java 301 MESSAGE("msg"),
  /external/wycheproof/java/com/google/security/wycheproof/testcases/
EcdsaTest.java 56 static final String MESSAGE = "Hello";
65 // Valid signatures for MESSAGE
556 * message digest, i.e., SHA-256.
678 String message = "Hello"; local
739 String message = "Hello"; local
    [all...]
DsaTest.java 60 static final String MESSAGE = "Hello";
800 String message = "Hello"; local
926 String message = "Hello"; local
973 String message = "Hello"; local
    [all...]
  /external/protobuf/java/core/src/test/java/com/google/protobuf/
DescriptorsTest.java 229 assertEquals(FieldDescriptor.Type.MESSAGE, messageField.getType());
230 assertEquals(FieldDescriptor.JavaType.MESSAGE, messageField.getJavaType());
470 // Expected; check that the error message contains some useful hints
480 * Tests the translate/crosslink for an example where a message field's name
522 assertTrue(fieldlist.get(0).getType() == FieldDescriptor.Type.MESSAGE);
    [all...]
  /external/v8/tools/release/
common_includes.py 138 """Grep for "BUG=xxxx" lines in the commit message and convert them to
321 def Tag(self, tag, remote, message):
324 Assumptions: The commit already landed and the commit message is unique.
380 def Tag(self, tag, remote, message):
381 # Wait for the commit to appear. Assumes unique commit message titles (this
387 commit = self.step.GitLog(n=1, format="%H", grep=message, branch=remote)
696 # base on master through the commit message.
742 MESSAGE = "Bootstrapping checkout and state."
758 MESSAGE = "Upload for code review."
780 message = step_class.MESSAG
    [all...]
  /frameworks/ml/nn/runtime/test/
TestPartitioning.cpp 318 #define RETURN_FALSE(MESSAGE) \
320 std::cerr << "returning false from " << __LINE__ MESSAGE << std::endl; \
324 #define RETURN_FALSE(MESSAGE) \
    [all...]
  /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...]
  /external/protobuf/java/util/src/main/java/com/google/protobuf/util/
JsonFormat.java 61 import com.google.protobuf.Message;
108 * A Printer converts protobuf message to JSON format.
158 * Converts a protobuf message to JSON format.
160 * @throws InvalidProtocolBufferException if the message contains Any types
164 public void appendTo(MessageOrBuilder message, Appendable output)
169 .print(message);
173 * Converts a protobuf message to JSON format. Throws exceptions if there
174 * are unknown Any types in the message.
176 public String print(MessageOrBuilder message)
180 appendTo(message, builder)
353 types.put(message.getFullName(), message); local
    [all...]
  /external/protobuf/java/core/src/main/java/com/google/protobuf/
AbstractMessage.java 48 * A partial implementation of the {@link Message} interface which implements
56 implements Message {
115 if (!(other instanceof Message)) {
118 final Message otherMessage = (Message) other;
169 Message entry = (Message) iterator.next();
179 entry = (Message) iterator.next();
207 * message to a mutable message
    [all...]
MapEntry.java 45 * In reflection API, map fields will be treated as repeated message fields and
46 * each map entry is accessed as a message. This MapEntry class is used to
90 /** Create a new MapEntry message. */
98 * created only once for each map entry message type. Generated code should
174 + "\" used in message \"" + metadata.descriptor.getFullName());
200 "There is no repeated field in a map entry message.");
206 "There is no repeated field in a map entry message.");
300 + "\" used in message \"" + metadata.descriptor.getFullName());
305 public com.google.protobuf.Message.Builder newBuilderForField(
308 // This method should be called for message fields and in a MapEntr
    [all...]
CodedOutputStream.java 49 * Encodes and writes protocol message fields.
52 * protocol message constructs and field types (e.g. {@link #writeTag} and
331 /** Write an embedded message field, including tag, to the stream. */
436 /** Write an embedded message field to the stream. */
611 * embedded message in lazy field, including tag.
619 * embedded message field, including tag.
834 * message stored in lazy field.
866 * message field.
    [all...]
GeneratedMessageLite.java 252 * Theses different kinds of operations are required to implement message-level operations for
298 * message.
379 protected BuilderType internalMergeFrom(MessageType message) {
380 return mergeFrom(message);
384 public BuilderType mergeFrom(MessageType message) {
386 instance.visit(MergeFromVisitor.INSTANCE, message);
452 * Represents the set of extensions on this message. For use by generated
541 case MESSAGE: {
600 "This extension is for a different message type. Please make " +
694 WireFormat.JavaType.MESSAGE &
1382 T message; local
1402 T message; local
1498 T message = parsePartialFrom(defaultInstance, codedInput, extensionRegistry); local
    [all...]
  /external/protobuf/php/ext/google/protobuf/
def.c 267 CONVERT(MESSAGE, "message");
  /external/protobuf/ruby/ext/google/protobuf_c/
defs.c 178 * Invokes the block with a Builder instance as self. All message and enum types
182 * idiomatic way to define new message and enum types.
214 * which generated-code message and enum types are registered. The user may also
269 * Creates a new, empty, message type descriptor. At a minimum, its name must be
312 * Returns the name of this message type as a fully-qualfied string (e.g.,
324 * Assigns a name to this message type. The descriptor must not have been added
341 * Iterates over fields in this message type, yielding to the block on each one.
378 * Adds the given FieldDescriptor to this message type. This descriptor must not
381 * message) are not resolved at this point.
399 * Adds the given OneofDescriptor to this message type. This descriptor must no
    [all...]
  /external/mesa3d/src/mesa/drivers/osmesa/
osmesa.c     [all...]
  /external/mesa3d/src/mesa/drivers/x11/
glxapi.c 69 #define DISPATCH(FUNC, ARGS, MESSAGE) \
72 #define RETURN_DISPATCH(FUNC, ARGS, MESSAGE) \
    [all...]
  /external/cblas/testing/
c_dblat1.f 638 * PRINT FAIL MESSAGE AND HEADER.
714 * PRINT FAIL MESSAGE AND HEADER.
c_sblat1.f 638 * PRINT FAIL MESSAGE AND HEADER.
714 * PRINT FAIL MESSAGE AND HEADER.

Completed in 1201 milliseconds

1 2 3 45 6 7 8 910