HomeSort by relevance Sort by last modified time
    Searched defs:Message (Results 126 - 150 of 709) sorted by null

1 2 3 4 56 7 8 91011>>

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
mimetools.py 17 __all__ = ["Message","choose_boundary","encode","decode","copyliteral",
20 class Message(rfc822.Message):
21 """A derived class of rfc822.Message that knows about MIME headers and
25 rfc822.Message.__init__(self, fp, seekable)
131 in message text, but there's no guarantee.
  /device/linaro/bootloader/edk2/ArmPkg/Library/DefaultExceptionHandlerLib/AArch64/
DefaultExceptionHandler.c 101 CHAR8 *Message;
109 case 0x15: Message = "SVC executed in AArch64"; break;
112 case 0x22: Message = "PC alignment fault"; break;
113 case 0x23: Message = "SP alignment fault"; break;
119 DEBUG ((EFI_D_ERROR, "\n %a \n", Message));
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
Message.java 36 * error message. I don't want to break a GUI for example every time
39 * To get a printable error/warning message, call toString().
41 public abstract class Message {
42 // msgST is the actual text of the message
58 public Message() {
61 public Message(int msgID) {
65 public Message(int msgID, Object arg, Object arg2) {
85 * a Message.
89 /** Return a new template instance for the location part of a Message.
119 reportST.add("message", messageFormatST)
    [all...]
  /external/clang/include/clang/Frontend/
LogDiagnosticPrinter.h 24 /// The primary message line of the diagnostic.
25 std::string Message;
  /external/compiler-rt/lib/scudo/
scudo_utils.cpp 38 char Message[128];
41 __sanitizer::VSNPrintf(Message, sizeof(Message), Format, Args);
43 RawWrite(Message);
  /external/deqp/framework/delibs/decpp/
deThreadSafeRingBuffer.cpp 38 struct Message
42 Message (deUint16 threadId, deUint16 payload)
47 Message (void)
59 Consumer (ThreadSafeRingBuffer<Message>& buffer, int numProducers)
70 Message msg = m_buffer.popBack();
91 ThreadSafeRingBuffer<Message>& m_buffer;
99 Producer (ThreadSafeRingBuffer<Message>& buffer, deUint16 threadId, int dataSize)
112 m_buffer.pushFront(Message(m_threadId, (deUint16)ndx));
116 ThreadSafeRingBuffer<Message>& m_buffer;
133 ThreadSafeRingBuffer<Message> buffer (bufSize)
    [all...]
  /external/guice/core/src/com/google/inject/spi/
Message.java 32 * An error message and the context in which it occured. Messages are usually created internally by
44 public final class Message implements Serializable, Element {
45 private final String message; field in class:Message
52 public Message(List<Object> sources, String message, Throwable cause) {
54 this.message = checkNotNull(message, "message");
61 public Message(String message, Throwable cause)
    [all...]
  /external/protobuf/csharp/src/Google.Protobuf/Reflection/
FieldType.cs 81 /// The field type used for message fields.
83 Message,
  /external/protobuf/java/core/src/main/java/com/google/protobuf/
Message.java 41 * Abstract interface implemented by Protocol Message objects.
44 * users care about. {@link Message} adds to it methods that are not available
46 * reflection -- i.e., getting descriptors for the message type and accessing
51 public interface Message extends MessageLite, MessageOrBuilder {
55 Parser<? extends Message> getParserForType();
62 * Compares the specified object with this message for equality. Returns
63 * {@code true} if the given object is a message of the same type (as
68 * @param other object to be compared for equality with this message
69 * @return {@code true} if the specified object is equal to this message
75 * Returns the hash code value for this message. The hash code of a messag
    [all...]
  /external/python/cpython2/Lib/lib-tk/
tkMessageBox.py 1 # tk common message boxes
3 # this module provides an interface to the native message boxes
16 # - message: the message to display
55 # message dialog class
57 class Message(Dialog):
58 "A message box"
67 def _show(title=None, message=None, _icon=None, _type=None, **options):
71 if message: options["message"] = messag
    [all...]
  /external/python/cpython2/Lib/
mimetools.py 17 __all__ = ["Message","choose_boundary","encode","decode","copyliteral",
20 class Message(rfc822.Message):
21 """A derived class of rfc822.Message that knows about MIME headers and
25 rfc822.Message.__init__(self, fp, seekable)
131 in message text, but there's no guarantee.
  /external/python/cpython3/Lib/tkinter/
messagebox.py 1 # tk common message boxes
3 # this module provides an interface to the native message boxes
16 # - message: the message to display
55 # message dialog class
57 class Message(Dialog):
58 "A message box"
67 def _show(title=None, message=None, _icon=None, _type=None, **options):
71 if message: options["message"] = messag
    [all...]
  /external/skia/tools/skpbench/
skpbench.py 89 class Message:
93 def __init__(self, message, value=None):
94 self.message = message
106 self._queue.put(Message(Message.READLINE, line.decode('utf-8').rstrip()))
107 self._queue.put(Message(Message.EXIT))
191 message = self._queue.get()
192 if message.message == Message.READLINE
    [all...]
  /external/skqp/tools/skpbench/
skpbench.py 89 class Message:
93 def __init__(self, message, value=None):
94 self.message = message
106 self._queue.put(Message(Message.READLINE, line.decode('utf-8').rstrip()))
107 self._queue.put(Message(Message.EXIT))
191 message = self._queue.get()
192 if message.message == Message.READLINE
    [all...]
  /external/swiftshader/third_party/LLVM/tools/llvm-rtdyld/
llvm-rtdyld.cpp 74 static void Message(const char *Type, const Twine &Msg) {
79 Message("error", Msg);
98 return Error("unable to read input: '" + ec.message() + "'");
  /external/swiftshader/third_party/subzero/src/
IceFixups.h 102 AssemblerTextFixup(const std::string &Message, size_t NumBytes)
103 : AssemblerFixup(), Message(Message), NumBytes(NumBytes) {}
108 const std::string Message;
  /frameworks/base/cmds/incident_helper/src/
ih_util.h 124 * The Table class is constructed from two arrays generated by the given message with
126 * The names are each field's names in the message and must corresponding to the header/name of
131 * Advance feature: if some fields in the message are enums, user must explicitly add the
134 class Message;
137 friend class Message;
159 * Reconstructs a typical proto message given its message Table, adds submessage fields explicitly.
162 class Message
165 Message(Table* table);
166 ~Message();
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Frontend/
LogDiagnosticPrinter.h 24 /// The primary message line of the diagnostic.
25 std::string Message;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Frontend/
LogDiagnosticPrinter.h 24 /// The primary message line of the diagnostic.
25 std::string Message;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Frontend/
LogDiagnosticPrinter.h 24 /// The primary message line of the diagnostic.
25 std::string Message;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Frontend/
LogDiagnosticPrinter.h 24 /// The primary message line of the diagnostic.
25 std::string Message;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Frontend/
LogDiagnosticPrinter.h 24 /// The primary message line of the diagnostic.
25 std::string Message;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Frontend/
LogDiagnosticPrinter.h 24 /// The primary message line of the diagnostic.
25 std::string Message;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Frontend/
LogDiagnosticPrinter.h 24 /// The primary message line of the diagnostic.
25 std::string Message;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Frontend/
LogDiagnosticPrinter.h 24 /// The primary message line of the diagnostic.
25 std::string Message;

Completed in 569 milliseconds

1 2 3 4 56 7 8 91011>>