/libcore/ojluni/src/main/java/java/security/ |
PolicySpi.java | 50 * @param domain the ProtectionDomain to check. 53 * specified domain. 55 * @return boolean true if the permission is granted to the domain. 58 (ProtectionDomain domain, Permission permission); 104 * @param domain the ProtectionDomain to which the returned 115 (ProtectionDomain domain) {
|
/prebuilts/go/darwin-x86/src/net/testdata/ |
resolv.conf | 3 domain localdomain
|
/prebuilts/go/linux-x86/src/net/testdata/ |
resolv.conf | 3 domain localdomain
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/cloudsearch2/ |
test_connection.py | 5 from boto.cloudsearch2.domain import Domain 32 "ARN": "arn:aws:cs:us-east-1:1234567890:domain/demo", 59 domain = Domain(self, api_response['CreateDomainResponse'] 64 domain.doc_service_endpoint, 66 self.assertEqual(domain.service_arn, 67 "arn:aws:cs:us-east-1:1234567890:domain/demo") 69 domain.search_service_endpoint, 73 """Check that domain statuses are correctly returned from AWS"" [all...] |
/external/apache-http/src/org/apache/http/impl/cookie/ |
RFC2965DomainAttributeHandler.java | 44 * <tt>"Domain"</tt> cookie attribute handler for RFC 2965 cookie spec. 62 * Parse cookie domain attribute. 64 public void parse(final SetCookie cookie, String domain) 69 if (domain == null) { 71 "Missing value for domain attribute"); 73 if (domain.trim().length() == 0) { 75 "Blank value for domain attribute"); 77 domain = domain.toLowerCase(Locale.ENGLISH); 78 if (!domain.startsWith(".")) [all...] |
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/cloudsearch/ |
test_connection.py | 5 from boto.cloudsearch.domain import Domain 56 domain = Domain(self, api_response) 58 self.assertEqual(domain.doc_service_arn, 61 domain.doc_service_endpoint, 63 self.assertEqual(domain.search_service_arn, 66 domain.search_service_endpoint, 70 """Check that domain statuses are correctly returned from AWS""" 73 domain = Domain(self, api_response [all...] |
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ |
ContiguousSet.java | 41 * Returns a {@code ContiguousSet} containing the same values in the given domain 44 * @throws IllegalArgumentException if neither range nor the domain has a lower bound, or if 50 Range<C> range, DiscreteDomain<C> domain) { 52 checkNotNull(domain); 56 effectiveRange = effectiveRange.intersection(Range.atLeast(domain.minValue())); 59 effectiveRange = effectiveRange.intersection(Range.atMost(domain.maxValue())); 68 range.lowerBound.leastValueAbove(domain), 69 range.upperBound.greatestValueBelow(domain)) > 0; 72 ? new EmptyContiguousSet<C>(domain) 73 : new RegularContiguousSet<C>(effectiveRange, domain); 76 final DiscreteDomain<C> domain; field in class:ContiguousSet [all...] |
RegularContiguousSet.java | 37 RegularContiguousSet(Range<C> range, DiscreteDomain<C> domain) { 38 super(domain); 44 ? ContiguousSet.create(range.intersection(other), domain) 45 : new EmptyContiguousSet<C>(domain); 56 return new EmptyContiguousSet<C>(domain); 73 return equalsOrThrow(previous, last) ? null : domain.next(previous); 87 return range.lowerBound.leastValueAbove(domain); 91 return range.upperBound.greatestValueBelow(domain); 95 long distance = domain.distance(first(), last()); 120 checkArgument(this.domain.equals(other.domain)) [all...] |
/external/guava/guava/src/com/google/common/collect/ |
Cut.java | 49 abstract Cut<C> withLowerBoundType(BoundType boundType, DiscreteDomain<C> domain); 50 abstract Cut<C> withUpperBoundType(BoundType boundType, DiscreteDomain<C> domain); 55 abstract C leastValueAbove(DiscreteDomain<C> domain); 56 abstract C greatestValueBelow(DiscreteDomain<C> domain); 62 Cut<C> canonical(DiscreteDomain<C> domain) { 132 DiscreteDomain<Comparable<?>> domain) { 136 DiscreteDomain<Comparable<?>> domain) { 146 DiscreteDomain<Comparable<?>> domain) { 147 return domain.minValue(); 150 DiscreteDomain<Comparable<?>> domain) { [all...] |
RegularContiguousSet.java | 39 RegularContiguousSet(Range<C> range, DiscreteDomain<C> domain) { 40 super(domain); 46 ? ContiguousSet.create(range.intersection(other), domain) 47 : new EmptyContiguousSet<C>(domain); 58 return new EmptyContiguousSet<C>(domain); 71 return contains(target) ? (int) domain.distance(first(), (C) target) : -1; 80 return equalsOrThrow(previous, last) ? null : domain.next(previous); 92 return equalsOrThrow(previous, first) ? null : domain.previous(previous); 106 return range.lowerBound.leastValueAbove(domain); 110 return range.upperBound.greatestValueBelow(domain); [all...] |
/external/e2fsprogs/intl/ |
loadmsgcat.c | 772 struct loaded_domain *domain, 784 domain->codeset_cntr = 787 domain->conv = (__gconv_t) -1; 790 domain->conv = (iconv_t) -1; 793 domain->conv_tab = NULL; 848 if (__gconv_open (outcharset, charset, &domain->conv, 851 domain->conv = (__gconv_t) -1; 868 domain->conv = iconv_open (outcharset, charset); 874 domain->conv = iconv_open (outcharset, charset); 889 _nl_free_domain_conv (struct loaded_domain *domain) 921 struct loaded_domain *domain; local [all...] |
/external/selinux/libsepol/tests/policies/test-deps/ |
module.conf | 6 attribute domain; 12 type new_t, domain;
|
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/address/ |
NamedMailbox.java | 33 public NamedMailbox(String name, String localPart, String domain) { 34 super(localPart, domain); 41 public NamedMailbox(String name, DomainList route, String localPart, String domain) { 42 super(route, localPart, domain);
|
/packages/services/Telephony/src/org/apache/james/mime4j/field/address/ |
NamedMailbox.java | 33 public NamedMailbox(String name, String localPart, String domain) { 34 super(localPart, domain); 41 public NamedMailbox(String name, DomainList route, String localPart, String domain) { 42 super(route, localPart, domain);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/include/cloog/ |
domain.h | 5 ** domain.h ** 58 CloogDomain *domain; /**< An element of the list. */ member in struct:cloogdomainlist 85 CloogDomain * cloog_domain_simple_convex(CloogDomain * domain); 100 void cloog_domain_print_structure(FILE *file, CloogDomain *domain, int level, 116 CloogScattering *cloog_domain_read_scattering(CloogDomain *domain, FILE *foo); 138 int cloog_domain_can_stride(CloogDomain *domain, int level); 139 int cloog_domain_is_otl(CloogDomain *domain, int level); 140 CloogDomain * cloog_domain_stride_lower_bound(CloogDomain *domain, int level, 142 CloogDomain * cloog_domain_add_stride_constraint(CloogDomain *domain, 144 int cloog_domain_can_unroll(CloogDomain *domain, int level [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/include/cloog/ |
domain.h | 5 ** domain.h ** 58 CloogDomain *domain; /**< An element of the list. */ member in struct:cloogdomainlist 85 CloogDomain * cloog_domain_simple_convex(CloogDomain * domain); 100 void cloog_domain_print_structure(FILE *file, CloogDomain *domain, int level, 116 CloogScattering *cloog_domain_read_scattering(CloogDomain *domain, FILE *foo); 138 int cloog_domain_can_stride(CloogDomain *domain, int level); 139 int cloog_domain_is_otl(CloogDomain *domain, int level); 140 CloogDomain * cloog_domain_stride_lower_bound(CloogDomain *domain, int level, 142 CloogDomain * cloog_domain_add_stride_constraint(CloogDomain *domain, 144 int cloog_domain_can_unroll(CloogDomain *domain, int level [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
intl.h | 36 # define textdomain(domain) (domain) 38 # define bindtextdomain(domain, directory) (domain)
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/ppc/ |
range64.l | 2 .*:3: Error: operand out of domain \(-1 is not a multiple of 4\) 3 .*:4: Error: operand out of domain \(2 is not a multiple of 4\)
|
/toolchain/binutils/binutils-2.25/intl/ |
loadmsgcat.c | 765 _nl_init_domain_conv (domain_file, domain, domainbinding) 767 struct loaded_domain *domain; 779 domain->codeset_cntr = 782 domain->conv = (__gconv_t) -1; 785 domain->conv = (iconv_t) -1; 788 domain->conv_tab = NULL; 843 if (__gconv_open (outcharset, charset, &domain->conv, 846 domain->conv = (__gconv_t) -1; 863 domain->conv = iconv_open (outcharset, charset); 869 domain->conv = iconv_open (outcharset, charset) 918 struct loaded_domain *domain; local [all...] |
/external/autotest/client/cros/ |
power_rapl.py | 27 # TODO(tbroch): dram domain only for server class CPU's 42 error.TestFail: If domain is invalid. 47 for domain in set(domains): 48 rapl_list.append(Rapl(domain)) 56 domain: string, name of power rail domain. 98 def __init__(self, domain): 102 domain: string, name of power rail domain 105 error.TestError: If domain is invali 168 def domain(self): member in class:Rapl [all...] |
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/swf/ |
layer1.py | 149 def poll_for_activity_task(self, domain, task_list, identity=None): 162 :type domain: string 163 :param domain: The name of the domain that contains the task 178 'domain': domain, 275 def poll_for_decision_task(self, domain, task_list, identity=None, 287 :type domain: string 288 :param domain: The name of the domain containing the tas [all...] |
/external/wpa_supplicant_8/wpa_supplicant/examples/ |
udhcpd-p2p.conf | 88 option domain atherosowl.com 103 #opt domain
|
/external/libbrillo/brillo/errors/ |
error.h | 27 const std::string& domain, 31 const std::string& domain, 40 const std::string& domain, 47 const std::string& domain, 55 // Returns the error domain, code and message 66 // error domain. 67 bool HasDomain(const std::string& domain) const; 70 // specified error domain and code. 71 bool HasError(const std::string& domain, const std::string& code) const; 80 // Finds an error object of particular domain in the error chain stating a [all...] |
/external/avahi/avahi-sharp/ |
DomainBrowser.cs | 28 IntPtr domain, LookupResultFlags flags, IntPtr userdata); 42 public string Domain; 48 private DomainInfo domain; field in class:Avahi.DomainInfoArgs 50 public DomainInfo Domain 52 get { return domain; } 55 public DomainInfoArgs (DomainInfo domain) 57 this.domain = domain; 70 private string domain; field in class:Avahi.DomainBrowser 80 byte[] domain, int btype, LookupFlags flags [all...] |
/external/skia/src/gpu/effects/ |
GrBicubicEffect.h | 30 const GrTextureDomain& domain() const { return fDomain; } function in class:GrBicubicEffect 33 * Create a simple filter effect with custom bicubic coefficients and optional domain. 36 const SkRect* domain = nullptr) { 37 if (nullptr == domain) { 44 GrCoordTransform::MakeDivByTextureWHMatrix(tex), *domain); 67 * Create a Mitchell filter effect with a texture matrix and a domain. 70 const SkRect& domain) { 71 return new GrBicubicEffect(tex, gMitchellCoefficients, matrix, domain); 88 const SkRect& domain);
|