HomeSort by relevance Sort by last modified time
    Searched full:domains (Results 1 - 25 of 154) sorted by null

1 2 3 4 5 6 7

  /packages/apps/Email/src/org/apache/james/mime4j/field/address/
DomainList.java 31 private ArrayList domains; field in class:DomainList
34 * @param domains An ArrayList that contains only String objects.
35 * @param dontCopy true iff it is not possible for the domains ArrayList to be modified by someone else.
37 public DomainList(ArrayList domains, boolean dontCopy) {
38 if (domains != null)
39 this.domains = (dontCopy ? domains : (ArrayList) domains.clone());
41 this.domains = new ArrayList(0);
48 return domains.size();
    [all...]
  /libcore/luni/src/main/java/java/security/
DomainCombiner.java 36 * the protection domains of the current execution thread (since
40 * the protection domains of the parent thread, maybe {@code
  /dalvik/vm/native/
java_security_AccessController.c 110 ArrayObject* domains = NULL; local
116 domains = dvmAllocArray(pdArrayClass, subIdx, kObjectArrayRefWidth,
118 if (domains == NULL) {
124 memcpy(domains->contents, subSet, subIdx * sizeof(Object *));
125 dvmWriteBarrierArray(domains, 0, subIdx);
130 dvmReleaseTrackedAlloc((Object*) domains, NULL);
131 RETURN_PTR(domains);
  /frameworks/ex/common/tools/
make-iana-tld-pattern.py 7 * Regular expression to match all IANA top-level domains.
18 * Regular expression to match all IANA top-level domains for WEB_URL.
132 domains = f.readlines() variable
137 for domain in domains:
  /libcore/luni/src/main/java/javax/security/auth/
SubjectDomainCombiner.java 72 * the current thread. The domains must be sorted according to
84 // get array length for combining protection domains
114 // copy assigned domains
  /external/bluetooth/glib/docs/reference/glib/tmpl/
shell.sgml 33 error domains.
  /external/bluetooth/glib/gio/
gioerror.h 39 * See #GError for more information on error domains.
  /libcore/luni/src/test/java/tests/api/javax/security/auth/
SubjectDomainCombinerTest.java 137 // current domains
140 // assigned domains
196 fail("current domains permissions mismatch " + pn);
199 fail("assigned domains permissions mismatch " + pn);
233 // current domains
236 // assigned domains
282 fail("current domains permissions mismatch " + pn);
315 // current domains
318 // assigned domains
362 fail("assigned domains permissions mismatch " + pn)
    [all...]
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/src/
perf_print.c 66 char const * const * domains, *missing, *separator; local
74 domains = (char const * const *) domains_normal;
81 domains = (char const * const *) domains_csv;
119 (eModule & PERF_ModuleAudioDecode) ? domains[0] : missing,
120 (eModule & PERF_ModuleVideoDecode) ? domains[1] : missing,
121 (eModule & PERF_ModuleImageDecode) ? domains[2] : missing,
122 (eModule & PERF_ModuleAudioEncode) ? domains[3] : missing,
123 (eModule & PERF_ModuleVideoEncode) ? domains[4] : missing,
124 (eModule & PERF_ModuleImageEncode) ? domains[5] : missing,
  /external/apache-http/src/org/apache/http/impl/cookie/
NetscapeDomainHandler.java 61 + "special domains");
75 * top level domains defined by the Netscape cookie specification.
  /external/webkit/WebCore/page/
OriginAccessEntry.h 47 // If host is empty string and SubdomainSetting is AllowSubdomains, the entry will match all domains in the specified protocol.
  /external/dnsmasq/
setup.html 168 Dnsmasq has the ability to direct DNS queries for certain domains to
178 private domains within the company, and dnsmasq allows this. Assuming
187 <H2>Local domains.</H2>
188 Sometimes people have local domains which they do not want forwarded
196 <H2>Defeating wildcards in top level domains.</H2>
198 .net top level domains. The effect of this is that queries for
doc.html 73 Dnsmasq can be configured to send queries for certain domains to
74 upstream servers handling only those domains. This makes integration
  /external/dnsmasq/contrib/openvpn/
README 36 > search domains intact), but I'm hoping that I'm just missing some key
  /external/nist-sip/java/gov/nist/javax/sip/clientauthutils/
CredentialsCache.java 22 * user for a number of domains. The Hashtable value of the mapping is a
  /frameworks/base/tests/CoreTests/android/core/
InetAddrTest.java 28 * Tests InetAddr class by checking methods to resolve domains to IP addresses
  /external/e2fsprogs/intl/
finddomain.c 41 /* List of already loaded domains. */
87 be one data set in the list of loaded domains. */
  /external/chromium/net/base/
sdch_manager.h 199 // Compare domains to see if the "match" for dictionary use.
240 // If called with an empty string, advertise and support sdch on all domains.
275 // domain, or all domains were assumed supported). If it is blacklist, reduce
348 // Empty string means all domains. Non-empty means support only the given
352 // List domains where decode failures have required disabling sdch, along with
  /external/chromium/third_party/libevent/
evdns.3 143 supports searching. This involves setting a list of default domains, in
222 Clears the list of search domains
224 Add a domain to the list of search domains
  /frameworks/base/core/java/android/util/
Patterns.java 27 * Regular expression to match all IANA top-level domains.
61 * Regular expression pattern to match all IANA top-level domains.
67 * Regular expression to match all IANA top-level domains for WEB_URL.
  /external/apache-http/src/org/apache/http/cookie/
CookieIdentityComparator.java 54 // do not differentiate empty and null domains
  /external/chromium/net/data/filter_unittests/
google.txt 7 When you visit www.google.com or one of the dozens of other Google domains, you'll be able to find information in many different languages; check stock quotes, maps, and news headlines; lookup phonebook listings for every city in the United States; search billions of images and peruse the world's largest archive of Usenet messages -- more than 1 billion posts dating back to 1981.
google.txt.bz2 
  /external/libvpx/examples/includes/geshi/geshi/
visualprolog.php 46 'clauses','constants','constructors','delegate','domains','facts',
  /external/nist-sip/java/gov/nist/javax/sip/header/ims/
PVisitedNetworkIDHeader.java 56 * . In case a REGISTER or other request is traversing different administrative domains

Completed in 736 milliseconds

1 2 3 4 5 6 7