/external/javasqlite/src/main/java/SQLite/ |
FunctionContext.java | 47 public native void set_error(String r); method in class:FunctionContext
|
/external/webrtc/webrtc/base/ |
nethelpers.h | 45 void set_error(int error) { error_ = error; } function in class:rtc::AsyncResolver
|
httprequest.h | 72 void set_error(HttpErrorType error) { error_ = error; } function in class:rtc::HttpRequest
|
httpcommon.cc | 625 void HttpResponseData::set_error(uint32_t scode) { function in class:rtc::HttpResponseData
|
/external/libweave/src/privet/ |
privet_handler_unittest.cc | 137 auto set_error = [](const std::string&, const std::string&, local 142 .WillRepeatedly(DoAll(Invoke(set_error), Return(false))); 379 auto set_error = [](ErrorPtr* error) { local 383 .WillRepeatedly(WithArgs<6>(Invoke(set_error))); 602 auto set_error = [](const std::string&, const std::string&, ErrorPtr* error) { local 605 EXPECT_CALL(wifi_, ConfigureCredentials(_, _, _)).WillOnce(Invoke(set_error)); 641 auto set_error = [](const std::string&, const std::string&, ErrorPtr* error) { local 644 EXPECT_CALL(cloud_, Setup(_, _, _)).WillOnce(Invoke(set_error)); [all...] |
/external/webrtc/webrtc/libjingle/xmpp/ |
presencestatus.h | 62 void set_error(int e_code, const std::string e_str) function in class:buzz::PresenceStatus
|
/external/webrtc/webrtc/p2p/client/ |
basicportallocator.h | 144 void set_error() { function in class:cricket::BasicPortAllocatorSession::PortData
|
/external/protobuf/src/google/protobuf/compiler/ |
plugin.pb.h | 333 inline void set_error(const ::std::string& value); 334 inline void set_error(const char* value); 335 inline void set_error(const char* value, size_t size); 793 inline void CodeGeneratorResponse::set_error(const ::std::string& value) { function in class:google::protobuf::compiler::CodeGeneratorResponse 801 inline void CodeGeneratorResponse::set_error(const char* value) function in class:google::protobuf::compiler::CodeGeneratorResponse 809 inline void CodeGeneratorResponse::set_error(const char* value, size_t size) { function in class:google::protobuf::compiler::CodeGeneratorResponse [all...] |
/prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/compiler/ |
plugin.pb.h | 340 inline void set_error(const ::std::string& value); 341 inline void set_error(const char* value); 342 inline void set_error(const char* value, size_t size); 762 inline void CodeGeneratorResponse::set_error(const ::std::string& value) { function in class:google::protobuf::compiler::CodeGeneratorResponse 769 inline void CodeGeneratorResponse::set_error(const char* value) { function in class:google::protobuf::compiler::CodeGeneratorResponse 776 inline void CodeGeneratorResponse::set_error(const char* value, size_t size) { function in class:google::protobuf::compiler::CodeGeneratorResponse
|
/prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/compiler/ |
plugin.pb.h | 340 inline void set_error(const ::std::string& value); 341 inline void set_error(const char* value); 342 inline void set_error(const char* value, size_t size); 762 inline void CodeGeneratorResponse::set_error(const ::std::string& value) { function in class:google::protobuf::compiler::CodeGeneratorResponse 769 inline void CodeGeneratorResponse::set_error(const char* value) { function in class:google::protobuf::compiler::CodeGeneratorResponse 776 inline void CodeGeneratorResponse::set_error(const char* value, size_t size) { function in class:google::protobuf::compiler::CodeGeneratorResponse
|
/prebuilts/misc/windows/protobuf2.5/include/google/protobuf/compiler/ |
plugin.pb.h | 340 inline void set_error(const ::std::string& value); 341 inline void set_error(const char* value); 342 inline void set_error(const char* value, size_t size); 762 inline void CodeGeneratorResponse::set_error(const ::std::string& value) { function in class:google::protobuf::compiler::CodeGeneratorResponse 769 inline void CodeGeneratorResponse::set_error(const char* value) { function in class:google::protobuf::compiler::CodeGeneratorResponse 776 inline void CodeGeneratorResponse::set_error(const char* value, size_t size) { function in class:google::protobuf::compiler::CodeGeneratorResponse
|
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/compiler/ |
plugin.pb.h | 367 void set_error(const ::std::string& value); 368 void set_error(const char* value); 369 void set_error(const char* value, size_t size); 738 inline void CodeGeneratorResponse::set_error(const ::std::string& value) { function in class:google::protobuf::compiler::CodeGeneratorResponse 743 inline void CodeGeneratorResponse::set_error(const char* value) { function in class:google::protobuf::compiler::CodeGeneratorResponse 748 inline void CodeGeneratorResponse::set_error(const char* value, size_t size) { function in class:google::protobuf::compiler::CodeGeneratorResponse [all...] |
/prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/compiler/ |
plugin.pb.h | 340 inline void set_error(const ::std::string& value); 341 inline void set_error(const char* value); 342 inline void set_error(const char* value, size_t size); 762 inline void CodeGeneratorResponse::set_error(const ::std::string& value) { function in class:google::protobuf::compiler::CodeGeneratorResponse 769 inline void CodeGeneratorResponse::set_error(const char* value) { function in class:google::protobuf::compiler::CodeGeneratorResponse 776 inline void CodeGeneratorResponse::set_error(const char* value, size_t size) { function in class:google::protobuf::compiler::CodeGeneratorResponse
|
/system/connectivity/shill/ |
service.cc | 666 Error set_error; local 667 store_.SetBoolProperty(it.first, it.second.Get<bool>(), &set_error); 668 if (error->IsSuccess() && set_error.IsFailure()) { 669 error->CopyFrom(set_error); 677 Error set_error; local 678 store_.SetInt32Property(it.first, it.second.Get<int32_t>(), &set_error); 679 if (error->IsSuccess() && set_error.IsFailure()) { 680 error->CopyFrom(set_error); 688 Error set_error; local 691 &set_error); 701 Error set_error; local 712 Error set_error; local 723 Error set_error; local [all...] |
service.h | 435 void set_error(const std::string& error) { error_ = error; } function in class:shill::Service [all...] |
/toolchain/binutils/binutils-2.25/opcodes/ |
aarch64-opc.c | 1116 set_error (aarch64_operand_error *mismatch_detail 1114 set_error (aarch64_operand_error *mismatch_detail, function [all...] |
/toolchain/binutils/binutils-2.25/gas/config/ |
tc-aarch64.c | 196 set_error (enum aarch64_operand_error_kind kind, const char *error) function 205 set_error (AARCH64_OPDE_RECOVERABLE, error); 213 set_error (AARCH64_OPDE_SYNTAX_ERROR, NULL); 219 set_error (AARCH64_OPDE_SYNTAX_ERROR, error); 226 set_error (AARCH64_OPDE_SYNTAX_ERROR, error); 232 set_error (AARCH64_OPDE_FATAL_SYNTAX_ERROR, error); [all...] |
/external/libgdx/backends/gdx-backend-moe/libs/ |
intel-moe-core.jar | |