HomeSort by relevance Sort by last modified time
    Searched refs:domain (Results 176 - 200 of 531) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/nist-sip/java/gov/nist/javax/sip/parser/
URLParser.java 8 * and are considered to be in the public domain. As a result, a formal
820 "sip:3Zqkv5dajqaaas0tCjCxT0xH2ZEuEMsFl0xoasip%3A%2B3519116786244%40siplab.domain.com@213.0.115.163:7070"};
  /external/webkit/Source/WebCore/inspector/
InspectorDatabaseAgent.h 72 void didOpenDatabase(PassRefPtr<Database>, const String& domain, const String& name, const String& version);
InspectorPageAgent.h 65 void deleteCookie(ErrorString*, const String& cookieName, const String& domain);
  /external/webkit/Source/WebCore/manual-tests/inspector-wrappers/
inspector-wrappers-test-utils.js 19 "to make a cross-domain XMLHttpRequest. Where " +
28 var str = "<p>This test tries to make a cross-domain XMLHttpRequest to " +
  /libcore/luni/src/main/java/libcore/io/
BlockGuardOs.java 180 @Override public FileDescriptor socket(int domain, int type, int protocol) throws ErrnoException {
181 return tagSocket(os.socket(domain, type, protocol));
184 @Override public void socketpair(int domain, int type, int protocol, FileDescriptor fd1, FileDescriptor fd2) throws ErrnoException {
185 os.socketpair(domain, type, protocol, fd1, fd2);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/
yp_prot.h 24 * responding NIS server does serve the named domain; FALSE indicates no
28 * the named domain, otherwise does not return. Used in the broadcast case.
32 * domain.
35 * Returns the first key-value pair from a named domain and map.
39 * domain and map.
85 char *domain; /* Null string means not available */ member in struct:ypmap_parms
96 const char *domain; member in struct:ypreq_key
102 char *domain; member in struct:ypreq_nokey
113 #define ypxfr_domain map_parms.domain
127 YP_NOMAP = -1, /* No such map in domain */
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
yp_prot.h 24 * responding NIS server does serve the named domain; FALSE indicates no
28 * the named domain, otherwise does not return. Used in the broadcast case.
32 * domain.
35 * Returns the first key-value pair from a named domain and map.
39 * domain and map.
85 char *domain; /* Null string means not available */ member in struct:ypmap_parms
96 const char *domain; member in struct:ypreq_key
102 char *domain; member in struct:ypreq_nokey
113 #define ypxfr_domain map_parms.domain
127 YP_NOMAP = -1, /* No such map in domain */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
yp_prot.h 24 * responding NIS server does serve the named domain; FALSE indicates no
28 * the named domain, otherwise does not return. Used in the broadcast case.
32 * domain.
35 * Returns the first key-value pair from a named domain and map.
39 * domain and map.
85 char *domain; /* Null string means not available */ member in struct:ypmap_parms
96 const char *domain; member in struct:ypreq_key
102 char *domain; member in struct:ypreq_nokey
113 #define ypxfr_domain map_parms.domain
127 YP_NOMAP = -1, /* No such map in domain */
    [all...]
  /external/mdnsresponder/mDNSShared/
dnssd_clientlib.c 107 const char *const domain
115 const char *d = domain;
118 if (len < 6 || !domain || !domain[0]) return kDNSServiceErr_BadParam;
150 if (!DomainEndsInDot(domain)) { if (fn+1 >= lim) goto fail; else *fn++ = '.'; }
  /external/skia/include/gpu/
GrTypes.h 474 * the domain and the key. Domains simply allow multiple clients to use 0-based indices as their
475 * cache key without colliding. The key uniquely identifies a GrResource within the domain.
476 * Users of the cache must obtain a domain via GenerateDomain().
480 typedef uint8_t Domain;
496 * Initialize the cache ID to a domain and key.
498 GrCacheID(Domain domain, const Key& key) {
499 GrAssert(kInvalid_Domain != domain);
500 this->reset(domain, key);
503 void reset(Domain domain, const Key& key)
    [all...]
  /external/webkit/Source/WebCore/inspector/front-end/
AuditRules.js 55 var domain = parsedURL.host;
56 var domainResources = domainToResourcesMap[domain];
59 domainToResourcesMap[domain] = domainResources;
112 return WebInspector.Resource.Type.isTextType(resource.type) && resource.domain && resource.resourceSize !== undefined && resource.resourceSize > 150;
134 for (var domain in domainToResourcesMap) {
135 var domainResources = domainToResourcesMap[domain];
140 summary.addChild(String.sprintf("%d %s resources served from %s.", domainResources.length, this._resourceTypeName, WebInspector.AuditRuleResult.resourceDomain(domain)));
146 summary.value = "There are multiple resources served from same domain. Consider combining them into as few files as possible.";
178 for (var domain in domainToResourcesMap) {
179 if (domainToResourcesMap[domain].length > 1
    [all...]
CookieParser.js 185 get domain()
187 return this._attributes.domain;
HAREntry.js 167 domain: cookie.domain,
  /external/chromium/net/base/
cookie_monster.cc 103 // The RFC says the sort order for the domain attribute is undefined.
129 // Two cookies are considered equivalent if they have the same domain,
133 CookieSignature(const std::string& name, const std::string& domain,
136 domain(domain),
144 // Name compare dominates, then domain, then path.
149 diff = domain.compare(cs.domain);
157 std::string domain; member in struct:net::__anon4880::CookieSignature
174 // Determine the actual cookie domain based on the domain string passe
    [all...]
  /system/netd/
MDnsSdListener.cpp 62 const char *domain,
66 ALOGD("discover(%s, %s, %s, %d, %d)", iface, regType, domain, requestId,
82 domain, &MDnsSdListenerDiscoverCallback, context);
112 ALOGD("Discover found new serviceName %s, regType %s and domain %s for %d",
118 ALOGD("Discover lost serviceName %s, regType %s and domain %s for %d",
156 const char *domain, const char *host, int port, int txtLen, void *txtRecord) {
159 interfaceName, serviceName, serviceType, domain, host, port, txtLen);
173 serviceType, domain, host, port, txtLen, txtRecord, &MDnsSdListenerRegisterCallback,
191 const char *domain, void *inContext) {
212 const char *domain) {
428 char *domain = NULL; \/\/ will use default local
447 char *domain = argv[5]; local
    [all...]
  /external/webkit/LayoutTests/fast/dom/HTMLAnchorElement/script-tests/
set-href-attribute-hostname.js 53 a.href = "http://www.my domain.com/path/";
54 a.hostname = "www.other domain.com";
55 shouldBe("a.href", "'http://www.my domain.com/path/'");
  /external/javassist/src/main/javassist/scopedpool/
ScopedClassPool.java 291 public Class toClass(CtClass ct, ClassLoader loader, ProtectionDomain domain)
306 return super.toClass(ct, getClassLoader0(), domain);
  /external/libsepol/tests/policies/test-deps/
base-metreq.conf 420 attribute domain;
431 type user_t, domain;
434 type sysadm_t, domain, system;
437 type system_t, domain, system, foo;
small-base.conf 420 attribute domain;
431 type user_t, domain;
434 type sysadm_t, domain, system;
437 type system_t, domain, system, foo;
  /external/webkit/Source/WebCore/platform/network/mac/
ResourceErrorMac.mm 59 m_domain = [m_platformError.get() domain];
  /external/webkit/Tools/DumpRenderTree/mac/
PolicyDelegate.mm 99 NSString *message = [NSString stringWithFormat:@"Policy delegate: unable to implement policy with error domain '%@', error code %d, in frame '%@'", [error domain], [error code], [frame name]];
  /packages/apps/Email/src/org/apache/james/mime4j/field/address/parser/
AddressListParser.jj 338 "@" domain() ( (",")* "@" domain() )* ":"/*@bgen(jjtree)*/
394 ( local_part() "@" domain() )/*@bgen(jjtree)*/
445 void domain() :
446 {/*@bgen(jjtree) domain */
452 {/*@bgen(jjtree) domain */
459 throw new ParseException("Atoms in domain names must be separated by '.'");
506 // domain literal
  /external/chromium/chrome/browser/automation/
automation_util.cc 218 cookie_dict->SetString("domain", cookie.Domain());
276 std::string domain; local
289 if (cookie_dict->HasKey("domain") &&
290 !cookie_dict->GetString("domain", &domain)) {
291 reply.SendError("optional 'domain' invalid");
321 GURL(url), name, value, domain, path, base::Time(),
337 GURL(url), *cookie.get(), domain, context_getter, &event, &success);
  /external/chromium/chrome/browser/ui/views/
cookie_info_view.h 49 void SetCookie(const std::string& domain,
  /external/jmdns/src/javax/jmdns/impl/
ServiceInfoImpl.java 188 this._domain = map.get(Fields.Domain);
255 String domain = ""; local
260 domain = casePreservedType.substring(index);
265 domain = removeSeparators(casePreservedType.substring(index));
291 domain = casePreservedType.substring(start, end);
303 qualifiedNameMap.put(Fields.Domain, removeSeparators(domain));
315 // Optional domain
316 String domain = (qualifiedNameMap.containsKey(Fields.Domain) ? qualifiedNameMap.get(Fields.Domain) : "local") local
377 String domain = this.getDomain(); local
427 String domain = this.getDomain(); local
    [all...]

Completed in 2135 milliseconds

1 2 3 4 5 6 78 91011>>