HomeSort by relevance Sort by last modified time
    Searched refs:domain (Results 76 - 100 of 908) sorted by null

1 2 34 5 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
intl.h 37 # define textdomain(domain) (domain)
39 # define bindtextdomain(domain, directory) (domain)
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
intl.h 37 # define textdomain(domain) (domain)
39 # define bindtextdomain(domain, directory) (domain)
  /device/asus/grouper/sepolicy/
sensors_config.te 4 type sensors_config, domain;
  /external/chromium_org/chrome/browser/chromeos/policy/
stub_enterprise_install_attributes.cc 18 void StubEnterpriseInstallAttributes::SetDomain(const std::string& domain) {
19 registration_domain_ = domain;
stub_enterprise_install_attributes.h 23 void SetDomain(const std::string& domain);
  /external/chromium_org/components/policy/core/common/
policy_namespace.h 16 // string depends on the domain; for example, if the PolicyDomain is
22 // The extensions policy domain is a work in progress. Included here for
30 // Groups a policy domain and a component ID in a single object representing
35 PolicyNamespace(PolicyDomain domain, const std::string& component_id);
44 PolicyDomain domain; member in struct:policy::PolicyNamespace
policy_service_impl.cc 74 for (int domain = 0; domain < POLICY_DOMAIN_SIZE; ++domain)
75 initialization_complete_[domain] = true;
80 for (int domain = 0; domain < POLICY_DOMAIN_SIZE; ++domain) {
81 initialization_complete_[domain] &=
82 provider->IsInitializationComplete(static_cast<PolicyDomain>(domain));
96 void PolicyServiceImpl::AddObserver(PolicyDomain domain,
    [all...]
  /external/guava/guava/src/com/google/common/collect/
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);
RegularContiguousSet.java 39 RegularContiguousSet(Range<C> range, DiscreteDomain<C> domain) {
40 super(domain);
47 .asSet(domain);
52 return contains(target) ? (int) domain.distance(first(), (C) target) : -1;
59 toElement, BoundType.forBoolean(toInclusive))).asSet(domain);
65 .asSet(domain);
74 return equalsOrThrow(previous, last) ? null : domain.next(previous);
88 return range.lowerBound.leastValueAbove(domain);
92 return range.upperBound.greatestValueBelow(domain);
96 long distance = domain.distance(first(), last())
174 final DiscreteDomain<C> domain; field in class:SerializedForm
    [all...]
  /external/sepolicy/
media_app.te 5 type media_app, domain;
  /external/wpa_supplicant_8/wpa_supplicant/examples/
udhcpd-p2p.conf 88 option domain atherosowl.com
103 #opt domain
  /device/sample/apps/SampleEmailPolicy/src/com/android/email/policy/
EmailPolicy.java 94 * The only argument (with the key FIND_PROVIDER) is a string containing the domain that the
96 * "MyEmailAddress@gmail.com", the domain will be "gmail.com".
98 * If no server information is provided for this domain, simply return Bundle.EMPTY.
99 * If server information is available for this domain, it can be returned in the following
146 * $domain - the value after the @ signin the email address the user entered
202 * Policy: For a known domain, configure to the servers for that domain
205 String domain = arguments.getString(FIND_PROVIDER); local
206 if (domain != null) {
207 domain = domain.toLowerCase()
    [all...]
  /external/chromium/net/base/
sdch_manager.cc 33 const std::string& domain,
40 domain_(domain),
54 terms "domain-match" and "pathmatch" are defined in RFC 2965 [6]. A
57 1. The server's effective host name domain-matches the Domain attribute of
81 bool SdchManager::Dictionary::CanSet(const std::string& domain,
90 1. The dictionary has no Domain attribute.
92 not domain-match the Domain attribute.
93 3. The Domain attribute is a top level domain
374 std::string domain, path; local
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/effects/
GrTextureDomain.h 18 * Limits a texture's lookup coordinates to a domain. Samples outside the domain are either clamped
19 * the edge of the domain or result in a vec4 of zeros (decal mode). The domain is clipped to
21 * domain to affect the read value unless the caller considers this when calculating the domain.
26 kIgnore_Mode, // Ignore the texture domain rectangle.
27 kClamp_Mode, // Clamp texture coords to the domain rectangle.
28 kDecal_Mode, // Treat the area outside the domain rectangle as fully transparent.
38 GrTextureDomain(const SkRect& domain, Mode, int index = -1)
40 const SkRect& domain() const { return fDomain; } function in class:GrTextureDomain
    [all...]
  /external/skia/src/gpu/effects/
GrTextureDomain.h 18 * Limits a texture's lookup coordinates to a domain. Samples outside the domain are either clamped
19 * the edge of the domain or result in a vec4 of zeros (decal mode). The domain is clipped to
21 * domain to affect the read value unless the caller considers this when calculating the domain.
26 kIgnore_Mode, // Ignore the texture domain rectangle.
27 kClamp_Mode, // Clamp texture coords to the domain rectangle.
28 kDecal_Mode, // Treat the area outside the domain rectangle as fully transparent.
38 GrTextureDomain(const SkRect& domain, Mode, int index = -1)
40 const SkRect& domain() const { return fDomain; } function in class:GrTextureDomain
    [all...]
  /external/chromium/webkit/glue/
webcookie.h 20 const std::string& domain, const std::string& path, double expires,
30 // Cookie domain.
31 std::string domain; member in struct:webkit_glue::WebCookie
  /external/chromium_org/net/base/
sdch_manager.cc 36 const std::string& domain,
43 domain_(domain),
57 terms "domain-match" and "pathmatch" are defined in RFC 2965 [6]. A
60 1. The server's effective host name domain-matches the Domain attribute of
84 bool SdchManager::Dictionary::CanSet(const std::string& domain,
93 1. The dictionary has no Domain attribute.
95 not domain-match the Domain attribute.
96 3. The Domain attribute is a top level domain
386 std::string domain, path; local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorDatabaseResource.h 46 static PassRefPtr<InspectorDatabaseResource> create(PassRefPtr<Database> database, const String& domain, const String& name, const String& version);
54 InspectorDatabaseResource(PassRefPtr<Database>, const String& domain, const String& name, const String& version);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
nv30_transfer.h 7 unsigned domain; member in struct:nv30_rect
31 struct nouveau_bo *, unsigned offset, unsigned domain,
  /external/mesa3d/src/gallium/drivers/nv30/
nv30_transfer.h 7 unsigned domain; member in struct:nv30_rect
31 struct nouveau_bo *, unsigned offset, unsigned domain,
  /system/core/include/netutils/
dhcp.h 34 char *domain,
44 char *domain,
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
InspectorBackend.js 72 _getAgent: function(domain)
74 var agentName = domain + "Agent";
179 registerDomainDispatcher: function(domain, dispatcher)
181 this._domainDispatchers[domain] = dispatcher;
237 console.error("Protocol Error: the message is for non-existing domain '" + domainName + "'");
319 var domain = domains[i];
320 for (var j = 0; domain.types && j < domain.types.length; ++j) {
321 var type = domain.types[j];
322 rawTypes[domain.domain + "." + type.id] = jsTypes[type.type] || type.type
    [all...]
  /external/apache-http/src/org/apache/http/cookie/
SetCookie.java 72 * Sets the domain attribute.
74 * @param domain The value of the domain attribute
78 void setDomain(String domain);
  /external/chromium/chrome/common/
launchd_mac.h 22 enum Domain {
54 virtual bool RestartJob(Domain domain,
61 virtual CFMutableDictionaryRef CreatePlistFromFile(Domain domain,
66 virtual bool WritePlistToFile(Domain domain,
73 virtual bool DeletePlist(Domain domain, Type type, CFStringRef name);
  /external/chromium_org/chrome/browser/chromeos/login/screens/
terms_of_service_screen_actor.h 41 // Sets the domain name whose Terms of Service are being shown.
42 virtual void SetDomain(const std::string& domain) = 0;

Completed in 711 milliseconds

1 2 34 5 6 7 8 91011>>