Home
last modified time | relevance | path

Searched refs:set_error (Results 1 – 19 of 19) sorted by relevance

/external/strace/
DMakefile.am327 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 …]
DMakefile1102 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 …]
DMakefile.in1102 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 …]
DChangeLog279 * 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/
Dplugin.cc131 response->set_error(error); in GenerateCode()
146 response->set_error(file->name() + ": " + error); in GenerateCode()
Dplugin.pb.h367 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
Dplugin.pb.cc1526 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/
Dvg_preloaded.c269 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/
DFunctionContext.java47 public native void set_error(String r); in set_error() method in FunctionContext
/external/webrtc/webrtc/base/
Dnethelpers.h45 void set_error(int error) { error_ = error; } in set_error() function
Dhttprequest.h72 void set_error(HttpErrorType error) { error_ = error; } in set_error() function
Dhttprequest.cc104 set_error(monitor.error()); in Send()
Dhttpserver.cc152 current_->response.set_error(HC_INTERNAL_SERVER_ERROR); in Respond()
Dhttpcommon.h421 void set_error(uint32_t scode);
Dhttpcommon.cc625 void HttpResponseData::set_error(uint32_t scode) { in set_error() function in rtc::HttpResponseData
/external/webrtc/webrtc/libjingle/xmpp/
Dpresencestatus.h62 void set_error(int e_code, const std::string e_str) in set_error() function
/external/webrtc/webrtc/p2p/client/
Dbasicportallocator.h144 void set_error() { in set_error() function
Dbasicportallocator.cc281 it->set_error(); in OnConfigStop()
559 data->set_error(); in OnPortError()
/external/cros/system_api/dbus/cryptohome/
Drpc.proto106 // If a call failed, it must set an error code (set_error(CODE)).