| /external/cronet/tot/base/synchronization/ |
| D | lock_impl_posix.cc | 32 std::string SystemErrorCodeToString(int error_code) { in SystemErrorCodeToString() function 47 << ". " << base::internal::SystemErrorCodeToString(rv); in dcheck_trylock_result() 71 DCHECK_EQ(rv, 0) << ". " << SystemErrorCodeToString(rv); in LockImpl() 75 DCHECK_EQ(rv, 0) << ". " << SystemErrorCodeToString(rv); in LockImpl() 81 DCHECK_EQ(rv, 0) << ". " << SystemErrorCodeToString(rv); in LockImpl() 84 DCHECK_EQ(rv, 0) << ". " << SystemErrorCodeToString(rv); in LockImpl() 86 DCHECK_EQ(rv, 0) << ". " << SystemErrorCodeToString(rv); in LockImpl() 91 DCHECK_EQ(rv, 0) << ". " << SystemErrorCodeToString(rv); in ~LockImpl() 96 DCHECK_EQ(rv, 0) << ". " << SystemErrorCodeToString(rv); in LockInternal()
|
| /external/libchrome/base/synchronization/ |
| D | lock_impl_posix.cc | 33 std::string SystemErrorCodeToString(int error_code) { in SystemErrorCodeToString() function 60 DCHECK_EQ(rv, 0) << ". " << SystemErrorCodeToString(rv); in LockImpl() 64 DCHECK_EQ(rv, 0) << ". " << SystemErrorCodeToString(rv); in LockImpl() 70 DCHECK_EQ(rv, 0) << ". " << SystemErrorCodeToString(rv); in LockImpl() 73 DCHECK_EQ(rv, 0) << ". " << SystemErrorCodeToString(rv); in LockImpl() 75 DCHECK_EQ(rv, 0) << ". " << SystemErrorCodeToString(rv); in LockImpl() 80 DCHECK_EQ(rv, 0) << ". " << SystemErrorCodeToString(rv); in ~LockImpl() 85 DCHECK(rv == 0 || rv == EBUSY) << ". " << SystemErrorCodeToString(rv); in Try() 103 DCHECK_EQ(rv, 0) << ". " << SystemErrorCodeToString(rv); in Lock()
|
| /external/cronet/stable/base/synchronization/ |
| D | lock_impl_posix.cc | 32 std::string SystemErrorCodeToString(int error_code) { in SystemErrorCodeToString() function 47 << ". " << base::internal::SystemErrorCodeToString(rv); in dcheck_trylock_result() 71 DCHECK_EQ(rv, 0) << ". " << SystemErrorCodeToString(rv); in LockImpl() 75 DCHECK_EQ(rv, 0) << ". " << SystemErrorCodeToString(rv); in LockImpl() 81 DCHECK_EQ(rv, 0) << ". " << SystemErrorCodeToString(rv); in LockImpl() 84 DCHECK_EQ(rv, 0) << ". " << SystemErrorCodeToString(rv); in LockImpl() 86 DCHECK_EQ(rv, 0) << ". " << SystemErrorCodeToString(rv); in LockImpl() 91 DCHECK_EQ(rv, 0) << ". " << SystemErrorCodeToString(rv); in ~LockImpl() 96 DCHECK_EQ(rv, 0) << ". " << SystemErrorCodeToString(rv); in LockInternal()
|
| /external/cronet/stable/base/profiler/ |
| D | stack_base_address_posix.cc | 58 << logging::SystemErrorCodeToString(result); in GetThreadStackBaseAddressImpl() 65 << logging::SystemErrorCodeToString(result); in GetThreadStackBaseAddressImpl()
|
| /external/cronet/tot/base/profiler/ |
| D | stack_base_address_posix.cc | 58 << logging::SystemErrorCodeToString(result); in GetThreadStackBaseAddressImpl() 65 << logging::SystemErrorCodeToString(result); in GetThreadStackBaseAddressImpl()
|
| /external/libbrillo/brillo/ |
| D | binder_watcher.cc | 47 << logging::SystemErrorCodeToString(err); in Init()
|
| /external/cronet/stable/net/base/ |
| D | net_errors_posix.cc | 21 << logging::SystemErrorCodeToString(os_error); in MapSystemError()
|
| /external/cronet/tot/net/base/ |
| D | net_errors_posix.cc | 21 << logging::SystemErrorCodeToString(os_error); in MapSystemError()
|
| /external/cronet/stable/net/third_party/quiche/src/quiche/quic/core/io/ |
| D | socket_win.inc | 115 std::string SystemErrorCodeToString(int code) { 131 SystemErrorCodeToString(error_number)));
|
| /external/cronet/tot/net/third_party/quiche/src/quiche/quic/core/io/ |
| D | socket_win.inc | 115 std::string SystemErrorCodeToString(int code) { 131 SystemErrorCodeToString(error_number)));
|
| /external/cronet/tot/base/ |
| D | check_unittest.cc | 186 logging::SystemErrorCodeToString(logging::GetLastSystemErrorCode()); in TEST() 356 logging::SystemErrorCodeToString(logging::GetLastSystemErrorCode()); in TEST() 791 ": ", logging::SystemErrorCodeToString(kTestError)}); in TEST()
|
| D | logging.cc | 1083 BASE_EXPORT std::string SystemErrorCodeToString(SystemErrorCode error_code) { in SystemErrorCodeToString() function 1121 stream() << ": " << SystemErrorCodeToString(err_); in AppendError() 1149 stream() << ": " << SystemErrorCodeToString(err_); in AppendError()
|
| D | logging.h | 663 BASE_EXPORT std::string SystemErrorCodeToString(SystemErrorCode error_code);
|
| /external/cronet/stable/base/ |
| D | check_unittest.cc | 186 logging::SystemErrorCodeToString(logging::GetLastSystemErrorCode()); in TEST() 356 logging::SystemErrorCodeToString(logging::GetLastSystemErrorCode()); in TEST() 791 ": ", logging::SystemErrorCodeToString(kTestError)}); in TEST()
|
| D | logging.cc | 1083 BASE_EXPORT std::string SystemErrorCodeToString(SystemErrorCode error_code) { in SystemErrorCodeToString() function 1121 stream() << ": " << SystemErrorCodeToString(err_); in AppendError() 1149 stream() << ": " << SystemErrorCodeToString(err_); in AppendError()
|
| D | logging.h | 663 BASE_EXPORT std::string SystemErrorCodeToString(SystemErrorCode error_code);
|
| /external/libchrome/base/ |
| D | logging.cc | 948 BASE_EXPORT std::string SystemErrorCodeToString(SystemErrorCode error_code) { in SystemErrorCodeToString() function 979 stream() << ": " << SystemErrorCodeToString(err_); in ~Win32ErrorLogMessage() 995 stream() << ": " << SystemErrorCodeToString(err_); in ~ErrnoLogMessage()
|
| D | logging.h | 1059 BASE_EXPORT std::string SystemErrorCodeToString(SystemErrorCode error_code);
|
| /external/cronet/tot/base/win/ |
| D | post_async_results.h | 337 << logging::SystemErrorCodeToString(hr); in PostAsyncResults()
|
| /external/cronet/stable/base/win/ |
| D | post_async_results.h | 337 << logging::SystemErrorCodeToString(hr); in PostAsyncResults()
|
| /external/libchrome/base/memory/ |
| D | discardable_shared_memory.cc | 410 << logging::SystemErrorCodeToString(discard_result); in Purge()
|
| /external/cronet/tot/base/memory/ |
| D | platform_shared_memory_region_unittest.cc | 275 << logging::SystemErrorCodeToString( in CheckReadOnlyMapProtection()
|
| /external/cronet/stable/base/memory/ |
| D | platform_shared_memory_region_unittest.cc | 275 << logging::SystemErrorCodeToString( in CheckReadOnlyMapProtection()
|
| /external/cronet/tot/crypto/ |
| D | user_verifying_key_win.cc | 217 {message, " (hr = ", logging::SystemErrorCodeToString(hr), ")"}); in FormatError()
|
| /external/cronet/stable/crypto/ |
| D | user_verifying_key_win.cc | 217 {message, " (hr = ", logging::SystemErrorCodeToString(hr), ")"}); in FormatError()
|