Home
last modified time | relevance | path

Searched refs:error_message (Results 1 – 17 of 17) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/stubs/
Dstatus.h74 Status(error::Code error_code, StringPiece error_message);
91 StringPiece error_message() const { in error_message() function
Dstatus.cc92 Status::Status(error::Code error_code, StringPiece error_message) in Status() argument
95 error_message_ = error_message.ToString(); in Status()
Dstatus_test.cc68 EXPECT_EQ("", status.error_message().ToString()); in TEST()
72 EXPECT_EQ("msg", status.error_message().ToString()); in TEST()
76 EXPECT_EQ("", status.error_message().ToString()); in TEST()
/frameworks/native/opengl/libs/EGL/
Degl_layers.cpp386 char* error_message = nullptr; in LoadLayers() local
388 app_namespace, layer.c_str(), &native_bridge, &error_message); in LoadLayers()
391 error_message); in LoadLayers()
392 android::NativeLoaderFreeErrorMessage(error_message); in LoadLayers()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/pyext/
Ddescriptor_pool.cc423 BuildFileErrorCollector() : error_message(""), had_errors(false) {} in BuildFileErrorCollector()
431 error_message += in AddError()
437 error_message += (" " + element_name + ": " + message + "\n"); in AddError()
440 string error_message; member in google::protobuf::python::cdescriptor_pool::BuildFileErrorCollector
484 error_collector.error_message.c_str()); in AddSerializedFile()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/conformance/
Dconformance_cpp.cc107 status.error_message().as_string()); in DoTest()
142 status.error_message().as_string()); in DoTest()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/internal/
Dprotostream_objectwriter.cc303 if (!status.ok()) ow_->InvalidValue("Any", status.error_message()); in RenderDataPiece()
319 parent_->InvalidValue("String", s.status().error_message()); in StartAny()
329 parent_->InvalidValue("Any", resolved_type.status().error_message()); in StartAny()
989 StrCat("Field '", name, "', ", status.error_message())); in RenderDataPiece()
1026 StrCat("Field '", name, "', ", status.error_message())); in RenderDataPiece()
1056 StrCat("Field '", name, "', ", status.error_message())); in RenderDataPiece()
Djson_stream_parser_test.cc131 StringPiece error_message(result.error_message()); in DoErrorTest() local
132 EXPECT_EQ(error_prefix, error_message.substr(0, error_prefix.size())); in DoErrorTest()
Dproto_writer.cc678 status.error_message()); in RenderPrimitiveField()
Dprotostream_objectsource.cc626 resolved_type.status().error_message()); in RenderAny()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/
Dimporter_unittest.cc287 const string& error_message) { in ExpectCannotOpenFile() argument
290 EXPECT_EQ(error_message, source_tree_.GetLastErrorMessage()); in ExpectCannotOpenFile()
/frameworks/base/core/proto/android/service/
Ddiskstats.proto41 optional string error_message = 2; field
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/internal/
Djson_format_test.py101 def CheckError(self, text, error_message): argument
105 error_message,
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Ddescriptor.cc3757 string error_message("File recursively imports itself: "); in AddRecursiveImportError() local
3759 error_message.append(tables_->pending_files_[i]); in AddRecursiveImportError()
3760 error_message.append(" -> "); in AddRecursiveImportError()
3762 error_message.append(proto.name()); in AddRecursiveImportError()
3765 error_message); in AddRecursiveImportError()
6286 string error_message = "Import " + (*it)->name() + " but not used."; in LogUnusedDependency() local
6288 error_message); in LogUnusedDependency()
Ddescriptor_unittest.cc6376 const string &error_message) { in AddError() argument
6378 << element_name << "]: " << error_message; in AddError()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/php/ext/google/protobuf/
Dupb.h484 const char *error_message() const;
546 inline const char* Status::error_message() const { in error_message() function
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/ruby/ext/google/protobuf_c/
Dupb.h417 const char *error_message() const { return upb_status_errmsg(this); } function