HomeSort by relevance Sort by last modified time
    Searched full:domain (Results 101 - 125 of 2227) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/webkit/WebKit/mac/Misc/
WebKitErrors.m 72 -(id)_webkit_initWithDomain:(NSString *)domain code:(int)code URL:(NSURL *)URL
78 descriptionsDict = [descriptions objectForKey:domain];
85 return [self initWithDomain:domain code:code userInfo:dict];
88 +(id)_webkit_errorWithDomain:(NSString *)domain code:(int)code URL:(NSURL *)URL
90 return [[[self alloc] _webkit_initWithDomain:domain code:code URL:URL] autorelease];
93 + (NSError *)_webKitErrorWithDomain:(NSString *)domain code:(int)code URL:(NSURL *)URL
96 return [self _webkit_errorWithDomain:domain code:code URL:URL];
143 + (void)_webkit_addErrorsWithCodesAndDescriptions:(NSDictionary *)dictionary inDomain:(NSString *)domain
148 [descriptions setObject:dictionary forKey:domain];
  /external/webkit/WebKitTools/BuildSlaveSupport/build.webkit.org-config/webkit/
status.py 9 lookup=mail.Domain("webkit.org"),
  /ndk/build/platforms/android-3/arch-arm/usr/include/asm/
pgalloc.h 15 #include <asm/domain.h>
  /ndk/build/platforms/android-3/arch-arm/usr/include/
sha1.h 6 * 100% Public Domain
  /ndk/build/platforms/android-4/arch-arm/usr/include/asm/
pgalloc.h 15 #include <asm/domain.h>
  /ndk/build/platforms/android-4/arch-arm/usr/include/
sha1.h 6 * 100% Public Domain
  /ndk/build/platforms/android-5/arch-arm/usr/include/asm/
pgalloc.h 15 #include <asm/domain.h>
  /ndk/build/platforms/android-5/arch-arm/usr/include/
sha1.h 6 * 100% Public Domain
  /ndk/build/platforms/android-5/arch-x86/usr/include/machine/
cdefs.h 5 * Public domain.
  /ndk/build/platforms/android-5/arch-x86/usr/include/
sha1.h 6 * 100% Public Domain
  /ndk/build/platforms/android-8/arch-arm/usr/include/asm/
pgalloc.h 15 #include <asm/domain.h>
  /ndk/build/platforms/android-8/arch-arm/usr/include/
sha1.h 6 * 100% Public Domain
  /ndk/build/platforms/android-8/arch-x86/usr/include/machine/
cdefs.h 5 * Public domain.
  /ndk/build/platforms/android-8/arch-x86/usr/include/
sha1.h 6 * 100% Public Domain
  /packages/apps/Email/src/org/apache/james/mime4j/field/address/
DomainList.java 26 * are supposedly domain names or domain literals).
52 * Gets the domain name or domain literal at the
  /external/elfutils/libelf-po/
Makefile 9 # General Public License and is *not* in the public domain.
48 DISTFILES = $(DISTFILES.common) POTFILES.in $(DOMAIN).pot \
60 # Usually the message domain is the same as the package name.
61 DOMAIN = $(PACKAGE)
71 # $(DOMAIN).pot file. Set this to the copyright holder of the surrounding
76 # the public domain; in this case the translators are expected to disclaim
102 # Note: Target 'all' must not depend on target '$(DOMAIN).pot-update',
106 $(DOMAIN).pot-update: $(POTFILES) $(srcdir)/POTFILES.in
107 $(XGETTEXT) --default-domain=$(DOMAIN) --directory=$(top_srcdir)
    [all...]
  /external/elfutils/po/
Makefile 9 # General Public License and is *not* in the public domain.
48 DISTFILES = $(DISTFILES.common) POTFILES.in $(DOMAIN).pot \
91 # Usually the message domain is the same as the package name.
92 DOMAIN = $(PACKAGE)
102 # $(DOMAIN).pot file. Set this to the copyright holder of the surrounding
107 # the public domain; in this case the translators are expected to disclaim
133 # Note: Target 'all' must not depend on target '$(DOMAIN).pot-update',
137 $(DOMAIN).pot-update: $(POTFILES) $(srcdir)/POTFILES.in
138 $(XGETTEXT) --default-domain=$(DOMAIN) --directory=$(top_srcdir)
    [all...]
  /dalvik/libcore/security/src/main/java/java/security/
Policy.java 59 * domain (i.e. system classes). System classes are always given
81 * system domain (i.e. system classes). System classes are always
85 * @param domain
90 public PermissionCollection getPermissions(ProtectionDomain domain) {
91 if (domain != null) {
92 return getPermissions(domain.getCodeSource());
101 * @param domain
110 public boolean implies(ProtectionDomain domain, Permission permission) {
111 if (domain != null) {
112 PermissionCollection total = getPermissions(domain);
    [all...]
  /bionic/libc/netbsd/nameser/
ns_samedomain.c 38 * Check whether a name belongs to a domain.
40 * a - the domain whose ancestory is being verified
45 * Trailing dots are first removed from name and domain.
47 * domain name is the trailing string of the given name.
94 /* lb == 0 means 'b' is the root domain, so 'a' must be in 'b'. */
161 * make a canonical copy of domain name "src"
193 * determine whether domain name "a" is the same as domain name "b"
  /dalvik/libcore/xml/src/main/java/org/xml/sax/
SAXNotRecognizedException.java 4 // NO WARRANTY! This class is in the Public Domain.
15 * Public Domain, and comes with <strong>NO WARRANTY</strong>.</em>
SAXNotSupportedException.java 4 // NO WARRANTY! This class is in the Public Domain.
14 * Public Domain, and comes with <strong>NO WARRANTY</strong>.</em>
  /external/apache-http/src/org/apache/http/auth/
NTCredentials.java 61 * @param usernamePassword the domain/username:password formed string
92 * @param userName The user name. This should not include the domain to authenticate with.
93 * For example: "user" is correct whereas "DOMAIN\\user" is not.
97 * @param domain The domain to authenticate within.
103 final String domain) {
108 this.principal = new NTUserPrincipal(domain, userName);
132 * @return String the domain these credentials are intended to authenticate with.
  /external/bluetooth/glib/docs/reference/glib/tmpl/
shell.sgml 31 Error domain for shell functions. Errors in this domain will
  /external/bluetooth/glib/gio/
gioerror.h 38 * Error domain for GIO. Errors in this domain will be from the #GIOErrorEnum enumeration.
  /external/dhcpcd/dhcpcd-hooks/
50-yp.conf 18 prefix="domain ${new_nis_domain} server "
20 echo "domain ${new_nis_domain} broadcast" >> "${cf}"

Completed in 511 milliseconds

1 2 3 45 6 7 8 91011>>