OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:domains
(Results
51 - 75
of
490
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/chrome/common/mac/
launchd.h
20
//
Domains
map to NSSearchPathDomainMask so Foundation does not need to be
/external/chromium_org/components/policy/core/common/
forwarding_policy_provider.cc
34
// This provider keeps its own state for all the other
domains
.
forwarding_policy_provider.h
42
// This provider manages its own initialization state for all policy
domains
/external/chromium_org/third_party/WebKit/Source/platform/weborigin/
OriginAccessEntry.h
59
// If host is empty string and SubdomainSetting is AllowSubdomains, the entry will match all
domains
in the specified protocol.
/external/dnsmasq/contrib/openvpn/
README
36
> search
domains
intact), but I'm hoping that I'm just missing some key
/external/nist-sip/java/gov/nist/javax/sip/clientauthutils/
CredentialsCache.java
22
* user for a number of
domains
. The Hashtable value of the mapping is a
/frameworks/base/tests/CoreTests/android/core/
InetAddrTest.java
28
* Tests InetAddr class by checking methods to resolve
domains
to IP addresses
/external/chromium/chrome/browser/
alternate_nav_url_fetcher.cc
152
// these
domains
, and can still get infobars for cases that wind up on
153
// other
domains
(e.g. legit intranet sites), we're just trying to avoid
/external/chromium_org/chrome/browser/google/
google_util.h
56
//
domains
, use TransportSecurityState::IsGooglePinnedProperty() instead.
92
// Note that this only checks for google.<TLD>
domains
, but not other Google
/external/chromium_org/chrome/common/extensions/api/
manifest_types.json
29
"description": "<p>The URL patterns for <em>web pages</em> that are allowed to connect. <em>This does not affect content scripts.</em> If left empty or unspecified, no web pages can connect.</p><p>Patterns cannot include wildcard
domains
nor subdomains of (effective) top level
domains
; <code>*://google.com/*</code> and <code>http://*.chromium.org/*</code> are valid, while <code><all_urls></code>, <code>http://*/*</code>, <code>*://*.com/*</code>, and even <code>http://*.appspot.com/*</code> are not.</p>",
/external/chromium_org/content/browser/gpu/
gpu_data_manager_impl.h
38
// it will generally not cause other
domains
' use of 3D APIs to be
142
// Maintenance of
domains
requiring explicit user permission before
/external/chromium_org/third_party/skia/src/gpu/effects/
GrTextureDomain.h
35
* @param index Pass a value >= 0 if using multiple texture
domains
in the same effect.
65
* for texture
domains
.
/external/dnsmasq/
doc.html
73
Dnsmasq can be configured to send queries for certain
domains
to
74
upstream servers handling only those
domains
. This makes integration
/external/e2fsprogs/intl/
finddomain.c
41
/* List of already loaded
domains
. */
87
be one data set in the list of loaded
domains
. */
/external/skia/src/gpu/effects/
GrTextureDomain.h
35
* @param index Pass a value >= 0 if using multiple texture
domains
in the same effect.
65
* for texture
domains
.
/frameworks/base/core/java/android/net/
DhcpResults.java
244
public void setDomains(String
domains
) {
245
linkProperties.setDomains(
domains
);
/frameworks/native/cmds/ip-up-vpn/
ip-up-vpn.c
49
* are interface, addresses, routes, DNS servers, and search
domains
. Each
63
* does this, but others might not. Routes, DNS servers, and search
domains
/external/chromium/net/base/
sdch_manager.h
207
// Compare
domains
to see if the "match" for dictionary use.
248
// If called with an empty string, advertise and support sdch on all
domains
.
283
// domain, or all
domains
were assumed supported). If it is blacklist, reduce
356
// Empty string means all
domains
. Non-empty means support only the given
360
// List
domains
where decode failures have required disabling sdch, along with
/external/chromium_org/third_party/mesa/src/src/gallium/winsys/radeon/drm/
radeon_drm_cs.c
48
based on the
domains
, which are simply or'd for the accounting purposes.
50
accounts any newly-referenced
domains
.
250
enum radeon_bo_domain
domains
,
256
enum radeon_bo_domain rd = usage & RADEON_USAGE_READ ?
domains
: 0;
257
enum radeon_bo_domain wd = usage & RADEON_USAGE_WRITE ?
domains
: 0;
317
enum radeon_bo_domain
domains
)
323
unsigned index = radeon_add_reloc(cs->csc, bo, usage,
domains
, &added_domains);
/external/mesa3d/src/gallium/winsys/radeon/drm/
radeon_drm_cs.c
48
based on the
domains
, which are simply or'd for the accounting purposes.
50
accounts any newly-referenced
domains
.
250
enum radeon_bo_domain
domains
,
256
enum radeon_bo_domain rd = usage & RADEON_USAGE_READ ?
domains
: 0;
257
enum radeon_bo_domain wd = usage & RADEON_USAGE_WRITE ?
domains
: 0;
317
enum radeon_bo_domain
domains
)
323
unsigned index = radeon_add_reloc(cs->csc, bo, usage,
domains
, &added_domains);
/external/chromium/third_party/libevent/
evdns.3
143
supports searching. This involves setting a list of default
domains
, in
222
Clears the list of search
domains
224
Add a domain to the list of search
domains
/external/chromium_org/net/tools/tld_cleanup/
tld_cleanup_util.cc
16
const char kBeginPrivateDomainsComment[] = "// ===BEGIN PRIVATE
DOMAINS
===";
17
const char kEndPrivateDomainsComment[] = "// ===END PRIVATE
DOMAINS
===";
201
// lists second-level
domains
such as com.au. Subdomains of .au
/external/chromium_org/third_party/libevent/
evdns.3
143
supports searching. This involves setting a list of default
domains
, in
222
Clears the list of search
domains
224
Add a domain to the list of search
domains
/docs/source.android.com/src/devices/tech/security/
enhancements42.jd
26
Pinned
domains
will receive a certificate validation
/external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/auth/
SubjectDomainCombinerTest.java
115
// test case: check inherited
domains
Completed in 789 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>