/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...] |
Mailbox.java | 45 * @param route The zero or more domains that make up the route. Can be null.
|
/dalvik/libcore/security/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/libcore/security/src/test/java/tests/api/java/security/ |
DomainCombinerTest.java | 70 // execution domains 82 ProtectionDomain[] domains = new ProtectionDomain[] { new ProtectionDomain( local 85 AccessControlContext parent = new AccessControlContext(domains); 125 assertTrue("Failed to combine domains for security permission", 127 assertTrue("Failed to combine domains for security permission",
|
/frameworks/base/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:
|
/dalvik/vm/native/ |
java_security_AccessController.c | 110 ArrayObject* domains = NULL; local 116 domains = dvmAllocArray(pdArrayClass, subIdx, kObjectArrayRefWidth, 118 if (domains == NULL) { 124 Object** objects = (Object**) domains->contents; 131 dvmReleaseTrackedAlloc((Object*) domains, NULL); 132 RETURN_PTR(domains);
|
/dalvik/libcore/auth/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/opencore/pvmi/content_policy_manager/plugins/common/include/ |
pvmf_cpmplugin_domain_interface.h | 54 * Method to get the current number of domains 56 * @param [out] aCount: number of domains 66 * Method to get the current 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.
|
/dalvik/libcore/security/src/test/java/tests/api/javax/security/auth/ |
SubjectDomainCombinerTest.java | 202 // current domains 205 // assigned domains 261 fail("current domains permissions mismatch " + pn); 264 fail("assigned domains permissions mismatch " + pn); 298 // current domains 301 // assigned domains 347 fail("current domains permissions mismatch " + pn); 380 // current domains 383 // assigned domains 427 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
|
FAQ | 43 having to go back to the upstream server again. The strange repeated domains 71 domains to use the server for. 130 Search domains: 147 Versign run the .com and .net top-level-domains. They have just 149 .net domains, instead of returning an error code NXDOMAIN, (no such 159 different unlikely domains, just in case you picked a wierd one 168 domains is is 64.94.110.11. Various other, less prominent, 170 the addresses to block, at http://winware.org/bogus-domains.txt
|
/external/dnsmasq/contrib/openvpn/ |
README | 36 > search domains intact), but I'm hoping that I'm just missing some key
|
/frameworks/base/tests/CoreTests/android/core/ |
InetAddrTest.java | 28 * Tests InetAddr class by checking methods to resolve domains to IP addresses
|
/dalvik/libcore/security/src/test/java/tests/security/ |
AccessControllerTest.java | 153 "set in their protection domains.", 162 "set in their protection domains.",
|
/external/e2fsprogs/intl/ |
finddomain.c | 41 /* List of already loaded domains. */ 87 be one data set in the list of loaded 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
|
/hardware/ti/omap3/omx/system/src/openmax_il/common/inc/ |
OMX_TI_Debug.h | 63 defined for the common domains and levels. 67 - debug messages are maskable: only messages for domains marked, and that 126 * OMX Debug domains specify the system that the messages relate to 137 #define OMX_DBG_BASEMASK 0x33333333ul /* all domains at normal verbosity */ 283 * mask - debug print mask, only messages for domains marked, and that have
|
/packages/inputmethods/LatinIME/java/res/values/ |
strings.xml | 301 <!-- popular web domains for the locale - most popular, displayed on the keyboard --> 303 <!-- popular web domains for the locale - item 1, displayed in the popup --> 305 <!-- popular web domains for the locale - item 2, displayed in the popup --> 307 <!-- popular web domains for the locale - item 3, displayed in the popup --> 309 <!-- popular web domains for the locale - item 4, displayed in the popup -->
|