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

<<11121314151617181920>>

  /external/libchrome/base/json/
json_string_value_serializer.h 57 // value is null, and if |error_code| is non-null, |error_code| will
62 scoped_ptr<base::Value> Deserialize(int* error_code,
  /external/libcxx/test/std/diagnostics/syserr/syserr.compare/
eq_error_code_error_code.pass.cpp 12 // bool operator==(const error_code& lhs, const error_code& rhs);
13 // bool operator==(const error_code& lhs, const error_condition& rhs);
14 // bool operator==(const error_condition& lhs, const error_code& rhs);
16 // bool operator!=(const error_code& lhs, const error_code& rhs);
17 // bool operator!=(const error_code& lhs, const error_condition& rhs);
18 // bool operator!=(const error_condition& lhs, const error_code& rhs);
26 std::error_code e_code1(5, std::generic_category());
27 std::error_code e_code2(5, std::system_category())
    [all...]
  /external/libmicrohttpd/src/examples/
mhd2spdy_spdy.h 54 int error_code);
  /external/libunwind/src/arm/
gen-offsets.c 32 SC ("ERRORCODE", error_code);
  /external/llvm/include/llvm/ExecutionEngine/
SectionMemoryManager.h 113 std::error_code applyMemoryGroupPermissions(MemoryGroup &MemGroup,
  /external/llvm/include/llvm/Object/
ArchiveWriter.h 42 std::pair<StringRef, std::error_code>
  /external/llvm/include/llvm/Support/
FileOutputBuffer.h 69 std::error_code commit();
  /external/llvm/lib/Bitcode/Writer/
BitWriter.cpp 21 std::error_code EC;
  /external/llvm/lib/IRReader/
IRReader.cpp 39 if (std::error_code EC = ModuleOrErr.getError()) {
56 if (std::error_code EC = FileOrErr.getError()) {
74 if (std::error_code EC = ModuleOrErr.getError()) {
89 if (std::error_code EC = FileOrErr.getError()) {
  /external/llvm/lib/Support/Windows/
WindowsSupport.h 174 std::error_code widenPath(const Twine &Path8,
179 std::error_code UTF8ToUTF16(StringRef utf8, SmallVectorImpl<wchar_t> &utf16);
180 std::error_code UTF16ToUTF8(const wchar_t *utf16, size_t utf16_len,
183 std::error_code UTF16ToCurCP(const wchar_t *utf16, size_t utf16_len,
  /external/parameter-framework/asio-1.10.6/include/asio/detail/
completion_handler.hpp 40 const asio::error_code& /*ec*/,
  /external/parameter-framework/asio-1.10.6/include/asio/
io_service.hpp 22 #include "asio/error_code.hpp"
289 ASIO_DECL std::size_t run(asio::error_code& ec);
321 ASIO_DECL std::size_t run_one(asio::error_code& ec);
345 ASIO_DECL std::size_t poll(asio::error_code& ec);
369 ASIO_DECL std::size_t poll_one(asio::error_code& ec);
  /external/protobuf/src/google/protobuf/compiler/
subprocess.h 80 static string Win32ErrorMessage(DWORD error_code);
  /external/vboot_reference/tests/
vboot_audio_tests.c 220 int error_code = 0; local
225 error_code = 255;
228 error_code = 255;
230 return error_code;
  /external/webrtc/webrtc/p2p/base/
stunserver.h 49 int error_code, const char* error_desc);
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp 488 std::error_code Error(BitcodeError E, const Twine &Message);
489 std::error_code Error(BitcodeError E);
490 std::error_code Error(const Twine &Message);
501 std::error_code materialize(GlobalValue *GV) override;
502 std::error_code materializeModule() override;
508 std::error_code ParseBitcodeInto(Module *M);
517 std::error_code materializeMetadata() override;
575 std::error_code ParseModule(bool Resume);
576 std::error_code ParseAttributeBlock();
577 std::error_code ParseTypeTable()
    [all...]
  /frameworks/compile/mclinker/include/mcld/Support/
FileOutputBuffer.h 31 static std::error_code create(FileHandle& pFileHandle,
raw_ostream.h 31 std::error_code& pErrorCode,
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.compare/
eq_error_code_error_code.pass.cpp 12 // bool operator==(const error_code& lhs, const error_code& rhs);
13 // bool operator==(const error_code& lhs, const error_condition& rhs);
14 // bool operator==(const error_condition& lhs, const error_code& rhs);
16 // bool operator!=(const error_code& lhs, const error_code& rhs);
17 // bool operator!=(const error_code& lhs, const error_condition& rhs);
18 // bool operator!=(const error_condition& lhs, const error_code& rhs);
26 std::error_code e_code1(5, std::generic_category());
27 std::error_code e_code2(5, std::system_category())
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
execution_monitor.hpp 88 enum error_code { enum in class:boost::execution_exception
125 execution_exception( error_code ec_, const_string what_msg_, location const& location_ ); // max length 256 inc '\0'
128 error_code code() const { return m_error_code; }
134 error_code m_error_code;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/
Xdbe.h 80 unsigned char error_code; /* error base + XdbeBadBuffer */ member in struct:__anon38069
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/extensions/
Xdbe.h 78 unsigned char error_code; /* error base + XdbeBadBuffer */ member in struct:__anon39927
  /system/security/keystore/
keystore_client_impl.cpp 281 int32_t error_code = mapKeystoreError(result.resultCode); local
282 if (error_code == KM_ERROR_OK) {
290 return error_code;
307 int32_t error_code = mapKeystoreError(result.resultCode); local
308 if (error_code == KM_ERROR_OK) {
316 return error_code;
333 int32_t error_code = mapKeystoreError(result.resultCode); local
334 if (error_code == KM_ERROR_OK) {
342 return error_code;
349 int32_t error_code = mapKeystoreError(keystore_->abort(active_operations_[handle])) local
358 int32_t error_code = mapKeystoreError(keystore_->exist(key_name16, kDefaultUID)); local
366 int32_t error_code = mapKeystoreError(keystore_->list(prefix16, kDefaultUID, &matches)); local
    [all...]
  /system/update_engine/
omaha_request_action.h 80 error_code(ErrorCode::kError) {}
84 error_code(ErrorCode::kSuccess) {}
88 error_code(in_error_code) {}
92 ErrorCode error_code; member in struct:chromeos_update_engine::OmahaEvent
weave_service.h 45 void SendPayloadApplicationComplete(ErrorCode error_code) override {}

Completed in 1938 milliseconds

<<11121314151617181920>>