Home
last modified time | relevance | path

Searched refs:domain (Results 1 – 25 of 2121) sorted by relevance

12345678910>>...85

/external/guava/guava-tests/test/com/google/common/net/
DInternetDomainNameTest.java250 final InternetDomainName domain = InternetDomainName.from(name); in testPublicSuffix() local
251 assertTrue(name, domain.isPublicSuffix()); in testPublicSuffix()
252 assertTrue(name, domain.hasPublicSuffix()); in testPublicSuffix()
253 assertFalse(name, domain.isUnderPublicSuffix()); in testPublicSuffix()
254 assertFalse(name, domain.isTopPrivateDomain()); in testPublicSuffix()
255 assertEquals(domain, domain.publicSuffix()); in testPublicSuffix()
259 final InternetDomainName domain = InternetDomainName.from(name); in testPublicSuffix() local
260 assertFalse(name, domain.isPublicSuffix()); in testPublicSuffix()
261 assertFalse(name, domain.hasPublicSuffix()); in testPublicSuffix()
262 assertFalse(name, domain.isUnderPublicSuffix()); in testPublicSuffix()
[all …]
/external/guava/android/guava-tests/test/com/google/common/net/
DInternetDomainNameTest.java250 final InternetDomainName domain = InternetDomainName.from(name); in testPublicSuffix() local
251 assertTrue(name, domain.isPublicSuffix()); in testPublicSuffix()
252 assertTrue(name, domain.hasPublicSuffix()); in testPublicSuffix()
253 assertFalse(name, domain.isUnderPublicSuffix()); in testPublicSuffix()
254 assertFalse(name, domain.isTopPrivateDomain()); in testPublicSuffix()
255 assertEquals(domain, domain.publicSuffix()); in testPublicSuffix()
259 final InternetDomainName domain = InternetDomainName.from(name); in testPublicSuffix() local
260 assertFalse(name, domain.isPublicSuffix()); in testPublicSuffix()
261 assertFalse(name, domain.hasPublicSuffix()); in testPublicSuffix()
262 assertFalse(name, domain.isUnderPublicSuffix()); in testPublicSuffix()
[all …]
/external/fastrpc/src/
Dfastrpc_apps_user.c223 extern int listener_android_domain_init(int domain);
224 extern void listener_android_domain_deinit(int domain);
225 extern int initFileWatcher(int domain);
226 extern void deinitFileWatcher(int domain);
227 static int open_dev(int domain);
228 static void domain_deinit(int domain);
230 remote_handle64 get_adsp_current_process1_handle(int domain);
231 remote_handle64 get_adspmsgd_adsp1_handle(int domain);
575 static int get_domain_from_handle(remote_handle64 local, int *domain) { in get_domain_from_handle() argument
582 *domain = dom; in get_domain_from_handle()
[all …]
/external/e2fsprogs/intl/
Dloadmsgcat.c772 struct loaded_domain *domain, in _nl_init_domain_conv() argument
784 domain->codeset_cntr = in _nl_init_domain_conv()
787 domain->conv = (__gconv_t) -1; in _nl_init_domain_conv()
790 domain->conv = (iconv_t) -1; in _nl_init_domain_conv()
793 domain->conv_tab = NULL; in _nl_init_domain_conv()
848 if (__gconv_open (outcharset, charset, &domain->conv, in _nl_init_domain_conv()
851 domain->conv = (__gconv_t) -1; in _nl_init_domain_conv()
868 domain->conv = iconv_open (outcharset, charset); in _nl_init_domain_conv()
874 domain->conv = iconv_open (outcharset, charset); in _nl_init_domain_conv()
889 _nl_free_domain_conv (struct loaded_domain *domain) in _nl_free_domain_conv() argument
[all …]
Ddcigettext.c234 struct loaded_l10nfile *domain; member
309 static char *plural_lookup (struct loaded_l10nfile *domain,
434 struct loaded_l10nfile *domain; in DCIGETTEXT() local
494 retval = plural_lookup ((*foundp)->domain, n, (*foundp)->translation, in DCIGETTEXT()
617 domain = _nl_find_domain (dirname, single_locale, xdomainname, binding); in DCIGETTEXT()
619 if (domain != NULL) in DCIGETTEXT()
621 retval = _nl_find_msg (domain, binding, msgid1, &retlen); in DCIGETTEXT()
627 for (cnt = 0; domain->successor[cnt] != NULL; ++cnt) in DCIGETTEXT()
629 retval = _nl_find_msg (domain->successor[cnt], binding, in DCIGETTEXT()
634 domain = domain->successor[cnt]; in DCIGETTEXT()
[all …]
/external/apache-http/src/org/apache/http/impl/cookie/
DBasicDomainHandler.java79 String domain = cookie.getDomain(); in validate() local
80 if (domain == null) { in validate()
88 if (!host.endsWith(domain)) { in validate()
89 if (domain.startsWith(".")) { in validate()
90 domain = domain.substring(1, domain.length()); in validate()
92 if (!host.equals(domain)) { in validate()
94 "Illegal domain attribute \"" + domain in validate()
99 if (!host.equals(domain)) { in validate()
101 "Illegal domain attribute \"" + domain in validate()
115 String domain = cookie.getDomain(); in match() local
[all …]
DRFC2109DomainHandler.java76 String domain = cookie.getDomain(); in validate() local
77 if (domain == null) { in validate()
80 if (!domain.equals(host)) { in validate()
81 int dotIndex = domain.indexOf('.'); in validate()
84 + domain in validate()
89 if (!domain.startsWith(".")) { in validate()
91 + domain in validate()
95 dotIndex = domain.indexOf('.', 1); in validate()
96 if (dotIndex < 0 || dotIndex == domain.length() - 1) { in validate()
98 + domain in validate()
[all …]
/external/llvm-project/polly/lib/External/isl/
Disl_multi_intersect.c17 __isl_keep MULTI(BASE) *multi, __isl_keep DOM *domain) in FN()
22 domain_space = FN(DOM,get_space)(domain); in FN()
35 __isl_keep MULTI(BASE) *multi, __isl_keep DOM *domain) in FN()
39 ok = FN(MULTI(BASE),compatible_domain)(multi, domain); in FN()
43 isl_die(FN(DOM,get_ctx)(domain), isl_error_invalid, in FN()
60 __isl_take MULTI(BASE) *multi, __isl_take DOM *domain) in MULTI()
65 if (FN(MULTI(BASE),check_compatible_domain)(multi, domain) < 0) in MULTI()
74 domain = FN(DOM,intersect)(multi_dom, domain); in MULTI()
79 domain = FN(DOM,intersect_params)(domain, params); in MULTI()
81 multi = FN(MULTI(BASE),set_explicit_domain)(multi, domain); in MULTI()
[all …]
Disl_ast_codegen.c221 isl_set *domain; in generate_domain() local
225 domain = isl_ast_build_get_domain(data->build); in generate_domain()
226 domain = isl_set_from_basic_set(isl_set_simple_hull(domain)); in generate_domain()
227 executed = isl_map_intersect_domain(executed, domain); in generate_domain()
481 static __isl_give isl_pw_aff *exact_bound(__isl_keep isl_set *domain, in exact_bound() argument
489 domain = isl_set_copy(domain); in exact_bound()
492 domain = isl_set_intersect(domain, stride); in exact_bound()
494 it_map = isl_ast_build_map_to_iterator(build, domain); in exact_bound()
534 isl_set *domain; in remove_redundant_lower_bounds() local
544 domain = isl_ast_build_get_domain(build); in remove_redundant_lower_bounds()
[all …]
/external/curl/tests/data/
Dtest3119 Set-Cookie: foobar=name; domain=anything.com; path=/ ; secure
20 Set-Cookie:ismatch=this ; domain=127.0.0.1; path=/silly/
21 Set-Cookie: overwrite=this ; domain=127.0.0.1; path=/overwrite/
22 Set-Cookie: overwrite=this2 ; domain=127.0.0.1; path=/overwrite
23 Set-Cookie: sec1value=secure1 ; domain=127.0.0.1; path=/secure1/ ; secure
24 Set-Cookie: sec2value=secure2 ; domain=127.0.0.1; path=/secure2/ ; secure=
25 Set-Cookie: sec3value=secure3 ; domain=127.0.0.1; path=/secure3/ ; secure=
26 Set-Cookie: sec4value=secure4 ; secure=; domain=127.0.0.1; path=/secure4/ ;
27 Set-Cookie: sec5value=secure5 ; secure; domain=127.0.0.1; path=/secure5/ ;
28 Set-Cookie: sec6value=secure6 ; secure ; domain=127.0.0.1; path=/secure6/ ;
[all …]
/external/libbrillo/brillo/errors/
Derror.cc17 const std::string& domain, in LogError() argument
29 << "Domain=" << domain << ", Code=" << code << ", Message=" << message; in LogError()
34 const std::string& domain, in Create() argument
37 return Create(location, domain, code, message, ErrorPtr()); in Create()
41 const std::string& domain, in Create() argument
45 LogError(location, domain, code, message); in Create()
47 new Error(location, domain, code, message, std::move(inner_error))); in Create()
52 const std::string& domain, in AddTo() argument
56 *error = Create(location, domain, code, message, std::move(*error)); in AddTo()
60 LogError(location, domain, code, message); in AddTo()
[all …]
/external/llvm-project/openmp/runtime/src/thirdparty/ittnotify/
Dittnotify_static.h44 …nter, counter_createA, (const char *name, const char *domain), (ITT_FORMAT name, domain), co…
45 …nter, counter_createW, (const wchar_t *name, const wchar_t *domain), (ITT_FORMAT name, domain), co…
47 …nter, counter_create, (const char *name, const char *domain), (ITT_FORMAT name, domain), co…
51 …e_typedA, (const char *name, const char *domain, __itt_metadata_type type), (ITT_FORMAT name…
52 …e_typedW, (const wchar_t *name, const wchar_t *domain, __itt_metadata_type type), (ITT_FORMAT name…
54 …e_typed, (const char *name, const char *domain, __itt_metadata_type type), (ITT_FORMAT name…
146 …heap_function_createA, (const char *name, const char *domain), (ITT_FORMAT name, domain), he…
147 …heap_function_createW, (const wchar_t *name, const wchar_t *domain), (ITT_FORMAT name, domain), he…
149 …heap_function_create, (const char *name, const char *domain), (ITT_FORMAT name, domain), he…
165 ITT_STUBV(ITTAPI, void, id_create, (const __itt_domain *domain, __itt_id id), (ITT_FORMAT domain, …
[all …]
/external/pigweed/pw_tokenizer/public/pw_tokenizer/
Dtokenize.h68 #define PW_TOKENIZE_STRING_DOMAIN(domain, string_literal) \ argument
69 PW_TOKENIZE_STRING_MASK(domain, UINT32_MAX, string_literal)
72 #define PW_TOKENIZE_STRING_MASK(domain, mask, string_literal) \ argument
79 _PW_TOKENIZER_MASK_TOKEN(mask, string_literal), domain, string_literal)
113 domain, buffer, buffer_size_pointer, format, ...) \ argument
115 domain, UINT32_MAX, buffer, buffer_size_pointer, format, __VA_ARGS__)
119 domain, mask, buffer, buffer_size_pointer, format, ...) \ argument
121 PW_TOKENIZE_FORMAT_STRING(domain, mask, format, __VA_ARGS__); \
162 #define PW_TOKENIZE_TO_CALLBACK_DOMAIN(domain, callback, format, ...) \ argument
164 domain, UINT32_MAX, callback, format, __VA_ARGS__)
[all …]
/external/guava/android/guava/src/com/google/common/collect/
DRegularContiguousSet.java38 RegularContiguousSet(Range<C> range, DiscreteDomain<C> domain) { in RegularContiguousSet() argument
39 super(domain); in RegularContiguousSet()
45 ? ContiguousSet.create(range.intersection(other), domain) in intersectionInCurrentDomain()
46 : new EmptyContiguousSet<C>(domain); in intersectionInCurrentDomain()
59 return new EmptyContiguousSet<C>(domain); in subSetImpl()
75 return contains(target) ? (int) domain.distance(first(), (C) target) : -1; in indexOf()
85 return equalsOrThrow(previous, last) ? null : domain.next(previous); in iterator()
98 return equalsOrThrow(previous, first) ? null : domain.previous(previous); in descendingIterator()
114 return range.lowerBound.leastValueAbove(domain);
119 return range.upperBound.greatestValueBelow(domain);
[all …]
DCut.java48 abstract Cut<C> withLowerBoundType(BoundType boundType, DiscreteDomain<C> domain); in withLowerBoundType() argument
50 abstract Cut<C> withUpperBoundType(BoundType boundType, DiscreteDomain<C> domain); in withUpperBoundType() argument
56 abstract C leastValueAbove(DiscreteDomain<C> domain); in leastValueAbove() argument
58 abstract C greatestValueBelow(DiscreteDomain<C> domain); in greatestValueBelow() argument
64 Cut<C> canonical(DiscreteDomain<C> domain) { in canonical() argument
148 BoundType boundType, DiscreteDomain<Comparable<?>> domain) { in withLowerBoundType() argument
154 BoundType boundType, DiscreteDomain<Comparable<?>> domain) { in withUpperBoundType() argument
169 Comparable<?> leastValueAbove(DiscreteDomain<Comparable<?>> domain) { in leastValueAbove() argument
170 return domain.minValue(); in leastValueAbove()
174 Comparable<?> greatestValueBelow(DiscreteDomain<Comparable<?>> domain) { in greatestValueBelow() argument
[all …]
/external/guava/guava/src/com/google/common/collect/
DRegularContiguousSet.java38 RegularContiguousSet(Range<C> range, DiscreteDomain<C> domain) { in RegularContiguousSet() argument
39 super(domain); in RegularContiguousSet()
45 ? ContiguousSet.create(range.intersection(other), domain) in intersectionInCurrentDomain()
46 : new EmptyContiguousSet<C>(domain); in intersectionInCurrentDomain()
59 return new EmptyContiguousSet<C>(domain); in subSetImpl()
75 return contains(target) ? (int) domain.distance(first(), (C) target) : -1; in indexOf()
85 return equalsOrThrow(previous, last) ? null : domain.next(previous); in iterator()
98 return equalsOrThrow(previous, first) ? null : domain.previous(previous); in descendingIterator()
114 return range.lowerBound.leastValueAbove(domain);
119 return range.upperBound.greatestValueBelow(domain);
[all …]
DCut.java48 abstract Cut<C> withLowerBoundType(BoundType boundType, DiscreteDomain<C> domain); in withLowerBoundType() argument
50 abstract Cut<C> withUpperBoundType(BoundType boundType, DiscreteDomain<C> domain); in withUpperBoundType() argument
56 abstract C leastValueAbove(DiscreteDomain<C> domain); in leastValueAbove() argument
58 abstract C greatestValueBelow(DiscreteDomain<C> domain); in greatestValueBelow() argument
64 Cut<C> canonical(DiscreteDomain<C> domain) { in canonical() argument
148 BoundType boundType, DiscreteDomain<Comparable<?>> domain) { in withLowerBoundType() argument
154 BoundType boundType, DiscreteDomain<Comparable<?>> domain) { in withUpperBoundType() argument
169 Comparable<?> leastValueAbove(DiscreteDomain<Comparable<?>> domain) { in leastValueAbove() argument
170 return domain.minValue(); in leastValueAbove()
174 Comparable<?> greatestValueBelow(DiscreteDomain<Comparable<?>> domain) { in greatestValueBelow() argument
[all …]
/external/openscreen/discovery/dnssd/impl/
Dconversion_layer.cc25 const std::string& domain, in AddServiceInfoToLabels() argument
30 std::vector<std::string> domain_labels = absl::StrSplit(domain, '.'); in AddServiceInfoToLabels()
35 const std::string& domain) { in GetPtrDomainName() argument
37 AddServiceInfoToLabels(service, domain, &labels); in GetPtrDomainName()
43 const std::string& domain) { in GetInstanceDomainName() argument
46 AddServiceInfoToLabels(service, domain, &labels); in GetInstanceDomainName()
56 const DomainName& domain) { in CreatePtrRecord() argument
57 PtrRecordRdata data(domain); in CreatePtrRecord()
65 const DomainName& domain) { in CreateSrvRecord() argument
67 SrvRecordRdata data(0, 0, port, domain); in CreateSrvRecord()
[all …]
/external/llvm-project/polly/lib/External/ppcg/
Dgrouping.c43 isl_union_set *domain; member
53 isl_union_set_free(grouping->domain); in ppcg_grouping_clear()
88 isl_union_set *domain; member
103 isl_union_set_free(leaves[i].domain); in ppcg_grouping_leaf_free()
141 isl_union_set *domain; in extract_leaves() local
145 domain = isl_schedule_node_get_domain(child); in extract_leaves()
146 leaves[i].domain = isl_union_set_copy(domain); in extract_leaves()
147 leaves[i].list = isl_union_set_list_from_union_set(domain); in extract_leaves()
180 set1 = isl_union_set_extract_set(src->domain, space); in covers_src_and_dst()
189 set1 = isl_union_set_extract_set(dst->domain, space); in covers_src_and_dst()
[all …]
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_domain_map.cc67 auto domain = absl::make_unique<DomainMetadata::Domain>(); in TryProcessEmptyDomain() local
68 domain->enter_domains.insert(operand); in TryProcessEmptyDomain()
69 domain->exit_domains.insert(instruction); in TryProcessEmptyDomain()
70 TF_RETURN_IF_ERROR(InsertDomain(std::move(domain))); in TryProcessEmptyDomain()
74 auto domain = absl::make_unique<DomainMetadata::Domain>(); in TryProcessEmptyDomain() local
75 domain->enter_domains.insert(instruction); in TryProcessEmptyDomain()
76 TF_RETURN_IF_ERROR(InsertDomain(std::move(domain))); in TryProcessEmptyDomain()
99 TF_ASSIGN_OR_RETURN(std::unique_ptr<DomainMetadata::Domain> domain, in Populate()
101 TF_RETURN_IF_ERROR(InsertDomain(std::move(domain))); in Populate()
116 for (auto& domain : instruction_domains_) { in PopulateDomainMetadataMap() local
[all …]
/external/apache-http/src/org/apache/http/auth/
DNTUserPrincipal.java52 private final String domain; field in NTUserPrincipal
56 final String domain, in NTUserPrincipal() argument
63 if (domain != null) { in NTUserPrincipal()
64 this.domain = domain.toUpperCase(Locale.ENGLISH); in NTUserPrincipal()
66 this.domain = null; in NTUserPrincipal()
68 if (this.domain != null && this.domain.length() > 0) { in NTUserPrincipal()
70 buffer.append(this.domain); in NTUserPrincipal()
84 return this.domain; in getDomain()
95 hash = LangUtils.hashCode(hash, this.domain); in hashCode()
106 && LangUtils.equals(this.domain, that.domain)) { in equals()
/external/libchrome/components/policy/core/common/
Dpolicy_namespace.cc13 PolicyNamespace::PolicyNamespace(PolicyDomain domain, in PolicyNamespace() argument
15 : domain(domain), in PolicyNamespace()
19 : domain(other.domain), in PolicyNamespace()
25 domain = other.domain; in operator =()
31 return std::tie(domain, component_id) < in operator <()
32 std::tie(other.domain, other.component_id); in operator <()
36 return domain == other.domain && component_id == other.component_id; in operator ==()
Dpolicy_service_impl.cc78 for (int domain = 0; domain < POLICY_DOMAIN_SIZE; ++domain) in PolicyServiceImpl() local
79 initialization_complete_[domain] = true; in PolicyServiceImpl()
82 for (int domain = 0; domain < POLICY_DOMAIN_SIZE; ++domain) { in PolicyServiceImpl() local
83 initialization_complete_[domain] &= in PolicyServiceImpl()
84 provider->IsInitializationComplete(static_cast<PolicyDomain>(domain)); in PolicyServiceImpl()
98 void PolicyServiceImpl::AddObserver(PolicyDomain domain, in AddObserver() argument
101 std::unique_ptr<Observers>& list = observers_[domain]; in AddObserver()
107 void PolicyServiceImpl::RemoveObserver(PolicyDomain domain, in RemoveObserver() argument
110 auto it = observers_.find(domain); in RemoveObserver()
127 bool PolicyServiceImpl::IsInitializationComplete(PolicyDomain domain) const { in IsInitializationComplete()
[all …]
/external/mdnsresponder/mDNSPosix/
Dnss_mdns.conf4 domain local
5 domain 254.169.in-addr.arpa
6 domain 8.e.f.ip6.int
7 domain 9.e.f.ip6.int
8 domain a.e.f.ip6.int
9 domain b.e.f.ip6.int
10 domain 8.e.f.ip6.arpa
11 domain 9.e.f.ip6.arpa
12 domain a.e.f.ip6.arpa
13 domain b.e.f.ip6.arpa
/external/selinux/mcstrans/src/
Dmcstrans.c103 typedef struct domain { struct
113 struct domain *next; argument
361 destroy_domain(domain_t *domain) { in destroy_domain() argument
366 for (ptr = domain->trans_to_raw[i]; ptr;) { in destroy_domain()
372 domain->trans_to_raw[i] = NULL; in destroy_domain()
376 for (ptr = domain->raw_to_trans[i]; ptr;) { in destroy_domain()
385 domain->raw_to_trans[i] = NULL; in destroy_domain()
387 while (domain->base_classifications) { in destroy_domain()
388 base_classification_t *next = domain->base_classifications->next; in destroy_domain()
389 free(domain->base_classifications->trans); in destroy_domain()
[all …]

12345678910>>...85