HomeSort by relevance Sort by last modified time
    Searched refs:GetMessage (Results 76 - 100 of 146) sorted by null

1 2 34 5 6

  /external/libbrillo/brillo/streams/
memory_stream_unittest.cc 215 EXPECT_EQ("Reading past the end of stream", error->GetMessage());
229 EXPECT_EQ("Reading past the end of stream", error->GetMessage());
  /external/v8/src/
messages.cc 154 Handle<String> MessageHandler::GetMessage(Isolate* isolate,
165 return GetMessage(isolate, data)->ToCString(DISALLOW_NULLS);
d8.h 237 SerializationData* GetMessage();
239 // queued can still be read via GetMessage().
messages.h     [all...]
  /external/webrtc/webrtc/base/
win32socketserver.cc 773 b = GetMessage(&msg, NULL, 0, 0);
775 LOG_GLE(LS_ERROR) << "GetMessage failed.";
789 b = GetMessage(&msg, NULL, s_wm_wakeup_id, s_wm_wakeup_id);
  /external/google-breakpad/src/client/windows/tests/crash_generation_app/
crash_generation_app.cc 514 while (GetMessage(&msg, NULL, 0, 0)) {
  /external/icu/icu4c/source/samples/layout/
clayout.c 107 while (GetMessage(&msg, NULL, 0, 0)) {
layout.cpp 106 while (GetMessage(&msg, NULL, 0, 0)) {
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
generated_message_reflection.h 102 // messages, which GetMessage() will return if the particular
178 const Message& GetMessage(const Message& message,
message.h 445 virtual const Message& GetMessage(const Message& message,
    [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
generated_message_reflection.h 102 // messages, which GetMessage() will return if the particular
178 const Message& GetMessage(const Message& message,
message.h 445 virtual const Message& GetMessage(const Message& message,
    [all...]
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
generated_message_reflection.h 102 // messages, which GetMessage() will return if the particular
178 const Message& GetMessage(const Message& message,
message.h 445 virtual const Message& GetMessage(const Message& message,
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
extension_set.h 238 const MessageLite& GetMessage(int number,
240 const MessageLite& GetMessage(int number, const Descriptor* message_type,
438 virtual const MessageLite& GetMessage(
    [all...]
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
generated_message_reflection.h 102 // messages, which GetMessage() will return if the particular
178 const Message& GetMessage(const Message& message,
message.h 445 virtual const Message& GetMessage(const Message& message,
    [all...]
  /art/runtime/
parsed_options.cc 450 UsageMessage(stdout, "%s\n", parse_result.GetMessage().c_str());
453 Usage("%s\n", parse_result.GetMessage().c_str());
456 Usage("%s\n", parse_result.GetMessage().c_str());
  /external/protobuf/src/google/protobuf/
test_util.cc 37 // windows.h #defines GetMessage() as a macro).
    [all...]
generated_message_reflection.h 103 // messages, which GetMessage() will return if the particular
220 const Message& GetMessage(const Message& message,
message.h 468 virtual const Message& GetMessage(const Message& message,
    [all...]
  /external/libbrillo/brillo/http/
http_transport_curl_unittest.cc 161 EXPECT_EQ("Out of Memory", error->GetMessage());
http_utils_unittest.cc 459 EXPECT_EQ("Test message", error->GetMessage());
476 EXPECT_EQ("Test message", error->GetMessage());
  /external/libpng/contrib/gregbook/
rpng-win.c 467 while (GetMessage(&msg, NULL, 0, 0)) {
  /external/protobuf/src/google/protobuf/compiler/java/
java_file.cc 90 const Message& sub_message = reflection->GetMessage(message, fields[i]);

Completed in 931 milliseconds

1 2 34 5 6