| /external/llvm/tools/lto/ |
| LTOModule.cpp | 204 if (error_code ec = MemoryBuffer::getFile(path, buffer)) { 222 if (error_code ec = MemoryBuffer::getOpenFile(fd, path, buffer, file_size,
|
| /external/bluetooth/bluedroid/bta/av/ |
| bta_av_int.h | 259 UINT8 error_code; member in struct:__anon1941
|
| /external/chromium/chrome/browser/extensions/ |
| extension_host.cc | 300 int error_code) {
|
| /external/chromium/chrome/browser/geolocation/ |
| geolocation_browsertest.cc | 291 geoposition.error_code = Geoposition::ERROR_CODE_NONE;
|
| /external/chromium/net/tools/flip_server/ |
| balsa_headers.h | 280 BalsaFrameEnums::ErrorCode* error_code); [all...] |
| spdy_interface.cc | 327 return SpdyFramer::ErrorCodeToString(spdy_framer_->error_code());
|
| /external/chromium/net/tools/testserver/ |
| chromiumsync.py | 745 response.error_code = sync_pb2.ClientToServerResponse.SUCCESS [all...] |
| /external/chromium/third_party/libjingle/source/talk/p2p/base/ |
| relayport.cc | 780 << " code=" << static_cast<int>(attr->error_code())
|
| /external/libvpx/vp8/ |
| vp8_dx_iface.c | 294 if ((res = error->error_code))
|
| vp8_cx_iface.c | 102 if ((res = error->error_code)) [all...] |
| /external/llvm/tools/llvm-bcanalyzer/ |
| llvm-bcanalyzer.cpp | 479 if (error_code ec =
|
| /external/qemu/android/config/linux-x86/linux/ |
| kvm.h | 136 __u32 error_code; member in struct:kvm_run::__anon11720::__anon11723
|
| /external/qemu/android/config/linux-x86_64/linux/ |
| kvm.h | 136 __u32 error_code; member in struct:kvm_run::__anon11742::__anon11745
|
| /external/qemu/target-i386/ |
| cpu.h | 649 int error_code; member in struct:CPUX86State
|
| /external/qemu/target-mips/ |
| op_helper.c | 28 void helper_raise_exception_err (uint32_t exception, int error_code) 32 qemu_log("%s: %d %d\n", __func__, exception, error_code); 35 env->error_code = error_code; [all...] |
| /external/chromium/chrome/common/extensions/ |
| extension_unittest.cc | 127 int error_code = 0; local 142 static_cast<DictionaryValue*>(serializer.Deserialize(&error_code, 145 EXPECT_EQ(0, error_code); [all...] |
| /external/chromium/third_party/libevent/ |
| evdns.c | 694 u16 error_code = (flags & 0x000f) - 1; local 695 if (error_code > 4) { 698 error = error_codes[error_code]; [all...] |
| /external/chromium/chrome/browser/tab_contents/ |
| web_contents_unittest.cc | 127 void TestRenderViewGone(base::TerminationStatus status, int error_code) { 128 RenderViewGone(render_view_host(), status, error_code); local [all...] |
| /external/chromium/net/spdy/ |
| spdy_framer.cc | 872 const char* SpdyFramer::ErrorCodeToString(int error_code) { 873 switch (error_code) { [all...] |
| /external/libnfc-nci/src/nfa/rw/ |
| nfa_rw_act.c | [all...] |
| /external/chromium/chrome/browser/ |
| external_tab_container_win.cc | 769 tab_handle_, load_details->error_code(), load_details->url())); [all...] |
| /external/chromium/chrome/browser/renderer_host/ |
| render_widget_host_view_gtk.cc | 767 int error_code) { [all...] |
| render_widget_host_view_views.cc | 337 int error_code) {
|
| /external/clang/lib/Frontend/ |
| CompilerInstance.cpp | 452 if (llvm::error_code ec = llvm::sys::fs::rename(it->TempFilename, [all...] |
| /external/v8/src/ |
| platform-linux.cc | 947 uint32_t error_code; member in struct:v8::internal::sigcontext [all...] |