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

<<11121314151617181920>>

  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Basic/
Module.h 332 /// \brief The message provided to the user when there is a conflict.
333 std::string Message;
345 /// \brief The message provided to the user when there is a conflict.
346 std::string Message;
607 Module *Conflict, StringRef Message)>
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Lib/
pydoc.py 339 message = "don't know how to document object%s of type %s" % (
341 raise TypeError, message
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Lib/
pydoc.py 384 message = "don't know how to document object%s of type %s" % (
386 raise TypeError, message
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
mailbox.py 19 import email.message
38 'Message', 'MaildirMessage', 'mboxMessage', 'MHMessage',
50 def add(self, message):
51 """Add message and return assigned key."""
55 """Remove the keyed message; raise KeyError if it doesn't exist."""
62 """If the keyed message exists, remove it."""
68 def __setitem__(self, key, message):
69 """Replace the keyed message; raise KeyError if it doesn't exist."""
73 """Return the keyed message, or default if it doesn't exist."""
80 """Return the keyed message; raise KeyError if it doesn't exist."""
    [all...]
pydoc.py 339 message = "don't know how to document object%s of type %s" % (
341 raise TypeError, message
    [all...]
  /external/clang/include/clang/Frontend/
ASTUnit.h 80 std::string Message;
    [all...]
  /external/clang/lib/Lex/
Pragma.cpp 491 // Lex tokens at the end of the message and include them in the message.
492 std::string Message;
495 Message += getSpelling(DependencyTok) + " ";
500 if (!Message.empty())
501 Message.erase(Message.end()-1);
502 Diag(FilenameTok, diag::pp_out_of_date_dependency) << Message;
    [all...]
  /external/clang/lib/Sema/
Sema.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
NullabilityChecker.cpp 59 /// Returns the most nullable nullability. This is used for message expressions
234 // message like [nullable nonnull_returning] has nullable nullability, because
839 /// Calculate the nullability of the result of a message expr based on the
    [all...]
  /external/deqp/modules/egl/
teglMultiThreadTests.cpp 68 struct Message
70 Message (deUint64 timeUs_, const char* msg_) : timeUs(timeUs_), msg(msg_) {}
83 const vector<Message>& getMessages (void) const { return m_messages; }
90 vector<Message> m_messages;
95 m_messages.push_back(Message(deGetMicroseconds(), m_message.str().c_str()));
332 m_testCtx.getLog() << tcu::TestLog::Message << "Thread timeout limit: " << m_timeoutUs << "us" << tcu::TestLog::EndMessage;
391 m_testCtx.getLog() << tcu::TestLog::Message << "[" << (nextThreadTimeUs - m_startTimeUs) << "] (" << nextThreadNdx << ") " << m_threads[nextThreadNdx]->getLog().getMessages()[messageNdx[nextThreadNdx]].msg << tcu::TestLog::EndMessage;
449 m_testCtx.getLog() << tcu::TestLog::Message << "[" << (nextThreadTimeUs - m_startTimeUs) << "] (" << nextThreadNdx << ") " << m_threads[nextThreadNdx]->getLog().getMessages()[messageNdx[nextThreadNdx]].msg << tcu::TestLog::EndMessage;
455 m_testCtx.getLog() << tcu::TestLog::Message << "[" << (currentTimeUs - m_startTimeUs) << "] (-) Timeout, Limit: " << m_timeoutUs << "us" << tcu::TestLog::EndMessage;
456 m_testCtx.getLog() << tcu::TestLog::Message << "[" << (currentTimeUs - m_startTimeUs) << "] (-) Trying to perform resource cleanup..." << tcu: (…)
    [all...]
  /external/libnl/python/netlink/
core.py 13 - Message -- The netlink message
40 'Message',
114 class Message(object):
115 """Netlink message"""
124 raise Exception('Message allocation returned NULL')
245 if not isinstance(msg, Message):
246 raise Exception('must provide Message instance')
  /external/llvm/include/llvm/Analysis/
LoopAccessAnalysis.h 38 /// Optimization analysis message produced during vectorization. Messages inform
41 std::string Message;
45 LoopAccessReport(const Twine &Message, const Instruction *I)
46 : Message(Message.str()), Instr(I) {}
52 raw_string_ostream Out(Message);
59 std::string &str() { return Message; }
60 const std::string &str() const { return Message; }
61 operator Twine() { return Message; }
64 /// the instruction in \p Message if available. Otherwise use the location o
    [all...]
  /external/llvm/tools/llvm-nm/
llvm-nm.cpp 180 static void error(Twine Message, Twine Path = Twine()) {
182 errs() << ToolName << ": " << Path << ": " << Message << ".\n";
187 error(EC.message(), Path);
194 // "libx.a(foo.o)" after the ToolName before the error message. It sets
222 // before the error message. It sets HadError but returns allowing the code to
    [all...]
  /external/python/cpython2/Lib/
mailbox.py 17 import email.message
36 'Message', 'MaildirMessage', 'mboxMessage', 'MHMessage',
48 def add(self, message):
49 """Add message and return assigned key."""
53 """Remove the keyed message; raise KeyError if it doesn't exist."""
60 """If the keyed message exists, remove it."""
66 def __setitem__(self, key, message):
67 """Replace the keyed message; raise KeyError if it doesn't exist."""
71 """Return the keyed message, or default if it doesn't exist."""
78 """Return the keyed message; raise KeyError if it doesn't exist.""
    [all...]
pydoc.py 371 message = "don't know how to document object%s of type %s" % (
373 raise TypeError, message
    [all...]
  /external/python/cpython3/Lib/
mailbox.py 17 import email.message
27 'Message', 'MaildirMessage', 'mboxMessage', 'MHMessage',
41 def add(self, message):
42 """Add message and return assigned key."""
46 """Remove the keyed message; raise KeyError if it doesn't exist."""
53 """If the keyed message exists, remove it."""
59 def __setitem__(self, key, message):
60 """Replace the keyed message; raise KeyError if it doesn't exist."""
64 """Return the keyed message, or default if it doesn't exist."""
71 """Return the keyed message; raise KeyError if it doesn't exist.""
    [all...]
  /frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/
ImageProcessingActivity.java 22 import android.os.Message;
146 mHandler.sendMessage(Message.obtain());
151 // thread. When the message arrives that the op is complete
155 public void handleMessage(Message msg) {
  /packages/apps/DocumentsUI/src/com/android/documentsui/services/
CopyJob.java 50 import android.os.Message;
178 mMessenger.send(Message.obtain(mHandler, MESSAGE_FINISH, 0, 0));
351 mMessenger.send(Message.obtain(mHandler, MESSAGE_PROGRESS,
    [all...]
  /packages/apps/Email/src/com/android/email/
EmailNotificationController.java 46 import com.android.emailcommon.provider.EmailContent.Message;
179 * Tells the notification controller if it should be watching for changes to the message table.
180 * This is the main life cycle method for message notifications. When we stop observing
181 * database changes, we save the state [e.g. message ID and count] of the most recent
188 // Run this on the message notification handler
232 public boolean handleMessage(final android.os.Message message) {
240 final Context context = (Context)message.obj;
283 resolver.registerContentObserver(Message.NOTIFIER_URI, true, observer);
302 // cancel all existing message observer
392 final Message message = Message.restoreMessageWithId(mContext, attachment.mMessageKey); local
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
Message.java 56 public class Message implements Parcelable, HtmlMessage {
58 * Regex pattern used to look for any inline images in message bodies, including Gmail-hosted
235 return this == o || (o != null && o instanceof Message
236 && Objects.equal(uri, ((Message) o).uri));
245 * Helper equality function to check if the two Message objects are equal in terms of
248 * @param o the Message being compared to
251 public boolean isEqual(Message o) {
303 private Message(Parcel in) {
339 public Message() {
345 return "[message id=" + id + "]"
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Frontend/
ASTUnit.h 76 std::string Message;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Frontend/
ASTUnit.h 82 std::string Message;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Frontend/
ASTUnit.h 82 std::string Message;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Frontend/
ASTUnit.h 83 std::string Message;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Frontend/
ASTUnit.h 83 std::string Message;
    [all...]

Completed in 828 milliseconds

<<11121314151617181920>>