Home
last modified time | relevance | path

Searched defs:error_message (Results 1 – 12 of 12) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/stubs/
Dstatus.cc92 Status::Status(error::Code error_code, StringPiece error_message) in Status()
Dstatus.h91 StringPiece error_message() const { in error_message() function
/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
/frameworks/native/opengl/libs/EGL/
Degl_layers.cpp386 char* error_message = nullptr; in LoadLayers() local
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/
Dimporter_unittest.cc287 const string& error_message) { in ExpectCannotOpenFile()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/pyext/
Ddescriptor_pool.cc440 string error_message; member in google::protobuf::python::cdescriptor_pool::BuildFileErrorCollector
/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
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/internal/
Djson_stream_parser_test.cc131 StringPiece error_message(result.error_message()); in DoErrorTest() local
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Ddescriptor.cc3757 string error_message("File recursively imports itself: "); in AddRecursiveImportError() local
6286 string error_message = "Import " + (*it)->name() + " but not used."; in LogUnusedDependency() local
Ddescriptor_unittest.cc6376 const string &error_message) { in AddError()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/php/ext/google/protobuf/
Dupb.h546 inline const char* Status::error_message() const { in error_message() function