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

<<11121314151617181920>>

  /device/linaro/bootloader/edk2/OvmfPkg/XenBusDxe/
XenStore.c 611 // Received Message Processing
615 Block reading the next message from the XenStore service and
627 XENSTORE_MESSAGE *Message;
631 Message = AllocateZeroPool (sizeof (XENSTORE_MESSAGE));
632 Message->Signature = XENSTORE_MESSAGE_SIGNATURE;
633 Status = XenStoreReadStore (&Message->Header, sizeof (Message->Header));
635 FreePool (Message);
640 Body = AllocatePool (Message->Header.len + 1);
641 Status = XenStoreReadStore (Body, Message->Header.len);
    [all...]
  /external/clang/include/clang/Basic/
Module.h 286 /// \brief The message provided to the user when there is a conflict.
287 std::string Message;
299 /// \brief The message provided to the user when there is a conflict.
300 std::string Message;
550 Module *Conflict, StringRef Message)>
  /external/clang/lib/Basic/
Diagnostic.cpp 370 // Figure out the diagnostic level of this message.
    [all...]
  /external/clang/lib/CodeGen/
CodeGenAction.cpp 302 // Strip "error: " off the start of the message string.
303 StringRef Message = D.getMessage();
304 if (Message.startswith("error: "))
305 Message = Message.substr(7);
328 Diags.Report(LocCookie, DiagID).AddString(Message);
346 Diags.Report(Loc, DiagID).AddString(Message);
389 std::string Message = D.getMsgStr().str();
397 Diags.Report(LocCookie, DiagID).AddString(Message);
404 Diags.Report(Loc, DiagID).AddString(Message);
    [all...]
  /external/deqp/framework/common/
tcuTestLog.cpp 516 const TestLog::BeginMessageToken TestLog::Message = TestLog::BeginMessageToken();
  /external/llvm/tools/llvm-cxxdump/
llvm-cxxdump.cpp 48 outs() << "\nError reading file: " << EC.message() << ".\n";
63 static void reportError(StringRef Input, StringRef Message) {
66 errs() << Input << ": " << Message << "\n";
72 reportError(Input, EC.message());
  /external/lzma/CPP/7zip/UI/FileManager/
ProgressDialog2.h 21 UString Message;
29 bool ThereIsMessage() const { return !ErrorMessage.Message.IsEmpty() || !OkMessage.Message.IsEmpty(); }
97 void AddError_Message(const wchar_t *message);
98 void AddError_Message_Name(const wchar_t *message, const wchar_t *name);
224 bool OnMessage(UINT message, WPARAM wParam, LPARAM lParam);
231 void AddMessageDirect(LPCWSTR message, bool needNumber);
232 void AddMessage(LPCWSTR message);
  /external/scapy/scapy/
automaton.py 211 class Message:
215 return "<Message %s>" % " ".join("%s=%r"%(k,v)
607 cmd = Message(type = _ATMT_Command.INTERCEPT, state=self.state, pkt=pkt)
747 c = Message(type=_ATMT_Command.BREAKPOINT,state=state)
751 c = Message(type=_ATMT_Command.SINGLESTEP,state=state)
755 c = Message(type=_ATMT_Command.END, result=e.args[0])
760 m = Message(type=_ATMT_Command.EXCEPTION, exception=e, exc_info=exc_info)
    [all...]
  /frameworks/base/core/java/android/view/textservice/
SpellCheckerSession.java 22 import android.os.Message;
108 public void handleMessage(Message msg) {
331 mAsyncHandler.sendMessage(Message.obtain(mAsyncHandler, 1, scp));
400 @Override public void handleMessage(Message msg) {
500 mHandler.sendMessage(Message.obtain(mHandler,
510 mHandler.sendMessage(Message.obtain(mHandler,
  /frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
FrameworkPerfActivity.java 28 import android.os.Message;
122 @Override public void handleMessage(Message msg) {
282 Message msg = Message.obtain(null, TestService.CMD_START_TEST, bundle);
339 Message msg = Message.obtain(null, TestService.CMD_TERMINATE);
362 mHandler.sendMessageDelayed(Message.obtain(null, MSG_DO_NEXT_TEST), 100);
  /frameworks/rs/tests/java_api/ScriptGroupTest/src/com/android/rs/sgtest/
ScriptGroupTestActivity.java 22 import android.os.Message;
75 mHandler.sendMessage(Message.obtain());
80 // thread. When the message arrives that the op is complete
84 public void handleMessage(Message msg) {
  /packages/services/Car/tests/DirectRenderingClusterSample/src/android/car/cluster/sample/
NetworkedVirtualDisplay.java 33 import android.os.Message;
128 mHandler.sendMessage(Message.obtain(mHandler, MSG_START));
244 Message msg = mHandler.obtainMessage(MSG_RESUBMIT_FRAME);
294 mHandler.sendMessage(Message.obtain(mHandler, MSG_STOP));
295 mHandler.sendMessage(Message.obtain(mHandler, MSG_START));
305 public void handleMessage(Message msg) {
315 sendMessage(Message.obtain(this, MSG_START));
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
Module.h 300 /// \brief The message provided to the user when there is a conflict.
301 std::string Message;
313 /// \brief The message provided to the user when there is a conflict.
314 std::string Message;
564 Module *Conflict, StringRef Message)>
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Basic/
Module.h 324 /// \brief The message provided to the user when there is a conflict.
325 std::string Message;
337 /// \brief The message provided to the user when there is a conflict.
338 std::string Message;
588 Module *Conflict, StringRef Message)>
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Basic/
Module.h 324 /// \brief The message provided to the user when there is a conflict.
325 std::string Message;
337 /// \brief The message provided to the user when there is a conflict.
338 std::string Message;
588 Module *Conflict, StringRef Message)>
  /prebuilts/clang/host/darwin-x86/clang-4579689/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)>
  /prebuilts/clang/host/darwin-x86/clang-4630689/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)>
  /prebuilts/clang/host/darwin-x86/clang-4639204/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)>
  /prebuilts/clang/host/darwin-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)>
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
Module.h 300 /// \brief The message provided to the user when there is a conflict.
301 std::string Message;
313 /// \brief The message provided to the user when there is a conflict.
314 std::string Message;
564 Module *Conflict, StringRef Message)>
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Basic/
Module.h 324 /// \brief The message provided to the user when there is a conflict.
325 std::string Message;
337 /// \brief The message provided to the user when there is a conflict.
338 std::string Message;
588 Module *Conflict, StringRef Message)>
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Basic/
Module.h 324 /// \brief The message provided to the user when there is a conflict.
325 std::string Message;
337 /// \brief The message provided to the user when there is a conflict.
338 std::string Message;
588 Module *Conflict, StringRef Message)>
  /prebuilts/clang/host/linux-x86/clang-4579689/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)>
  /prebuilts/clang/host/linux-x86/clang-4630689/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)>
  /prebuilts/clang/host/linux-x86/clang-4639204/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)>

Completed in 1546 milliseconds

<<11121314151617181920>>