/external/llvm/lib/CodeGen/ |
DFAPacketizer.cpp | 16 // the packetizing mechanism, the input is the set of instruction classes for 18 // consumption for a given set of instructions in a packet. A transition 35 const unsigned *SET): 37 DFAStateEntryTable(SET) {}
|
/external/llvm/include/llvm/CodeGen/ |
DFAPacketizer.h | 16 // the packetizing mechanism, the input is the set of instruction classes for 18 // consumption for a given set of instructions in a packet. A transition 59 const unsigned *SET);
|
/external/smack/src/org/jivesoftware/smack/packet/ |
Authentication.java | 38 * "set" mode in order to perform an actual authentication with the server. 45 setType(IQ.Type.SET); 68 * been set. 87 * been set. Password digests offer a more secure alternative for 90 * digest and password are set, digest authentication will be used. If 91 * only one value is set, the respective authentication mode will be used. 103 * plus the user's password. If the digest and password are set, digest 104 * authentication will be used. If only one value is set, the respective 119 * If the digest and password are set, digest authentication will be used. 120 * If only one value is set, the respective authentication mode will be used [all...] |
/external/smack/src/org/jivesoftware/smackx/ |
PEPManager.java | 115 pubSub.setType(Type.SET);
|
/external/smack/src/org/jivesoftware/smackx/bytestreams/ibb/ |
InitiationListener.java | 37 * size can be set by invoking {@link InBandBytestreamManager#setMaximumBlockSize(int)}.
48 new IQTypeFilter(IQ.Type.SET));
|
/external/smack/src/org/jivesoftware/smackx/bytestreams/socks5/ |
InitiationListener.java | 44 new IQTypeFilter(IQ.Type.SET));
|
Socks5ClientForInitiator.java | 109 activate.setType(IQ.Type.SET);
|
/external/smack/src/org/jivesoftware/smackx/pubsub/ |
PubSubManager.java | 84 PubSub reply = (PubSub)sendPubsubPacket(Type.SET, new NodeExtension(PubSubElementType.CREATE));
122 PubSub request = createPubsubPacket(to, Type.SET, new NodeExtension(PubSubElementType.CREATE, name));
136 sendPubsubPacket(con, to, Type.SET, request);
240 sendPubsubPacket(Type.SET, new NodeExtension(PubSubElementType.DELETE, nodeId), PubSubElementType.DELETE.getNamespace());
|
Node.java | 114 PubSub packet = createPubsubPacket(Type.SET, new FormNode(FormNodeType.CONFIGURE_OWNER, getId(), submitForm), PubSubNamespace.OWNER);
167 PubSub reply = (PubSub)sendPubsubPacket(Type.SET, new SubscribeExtension(jid, getId()));
190 PubSub request = createPubsubPacket(Type.SET, new SubscribeExtension(jid, getId()));
192 PubSub reply = (PubSub)PubSubManager.sendPubsubPacket(con, jid, Type.SET, request);
222 sendPubsubPacket(Type.SET, new UnsubscribeExtension(jid, getId(), subscriptionId));
|
/external/chromium_org/v8/tools/oom_dump/ |
oom_dump.cc | 52 #define SET(type) names[type] = #type; 53 INSTANCE_TYPE_LIST(SET) 54 #undef SET
|
/external/smack/src/org/jivesoftware/smack/ |
AccountManager.java | 37 import java.util.Set; 107 * All attributes must be set when creating new accounts. The standard set of possible 188 * number. In that case, Smack will attempt to automatically set all required 227 reg.setType(IQ.Type.SET); 257 reg.setType(IQ.Type.SET); 291 reg.setType(IQ.Type.SET);
|
PrivacyListManager.java | 35 * <li>Set, change, or decline active lists.
36 * <li>Set, change, or decline the default list (i.e., the list that is active by default).
51 PacketFilter packetFilter = new AndFilter(new IQTypeFilter(IQ.Type.SET),
67 * get or set the privacy communication.<p>
84 * Initializes the packet listeners of the connection that will notify for any set privacy
218 requestPrivacy.setType(Privacy.Type.SET);
329 Set<String> names = privacyAnswer.getPrivacyListNames();
346 * Set or change the active list to listName.
348 * @param listName the list name to set as the active one.
377 * Set or change the default list to listName. [all...] |
/external/v8/tools/oom_dump/ |
oom_dump.cc | 52 #define SET(type) names[type] = #type; 53 INSTANCE_TYPE_LIST(SET) 54 #undef SET
|
/bionic/libc/bionic/ |
fts.c | 60 #define SET(opt) (sp->fts_options |= (opt)) 93 SET(FTS_NOCHDIR); 148 * finished the node before the root(s); set p->fts_info to FTS_INIT 164 SET(FTS_NOCHDIR); 186 * actually enter the directory until after the preorder visit, set 265 /* Set current node pointer. */ 323 * to make the names come out right, and set the parent errno 325 * Set the FTS_DONTCHDIR flag so that when we logically change 360 SET(FTS_STOP); 399 * Done; free everything up and set errno to 0 so the use [all...] |
/frameworks/av/media/libstagefright/ |
AwesomePlayer.cpp | 300 modifyFlags(INCOGNITO, SET); 423 // Set the presentation/display size 465 modifyFlags(AUTO_LOOPING, SET); 518 modifyFlags(PREPARE_CANCELLED, SET); 730 modifyFlags(CACHE_UNDERRUN, SET); 783 modifyFlags(CACHE_UNDERRUN, SET); 844 modifyFlags(AT_EOS, SET); 880 modifyFlags(AT_EOS, SET); 911 modifyFlags(PLAYING, SET); 912 modifyFlags(FIRST_FRAME, SET); [all...] |
/external/chromium_org/chrome/browser/extensions/api/web_request/ |
web_request_api_unittest.cc | 612 // Set up a dummy extension name. 700 // Set up a dummy extension name. 752 SET, [all...] |
/external/chromium_org/net/tools/testserver/ |
minica.py | 79 asn1.SET([ 88 asn1.SET([ 97 asn1.SET([
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/ |
ASN1TaggedObject.java | 198 case BERTags.SET:
|
ASN1InputStream.java | 175 case SET: 260 case SET:
|
/external/smack/src/org/jivesoftware/smackx/commands/ |
RemoteCommand.java | 144 data.setType(IQ.Type.SET); 164 throw new XMPPException("No response from server on status set.");
|
/external/smack/src/org/jivesoftware/smackx/filetransfer/ |
FileTransferManager.java | 94 new IQTypeFilter(IQ.Type.SET)));
|
IBBTransferNegotiator.java | 133 // packet must by of type SET and contains the given session ID
135 && IQ.Type.SET.equals(bytestream.getType());
|
/external/smack/src/org/jivesoftware/smackx/workgroup/agent/ |
Agent.java | 54 throw new XMPPException("No response from server on status set.");
98 throw new XMPPException("No response from server on status set.");
118 agentInfo.setType(IQ.Type.SET);
131 throw new XMPPException("No response from server on status set.");
|
/external/chromium_org/google_apis/gcm/base/ |
mcs_util.cc | 61 // TODO(zea): set better values. 82 stream_ack_iq->set_type(mcs_proto::IqStanza::SET); 92 selective_ack_iq->set_type(mcs_proto::IqStanza::SET);
|
/external/smack/src/org/jivesoftware/smackx/search/ |
UserSearch.java | 81 throw new XMPPException("No response from server on status set."); 101 search.setType(IQ.Type.SET); 114 throw new XMPPException("No response from server on status set."); 137 search.setType(IQ.Type.SET); 149 throw new XMPPException("No response from server on status set.");
|