| /external/chromium_org/net/base/ |
| upload_data_stream_unittest.cc | 543 int error_code = init_callback.WaitForResult(); local 545 ASSERT_EQ(ERR_UPLOAD_FILE_CHANGED, error_code); 547 ASSERT_EQ(OK, error_code);
|
| /external/llvm/include/llvm/Object/ |
| ELF.h | 321 ELFFile(StringRef Object, std::error_code &ec); 625 ELFFile<ELFT>::ELFFile(StringRef Object, std::error_code &ec) 747 ec = std::error_code(); [all...] |
| /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/ |
| neteq_impl.cc | 1186 int error_code = 0; local [all...] |
| /external/chromium_org/net/spdy/ |
| spdy_session.cc | [all...] |
| /external/clang/lib/Format/ |
| Format.cpp | 283 std::error_code make_error_code(ParseError e) { 284 return std::error_code(static_cast<int>(e), getParseCategory()); 486 std::error_code parseConfiguration(StringRef Text, FormatStyle *Style) { [all...] |
| /external/chromium_org/ui/base/x/ |
| x11_util.cc | 72 << "error_code " << static_cast<int>(e->error_code) << ", " [all...] |
| /external/compiler-rt/include/sanitizer/ |
| linux_syscall_hooks.h | 336 #define __sanitizer_syscall_pre_exit(error_code) \ 337 __sanitizer_syscall_pre_impl_exit((long)(error_code)) 338 #define __sanitizer_syscall_post_exit(res, error_code) \ 339 __sanitizer_syscall_post_impl_exit(res, (long)(error_code)) 340 #define __sanitizer_syscall_pre_exit_group(error_code) \ 341 __sanitizer_syscall_pre_impl_exit_group((long)(error_code)) 342 #define __sanitizer_syscall_post_exit_group(res, error_code) \ 343 __sanitizer_syscall_post_impl_exit_group(res, (long)(error_code)) [all...] |
| /external/bluetooth/bluedroid/bta/include/ |
| bta_av_api.h | 687 BTA_API void BTA_AvProtectRsp(tBTA_AV_HNDL hndl, UINT8 error_code, UINT8 *p_data,
|
| /external/chromium_org/base/ |
| values.h | 500 // Value. If the return value is NULL, and if error_code is non-NULL, 501 // error_code will be set with the underlying error. 504 virtual Value* Deserialize(int* error_code, std::string* error_str) = 0;
|
| /external/chromium_org/chrome/browser/chromeos/drive/ |
| drive_file_stream_reader.cc | 460 void DriveFileStreamReader::OnGetContent(google_apis::GDataErrorCode error_code,
|
| /external/chromium_org/chrome/browser/prerender/ |
| prerender_manager.h | 493 int error_code,
|
| /external/chromium_org/components/pairing/ |
| bluetooth_controller_pairing_controller.cc | 201 device::BluetoothDevice::ConnectErrorCode error_code) {
|
| /external/chromium_org/content/browser/renderer_host/ |
| render_widget_host_impl.h | 616 void OnRenderProcessGone(int status, int error_code); [all...] |
| render_widget_host_view_android.h | 137 int error_code) OVERRIDE;
|
| render_widget_host_view_mac.h | 274 int error_code) OVERRIDE;
|
| /external/chromium_org/net/quic/ |
| quic_connection.h | 329 void OnWriteError(int error_code); [all...] |
| quic_headers_stream_test.cc | 149 EXPECT_FALSE(framer_.HasError()) << framer_.error_code();
|
| reliable_quic_stream.cc | 216 stream_error_ = frame.error_code;
|
| /external/chromium_org/sync/tools/testserver/ |
| chromiumsync.py | [all...] |
| /external/chromium_org/third_party/libjingle/source/talk/p2p/base/ |
| port.h | 256 int error_code, const std::string& reason);
|
| /external/clang/lib/Frontend/ |
| CompilerInstance.cpp | 535 if (std::error_code ec = 649 std::error_code EC = 747 if (std::error_code EC = SBOrErr.getError()) { [all...] |
| FrontendAction.cpp | 262 std::error_code EC;
|
| /external/clang/lib/Lex/ |
| PPLexerChange.cpp | 457 std::error_code EC;
|
| /external/clang/lib/Serialization/ |
| ModuleManager.cpp | 107 std::error_code ec;
|
| /external/clang/lib/Tooling/ |
| Refactoring.cpp | 113 std::error_code EC = llvm::sys::fs::make_absolute(FilePath);
|