HomeSort by relevance Sort by last modified time
    Searched refs:iq (Results 1 - 25 of 41) sorted by null

1 2

  /external/fdlibm/
k_rem_pio2.c 112 * iq[] integer array by breaking up q[] in 24-bits chunk.
170 int jz,jx,jv,jp,jk,carry,n,iq[20],i,j,k,m,q0,ih; local
193 /* distill q[] into iq[] reversingly */
196 iq[i] = (int)(z-two24*fw);
206 if(q0>0) { /* need iq[jz-1] to determine n */
207 i = (iq[jz-1]>>(24-q0)); n += i;
208 iq[jz-1] -= i<<(24-q0);
209 ih = iq[jz-1]>>(23-q0);
211 else if(q0==0) ih = iq[jz-1]>>23;
217 j = iq[i]
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/examples/call/
friendinvitesendtask.cc 39 XmlElement* iq = new XmlElement(QN_IQ);
40 iq->AddAttr(QN_TYPE, STR_SET);
46 iq->AddElement(query);
47 QueueStanza(iq);
  /external/smack/src/org/jivesoftware/smackx/muc/
MultiUserChat.java 52 import org.jivesoftware.smack.packet.IQ;
558 MUCOwner iq = new MUCOwner(); local
559 iq.setTo(room);
560 iq.setType(IQ.Type.GET);
563 PacketFilter responseFilter = new PacketIDFilter(iq.getPacketID());
566 connection.sendPacket(iq);
568 IQ answer = (IQ) response.nextResult(SmackConfiguration.getPacketReplyTimeout());
590 MUCOwner iq = new MUCOwner() local
694 MUCOwner iq = new MUCOwner(); local
1376 MUCOwner iq = new MUCOwner(); local
1404 MUCOwner iq = new MUCOwner(); local
1442 MUCAdmin iq = new MUCAdmin(); local
1472 MUCAdmin iq = new MUCAdmin(); local
1501 MUCAdmin iq = new MUCAdmin(); local
1529 MUCAdmin iq = new MUCAdmin(); local
1696 MUCOwner iq = new MUCOwner(); local
1737 MUCAdmin iq = new MUCAdmin(); local
1799 MUCAdmin iq = new MUCAdmin(); local
    [all...]
  /external/chromium_org/jingle/notifier/listener/
push_notifications_subscribe_task.cc 86 // <iq from={full_jid} to={bare_jid} type="set" id={id}>
92 // </iq>
93 buzz::XmlElement* iq = MakeIq(buzz::STR_SET, jid.BareJid(), task_id); local
95 iq->AddElement(subscribe);
106 return iq;
  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
xmpplogintask.cc 273 XmlElement iq(QN_IQ);
274 iq.AddAttr(QN_TYPE, "set");
277 iq.AddAttr(QN_ID, iqId_);
278 iq.AddElement(new XmlElement(QN_BIND_BIND, true));
281 iq.AddElement(new XmlElement(QN_BIND_RESOURCE), 1);
282 iq.AddText(pctx_->requested_resource_, 2);
284 pctx_->InternalSendStanza(&iq);
307 XmlElement iq(QN_IQ);
308 iq.AddAttr(QN_TYPE, "set");
311 iq.AddAttr(QN_ID, iqId_)
    [all...]
  /frameworks/base/native/android/
input.cpp 275 InputQueue* iq = static_cast<InputQueue*>(queue); local
277 iq->attachLooper(l, ident, callback, data);
281 InputQueue* iq = static_cast<InputQueue*>(queue); local
282 iq->detachLooper();
286 InputQueue* iq = static_cast<InputQueue*>(queue); local
287 return iq->hasEvents();
291 InputQueue* iq = static_cast<InputQueue*>(queue); local
293 int32_t res = iq->getEvent(&event);
299 InputQueue* iq = static_cast<InputQueue*>(queue); local
301 return iq->preDispatchEvent(e) ? 1 : 0
305 InputQueue* iq = static_cast<InputQueue*>(queue); local
    [all...]
  /external/chromium_org/tools/gn/
path_output.h 46 void set_inhibit_quoting(bool iq) { options_.inhibit_quoting = iq; }
  /external/smack/src/org/jivesoftware/smackx/bytestreams/ibb/provider/
DataPacketProvider.java 16 import org.jivesoftware.smack.packet.IQ;
26 * either an IQ stanza or a message stanza.
39 public IQ parseIQ(XmlPullParser parser) throws Exception {
41 IQ iq = new Data(data); local
42 return iq;
  /bionic/libm/upstream-freebsd/lib/msun/src/
k_rem_pio2.c 114 * iq[] integer array by breaking up q[] in 24-bits chunk.
296 int32_t jz,jx,jv,jp,jk,carry,n,iq[20],i,j,k,m,q0,ih; local
319 /* distill q[] into iq[] reversingly */
322 iq[i] = (int32_t)(z-two24*fw);
332 if(q0>0) { /* need iq[jz-1] to determine n */
333 i = (iq[jz-1]>>(24-q0)); n += i;
334 iq[jz-1] -= i<<(24-q0);
335 ih = iq[jz-1]>>(23-q0);
337 else if(q0==0) ih = iq[jz-1]>>23;
343 j = iq[i]
    [all...]
  /external/smack/src/org/jivesoftware/smackx/filetransfer/
StreamNegotiator.java 27 import org.jivesoftware.smack.packet.IQ;
62 response.setType(IQ.Type.RESULT);
78 public IQ createError(String from, String to, String packetID, XMPPError xmppError) {
79 IQ iq = FileTransferNegotiator.createIQ(packetID, to, from, IQ.Type.ERROR); local
80 iq.setError(xmppError);
81 return iq;
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
sessionmanager.cc 264 buzz::XmlElement* iq = new buzz::XmlElement(buzz::QN_IQ); local
265 iq->SetAttr(buzz::QN_TO, stanza->Attr(buzz::QN_FROM));
266 iq->SetAttr(buzz::QN_ID, stanza->Attr(buzz::QN_ID));
267 iq->SetAttr(buzz::QN_TYPE, "error");
269 CopyXmlChildren(stanza, iq);
273 iq->AddElement(error);
297 return iq;
  /external/chromium_org/remoting/protocol/
jingle_messages.cc 127 return stanza->Name() == QName(kJabberNamespace, "iq") &&
266 new XmlElement(QName("jabber:client", "iq"), true));
349 scoped_ptr<XmlElement> iq(
350 new XmlElement(QName(kJabberNamespace, "iq"), true));
351 iq->SetAttr(QName(kEmptyNamespace, "to"),
353 iq->SetAttr(QName(kEmptyNamespace, "id"),
357 iq->SetAttr(QName(kEmptyNamespace, "type"), "result");
358 return iq.Pass();
363 iq->SetAttr(QName(kEmptyNamespace, "type"), "error");
367 iq->AddElement(new buzz::XmlElement(*child))
    [all...]
  /external/smack/src/org/jivesoftware/smack/
PrivacyListManager.java 23 import org.jivesoftware.smack.packet.IQ;
51 PacketFilter packetFilter = new AndFilter(new IQTypeFilter(IQ.Type.SET),
52 new PacketExtensionFilter("query", "jabber:iq:privacy"));
142 // Prepare the IQ packet to send
143 IQ iq = new IQ() {
148 iq.setType(IQ.Type.RESULT);
149 iq.setFrom(packet.getFrom());
    [all...]
  /external/chromium_org/remoting/webapp/
format_iq.js 7 * Module to format IQ messages so they can be displayed in the debug log.
48 * params in the IQ packets.
385 * Print out the heading line for an iq node.
389 * @param {string} desc Description of iq action for this node.
396 var message = 'iq ' + action + ' id=' + id;
407 * Print out an iq 'result'-type node.
412 * @return {?string} Pretty version of Iq result stanza. Null if error.
416 var iq = iq_list[0];
417 var id = iq.getAttribute('id');
418 var iq_children = iq.childNodes
    [all...]
client_plugin.js 35 /** @param {string} iq The Iq stanza received from the host. */
36 this.onOutgoingIqHandler = function (iq) {};
232 this.onOutgoingIqHandler(getStringAttr(message.data, 'iq'));
434 * @param {string} iq Incoming IQ stanza.
436 remoting.ClientPlugin.prototype.onIncomingIq = function(iq) {
439 { method: 'incomingIq', data: { iq: iq } }));
log_to_server.js 188 var stanza = '<cli:iq to="' +
194 stanza += '</gr:log></cli:iq>';
  /external/smack/src/org/jivesoftware/smack/packet/
IQ.java 26 * The base IQ (Info/Query) packet. IQ packets are used to get and set information
28 * accounts. Each IQ packet has a specific type that indicates what type of action
31 * IQ packets can contain a single child element that exists in a specific XML
33 * type of IQ packet it is. Some example IQ subpacket snippets:<ul>
35 * <li>&lt;query xmlns="jabber:iq:auth"&gt; -- an authentication IQ.
36 * <li>&lt;query xmlns="jabber:iq:private"&gt; -- a private storage IQ
    [all...]
  /external/smack/src/org/jivesoftware/smackx/workgroup/agent/
AgentSession.java 512 request.setType(IQ.Type.GET);
681 // Acknowledge the IQ set.
682 IQ reply = new IQ() {
689 reply.setType(IQ.Type.RESULT);
777 // Acknowledge the IQ set.
778 IQ reply = new IQ() {
784 reply.setType(IQ.Type.RESULT);
1036 IQ iq = new IQ() { local
1088 IQ iq = new IQ() { local
    [all...]
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
XMPSerializerRDF.java 518 for (Iterator iq = node.iterateQualifier(); iq.hasNext();)
520 XMPNode qualifier = (XMPNode) iq.next();
757 for (Iterator iq = node.iterateQualifier(); iq.hasNext();)
759 XMPNode qualifier = (XMPNode) iq.next();
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
rbt_pars.cpp 452 int32_t iq = rule.indexOf(QUOTE, pos); local
453 if (iq == pos) {
465 if (iq < 0) {
469 rule.extractBetween(pos, iq, scratch);
471 pos = iq+1;
474 iq = rule.indexOf(QUOTE, pos+1);
482 for (iq=quoteStart; iq<quoteLimit; ++iq) {
483 if (!parser.checkVariableRange(buf.charAt(iq))) {
    [all...]
  /external/icu/icu4c/source/i18n/
rbt_pars.cpp 458 int32_t iq = rule.indexOf(QUOTE, pos); local
459 if (iq == pos) {
471 if (iq < 0) {
475 rule.extractBetween(pos, iq, scratch);
477 pos = iq+1;
480 iq = rule.indexOf(QUOTE, pos+1);
488 for (iq=quoteStart; iq<quoteLimit; ++iq) {
489 if (!parser.checkVariableRange(buf.charAt(iq))) {
    [all...]
  /external/smack/src/org/jivesoftware/smackx/bytestreams/ibb/
InBandBytestreamSession.java 30 import org.jivesoftware.smack.packet.IQ;
98 case IQ:
173 IQ confirmClose = IQ.createResultIQ(closeRequest);
433 * IQIBBInputStream class implements IBBInputStream to be used with IQ stanzas encapsulating the
453 IQ unexpectedRequest = IQ.createErrorResponse((IQ) packet, new XMPPError(
463 IQ badRequest = IQ.createErrorResponse((IQ) packet, new XMPPError(
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDILISelLowering.cpp 544 // int iq = (int)fq;
545 SDValue iq = DAG.getNode(ISD::FP_TO_SINT, DL, INTTY, fq); local
563 // dst = iq + jq;
564 iq = DAG.getSExtOrTrunc(iq, DL, OVT);
565 iq = DAG.getNode(ISD::ADD, DL, OVT, iq, jq);
566 return iq;
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILISelLowering.cpp 544 // int iq = (int)fq;
545 SDValue iq = DAG.getNode(ISD::FP_TO_SINT, DL, INTTY, fq); local
563 // dst = iq + jq;
564 iq = DAG.getSExtOrTrunc(iq, DL, OVT);
565 iq = DAG.getNode(ISD::ADD, DL, OVT, iq, jq);
566 return iq;
  /external/chromium_org/remoting/client/plugin/
chromoting_instance.h 237 void SendOutgoingIq(const std::string& iq);

Completed in 1161 milliseconds

1 2