HomeSort by relevance Sort by last modified time
    Searched refs:error_code (Results 201 - 225 of 368) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
sync.h 353 unsigned char error_code; /* error base + XSyncBadAlarm */ member in struct:__anon25364
363 unsigned char error_code; /* error base + XSyncBadCounter */ member in struct:__anon25365
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
sync.h 353 unsigned char error_code; /* error base + XSyncBadAlarm */ member in struct:__anon26876
363 unsigned char error_code; /* error base + XSyncBadCounter */ member in struct:__anon26877
  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11video.c 212 (((e->error_code == BadRequest)&&(e->request_code == vm_error)) ||
213 ((e->error_code > vm_error) &&
214 (e->error_code <= (vm_error+XF86VidModeNumberErrors)))) ) {
217 XGetErrorText(d, e->error_code, errmsg, sizeof(errmsg));
228 ((e->error_code > dga_error) &&
229 (e->error_code <= (dga_error+XF86DGANumberErrors))) ) {
232 XGetErrorText(d, e->error_code, errmsg, sizeof(errmsg));
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_file_browser_private_api.cc 278 virtual void DidFail(base::PlatformFileError error_code) OVERRIDE {
283 error_code));
381 base::PlatformFileError error_code) {
383 error_ = base::StringPrintf(kFileError, static_cast<int>(error_code));
504 virtual void DidFail(base::PlatformFileError error_code) OVERRIDE {
    [all...]
extension_webnavigation_api.cc 340 int error_code) {
350 std::string(net::ErrorToString(error_code)));
extension_host.h 120 int error_code);
  /external/chromium/chrome/browser/ui/views/
about_chrome_view.cc 686 GoogleUpdateErrorCode error_code,
694 UpdateStatus(result, error_code);
700 GoogleUpdateErrorCode error_code) {
806 if (error_code != GOOGLE_UPDATE_DISABLED_BY_POLICY) {
808 l10n_util::GetStringFUTF16Int(IDS_UPGRADE_ERROR, error_code)));
    [all...]
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
relayserver.cc 74 const talk_base::SocketAddress& remote_addr, int error_code,
89 err_code->SetErrorClass(error_code / 100);
90 err_code->SetNumber(error_code % 100);
656 const StunMessage& request, int error_code, const char* error_desc) {
661 request, socket_, addr_pair_.source(), error_code, error_desc,
stun.h 283 uint32 error_code() const { return (class_ << 8) | number_; } function in class:cricket::StunErrorCodeAttribute
  /external/qemu/target-i386/
op_helper.c 657 static void do_interrupt_protected(int intno, int is_int, int error_code,
702 stl_kernel(ssp, error_code);
704 stw_kernel(ssp, error_code);
801 PUSHL(ssp, esp, sp_mask, error_code);
818 PUSHW(ssp, esp, sp_mask, error_code);
882 static void do_interrupt64(int intno, int is_int, int error_code,
974 PUSHQ(esp, error_code);
    [all...]
  /external/bluetooth/bluedroid/stack/sdp/
sdp_utils.c 313 void sdpu_build_n_send_error (tCONN_CB *p_ccb, UINT16 trans_num, UINT16 error_code, char *p_error_text)
321 error_code, p_ccb->connection_id);
339 UINT16_TO_BE_STREAM (p_rsp, error_code);
sdpint.h 283 extern void sdpu_build_n_send_error (tCONN_CB *p_ccb, UINT16 trans_num, UINT16 error_code, char *p_error_text);
  /external/chromium/chrome/browser/tab_contents/
tab_contents.h 341 void SetIsCrashed(base::TerminationStatus status, int error_code);
795 int error_code,
    [all...]
background_contents.cc 182 int error_code) {
  /external/icu4c/test/cintltst/
capitst.c 58 UErrorCode error_code = U_ZERO_ERROR; local
62 while(strength <= UCOL_QUATERNARY && strength <= ucol_getAttribute(coll,UCOL_STRENGTH, &error_code)) {
63 if(U_FAILURE(error_code)) {
64 log_err("ucol_getAttribute returned error: %s\n", u_errorName(error_code));
73 if(ucol_getAttribute(coll,UCOL_CASE_LEVEL, &error_code) == UCOL_ON && strength == UCOL_SECONDARY && doneCase == FALSE) {
75 } else if(ucol_getAttribute(coll,UCOL_CASE_LEVEL, &error_code) == UCOL_OFF || doneCase == TRUE || strength != UCOL_SECONDARY) {
78 if(U_FAILURE(error_code)) {
79 log_err("ucol_getAttribute returned error: %s\n", u_errorName(error_code));
82 if(strength == UCOL_QUATERNARY && ucol_getAttribute(coll,UCOL_ALTERNATE_HANDLING, &error_code) == UCOL_NON_IGNORABLE) {
87 if(ucol_getAttribute(coll,UCOL_STRENGTH, &error_code) == UCOL_IDENTICAL)
    [all...]
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldELF.cpp 50 DyldELFObject(MemoryBuffer *Object, error_code &ec);
113 error_code &ec)
155 error_code ec;
  /external/llvm/lib/Archive/
ArchiveWriter.cpp 220 if (error_code ec = MemoryBuffer::getFile(member.getPath().c_str(), File)) {
418 if (error_code ec = MemoryBuffer::getFile(TmpArchive.c_str(), arch)) {
  /external/llvm/tools/llvm-nm/
llvm-nm.cpp 125 static bool error(error_code ec, Twine path = Twine()) {
285 error_code ec;
  /external/regex-re2/re2/
re2.h 251 bool ok() const { return error_code() == NoError; }
264 ErrorCode error_code() const { return error_code_; } function in class:re2::RE2
    [all...]
  /bionic/libc/kernel/arch-x86/asm/
processor_32.h 220 unsigned long cr2, trap_no, error_code; member in struct:thread_struct
  /development/ndk/platforms/android-9/arch-x86/include/asm/
processor_32.h 220 unsigned long cr2, trap_no, error_code; member in struct:thread_struct
  /external/chromium/chrome/browser/notifications/
balloon_host.cc 118 int error_code) {
  /external/chromium/chrome/browser/renderer_host/
render_widget_host_view_mac.h 212 int error_code);
render_widget_host_view_views.h 69 int error_code) OVERRIDE;
  /external/chromium/webkit/glue/
weburlloader_impl.cc 649 int error_code; local
653 error_code = net::ERR_ABORTED;
655 error_code = status.os_error();
659 error.reason = error_code;

Completed in 1345 milliseconds

1 2 3 4 5 6 7 891011>>