OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IQ
(Results
1 - 3
of
3
) sorted by null
/external/clang/test/CodeGenCXX/
nested-base-member-access.cpp
13
Q(int i){
iQ
= i; }
14
int
iQ
;
15
void QPR() { printf("
iQ
= %d\n",
iQ
); }
18
struct
IQ
{
19
IQ
(int i) { iIQ = i; }
24
struct L :
IQ
{
25
L(int i) :
IQ
(i+100) { iL = i; }
43
printf("
iQ
= %d\n",
iQ
);
[
all
...]
/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><query xmlns="jabber:
iq
:auth"> -- an authentication
IQ
.
36
* <li><query xmlns="jabber:
iq
:private"> -- a private storage
IQ
[
all
...]
/external/smack/src/org/jivesoftware/smackx/bytestreams/ibb/
InBandBytestreamManager.java
28
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
,
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
packet's sender with an XMPP error that an In-Band Bytestream is
[
all
...]
Completed in 127 milliseconds