HomeSort by relevance Sort by last modified time
    Searched full:domain (Results 176 - 200 of 5361) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/chrome/browser/browsing_data/
mock_browsing_data_flash_lso_helper.h 23 // Adds a domain sample.
24 void AddFlashLSODomain(const std::string& domain);
29 // Returns true if the domain list is empty.
  /external/chromium_org/chrome/browser/predictors/
logged_in_predictor_table.cc 41 string LoggedInPredictorTable::GetKeyFromDomain(const std::string& domain) {
44 domain,
47 effective_domain = domain;
61 base::StringPrintf("INSERT OR IGNORE INTO %s (domain, time) VALUES (?,?)",
76 base::StringPrintf("DELETE FROM %s WHERE domain=?", kTableName).c_str()));
83 void LoggedInPredictorTable::DeleteDomain(const std::string& domain) {
84 DeleteDomainFromURL(GURL("http://" + domain));
95 base::StringPrintf("SELECT count(*) FROM %s WHERE domain=?",
134 string domain = statement.ColumnString(0); local
136 (*state_map)[domain] = value
    [all...]
  /external/smack/src/org/xbill/DNS/
MDRecord.java 7 * for a domain (obsolete)
25 * @param mailAgent The mail agent that delivers mail for the domain.
32 /** Gets the mail agent for the domain */
MFRecord.java 7 * for a domain (obsolete)
25 * @param mailAgent The mail agent that forwards mail for the domain.
32 /** Gets the mail agent for the domain */
MRRecord.java 24 * @param newName The new name of the mailbox specified by the domain.
25 * domain.
32 /** Gets the new name of the mailbox specified by the domain */
MBRecord.java 24 * @param mailbox The host containing the mailbox for the domain.
31 /** Gets the mailbox for the domain */
  /packages/apps/Email/tests/res/xml/
test_providers.xml 25 <provider id="gmail" label="Gmail" domain="gmail.com">
31 <provider id="generic" label="Generic Y!" domain="mail*yahoo.com">
32 <incoming uri="pop3://pop-server.$domain" username="$email" />
35 <provider id="yahoo" label="Yahoo!" domain="yahoo.com">
39 <provider id="yahoo" label="Yahoo!" domain="yahoo.com.yahoo.com">
45 <provider id="rr-roadrunner" label="RoadRunner" domain="roadrunner.com">
49 <provider id="rr-global" label="RoadRunner" domain="leonard.rr.com">
53 <provider id="rr-global" label="RoadRunner" domain="*.rr.???">
54 <incoming uri="pop3://pop-server.$domain" username="$email" />
59 <provider id="tuffmail" label="Tuffmail" domain="tuffmail.com"
    [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...]
EmptyContiguousSet.java 33 EmptyContiguousSet(DiscreteDomain<C> domain) {
34 super(domain);
113 private final DiscreteDomain<C> domain; field in class:EmptyContiguousSet.SerializedForm
115 private SerializedForm(DiscreteDomain<C> domain) {
116 this.domain = domain;
120 return new EmptyContiguousSet<C>(domain);
129 return new SerializedForm<C>(domain);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/personalization/
AccountUtils.java 50 * Get all device accounts having specified domain name.
52 * @param domain domain name used for filtering
53 * @return List of account names that contain the specified domain name
56 final Context context, final String domain) {
58 final String atDomain = "@" + domain.toLowerCase(Locale.ROOT);
  /external/chromium_org/chromeos/test/data/network/
valid_wifi_clientref.onc 11 "Identity": "${LOGIN_ID}@my.domain.com",
21 "PAC": "https://proxycfg.my.domain.com/proxy.dat"
wifi_clientcert_with_cert_pems.onc 11 "Identity": "abc ${LOGIN_ID}@my.domain.com",
27 "PAC": "https://proxycfg.my.domain.com/proxy.dat"
  /external/chromium_org/content/common/
cookie_data.cc 21 domain(c.Domain()),
  /external/chromium_org/third_party/ots/third_party/lzma_sdk/
Alloc.h 2 2009-02-07 : Igor Pavlov : Public domain
3 in the public domain */
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
RegularContiguousSet.java 37 RegularContiguousSet(Range<C> range, DiscreteDomain<C> domain) {
38 super(domain);
45 .asSet(domain);
50 return contains(target) ? (int) domain.distance(first(), (C) target) : -1;
57 toElement, BoundType.forBoolean(toInclusive))).asSet(domain);
63 .asSet(domain);
72 return equalsOrThrow(previous, last) ? null : domain.next(previous);
86 return range.lowerBound.leastValueAbove(domain);
90 return range.upperBound.greatestValueBelow(domain);
94 long distance = domain.distance(first(), last())
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/clientauthutils/
AccountManager.java 8 * Returns the user credentials for a given SIP Domain.
15 * @return -- the user credentials associated with the domain.
SecureAccountManager.java 7 * Returns the user credentials for a given SIP Domain.
14 * @return -- the user credentials associated with the domain.
  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
mucroomlookuptask_unittest.cc 60 lookup_server_jid("lookup@domain.com"),
61 room_jid("muc-jid-ponies@domain.com"),
63 room_domain("domain.com"),
64 room_full_name("ponies@domain.com"),
101 "<cli:iq type=\"set\" to=\"lookup@domain.com\" id=\"0\" "
105 "<room-domain>domain.com</room-domain>"
115 "<iq xmlns='jabber:client' from='lookup@domain.com' id='0' type='result'>"
117 " <item jid='muc-jid-ponies@domain.com'>
    [all...]
  /external/chromium/net/tools/tld_cleanup/
tld_cleanup.cc 22 // * Canonicalizes each rule's domain by converting it to a GURL and back.
52 // Writes the list of domain rules contained in the 'rules' set to the
103 NormalizeResult NormalizeRule(std::string* domain, Rule* rule) {
107 if (domain->at(0) == '.')
108 domain->erase(0, 1);
109 if (domain->empty()) {
113 if (domain->at(domain->size() - 1) == '.')
114 domain->erase(domain->size() - 1, 1)
174 std::string domain; local
    [all...]
  /external/chromium_org/net/tools/tld_cleanup/
tld_cleanup_util.cc 27 // Writes the list of domain rules contained in the 'rules' set to the
75 NormalizeResult NormalizeRule(std::string* domain, Rule* rule) {
79 if (domain->at(0) == '.')
80 domain->erase(0, 1);
81 if (domain->empty()) {
85 if (domain->at(domain->size() - 1) == '.')
86 domain->erase(domain->size() - 1, 1);
87 if (domain->empty())
137 std::string domain; local
    [all...]
  /external/guava/guava/src/com/google/common/net/
InternetDomainName.java 37 * An immutable well-formed internet domain name, such as {@code com} or {@code
39 * network interactions take place. Thus there is no guarantee that the domain
43 * likely to represent an addressable domain on the web -- that is, for a
46 * done by determining whether the domain ended with a {@linkplain
50 * result, the only useful test to determine if a domain is a plausible web host
67 * internationalized domain names</a> such as {@code ??.cn} are supported, as
93 * Maximum parts (labels) in a domain name. This value arises from
103 * Maximum length of a full domain name, including separators, and
110 * Maximum size of a single part of a domain name. See
116 * The full domain name, converted to lower case
    [all...]
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/address/
Mailbox.java 32 private String domain; field in class:Mailbox
37 * @param domain The part of the e-mail address to the right of the "@".
39 public Mailbox(String localPart, String domain) {
40 this(null, localPart, domain);
47 * @param domain The part of the e-mail address to the right of the "@".
49 public Mailbox(DomainList route, String localPart, String domain) {
52 this.domain = domain;
75 return domain;
108 + (domain == null ? "" : "@")
    [all...]
  /frameworks/base/core/java/android/net/http/
CertificateChainValidator.java 72 * @param domain The website domain
76 HttpsConnection connection, SSLSocket sslSocket, String domain)
101 return verifyServerDomainAndCertificates((X509Certificate[]) peerCertificates, domain, "RSA");
108 * @param domain The full website hostname and domain
113 byte[][] certChain, String domain, String authType)
132 return verifyServerDomainAndCertificates(serverCertificates, domain, authType);
152 * Calls DomainNamevalidator to verify the domain, and TrustManager to verify the certs.
154 * @param domain The full website hostname and domai
    [all...]
  /bionic/libm/upstream-freebsd/lib/msun/src/
w_cabsf.c 5 * Placed into the Public Domain, 1994.
w_dremf.c 5 * Placed into the Public Domain, 1994.

Completed in 1228 milliseconds

1 2 3 4 5 6 78 91011>>