HomeSort by relevance Sort by last modified time
    Searched refs:error_code (Results 201 - 225 of 915) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/llvm/include/llvm/Support/
Memory.h 81 std::error_code &EC);
88 /// \r error_success if the function was successful, or an error_code
92 static std::error_code releaseMappedMemory(MemoryBlock &Block);
105 /// \r error_success if the function was successful, or an error_code
109 static std::error_code protectMappedMemory(const MemoryBlock &Block,
  /external/llvm/lib/TableGen/
Main.cpp 57 std::error_code EC;
79 if (std::error_code EC = FileOrErr.getError()) {
97 std::error_code EC;
  /external/parameter-framework/asio-1.10.6/include/asio/detail/
resolve_endpoint_op.hpp 52 const asio::error_code& /*ec*/,
89 detail::binder2<Handler, asio::error_code, iterator_type>
109 asio::error_code ec_;
  /external/parameter-framework/asio-1.10.6/include/asio/ip/
address.hpp 17 #include "asio/error_code.hpp"
90 ASIO_DECL std::string to_string(asio::error_code& ec) const;
99 const char* str, asio::error_code& ec);
108 const std::string& str, asio::error_code& ec);
address_v6.hpp 20 #include "asio/error_code.hpp"
92 ASIO_DECL std::string to_string(asio::error_code& ec) const;
99 const char* str, asio::error_code& ec);
106 const std::string& str, asio::error_code& ec);
  /external/v8/src/third_party/vtune/
ittnotify_config.h 261 int error_code = pthread_mutexattr_init(&mutex_attr); \
262 if (error_code) \
263 __itt_report_error(__itt_error_system, "pthread_mutexattr_init", error_code); \
264 error_code = pthread_mutexattr_settype(&mutex_attr, PTHREAD_MUTEX_RECURSIVE); \
265 if (error_code) \
266 __itt_report_error(__itt_error_system, "pthread_mutexattr_settype", error_code); \
267 error_code = pthread_mutex_init(mutex, &mutex_attr); \
268 if (error_code) \
269 __itt_report_error(__itt_error_system, "pthread_mutex_init", error_code); \
270 error_code = pthread_mutexattr_destroy(&mutex_attr);
    [all...]
  /external/vboot_reference/tests/
utility_string_tests.c 110 int error_code = 0; local
116 error_code = 255;
118 return error_code;
  /external/libchrome/sandbox/linux/system_headers/
arm_linux_ucontext.h 18 unsigned long error_code; member in struct:sigcontext
  /external/libchrome/sandbox/mac/
message_server.h 66 // the specified |error_code| in a field that is interpreted by the
68 virtual void RejectMessage(IPCMessage request, int error_code) = 0;
  /external/libcxx/test/std/diagnostics/syserr/syserr.hash/
error_code.pass.cpp 28 typedef std::error_code T;
  /external/llvm/include/llvm/ProfileData/
InstrProfWriter.h 41 std::error_code addRecord(InstrProfRecord &&I, uint64_t Weight = 1);
  /external/llvm/lib/Support/
FileOutputBuffer.cpp 42 std::error_code EC = sys::fs::status(FilePath, Stat);
97 return std::error_code(errno, std::generic_category());
104 std::error_code FileOutputBuffer::commit() {
110 std::error_code EC = sys::fs::rename(Twine(TempPath), Twine(FinalPath));
ToolOutputFile.cpp 37 tool_output_file::tool_output_file(StringRef Filename, std::error_code &EC,
  /external/webrtc/webrtc/modules/desktop_capture/x11/
x_error_trap.cc 31 g_last_xserver_error_code = error_event->error_code;
  /hardware/qcom/msm8996/kernel-headers/linux/
msm_pft.h 56 __u32 error_code; member in struct:pft_command_response
  /hardware/qcom/msm8996/original-kernel-headers/linux/
msm_pft.h 103 __u32 error_code; member in struct:pft_command_response
  /system/update_engine/payload_consumer/
postinstall_runner_action.cc 289 ErrorCode error_code = ErrorCode::kPostinstallRunnerError; local
295 error_code = ErrorCode::kPostinstallBootedFromFirmwareB;
302 error_code = ErrorCode::kPostinstallFirmwareRONotUpdatable;
310 return CompletePostinstall(error_code);
320 void PostinstallRunnerAction::CompletePostinstall(ErrorCode error_code) {
323 if (error_code == ErrorCode::kSuccess &&
325 error_code = ErrorCode::kPostinstallRunnerError;
329 completer.set_code(error_code);
331 if (error_code != ErrorCode::kSuccess) {
  /external/llvm/lib/Object/
Archive.cpp 90 std::error_code *EC)
120 if (std::error_code EC = Size.getError())
129 if (std::error_code EC = Size.getError())
142 if (std::error_code EC = Size.getError())
147 if (std::error_code EC = Name.getError())
153 if (std::error_code EC = Buf.getError())
175 std::error_code EC;
229 if (std::error_code EC = NameOrErr.getError())
233 if (std::error_code EC = Buf.getError())
241 if (std::error_code EC = BuffOrErr.getError()
    [all...]
  /bionic/libc/arch-arm/krait/bionic/
memset.S 52 ldr r1, error_code
56 error_code: label
  /external/clang/lib/Frontend/
SerializedDiagnosticReader.cpp 19 std::error_code SerializedDiagnosticReader::readDiagnostics(StringRef File) {
46 std::error_code EC;
66 return std::error_code();
110 std::error_code
132 return std::error_code();
148 std::error_code
153 std::error_code EC;
176 return std::error_code();
  /external/google-breakpad/src/processor/
source_line_resolver_base.cc 97 int error_code = stat(map_file.c_str(), &buf); local
98 if (error_code == -1) {
100 error_code = ErrnoString(&error_string);
102 ", error " << error_code << ": " << error_string;
123 error_code = ErrnoString(&error_string);
125 ", error " << error_code << ": " << error_string;
139 error_code = ErrnoString(&error_string);
141 ", error " << error_code << ": " << error_string;
  /external/libbrillo/brillo/dbus/
dbus_method_response.cc 33 const std::string& error_code,
36 Error::AddTo(&error, location, error_domain, error_code, error_message);
  /external/libchrome/base/json/
json_file_value_serializer.h 58 // value is NULL, and if |error_code| is non-null, |error_code| will
63 scoped_ptr<base::Value> Deserialize(int* error_code,
81 // Convert an error code into an error message. |error_code| is assumed to
83 static const char* GetErrorMessageForCode(int error_code);
json_reader.h 115 // Returns an empty string if error_code is JSON_NO_ERROR.
116 static std::string ErrorCodeToString(JsonParseError error_code);
123 JsonParseError error_code() const;
  /external/libweave/third_party/chromium/base/json/
json_reader.h 115 // Returns an empty string if error_code is JSON_NO_ERROR.
116 static std::string ErrorCodeToString(JsonParseError error_code);
123 JsonParseError error_code() const;

Completed in 1952 milliseconds

1 2 3 4 5 6 7 891011>>