/external/strace/ |
D | Makefile.am | 327 linux/aarch64/set_error.c \ 343 linux/alpha/set_error.c \ 354 linux/arc/set_error.c \ 367 linux/arm/set_error.c \ 377 linux/avr32/set_error.c \ 388 linux/bfin/set_error.c \ 398 linux/crisv10/set_error.c \ 408 linux/crisv32/set_error.c \ 424 linux/hppa/set_error.c \ 436 linux/i386/set_error.c \ [all …]
|
D | Makefile | 1102 linux/aarch64/set_error.c \ 1118 linux/alpha/set_error.c \ 1129 linux/arc/set_error.c \ 1142 linux/arm/set_error.c \ 1152 linux/avr32/set_error.c \ 1163 linux/bfin/set_error.c \ 1173 linux/crisv10/set_error.c \ 1183 linux/crisv32/set_error.c \ 1199 linux/hppa/set_error.c \ 1211 linux/i386/set_error.c \ [all …]
|
D | Makefile.in | 1102 linux/aarch64/set_error.c \ 1118 linux/alpha/set_error.c \ 1129 linux/arc/set_error.c \ 1142 linux/arm/set_error.c \ 1152 linux/avr32/set_error.c \ 1163 linux/bfin/set_error.c \ 1173 linux/crisv10/set_error.c \ 1183 linux/crisv32/set_error.c \ 1199 linux/hppa/set_error.c \ 1211 linux/i386/set_error.c \ [all …]
|
D | ChangeLog | 279 * linux/or1k/set_error.c (arch_setsuccess): Rename to arch_set_success. 367 * linux/aarch64/set_error.c (arch_set_success): New function. 368 * linux/alpha/set_error.c: Likewise. 369 * linux/arc/set_error.c: Likewise. 370 * linux/arm/set_error.c: Likewise. 371 * linux/avr32/set_error.c: Likewise. 372 * linux/bfin/set_error.c: Likewise. 373 * linux/crisv10/set_error.c: Likewise. 374 * linux/hppa/set_error.c: Likewise. 375 * linux/i386/set_error.c: Likewise. [all …]
|
/external/protobuf/src/google/protobuf/compiler/ |
D | plugin.cc | 131 response->set_error(error); in GenerateCode() 146 response->set_error(file->name() + ": " + error); in GenerateCode()
|
D | 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) { in set_error() function 743 inline void CodeGeneratorResponse::set_error(const char* value) { in set_error() function 748 inline void CodeGeneratorResponse::set_error(const char* value, size_t size) { in set_error() function
|
D | plugin.pb.cc | 1526 void CodeGeneratorResponse::set_error(const ::std::string& value) { in set_error() function in google::protobuf::compiler::CodeGeneratorResponse 1531 void CodeGeneratorResponse::set_error(const char* value) { in set_error() function in google::protobuf::compiler::CodeGeneratorResponse 1536 void CodeGeneratorResponse::set_error(const char* value, size_t size) { in set_error() function in google::protobuf::compiler::CodeGeneratorResponse
|
/external/valgrind/coregrind/ |
D | vg_preloaded.c | 269 int VG_REPLACE_FUNCTION_ZU(VG_Z_LIBC_SONAME, set_error)(int *errp, int err); 270 int VG_REPLACE_FUNCTION_ZU(VG_Z_LIBC_SONAME, set_error)(int *errp, int err) in VG_REPLACE_FUNCTION_ZU() argument
|
/external/javasqlite/src/main/java/SQLite/ |
D | FunctionContext.java | 47 public native void set_error(String r); in set_error() method in FunctionContext
|
/external/webrtc/webrtc/base/ |
D | nethelpers.h | 45 void set_error(int error) { error_ = error; } in set_error() function
|
D | httprequest.h | 72 void set_error(HttpErrorType error) { error_ = error; } in set_error() function
|
D | httprequest.cc | 104 set_error(monitor.error()); in Send()
|
D | httpserver.cc | 152 current_->response.set_error(HC_INTERNAL_SERVER_ERROR); in Respond()
|
D | httpcommon.h | 421 void set_error(uint32_t scode);
|
D | httpcommon.cc | 625 void HttpResponseData::set_error(uint32_t scode) { in set_error() function in rtc::HttpResponseData
|
/external/webrtc/webrtc/libjingle/xmpp/ |
D | presencestatus.h | 62 void set_error(int e_code, const std::string e_str) in set_error() function
|
/external/webrtc/webrtc/p2p/client/ |
D | basicportallocator.h | 144 void set_error() { in set_error() function
|
D | basicportallocator.cc | 281 it->set_error(); in OnConfigStop() 559 data->set_error(); in OnPortError()
|
/external/cros/system_api/dbus/cryptohome/ |
D | rpc.proto | 106 // If a call failed, it must set an error code (set_error(CODE)).
|