HomeSort by relevance Sort by last modified time
    Searched refs:xcs (Results 1 - 17 of 17) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/examples/login/
login_main.cc 51 buzz::XmppClientSettings xcs; local
52 xcs.set_user(username.c_str());
53 xcs.set_host("gmail.com");
54 xcs.set_use_tls(buzz::TLS_DISABLED);
55 xcs.set_auth_token(buzz::AUTH_MECHANISM_OAUTH2,
57 xcs.set_server(rtc::SocketAddress("talk.google.com", 5222));
58 thread.Login(xcs);
  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
xmppthread.cc 40 LoginData(const buzz::XmppClientSettings& s) : xcs(s) {}
43 buzz::XmppClientSettings xcs; member in struct:buzz::__anon17333::LoginData
61 void XmppThread::Login(const buzz::XmppClientSettings& xcs) {
62 Post(this, MSG_LOGIN, new LoginData(xcs));
76 pump_->DoLogin(data->xcs, new XmppSocket(buzz::TLS_DISABLED),
xmppthread.h 49 void Login(const buzz::XmppClientSettings & xcs);
xmpppump.cc 40 void XmppPump::DoLogin(const buzz::XmppClientSettings & xcs,
46 client_->Connect(xcs, "", socket, auth);
xmpppump.h 55 void DoLogin(const buzz::XmppClientSettings & xcs,
  /bionic/libc/kernel/uapi/asm-x86/asm/
ptrace.h 45 int xcs; member in struct:pt_regs
  /development/ndk/platforms/android-9/arch-x86/include/asm/
ptrace.h 45 int xcs; member in struct:pt_regs
processor_32.h 235 #define start_thread(regs, new_eip, new_esp) do { __asm__("movl %0,%%gs": :"r" (0)); regs->xfs = 0; set_fs(USER_DS); regs->xds = __USER_DS; regs->xes = __USER_DS; regs->xss = __USER_DS; regs->xcs = __USER_CS; regs->eip = new_eip; regs->esp = new_esp; } while (0)
  /development/ndk/platforms/android-L/arch-x86/include/asm/
ptrace.h 45 int xcs; member in struct:pt_regs
  /development/ndk/platforms/android-L/arch-x86_64/include/asm/
ptrace.h 45 int xcs; member in struct:pt_regs
  /external/kernel-headers/original/uapi/asm-x86/asm/
ptrace.h 31 int xcs; member in struct:pt_regs
  /external/chromium_org/third_party/libjingle/source/talk/examples/call/
call_main.cc 344 buzz::XmppClientSettings xcs; local
345 xcs.set_user(jid.node());
346 xcs.set_resource("call");
347 xcs.set_host(jid.domain());
348 xcs.set_allow_plain(allow_plain);
351 xcs.set_use_tls(buzz::TLS_DISABLED);
353 xcs.set_use_tls(buzz::TLS_ENABLED);
355 xcs.set_use_tls(buzz::TLS_REQUIRED);
363 xcs.set_allow_plain(true);
364 xcs.set_use_tls(buzz::TLS_DISABLED)
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vpx/src/
vpx_image.c 26 unsigned int h, w, s, xcs, ycs, bps; local
101 xcs = 1;
104 xcs = 0;
121 align = (1 << xcs) - 1;
160 img->x_chroma_shift = xcs;
166 img->stride[VPX_PLANE_U] = img->stride[VPX_PLANE_V] = s >> xcs;
  /external/libvpx/libvpx/vpx/src/
vpx_image.c 51 unsigned int h, w, s, xcs, ycs, bps; local
108 xcs = 1;
111 xcs = 0;
128 align = (1 << xcs) - 1;
161 img->x_chroma_shift = xcs;
167 img->stride[VPX_PLANE_U] = img->stride[VPX_PLANE_V] = s >> xcs;
  /bionic/libc/include/sys/
user.h 78 long xcs; member in struct:user_regs_struct
  /development/ndk/platforms/android-L/include/sys/
user.h 78 long xcs; member in struct:user_regs_struct
  /external/chromium_org/sandbox/linux/seccomp-bpf/
linux_seccomp.h 181 long int xcs; member in struct:regs_struct

Completed in 360 milliseconds