/external/wpa_supplicant_6/wpa_supplicant/src/l2_packet/ |
l2_packet_ndis.c | 220 * another event if the protocol driver is replaced with somewhat more 330 static int l2_ndisuio_set_ether_type(unsigned short protocol) 332 USHORT proto = htons(protocol); 349 const char *ifname, const u8 *own_addr, unsigned short protocol, 360 l2_ndisuio_global->first_proto = protocol; 382 if (l2_ndisuio_set_ether_type(protocol) < 0) { 389 "filtering ethertype to %04x", protocol);
|
/external/wpa_supplicant_8/src/l2_packet/ |
l2_packet_ndis.c | 226 * another event if the protocol driver is replaced with somewhat more 336 static int l2_ndisuio_set_ether_type(unsigned short protocol) 338 USHORT proto = htons(protocol); 355 const char *ifname, const u8 *own_addr, unsigned short protocol, 366 l2_ndisuio_global->first_proto = protocol; 388 if (l2_ndisuio_set_ether_type(protocol) < 0) { 395 "filtering ethertype to %04x", protocol);
|
/external/apache-http/src/org/apache/http/impl/client/ |
DefaultRedirectHandler.java | 50 import org.apache.http.protocol.HttpContext; 51 import org.apache.http.protocol.ExecutionContext; 69 private static final String REDIRECT_LOCATIONS = "http.protocol.redirect-locations";
|
/external/chromium/chrome/browser/ |
keychain_mock_mac.h | 56 UInt16 port, SecProtocolType protocol, 94 const SecProtocolType protocol; member in struct:MockKeychain::KeychainTestData
|
/external/chromium/chrome/browser/ui/cocoa/bookmarks/ |
bookmark_button.h | 21 // Protocol for a BookmarkButton's delegate, responsible for doing 23 @protocol BookmarkButtonDelegate 62 // Protocol to be implemented by controllers that logically own 65 // protocol directly; it is used when BookmarkButton controllers talk 70 @protocol BookmarkButtonControllerProtocol 191 @end // @protocol BookmarkButtonControllerProtocol
|
/external/chromium/third_party/libjingle/source/talk/p2p/base/ |
transport.h | 86 virtual bool ParseCandidates(SignalingProtocol protocol, 90 virtual bool WriteCandidates(SignalingProtocol protocol,
|
/external/mesa3d/docs/ |
MESA_window_pos.spec | 104 GLX Protocol 106 Not specified at this time. However, a protocol message very similar
|
/external/webkit/Source/WebCore/loader/appcache/ |
ManifestParser.cpp | 127 if (!equalIgnoringCase(url.protocol(), manifestURL.protocol()))
|
/external/webkit/Source/WebCore/platform/network/ |
CredentialStorage.cpp | 63 return makeString(url.protocol(), "://", url.host(), ':', String::number(url.port()), '/'); 65 return makeString(url.protocol(), "://", url.host(), '/');
|
/packages/apps/Contacts/src/com/android/contacts/ |
ContactsUtils.java | 57 * ProviderNames from the predefined IM protocol id. 60 * @param protocol the protocol ID 61 * @return the provider name the IM app uses for the given protocol, or null if no 62 * provider is defined for the given protocol 65 public static String lookupProviderNameFromId(int protocol) { 66 switch (protocol) {
|
/packages/apps/Email/src/com/android/email/activity/ |
MailboxMoveToAdapter.java | 150 final String protocol = Account.getProtocol(getContext(), mAccountId); local 151 if (HostAuth.SCHEME_EAS.equals(protocol)) {
|
/packages/apps/Settings/src/com/android/settings/ |
ApnEditor.java | 114 Telephony.Carriers.PROTOCOL, // 16 321 * raw value of the protocol preference (e.g., "IPV4V6"). If unknown, 324 private String protocolDescription(String raw, ListPreference protocol) { 325 int protocolIndex = protocol.findIndexOfValue(raw); 365 String protocol = protocolDescription((String) newValue, mProtocol); local 366 if (protocol == null) { 369 mProtocol.setSummary(protocol); 372 String protocol = protocolDescription((String) newValue, mRoamingProtocol); local 373 if (protocol == null) { 376 mRoamingProtocol.setSummary(protocol); [all...] |
/bionic/libc/kernel/common/linux/ |
ip.h | 90 __u8 protocol; member in struct:iphdr
|
/development/ndk/platforms/android-3/include/linux/ |
ip.h | 90 __u8 protocol; member in struct:iphdr
|
/external/apache-http/src/org/apache/http/impl/auth/ |
AuthSchemeBase.java | 38 import org.apache.http.protocol.HTTP;
|
/external/apache-http/src/org/apache/http/impl/conn/ |
AbstractPooledConnAdapter.java | 38 import org.apache.http.protocol.HttpContext;
|
/external/apache-http/src/org/apache/http/impl/entity/ |
EntityDeserializer.java | 46 import org.apache.http.protocol.HTTP;
|
/external/apache-http/src/org/apache/http/params/ |
HttpProtocolParams.java | 36 import org.apache.http.protocol.HTTP; 40 * to simplify manipulation of the HTTP protocol specific parameters. 119 * Returns {@link ProtocolVersion protocol version} to be used per default. 121 * @return {@link ProtocolVersion protocol version} 136 * Assigns the {@link ProtocolVersion protocol version} to be used by the 139 * @param version the {@link ProtocolVersion protocol version}
|
/external/apache-http/src/org/apache/http/protocol/ |
ResponseConnControl.java | 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/protocol/ResponseConnControl.java $ 32 package org.apache.http.protocol;
|
ResponseContent.java | 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/protocol/ResponseContent.java $ 32 package org.apache.http.protocol;
|
UriPatternMatcher.java | 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/protocol/UriPatternMatcher.java $ 32 package org.apache.http.protocol;
|
/external/chromium/base/ |
message_pump_mac.h | 43 // Clients must subclass NSApplication and implement this protocol if they use 45 @protocol CrAppProtocol
|
/external/chromium/chrome/browser/ui/cocoa/tabs/ |
tab_controller.h | 27 @protocol TabControllerTarget;
|
/external/chromium/chrome/browser/ui/tab_contents/ |
tab_contents_wrapper.cc | 291 void TabContentsWrapper::OnRegisterProtocolHandler(const std::string& protocol, 296 ProtocolHandler::CreateProtocolHandler(protocol, url, title); 298 registry->CanSchemeBeOverridden(handler->protocol())) { 303 handler->title(), UTF8ToUTF16(handler->protocol())), true)) :
|
/external/chromium/net/websockets/ |
websocket_handshake.h | 30 const std::string& protocol);
|