HomeSort by relevance Sort by last modified time
    Searched refs:error_code (Results 226 - 250 of 959) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/protobuf/src/google/protobuf/compiler/
subprocess.h 79 static string Subprocess::Win32ErrorMessage(DWORD error_code);
  /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/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
Xdbe.h 76 unsigned char error_code; /* error base + XdbeBadBuffer */ member in struct:__anon39769
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
Xdbe.h 76 unsigned char error_code; /* error base + XdbeBadBuffer */ member in struct:__anon41359
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
Xdbe.h 76 unsigned char error_code; /* error base + XdbeBadBuffer */ member in struct:__anon42874
  /bionic/libc/arch-arm/krait/bionic/
memset.S 53 ldr r1, error_code
57 error_code: label
  /bionic/libc/kernel/arch-mips/asm/
processor.h 70 unsigned long error_code; member in struct:thread_struct
79 #define INIT_THREAD { .reg16 = 0, .reg17 = 0, .reg18 = 0, .reg19 = 0, .reg20 = 0, .reg21 = 0, .reg22 = 0, .reg23 = 0, .reg29 = 0, .reg30 = 0, .reg31 = 0, .cp0_status = 0, .fpu = { .fpr = {0,}, .fcr31 = 0, }, FPAFF_INIT .dsp = { .dspr = {0, }, .dspcontrol = 0, }, .cp0_badvaddr = 0, .cp0_baduaddr = 0, .error_code = 0, .trap_no = 0, .irix_trampoline = 0, .irix_oldctx = 0, }
  /development/ndk/platforms/android-9/arch-mips/include/asm/
processor.h 70 unsigned long error_code; member in struct:thread_struct
79 #define INIT_THREAD { .reg16 = 0, .reg17 = 0, .reg18 = 0, .reg19 = 0, .reg20 = 0, .reg21 = 0, .reg22 = 0, .reg23 = 0, .reg29 = 0, .reg30 = 0, .reg31 = 0, .cp0_status = 0, .fpu = { .fpr = {0,}, .fcr31 = 0, }, FPAFF_INIT .dsp = { .dspr = {0, }, .dspcontrol = 0, }, .cp0_badvaddr = 0, .cp0_baduaddr = 0, .error_code = 0, .trap_no = 0, .irix_trampoline = 0, .irix_oldctx = 0, }
  /external/chromium/base/json/
json_reader.h 128 // Returns an empty string if error_code is JSON_NO_ERROR.
129 static std::string ErrorCodeToString(JsonParseError error_code);
133 JsonParseError error_code() const { return error_code_; } function in class:base::JSONReader
  /external/chromium/chrome/browser/chromeos/cros/
cryptohome_library.h 64 int* error_code) = 0;
81 virtual bool MountForBwsi(int* error_code) = 0;
  /external/chromium/chrome/browser/policy/
config_dir_policy_provider.cc 34 int error_code = 0; local
36 scoped_ptr<Value> value(deserializer.Deserialize(&error_code, &error_msg));
  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
private_api_file_system.h 44 void RespondFailedOnUIThread(base::PlatformFileError error_code);
48 void DidFail(base::PlatformFileError error_code);
  /external/chromium_org/chrome/browser/chromeos/file_manager/
volume_manager.h 141 chromeos::MountError error_code,
146 chromeos::FormatError error_code,
  /external/chromium_org/chrome/browser/chromeos/imageburner/
burn_device_handler.cc 85 MountError error_code,
91 FormatError error_code,
  /external/chromium_org/chrome/browser/guestview/adview/
adview_guest.cc 63 int error_code,
66 // Translate the |error_code| into an error string.
68 base::RemoveChars(net::ErrorToString(error_code), "net::", &error_type);
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
media_file_system_backend.h 45 base::PlatformFileError* error_code) OVERRIDE;
49 base::PlatformFileError* error_code) const OVERRIDE;
  /external/chromium_org/chrome/browser/net/
http_pipelining_compatibility_client.h 65 virtual void ReportNetworkError(int request_id, int error_code) = 0;
140 virtual void ReportNetworkError(int request_id, int error_code) OVERRIDE;
  /external/chromium_org/chromeos/dbus/
fake_cros_disks_client.cc 94 MountError error_code,
100 mount_completed_handler_.Run(error_code, source_path, mount_type, mount_path);
  /external/chromium_org/content/renderer/media/android/
proxy_media_keys.cc 93 media::MediaKeys::KeyError error_code,
95 session_error_cb_.Run(session_id, error_code, system_code);
  /external/chromium_org/content/renderer/media/
webcontentdecryptionmodulesession_impl.cc 92 media::MediaKeys::KeyError error_code,
94 client_->keyError(static_cast<Client::MediaKeyErrorCode>(error_code),
  /external/chromium_org/ppapi/cpp/dev/
video_capture_client_dev.cc 43 void OnError(PP_Instance instance, PP_Resource resource, uint32_t error_code) {
47 client->OnError(resource, error_code);
  /external/chromium_org/ppapi/shared_impl/
file_type_conversion.cc 14 int PlatformFileErrorToPepperError(base::PlatformFileError error_code) {
15 switch (error_code) {
  /external/chromium_org/third_party/libjingle/source/talk/examples/plus/testutil/
libjingleplus_test_notifier.h 38 virtual void OnSocketClose(int error_code) {
39 std::cout << "Socket close: " << error_code << std::endl;
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
stunserver.cc 89 int error_code, const char* error_desc) {
95 err_code->SetCode(error_code);

Completed in 1727 milliseconds

1 2 3 4 5 6 7 8 91011>>