Searched defs:IQ (Results 1 - 4 of 4) sorted by relevance

/external/clang/test/CodeGenCXX/
H A Dnested-base-member-access.cpp18 struct IQ { struct
19 IQ(int i) { iIQ = i; } function in struct:IQ
24 struct L : IQ {
25 L(int i) : IQ(i+100) { iL = i; }
/external/smack/src/org/jivesoftware/smack/packet/
H A DIQ.java26 * 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.
37 * <li>&lt;pubsub xmlns="http://jabber.org/protocol/pubsub"&gt; -- a pubsub IQ.
42 public abstract class IQ extend class in inherits:Packet
46 public IQ() { method in class:IQ
50 public IQ(IQ iq) { method in class:IQ
[all...]
/external/smack/src/org/jivesoftware/smackx/bytestreams/ibb/
H A DInBandBytestreamManager.java28 import org.jivesoftware.smack.packet.IQ;
44 * There are two ways to send data over an In-Band Bytestream. It could either use IQ stanzas to
45 * send data packets or message stanzas. If IQ stanzas are used every data packet is acknowledged by
82 * IQ stanza.
84 IQ, enum constant in enum:InBandBytestreamManager.StanzaType
152 /* listener that handles all incoming In-Band Bytestream IQ data packets */
168 private StanzaType stanza = StanzaType.IQ;
358 * Default is {@link StanzaType#IQ}. See <a
370 * The use of {@link StanzaType#IQ} is recommended. See <a
426 * Responses to the given IQ packe
[all...]
/external/chromium_org/third_party/libaddressinput/src/java/src/com/android/i18n/addressinput/
H A DRegionDataConstants.java550 IQ(new String[]{ enum constant in enum:RegionDataConstants.RegionDataEnum

Completed in 155 milliseconds