Home
last modified time | relevance | path

Searched defs:domain (Results 1 – 25 of 330) sorted by relevance

12345678910>>...14

/external/guava/guava/src/com/google/common/collect/
DCut.java49 abstract Cut<C> withLowerBoundType(BoundType boundType, DiscreteDomain<C> domain); in withLowerBoundType()
50 abstract Cut<C> withUpperBoundType(BoundType boundType, DiscreteDomain<C> domain); in withUpperBoundType()
55 abstract C leastValueAbove(DiscreteDomain<C> domain); in leastValueAbove()
56 abstract C greatestValueBelow(DiscreteDomain<C> domain); in greatestValueBelow()
62 Cut<C> canonical(DiscreteDomain<C> domain) { in canonical()
132 DiscreteDomain<Comparable<?>> domain) { in withLowerBoundType()
136 DiscreteDomain<Comparable<?>> domain) { in withUpperBoundType()
146 DiscreteDomain<Comparable<?>> domain) { in leastValueAbove()
150 DiscreteDomain<Comparable<?>> domain) { in greatestValueBelow()
154 DiscreteDomain<Comparable<?>> domain) { in canonical()
[all …]
DEmptyContiguousSet.java33 EmptyContiguousSet(DiscreteDomain<C> domain) { in EmptyContiguousSet()
118 private final DiscreteDomain<C> domain; field in EmptyContiguousSet.SerializedForm
120 private SerializedForm(DiscreteDomain<C> domain) { in SerializedForm()
/external/guava/guava-gwt/test-super/com/google/common/net/super/com/google/common/net/
DInternetDomainNameTest.java213 final InternetDomainName domain = InternetDomainName.from(name); in testPublicSuffix() local
222 final InternetDomainName domain = InternetDomainName.from(name); in testPublicSuffix() local
231 final InternetDomainName domain = InternetDomainName.from(name); in testPublicSuffix() local
240 final InternetDomainName domain = InternetDomainName.from(name); in testUnderPublicSuffix() local
249 final InternetDomainName domain = InternetDomainName.from(name); in testTopPrivateDomain() local
260 final InternetDomainName domain = InternetDomainName.from(name); in testUnderPrivateDomain() local
287 InternetDomainName domain = InternetDomainName.from("foo.com"); in testChild() local
348 InternetDomainName domain = InternetDomainName.from(inputName); in testToString() local
368 InternetDomainName domain = InternetDomainName.from("foo.teledata.mz"); in testExclusion() local
380 InternetDomainName domain = InternetDomainName.from("www.essex.sch.uk"); in testMultipleUnders() local
[all …]
/external/guava/guava-tests/test/com/google/common/net/
DInternetDomainNameTest.java215 final InternetDomainName domain = InternetDomainName.from(name); in testPublicSuffix() local
224 final InternetDomainName domain = InternetDomainName.from(name); in testPublicSuffix() local
233 final InternetDomainName domain = InternetDomainName.from(name); in testPublicSuffix() local
242 final InternetDomainName domain = InternetDomainName.from(name); in testUnderPublicSuffix() local
251 final InternetDomainName domain = InternetDomainName.from(name); in testTopPrivateDomain() local
262 final InternetDomainName domain = InternetDomainName.from(name); in testUnderPrivateDomain() local
289 InternetDomainName domain = InternetDomainName.from("foo.com"); in testChild() local
350 InternetDomainName domain = InternetDomainName.from(inputName); in testToString() local
370 InternetDomainName domain = InternetDomainName.from("foo.teledata.mz"); in testExclusion() local
382 InternetDomainName domain = InternetDomainName.from("www.essex.sch.uk"); in testMultipleUnders() local
[all …]
/external/libbrillo/brillo/errors/
Derror.cc15 const std::string& domain, in LogError()
30 const std::string& domain, in Create()
37 const std::string& domain, in Create()
48 const std::string& domain, in AddTo()
62 const std::string& domain, in AddToPrintf()
83 bool Error::HasError(const std::string& domain, const std::string& code) const { in HasError() argument
95 const std::string& domain, in Error()
107 const std::string& domain, in Error()
119 const std::string& domain) { in FindErrorOfDomain()
129 const std::string& domain, in FindError()
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/swf/
Dlayer1.py149 def poll_for_activity_task(self, domain, task_list, identity=None): argument
275 def poll_for_decision_task(self, domain, task_list, identity=None, argument
357 def request_cancel_workflow_execution(self, domain, workflow_id, argument
386 def start_workflow_execution(self, domain, workflow_id, argument
481 def signal_workflow_execution(self, domain, signal_name, workflow_id, argument
519 def terminate_workflow_execution(self, domain, workflow_id, argument
582 def register_activity_type(self, domain, name, version, task_list=None, argument
661 def deprecate_activity_type(self, domain, activity_name, activity_version): argument
688 def register_workflow_type(self, domain, name, version, argument
769 def deprecate_workflow_type(self, domain, workflow_name, workflow_version): argument
[all …]
/external/skia/src/gpu/effects/
DGrTextureDomain.cpp19 GrTextureDomain::GrTextureDomain(const SkRect& domain, Mode mode, int index) in GrTextureDomain()
92 const char* domain = fDomainName.c_str(); in sampleTexture() local
193 const GrTextureDomain& domain = textureDomainEffect.textureDomain(); in emitCode() local
210 const GrTextureDomain& domain = textureDomainEffect.textureDomain(); in onSetData() local
216 const GrTextureDomain& domain = processor.cast<GrTextureDomainEffect>().textureDomain(); in GenKey() local
225 const SkRect& domain, in Create()
240 const SkRect& domain, in GrTextureDomainEffect()
286 SkRect domain; in TestCreate() local
/external/avahi/avahi-python/avahi-discover/
Davahi-discover.py60 def __init__(self, path="avahi-discover.ui", root="main_window", domain=None, **kwargs): argument
100 …def service_resolved(self, interface, protocol, name, stype, domain, host, aprotocol, address, por… argument
120 def new_service(self, interface, protocol, name, stype, domain, flags): argument
137 def remove_service(self, interface, protocol, name, stype, domain, flags): argument
160 def new_service_type(self, interface, protocol, stype, domain, flags): argument
175 def browse_domain(self, interface, protocol, domain): argument
198 def new_domain(self,interface, protocol, domain, flags): argument
219 …def update_label(self,interface, protocol, name, stype, domain, host, aprotocol, address, port, tx… argument
237 content, name, interface,protocol,stype,domain): argument
/external/avahi/avahi-sharp/
DDomainBrowser.cs28IntPtr domain, LookupResultFlags flags, IntPtr userdata); in DomainBrowserCallback()
48 private DomainInfo domain; field in Avahi.DomainInfoArgs
55 public DomainInfoArgs (DomainInfo domain) in DomainInfoArgs()
70 private string domain; field in Avahi.DomainBrowser
80byte[] domain, int btype, LookupFlags flags, in avahi_domain_browser_new()
120 public DomainBrowser (Client client, int iface, Protocol proto, string domain, in DomainBrowser()
170IntPtr domain, LookupResultFlags flags, IntPtr userdata) in OnDomainBrowserCallback()
DEntryGroup.cs93byte[] domain, byte[] host, UInt16 port, in avahi_entry_group_add_service_strlst()
99 … byte[] type, byte[] domain, IntPtr strlst); in avahi_entry_group_update_service_strlst()
104byte[] domain, byte[] subtype); in avahi_entry_group_add_service_subtype()
194 public void AddService (string name, string type, string domain, in AddService()
200 public void AddService (PublishFlags flags, string name, string type, string domain, in AddService()
206 …AddService (int iface, Protocol proto, PublishFlags flags, string name, string type, string domain, in AddService()
220 …AddService (int iface, Protocol proto, PublishFlags flags, string name, string type, string domain, in AddService()
235 string domain, string host, UInt16 port, IntPtr list) in AddService()
254 public void UpdateService (string name, string type, string domain, params string[] txt) in UpdateService()
260 string domain, params string[] txt) in UpdateService()
[all …]
DServiceTypeBrowser.cs28 … IntPtr type, IntPtr domain, LookupResultFlags flags, in ServiceTypeBrowserCallback()
64 private string domain; field in Avahi.ServiceTypeBrowser
73byte[] domain, LookupFlags flags, in avahi_service_type_browser_new()
113 … public ServiceTypeBrowser (Client client, string domain) : this (client, -1, Protocol.Unspecified, in ServiceTypeBrowser()
118 …public ServiceTypeBrowser (Client client, int iface, Protocol proto, string domain, LookupFlags fl… in ServiceTypeBrowser()
167 … IntPtr type, IntPtr domain, LookupResultFlags flags, in OnServiceTypeBrowserCallback()
DServiceResolver.cs32 IntPtr domain, IntPtr host, IntPtr address, in ServiceResolverCallback()
45 private string domain; field in Avahi.ServiceResolver
55 … byte[] name, byte[] type, byte[] domain, in avahi_service_resolver_new()
101 …public ServiceResolver (Client client, string name, string type, string domain) : this (client, -1, in ServiceResolver()
118 string type, string domain, Protocol aproto, LookupFlags flags) in ServiceResolver()
171 IntPtr domain, IntPtr host, IntPtr address, in OnServiceResolverCallback()
DServiceBrowser.cs29 … IntPtr name, IntPtr type, IntPtr domain, LookupResultFlags flags, in ServiceBrowserCallback()
72 private string domain; field in Avahi.ServiceBrowser
82 byte[] domain, LookupFlags flags, in avahi_service_browser_new()
122 …public ServiceBrowser (Client client, string type, string domain) : this (client, -1, Protocol.Uns… in ServiceBrowser()
127 …public ServiceBrowser (Client client, int iface, Protocol proto, string type, string domain, Looku… in ServiceBrowser()
177 … IntPtr name, IntPtr type, IntPtr domain, LookupResultFlags flags, in OnServiceBrowserCallback()
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/sdb/
Dqueryresultset.py23 def query_lister(domain, query='', max_items=None, attr_names=None): argument
41 def __init__(self, domain=None, query='', max_items=None, attr_names=None): argument
50 def select_lister(domain, query='', max_items=None): argument
67 def __init__(self, domain=None, query='', max_items=None, argument
/external/apache-http/src/org/apache/http/impl/cookie/
DNetscapeDomainHandler.java58 String domain = cookie.getDomain(); in validate() local
85 private static boolean isSpecialDomain(final String domain) { in isSpecialDomain()
105 String domain = cookie.getDomain(); in match() local
DBasicDomainHandler.java79 String domain = cookie.getDomain(); in validate() local
115 String domain = cookie.getDomain(); in match() local
/external/guice/extensions/jmx/src/com/google/inject/tools/jmx/
DManager.java44 String domain, in manage()
46 manage(ManagementFactory.getPlatformMBeanServer(), domain, injector); in manage() local
53 public static void manage(MBeanServer server, String domain, in manage()
/external/avahi/avahi-utils/
Davahi-browse.c65 char *domain; member
82 char *name, *type, *domain; member
127 …fIndex interface, AvahiProtocol protocol, const char *name, const char *type, const char *domain) { in find_service()
154 …nterface, AvahiProtocol protocol, const char *name, const char *type, const char *domain, int nl) { in print_service_line()
193 const char *domain, in service_resolver_callback()
253 …fIndex interface, AvahiProtocol protocol, const char *name, const char *type, const char *domain) { in add_service()
303 const char *domain, in service_browser_callback()
356 static void browse_service_type(Config *c, const char *stype, const char *domain) { in browse_service_type()
394 const char *domain, in service_type_browser_callback()
457 const char *domain, in domain_browser_callback()
/external/selinux/policycoreutils/mcstrans/src/
Dmcstrans.c103 typedef struct domain { struct
113 struct domain *next; argument
361 destroy_domain(domain_t *domain) { in destroy_domain()
406 domain_t *domain = calloc(1, sizeof(domain_t)); in create_domain() local
605 add_base_classification(domain_t *domain, char *raw, char *trans) { in add_base_classification()
632 add_cache(domain_t *domain, char *raw, char *trans) { in add_cache()
724 static domain_t *domain; in process_trans() local
935 find_in_hashtable(const char *range, domain_t *domain, context_map_node_t **table) { in find_in_hashtable()
986 build_regexps(domain_t *domain) { in build_regexps()
1090 compute_raw_from_trans(const char *level, domain_t *domain) { in compute_raw_from_trans()
[all …]
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
DContiguousSet.java50 Range<C> range, DiscreteDomain<C> domain) { in create()
76 final DiscreteDomain<C> domain; field in ContiguousSet
78 ContiguousSet(DiscreteDomain<C> domain) { in ContiguousSet()
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/bin/
Dsdbadmin54 def dump_db(domain, file_name, use_json=False, sort_attributes=False): argument
66 def empty_db(domain): argument
73 def load_db(domain, file, use_json=False): argument
/external/apache-http/src/org/apache/http/impl/auth/
DNTLMEngine.java59 String domain, in generateType1Msg()
77 String domain, in generateType3Msg()
/external/avahi/avahi-client/
Dbrowser.c52 char domain[AVAHI_DOMAIN_NAME_MAX]; in parse_environment() local
69 char domain[AVAHI_DOMAIN_NAME_MAX]; in parse_domain_file() local
108 const char *domain, in avahi_domain_browser_new()
270 char *domain = NULL; in avahi_domain_browser_event() local
354 const char *domain, in avahi_service_type_browser_new()
492 char *domain, *type = NULL; in avahi_service_type_browser_event() local
569 const char *domain, in avahi_service_browser_new()
714 char *name = NULL, *type, *domain; in avahi_service_browser_event() local
/external/skia/include/gpu/
DGrResourceKey.h70 uint32_t domain() const { return fKey[kDomainAndSize_MetaDataIdx] & 0xffff; } in domain() function
84 Builder(GrResourceKey* key, uint32_t domain, int data32Count) : fKey(key) { in Builder()
260 Builder(GrUniqueKey* key, Domain domain, int data32Count) in Builder()
264 Builder(GrUniqueKey* key, const GrUniqueKey& innerKey, Domain domain, in Builder()
/external/apache-http/android/src/android/net/http/
DCertificateChainValidator.java110 HttpsConnection connection, SSLSocket sslSocket, String domain) in doHandshakeAndValidateServerCertificates()
147 byte[][] certChain, String domain, String authType) in verifyServerCertificates()
210 X509Certificate[] chain, String domain, String authType) in verifyServerDomainAndCertificates()

12345678910>>...14