HomeSort by relevance Sort by last modified time
    Searched refs:error_ (Results 51 - 75 of 196) sorted by null

1 23 4 5 6 7 8

  /frameworks/base/tools/aapt2/format/
Container.h 53 std::string error_; member in class:aapt::ContainerWriter
101 std::string error_; member in class:aapt::ContainerReader
  /system/keymaster/km_openssl/
hmac_operation.h 41 keymaster_error_t error() { return error_; }
45 keymaster_error_t error_; member in class:keymaster::HmacOperation
  /build/kati/
var.h 65 bool Deprecated() const { return message_ && !error_; }
70 bool Obsolete() const { return error_; }
73 error_ = true;
84 if (error_) {
99 bool error_; member in class:Var
  /external/libchrome/crypto/
p224_spake.cc 158 error_ = "peer's hash had an incorrect size";
163 error_ = "peer's hash had incorrect value";
173 error_ = "internal error";
180 error_ = "failed to parse peer's masked Diffie-Hellman value";
249 return error_;
  /frameworks/base/tools/aapt2/compile/
InlineXmlFormatParser.cpp 55 error_ = true;
63 error_ = true;
72 error_ = true;
101 return error_;
110 bool error_ = false; member in class:aapt::__anon45960::Visitor
  /system/core/trusty/keymaster/
trusty_keymaster_device.cpp 116 error_ = translate_error(rc);
124 error_ = Send(KM_GET_VERSION, version_request, &version_response);
125 if (error_ == KM_ERROR_INVALID_ARGUMENT || error_ == KM_ERROR_UNIMPLEMENTED) {
127 error_ = KM_ERROR_VERSION_MISMATCH;
136 error_ = KM_ERROR_VERSION_MISMATCH;
173 if (error_ != KM_ERROR_OK) {
174 return error_;
200 if (error_ != KM_ERROR_OK) {
201 return error_;
    [all...]
  /device/generic/goldfish/keymaster/trusty/
trusty_keymaster_device.cpp 117 error_ = Send(KM_GET_VERSION, version_request, &version_response);
118 if (error_ == KM_ERROR_INVALID_ARGUMENT || error_ == KM_ERROR_UNIMPLEMENTED) {
120 error_ = KM_ERROR_VERSION_MISMATCH;
129 error_ = KM_ERROR_VERSION_MISMATCH;
166 if (error_ != KM_ERROR_OK) {
167 return error_;
189 if (error_ != KM_ERROR_OK) {
190 return error_;
204 if (error_ != KM_ERROR_OK)
    [all...]
  /frameworks/native/services/vr/virtual_touchpad/
EvdevInjector.h 60 int GetError() const { return error_; }
61 void ResetError() { error_ = 0; }
121 // Sets |error_| if it is not already set; returns |code|.
136 int error_ = 0; variable
  /external/ImageMagick/Magick++/tests/
readWriteBlob.cpp 235 catch( Exception &error_ )
237 cout << "Caught exception: " << error_.what() << endl;
240 catch( exception &error_ )
242 cout << "Caught exception: " << error_.what() << endl;
  /external/tensorflow/tensorflow/core/lib/strings/
scanner.h 86 error_ = true;
125 if (!cur_.empty()) error_ = true;
168 error_ = true;
231 bool error_ = false; member in class:tensorflow::strings::Scanner
  /external/webrtc/webrtc/base/
transformadapter.h 74 int error_; member in class:rtc::TransformAdapter
  /prebuilts/go/darwin-x86/src/encoding/gob/
decgen.go 67 error_(ovfl)
76 error_(ovfl)
85 error_(ovfl)
99 error_(ovfl)
127 error_(ovfl)
136 error_(ovfl)
145 error_(ovfl)
159 error_(ovfl)
error.go 21 // errorf is like error_ but takes Printf-style arguments to construct an error.
24 error_(fmt.Errorf("gob: "+format, args...))
28 func error_(err error) { func
  /prebuilts/go/linux-x86/src/encoding/gob/
decgen.go 67 error_(ovfl)
76 error_(ovfl)
85 error_(ovfl)
99 error_(ovfl)
127 error_(ovfl)
136 error_(ovfl)
145 error_(ovfl)
159 error_(ovfl)
error.go 21 // errorf is like error_ but takes Printf-style arguments to construct an error.
24 error_(fmt.Errorf("gob: "+format, args...))
28 func error_(err error) { func
  /external/ImageMagick/Magick++/demo/
gravity.cpp 76 catch( exception &error_ )
78 cout << "Caught exception: " << error_.what() << endl;
shapes.cpp 112 catch( exception &error_ )
114 cout << "Caught exception: " << error_.what() << endl;
  /external/flatbuffers/include/flatbuffers/
registry.h 73 lasterror_ = parser.error_;
112 lasterror_ = parser->error_;
  /external/libmojo/mojo/public/cpp/bindings/
connector.h 82 return error_;
193 bool error_ = false; member in class:mojo::Connector
  /frameworks/base/tools/aapt2/format/binary/
ResChunkPullParser.h 67 std::string error_; member in class:aapt::ResChunkPullParser
106 return error_;
  /frameworks/base/tools/aapt2/io/
FileStream.h 55 std::string error_; member in class:aapt::io::FileInputStream
97 std::string error_; member in class:aapt::io::FileOutputStream
  /frameworks/base/tools/aapt2/java/
JavaClassGenerator.h 117 std::string error_; member in class:aapt::JavaClassGenerator
121 return error_;
  /external/libmojo/mojo/public/cpp/bindings/lib/
connector.cc 75 if (error_)
117 // It shouldn't hurt even if |error_| may be changed by a different thread at
120 if (error_)
175 if (error_)
280 while (!error_) {
303 if (error_ || !message_pipe_.is_valid())
330 error_ = true;
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/compiler/
plugin.pb.h 366 ::std::string* error_; member in class:google::protobuf::compiler::CodeGeneratorResponse
754 if (error_ != &::google::protobuf::internal::kEmptyString) {
755 error_->clear();
760 return *error_;
764 if (error_ == &::google::protobuf::internal::kEmptyString) {
765 error_ = new ::std::string;
767 error_->assign(value);
771 if (error_ == &::google::protobuf::internal::kEmptyString) {
772 error_ = new ::std::string;
774 error_->assign(value)
    [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/compiler/
plugin.pb.h 366 ::std::string* error_; member in class:google::protobuf::compiler::CodeGeneratorResponse
754 if (error_ != &::google::protobuf::internal::kEmptyString) {
755 error_->clear();
760 return *error_;
764 if (error_ == &::google::protobuf::internal::kEmptyString) {
765 error_ = new ::std::string;
767 error_->assign(value);
771 if (error_ == &::google::protobuf::internal::kEmptyString) {
772 error_ = new ::std::string;
774 error_->assign(value)
    [all...]

Completed in 597 milliseconds

1 23 4 5 6 7 8