HomeSort by relevance Sort by last modified time
    Searched refs:GetMessage (Results 1 - 25 of 147) sorted by null

1 2 3 4 5 6

  /device/google/contexthub/util/nanotool/
logevent.h 36 std::string GetMessage() const;
logevent.cpp 32 std::string LogEvent::GetMessage() const {
  /external/libbrillo/brillo/errors/
error_codes_unittest.cc 17 EXPECT_EQ("No such file or directory", error->GetMessage());
23 EXPECT_EQ("Protocol error", error->GetMessage());
32 EXPECT_EQ("Unknown error 10000", error->GetMessage());
error_unittest.cc 32 EXPECT_EQ("Resource not found", err->GetMessage());
51 EXPECT_EQ("Not found", err->GetMessage());
73 EXPECT_EQ(error1->GetMessage(), error2->GetMessage());
error.h 58 const std::string& GetMessage() const { return message_; }
  /art/compiler/optimizing/
parallel_move_test.cc 85 std::string GetMessage() const {
141 std::string GetMessage() const {
191 ASSERT_STREQ("(1 -> 2) (0 -> 1)", resolver.GetMessage().c_str());
193 ASSERT_STREQ("(1 -> 2) (0 -> 1)", resolver.GetMessage().c_str());
202 ASSERT_STREQ("(2 -> 3) (1 -> 2) (1 -> 4) (0 -> 1)", resolver.GetMessage().c_str());
204 ASSERT_STREQ("(2 -> 3) (1 -> 2) (0 -> 1) (2 -> 4)", resolver.GetMessage().c_str());
218 ASSERT_STREQ("(1 <-> 0)", resolver.GetMessage().c_str());
220 ASSERT_STREQ("(1 -> T0) (0 -> 1) (T0 -> 0)", resolver.GetMessage().c_str());
229 ASSERT_STREQ("(1 -> 2) (1 <-> 0)", resolver.GetMessage().c_str());
231 ASSERT_STREQ("(1 -> 2) (0 -> 1) (2 -> 0)", resolver.GetMessage().c_str())
    [all...]
  /external/webrtc/webrtc/test/win/
run_loop_win.cc 26 while ((ret = GetMessage(&msg, NULL, 0, 0)) != 0) {
  /external/protobuf/src/google/protobuf/stubs/
common.h 71 #if defined(_WIN32) && defined(GetMessage)
72 // Allow GetMessage to be used as a valid method name in protobuf classes.
73 // windows.h defines GetMessage() as a macro. Let's re-define it as an inline
78 return GetMessage(lpMsg, hWnd, wMsgFilterMin, wMsgFilterMax);
80 #undef GetMessage
81 inline BOOL GetMessage(
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/stubs/
common.h 71 #if defined(_WIN32) && defined(GetMessage)
72 // Allow GetMessage to be used as a valid method name in protobuf classes.
73 // windows.h defines GetMessage() as a macro. Let's re-define it as an inline
78 return GetMessage(lpMsg, hWnd, wMsgFilterMin, wMsgFilterMax);
80 #undef GetMessage
81 inline BOOL GetMessage(
  /external/webrtc/webrtc/examples/peerconnection/client/
main.cc 57 while ((gm = ::GetMessage(&msg, NULL, 0, 0)) != 0 && gm != -1) {
66 (gm = ::GetMessage(&msg, NULL, 0, 0)) != 0 && gm != -1) {
  /external/swiftshader/third_party/LLVM/lib/Support/
SourceMgr.cpp 138 /// GetMessage - Return an SMDiagnostic at the specified location with the
143 SMDiagnostic SourceMgr::GetMessage(SMLoc Loc, const Twine &Msg,
185 DiagHandler(GetMessage(Loc, Msg, Type, ShowLine), DiagContext);
195 GetMessage(Loc, Msg, Type, ShowLine).Print(0, OS);
  /external/libbrillo/brillo/dbus/
utils.cc 36 error_message = error->GetMessage();
46 error->GetDomain() + '/' + error->GetCode() + ':' + error->GetMessage();
dbus_param_reader_unittest.cc 84 EXPECT_EQ("Too many parameters in a method call", error->GetMessage());
104 EXPECT_EQ("Too few parameters in a method call", error->GetMessage());
125 EXPECT_EQ("Method parameter type mismatch", error->GetMessage());
228 EXPECT_EQ("Too many parameters in a method call", error->GetMessage());
249 EXPECT_EQ("Too few parameters in a method call", error->GetMessage());
  /art/cmdline/
cmdline_result.h 50 const std::string& GetMessage() const { assert(IsError()); return message_; }
  /external/protobuf/src/google/protobuf/
generated_message_reflection_unittest.cc 87 &reflection->GetMessage(message, F("optionalgroup")));
89 &reflection->GetMessage(message, F("optional_nested_message")));
91 &reflection->GetMessage(message, F("optional_foreign_message")));
93 &reflection->GetMessage(message, F("optional_import_message")));
146 &reflection->GetMessage(message, F("optionalgroup")));
148 &reflection->GetMessage(message, F("optional_nested_message")));
150 &reflection->GetMessage(message, F("optional_foreign_message")));
152 &reflection->GetMessage(message, F("optional_import_message")));
635 &reflection->GetMessage(
638 &reflection->GetMessage(
    [all...]
reflection_ops.cc 119 from_reflection->GetMessage(from, field));
171 if (!reflection->GetMessage(message, field).IsInitialized()) {
258 const Message& sub_message = reflection->GetMessage(message, field);
dynamic_message_unittest.cc 202 &reflection->GetMessage(
210 &reflection->GetMessage(
213 &reflection->GetMessage(
  /art/compiler/driver/
compiler_options.cc 121 *error_msg = parse_result.GetMessage();
  /device/linaro/bootloader/edk2/Nt32Pkg/Sec/
WinNtThunk.c 174 GetMessage,
  /external/libbrillo/brillo/streams/
memory_containers_unittest.cc 121 EXPECT_EQ("read error", error->GetMessage());
188 EXPECT_EQ("resize error", error->GetMessage());
210 EXPECT_EQ("write error", error->GetMessage());
stream_utils_unittest.cc 55 EXPECT_EQ("Stream is closed", error->GetMessage());
63 EXPECT_EQ("Stream operation not supported", error->GetMessage());
71 EXPECT_EQ("Reading past the end of stream", error->GetMessage());
90 EXPECT_EQ("The stream offset value is out of range", error->GetMessage());
144 EXPECT_EQ("The stream offset value is out of range", error->GetMessage());
  /system/tpm/trunks/
trunks_dbus_proxy.cc 98 << error->GetMessage();
  /system/update_engine/common/
file_fetcher.cc 148 LOG(ERROR) << "Asynchronous read failed: " << error->GetMessage();
  /external/flatbuffers/include/flatbuffers/
grpc.h 155 // GetMessage extracts the subslice of the buffer corresponding to the
159 Message<T> GetMessage() {
183 Message<T> msg = GetMessage<T>();
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
dmusicks.h 134 STDMETHOD_(NTSTATUS,GetMessage)(THIS_
151 STDMETHODIMP_(NTSTATUS) GetMessage( \

Completed in 315 milliseconds

1 2 3 4 5 6