/external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/sasl/ |
Sasl4Test.java | 93 * String protocol, String serverName, 97 * throws SaslException when parameters (protocol, cbh, 120 Sasl.createSaslServer("MECH-2", "protocol", null, null, cbH); 126 Sasl.createSaslServer("MECH-1", "protocol", null, null, cbH); 132 fail("SaslException should be thrown when protocol is null"); 139 * String protocol, String serverName, 158 * String protocol, String serverName, 179 SaslServer saslS = Sasl.createSaslServer("MECH-2", "protocol", null, 191 .createSaslServer("MECH-1", "protocol", null, null, cbH); 199 * String protocol, String serverName [all...] |
Sasl3Test.java | 97 * String authanticationID, String protocol, String serverName, 100 * throws SaslException when parameters (protocol, cbh, mechanisms) are 122 Sasl.createSaslClient(new String[] { "NAME-2" }, null, "protocol", 129 Sasl.createSaslClient(new String[] { "NAME-1" }, null, "protocol", 137 fail("SaslException should be thrown when protocol is null"); 144 * String authanticationID, String protocol, String serverName, 163 * String authanticationID, String protocol, String serverName, 183 null, "protocol", null, null, cbH); 194 "protocol", null, null, cbH); 202 * String authanticationID, String protocol, String serverName [all...] |
/external/iptables/iptables/ |
xshared.c | 79 * loading of the protocol match extension. '-p tcp' means 'l4 proto 6' and at 80 * the same time 'load tcp protocol match on demand if we specify --dport'. 84 * - a protocol has been specified 85 * - the protocol extension has not been loaded yet, or is loaded and unused 87 * - the protocol extension can be successively loaded 91 if (cs->protocol == NULL) 93 if (find_proto(cs->protocol, XTF_DONT_LOAD, 103 return find_proto(cs->protocol, XTF_TRY_LOAD, 135 /* Try loading protocol */
|
/external/nist-sip/java/gov/nist/javax/sip/header/ |
Via.java | 85 protected Protocol sentProtocol; 105 sentProtocol = new Protocol(); 124 /** get the Protocol Version 136 * @return Protocol field 138 public Protocol getSentProtocol() { 208 /** set the Protocol Version 213 sentProtocol = new Protocol(); 229 * @param s Protocol to set. 231 public void setSentProtocol(Protocol s) { 372 * which transport protocol to use for sending requests and responses t [all...] |
/external/webkit/Source/WebCore/platform/ |
KURL.h | 139 String protocol() const; 158 // Returns true if the current URL's protocol is the same as the null- 282 bool protocolIs(const String& url, const char* protocol); 285 bool isDefaultPortForProtocol(unsigned short port, const String& protocol);
|
/external/wpa_supplicant/ |
l2_packet_linux.c | 94 const char *ifname, const u8 *own_addr, unsigned short protocol, 112 htons(protocol)); 130 ll.sll_protocol = htons(protocol);
|
/external/wpa_supplicant_6/wpa_supplicant/src/l2_packet/ |
l2_packet_linux.c | 94 const char *ifname, const u8 *own_addr, unsigned short protocol, 112 htons(protocol)); 131 ll.sll_protocol = htons(protocol);
|
/external/wpa_supplicant_8/src/l2_packet/ |
l2_packet_linux.c | 98 const char *ifname, const u8 *own_addr, unsigned short protocol, 116 htons(protocol)); 137 ll.sll_protocol = htons(protocol);
|
/libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/ |
SSLSessionImpl.java | 45 ProtocolVersion protocol; field in class:SSLSessionImpl 158 return (protocol == null) ? "NONE" : protocol.name;
|
/external/quake/quake/src/QW/client/ |
qwcl.mak | [all...] |
/external/apache-http/src/org/apache/http/impl/client/ |
AbstractHttpClient.java | 65 import org.apache.http.protocol.BasicHttpProcessor; 66 import org.apache.http.protocol.DefaultedHttpContext; 67 import org.apache.http.protocol.HttpContext; 68 import org.apache.http.protocol.HttpProcessor; 69 import org.apache.http.protocol.HttpRequestExecutor;
|
/external/ppp/pppd/ |
auth.c | 688 if (protp->protocol != PPP_LCP && protp->lowerdown != NULL) 690 if (protp->protocol < 0xC000 && protp->close != NULL) 717 if (protp->protocol != PPP_LCP && protp->enabled_flag 851 if ((protp->protocol == PPP_ECP || protp->protocol == PPP_CCP) 875 if (protp->protocol < 0xC000 876 && protp->protocol != PPP_CCP && protp->protocol != PPP_ECP 888 * The peer has failed to authenticate himself using `protocol'. 891 auth_peer_fail(unit, protocol) [all...] |
/external/webkit/Source/WebCore/html/ |
HTMLAnchorElement.cpp | 325 if (isDefaultPortForProtocol(url.port(), url.protocol())) 353 if (isDefaultPortForProtocol(port, url.protocol())) 421 if (isDefaultPortForProtocol(port, url.protocol())) 429 String HTMLAnchorElement::protocol() const function in class:WebCore::HTMLAnchorElement 431 return href().protocol() + ":";
|
/external/webkit/Tools/DumpRenderTree/win/ |
UIDelegate.cpp | 578 BSTR protocol; local 582 origin->protocol(&protocol); 587 printf("UI DELEGATE DATABASE CALLBACK: exceededDatabaseQuotaForSecurityOrigin:{%S, %S, %i} database:%S\n", protocol, host, port, databaseIdentifier); 589 SysFreeString(protocol);
|
/packages/experimental/LoaderApp/src/com/android/loaderapp/util/ |
ContactsUtils.java | 200 * ProviderNames from the predefined IM protocol id. 203 * @param protocol the protocol ID 204 * @return the provider name the IM app uses for the given protocol, or null if no 205 * provider is defined for the given protocol 208 public static String lookupProviderNameFromId(int protocol) { 209 switch (protocol) { 232 * {@link Email} row. Returns null when missing protocol or data. 241 final int protocol = isEmail ? Im.PROTOCOL_GOOGLE_TALK : values.getAsInteger(Im.PROTOCOL); local [all...] |
/external/chromium/chrome/browser/password_manager/ |
password_store_mac.cc | 40 const SecProtocolType& protocol, 67 const SecProtocolType& protocol, 96 if (protocol != kSecProtocolTypeAny) { 99 search_attributes_.attr[entries].length = sizeof(protocol); 101 const_cast<void*>(reinterpret_cast<const void*>(&protocol)); 295 SecProtocolType protocol = *(static_cast<SecProtocolType*>(attr.data)); 297 form->ssl_valid = (protocol == kSecProtocolTypeHTTPS); 556 SecProtocolType protocol = is_secure ? kSecProtocolTypeHTTPS local 564 port, protocol, AuthTypeForScheme(form.scheme), 658 SecProtocolType protocol = is_secure ? kSecProtocolTypeHTTP local [all...] |
/sdk/hierarchyviewer2/libs/hierarchyviewerlib/src/com/android/hierarchyviewerlib/device/ |
DeviceBridge.java | 298 int protocol = -1; local 317 connection.sendCommand("PROTOCOL"); //$NON-NLS-1$ 320 protocol = Integer.parseInt(line); 323 Log.e(TAG, "Unable to get view server protocol version from device " + device); 329 if (server == -1 || protocol == -1) { 332 ViewServerInfo returnValue = new ViewServerInfo(server, protocol); 384 // Automatic refreshing of windows was added in protocol version 3. 410 * protocol version 3 and above. 484 int protocol; local 486 protocol = sViewServerInfo.get(window.getDevice()).protocolVersion [all...] |
/system/bluetooth/tools/ |
asocket_test.c | 89 int protocol = -1; local 95 protocol = 0; 100 protocol = BTPROTO_RFCOMM; 105 protocol = BTPROTO_SCO; 110 protocol = BTPROTO_L2CAP; 115 protocol = 0; 120 ret = socket(family, typ, protocol);
|
socktest.c | 88 int protocol = -1; local 94 protocol = 0; 99 protocol = BTPROTO_RFCOMM; 104 protocol = BTPROTO_SCO; 109 protocol = BTPROTO_L2CAP; 114 protocol = 0; 119 ret = socket(family, typ, protocol);
|
/external/qemu/hw/ |
pc.c | 617 uint16_t protocol; local 639 /* kernel protocol version */ 644 protocol = lduw_p(header+0x206); 646 protocol = 0; 648 if (protocol < 0x200 || !(header[0x211] & 0x01)) { 653 } else if (protocol < 0x202) { 676 if (protocol >= 0x203) 687 if (protocol >= 0x202) { 698 if (protocol >= 0x200) 702 if (protocol >= 0x201) [all...] |
/external/webkit/LayoutTests/fast/dom/HTMLAnchorElement/script-tests/ |
set-href-attribute-host.js | 20 debug("Set default port for another protocol"); 65 debug("Set host to URL with file: protocol"); 110 debug("Set host to a URL with tel: protocol");
|
/device/google/accessory/arduino/USB_Host_Shield/ |
Usb.h | 141 byte setProto( byte addr, byte ep, byte interface, byte protocol, unsigned int nak_limit = USB_NAK_LIMIT );
181 inline byte USB::setProto( byte addr, byte ep, byte interface, byte protocol, unsigned int nak_limit ) {
182 return( ctrlReq( addr, ep, bmREQ_HIDOUT, HID_REQUEST_SET_PROTOCOL, protocol, 0x00, interface, 0x0000, NULL, nak_limit ));
|
/external/iptables/libipq/ |
libipq.c | 85 { IPQ_ERR_PROTOCOL, "Invalid protocol specified" } 209 struct ipq_handle *ipq_create_handle(uint32_t flags, uint32_t protocol) 222 if (protocol == NFPROTO_IPV4) 224 else if (protocol == NFPROTO_IPV6)
|
/frameworks/base/core/java/android/net/http/ |
Connection.java | 36 import org.apache.http.protocol.ExecutionContext; 37 import org.apache.http.protocol.HttpContext; 38 import org.apache.http.protocol.BasicHttpContext; 487 // Resorting to protocol version default close connection policy
|
/packages/apps/Contacts/src/com/android/contacts/quickcontact/ |
DataAction.java | 169 final int protocol = isEmail ? Im.PROTOCOL_GOOGLE_TALK : local 170 getAsInt(cursor, Im.PROTOCOL); 182 if (protocol != Im.PROTOCOL_CUSTOM) { 184 host = ContactsUtils.lookupProviderNameFromId(protocol); 243 final int columnIndex = cursor.getColumnIndex(Im.PROTOCOL);
|