/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...] |
policy_service.h | 20 // account their priorities. Policy clients can retrieve policy for their domain 38 // Invoked at most once for each |domain|, when the PolicyService becomes 41 // |domain|. 42 virtual void OnPolicyServiceInitialized(PolicyDomain domain) {} 50 // Observes changes to all components of the given |domain|. 51 virtual void AddObserver(PolicyDomain domain, Observer* observer) = 0; 53 virtual void RemoveObserver(PolicyDomain domain, Observer* observer) = 0; 59 // sources have loaded their policies for the given |domain|. 65 // becomes true, which happens at most once for each domain. 66 // If IsInitializationComplete() is already true for |domain| when an Observe [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/libcxx/test/diagnostics/std.exceptions/domain.error/ |
Android.mk | 17 test_makefile := external/libcxx/test/diagnostics/std.exceptions/domain.error/Android.mk 19 test_name := diagnostics/std.exceptions/domain.error/domain_error
|
/external/wpa_supplicant_8/wpa_supplicant/examples/ |
udhcpd-p2p.conf | 88 option domain atherosowl.com 103 #opt domain
|
/external/chromium_org/third_party/skia/src/gpu/effects/ |
GrBicubicEffect.h | 34 const GrTextureDomain& domain() const { return fDomain; } function in class:GrBicubicEffect 37 * Create a simple filter effect with custom bicubic coefficients and optional domain. 40 const SkRect* domain = NULL) { 41 if (NULL == domain) { 49 *domain)); 72 * Create a Mitchell filter effect with a texture matrix and a domain. 75 const SkRect& domain) { 76 return SkNEW_ARGS(GrBicubicEffect, (tex, gMitchellCoefficients, matrix, domain)); 93 const SkMatrix &matrix, const SkRect& domain);
|
/external/skia/src/gpu/effects/ |
GrBicubicEffect.h | 35 const GrTextureDomain& domain() const { return fDomain; } function in class:GrBicubicEffect 38 * Create a simple filter effect with custom bicubic coefficients and optional domain. 41 const SkRect* domain = NULL) { 42 if (NULL == domain) { 49 *domain))); 73 * Create a Mitchell filter effect with a texture matrix and a domain. 75 static GrEffectRef* Create(GrTexture* tex, const SkMatrix& matrix, const SkRect& domain) { 77 domain))); 95 const SkMatrix &matrix, const SkRect& domain);
|
/cts/tests/tests/security/src/android/security/cts/ |
SELinuxDomainTest.java | 38 * Verify that the processes running within an SELinux domain are sane. 46 * Asserts that no processes are running in a domain. 48 * @param domain 49 * The domain or SELinux context to check. 51 private void assertDomainEmpty(String domain) throws FileNotFoundException { 52 List<ProcessDetails> procs = ProcessDetails.getProcessMap().get(domain); 53 String msg = "Expected no processes in SELinux domain \"" + domain + "\"" 59 * Asserts that a domain exists and that only one, well defined, process is 60 * running in that domain 272 String domain = "u:r:kernel:s0"; local [all...] |
/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_org/third_party/WebKit/Source/platform/exported/ |
WebURLError.cpp | 50 domain = error.domain(); 65 ResourceError resourceError = ResourceError(domain, reason, String::fromUTF8(spec.data(), spec.length()), localizedDescription);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/include/cloog/ |
union_domain.h | 15 CloogDomain *domain; /**< An element of the list. */ member in struct:cloognameddomainlist 16 CloogScattering *scattering; /**< Scattering function for domain. */ 17 char *name; /**< Name of the domain. */ 29 CloogNamedDomainList *domain; member in struct:clooguniondomain 40 const char *name, CloogDomain *domain, CloogScattering *scattering,
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/include/cloog/ |
union_domain.h | 15 CloogDomain *domain; /**< An element of the list. */ member in struct:cloognameddomainlist 16 CloogScattering *scattering; /**< Scattering function for domain. */ 17 char *name; /**< Name of the domain. */ 29 CloogNamedDomainList *domain; member in struct:clooguniondomain 40 const char *name, CloogDomain *domain, CloogScattering *scattering,
|
/external/chromium_org/components/domain_reliability/ |
bake_in_configs.py | 55 def domain_is_whitelisted(domain): 56 return any(domain == e or domain.endswith('.' + e) for e in DOMAIN_WHITELIST) 96 domain = config['monitored_domain'] 97 if not domain_is_whitelisted(domain): 99 (json_file, domain))
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/ |
InspectorBackend.js | 62 * @param {string} domain 64 _addAgentGetterMethodToProtocolAgentsPrototype: function(domain) 67 while (upperCaseLength < domain.length && domain[upperCaseLength].toLowerCase() !== domain[upperCaseLength]) 70 var methodName = domain.substr(0, upperCaseLength).toLowerCase() + domain.slice(upperCaseLength) + "Agent"; 77 return this._agentsMap[domain]; 87 this.registerDispatcher(domain, dispatcher) 90 window.Protocol.Agents.prototype["register" + domain + "Dispatcher"] = registerDispatcher [all...] |
/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,
|
/external/sepolicy/ |
unconfined.te | 8 # allowed the domain to do anything it wanted. Over time, 23 allow unconfineddomain domain:fd *; 24 allow unconfineddomain domain:dir r_dir_perms; 25 allow unconfineddomain domain:lnk_file r_file_perms; 26 allow unconfineddomain domain:{ fifo_file file } rw_file_perms; 27 allow unconfineddomain domain:{ 45 allow unconfineddomain domain:ipc_class_set *; 46 allow unconfineddomain domain:key *; 89 allow unconfineddomain domain:peer recv; 90 allow unconfineddomain { domain -init }:binder { call transfer set_context_mgr } [all...] |
/system/core/include/netutils/ |
dhcp.h | 34 char *domain, 44 char *domain,
|
/external/apache-http/src/org/apache/http/cookie/ |
SetCookie.java | 77 * Sets the domain attribute. 79 * @param domain The value of the domain attribute 83 void setDomain(String domain);
|
/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;
|
/external/chromium_org/chrome/common/mac/ |
launchd.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);
|
mock_launchd.h | 40 virtual bool RestartJob(Domain domain, 45 Domain domain, 48 virtual bool WritePlistToFile(Domain domain, 52 virtual bool DeletePlist(Domain domain,
|
/external/chromium_org/content/common/ |
cookie_data.h | 29 // Cookie domain. 30 std::string domain; member in struct:content::CookieData
|