/external/webkit/Source/WebKit/mac/Plugins/Hosted/ |
HostedNetscapePluginStream.mm | 192 if ([[error domain] isEqualToString:NSURLErrorDomain] && [error code] == NSURLErrorCancelled)
|
/libcore/luni/src/main/java/libcore/io/ |
Posix.java | 172 public native FileDescriptor socket(int domain, int type, int protocol) throws ErrnoException; 173 public native void socketpair(int domain, int type, int protocol, FileDescriptor fd1, FileDescriptor fd2) throws ErrnoException;
|
/external/dnsmasq/src/ |
option.c | 131 { "domain", 1, 0, 's' }, 132 { "domain-suffix", 1, 0, 's' }, 154 { "domain-needed", 0, 0, 'D' }, 229 { 'A', ARG_DUP, "/domain/ipaddr", gettext_noop("Return ipaddr for all hosts in specified domains."), NULL }, 235 { 'D', OPT_NODOTS_LOCAL, NULL, gettext_noop("Do NOT forward queries with no domain part."), NULL }, 237 { 'E', OPT_EXPAND, NULL, gettext_noop("Expand simple names in /etc/hosts with domain-suffix."), NULL }, 271 { 'S', ARG_DUP, "/domain/ipaddr", gettext_noop("Specify address(es) of upstream servers with optional domains."), NULL }, 272 { LOPT_LOCAL, ARG_DUP, "/domain/", gettext_noop("Never forward queries to specified domains."), NULL }, 273 { 's', ARG_DUP, "<domain>[,<range>]", gettext_noop("Specify the domain to be assigned in DHCP leases."), NULL } 1398 char *domain = NULL; local 2296 char *domain = NULL; local [all...] |
/external/mdnsresponder/mDNSCore/ |
mDNSEmbeddedAPI.h | 157 kDNSType_PTR, // 12 Domain name pointer 175 kDNSType_NXT, // 30 Next domain (security) 368 // RFC 1034/1035 specify that a domain label consists of a length byte plus up to 63 characters 372 // RFC 1034/1035/2181 specify that a domain name (length bytes and data bytes) may be up to 255 bytes long, 383 // The longest legal domain name is 256 bytes, in the form of four labels as shown below: 390 // It is for domain names, where dots are used as label separators, that proper escaping is vital. 1059 domainname domain; member in struct:McastResolver 1073 domainname domain; \/\/ name->server matching for "split dns" member in struct:DNSServer 1486 domainname domain; member in struct:DomainAuthInfo 1736 domainname domain; member in struct:SearchListElem [all...] |
/external/ppp/pppd/plugins/rp-pppoe/ |
if.c | 424 int domain, stype; local 435 domain = PF_PACKET; 438 domain = PF_INET; 442 if ((fd = socket(domain, stype, htons(type))) < 0) {
|
/external/valgrind/main/coregrind/ |
m_libcfile.c | 854 Int VG_(socket) ( Int domain, Int type, Int protocol ) 860 args[0] = domain; 869 res = VG_(do_syscall3)(__NR_socket, domain, type, protocol ); 874 res = VG_(do_syscall3)(__NR_socket, domain, type, protocol); [all...] |
/external/webkit/Source/WebCore/dom/ |
Document.idl | 153 attribute [ConvertNullToNullString] DOMString domain 156 readonly attribute DOMString domain;
|
/external/webkit/Source/WebCore/inspector/front-end/ |
CookieItemsView.js | 243 if (!url || !this.cookieDomainMatchesResourceDomain(cookie.domain, url.host))
|
CookiesTable.js | 43 columns[2].title = WebInspector.UIString("Domain"); 169 case 2: comparator = localeCompare.bind(this, "domain"); break; 186 data[2] = cookie.domain || "";
|
/external/webkit/Source/WebCore/platform/graphics/win/ |
MediaPlayerPrivateQuickTimeVisualContext.cpp | 290 if (!cookie.domain.isEmpty()) { 295 if (cookie.domain[0] == '.') 296 urlBuilder.append(cookie.domain.substring(1)); 298 urlBuilder.append(cookie.domain); [all...] |
/external/webkit/Source/WebKit/efl/ewk/ |
ewk_frame.h | 90 const char *domain; /**< error domain name */ member in struct:_Ewk_Frame_Load_Error
|
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/ |
lattice_neon.S | 24 @ in Q15 domain.
|
/packages/apps/Email/src/org/apache/james/mime4j/field/address/parser/ |
AddressListParser.java | 380 domain(); method 405 domain(); method 478 domain(); method 563 final public void domain() throws ParseException { method in class:AddressListParser 564 /*@bgen(jjtree) domain */ 593 {if (true) throw new ParseException("Atoms in domain names must be separated by '.'");}
|
/packages/providers/DownloadProvider/ui/src/com/android/providers/downloads/ui/ |
DownloadAdapter.java | 108 setTextForView(convertView, R.id.domain, mCursor.getString(mDescriptionColumnId));
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
tipc_config.h | 244 __u32 domain;
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
tipc_config.h | 244 __u32 domain;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
tipc_config.h | 244 __u32 domain;
|
/external/wpa_supplicant_8/wpa_supplicant/ |
interworking.c | 153 if (cred->domain || cred->pcsc || cred->imsi) [all...] |
/bionic/libc/netbsd/nameser/ |
ns_name.c | 95 * Convert an encoded domain name to printable ascii as per RFC1035. 196 * Convert a ascii string into an encoded domain name as per RFC1035. 202 * Enforces label and domain length limits. 334 * Enforces label and domain length limits. 383 * Unpack a domain name from a message, source may be compressed. 404 /* Fetch next label in domain name. */ 463 * Pack domain name 'domain' into 'comp_dn'. 500 /* make sure the domain we are about to add is legal */ 572 * Expand compressed domain name to presentation format [all...] |
/external/chromium/chrome/browser/chromeos/login/ |
user_manager.cc | 223 std::string domain = user_email.substr(domain_start, local 227 domain.c_str());
|
/external/chromium/net/base/ |
transport_security_state_unittest.cc | 470 // The domain wasn't being set, leading to a blank string in the 472 EXPECT_EQ(domain_state.domain, "market.android.com"); 476 EXPECT_EQ(domain_state.domain, "market.android.com");
|
/external/webkit/Source/WebKit/efl/WebCoreSupport/ |
FrameLoaderClientEfl.cpp | 263 m_loadError.domain().utf8().data(), 756 m_loadError.domain().utf8().data(),
|
/external/webkit/Tools/DumpRenderTree/mac/ |
ResourceLoadDelegate.mm | 60 NSString *str = [NSString stringWithFormat:@"<NSError domain %@, code %d", [self domain], [self code]];
|
/frameworks/wilhelm/src/android/ |
MediaPlayer_to_android.cpp | 109 if (XA_DOMAINTYPE_VIDEO == mp->mStreamInfo.mStreamInfoTable.itemAt(i).domain) { 116 streamInfo.domain = XA_DOMAINTYPE_VIDEO;
|
/external/chromium/net/spdy/ |
spdy_session.h | 99 // Check to see if this SPDY session can support an additional domain. 102 // session provides authentication for the domain. 104 bool VerifyDomainAuthentication(const std::string& domain); 430 // The domain this session is connected to.
|