Searched refs:domain (Results 201 - 225 of 721) sorted by relevance

1234567891011>>

/external/chromium_org/components/policy/core/common/
H A Dpolicy_bundle.cc19 DCHECK(ns.domain != POLICY_DOMAIN_CHROME || ns.component_id.empty());
27 DCHECK(ns.domain != POLICY_DOMAIN_CHROME || ns.component_id.empty());
/external/chromium_org/content/common/sandbox_linux/
H A Dbpf_cros_arm_gpu_policy_linux.cc147 // Allow only AF_UNIX for |domain|.
150 const Arg<int> domain(0);
151 return If(domain == AF_UNIX, Allow()).Else(Error(EPERM));
/external/chromium_org/google_apis/gaia/
H A Dgaia_auth_util.cc53 std::string CanonicalizeDomain(const std::string& domain) { argument
54 // Canonicalization of domain names means lower-casing them. Make sure to
56 return base::StringToLowerASCII(domain);
62 // Apply a default domain if necessary.
77 // First canonicalize which will also verify we have proper domain part.
/external/chromium_org/net/ssl/
H A Dchannel_id_service.h31 // A class for creating and fetching domain bound certs. They are used
83 // Returns the domain to be used for |host|. The domain is the
84 // "registry controlled domain", or the "ETLD + 1" where one exists, or
94 // Fetches the domain bound cert for the specified host if one exists and
116 // Fetches the domain bound cert for the specified host if one exists.
128 // request arrives for the same domain, the GetChannelID request will
171 // Searches for an in-flight request for the same domain. If found,
175 const std::string& domain,
182 // Looks for the domain boun
[all...]
/external/chromium_org/third_party/skia/include/gpu/
H A DGrResourceKey.h93 void init(const GrCacheID::Domain domain, argument
104 memcpy(k + kCacheIDDomainOffset, &domain, sizeof(GrCacheID::Domain));
/external/kernel-headers/original/uapi/drm/
H A Dnouveau_drm.h42 uint32_t domain; member in struct:drm_nouveau_gem_info
59 uint32_t domain; member in struct:drm_nouveau_gem_pushbuf_bo_presumed
/external/libsepol/include/sepol/policydb/
H A Dservices.h164 * `domain', `type', `protocol', and `port'.
166 extern int sepol_port_sid(uint16_t domain,
185 * in bytes and `domain' is the communications domain or
188 extern int sepol_node_sid(uint16_t domain,
/external/ppp/pppd/plugins/
H A Dwinbind.c251 const char *domain,
337 if (domain) {
338 char *b64_domain = base64_encode(domain);
525 char *domain; local
534 /* remove domain from "domain\username" */
542 /* remove domain from "domain\username" */
545 domain = domainname;
547 domain
250 run_ntlm_auth(const char *username, const char *domain, const char *full_username, const char *plaintext_password, const u_char *challenge, size_t challenge_length, const u_char *lm_response, size_t lm_response_length, const u_char *nt_response, size_t nt_response_length, u_char nt_key[16], char **error_string) argument
[all...]
/external/sepolicy/
H A Dapp.te172 allow appdomain domain:dir { open read search getattr };
173 allow appdomain domain:{ file lnk_file } { open read getattr };
185 allow appdomain domain:process getattr;
232 domain:{
245 neverallow appdomain domain:netlink_kobject_uevent_socket { write append };
250 # Unix domain sockets.
260 neverallow appdomain { domain -appdomain }:process ptrace;
262 # Write access to /proc/pid entries for any non-app domain.
263 neverallow appdomain { domain -appdomain }:file write;
269 neverallow appdomain { domain
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/
H A Dnvc0_transfer.c34 nouveau_bufctx_refn(bctx, 0, src->bo, src->domain | NOUVEAU_BO_RD);
35 nouveau_bufctx_refn(bctx, 0, dst->bo, dst->domain | NOUVEAU_BO_WR);
126 nouveau_bufctx_refn(bctx, 0, dst->bo, dst->domain | NOUVEAU_BO_WR);
127 nouveau_bufctx_refn(bctx, 0, src->bo, src->domain | NOUVEAU_BO_RD);
178 struct nouveau_bo *dst, unsigned offset, unsigned domain,
186 nouveau_bufctx_refn(nvc0->bufctx, 0, dst, domain | NOUVEAU_BO_WR);
223 struct nouveau_bo *dst, unsigned offset, unsigned domain,
231 nouveau_bufctx_refn(nvc0->bufctx, 0, dst, domain | NOUVEAU_BO_WR);
384 tx->rect[1].domain = NOUVEAU_BO_GART;
465 struct nouveau_bo *bo, unsigned domain,
177 nvc0_m2mf_push_linear(struct nouveau_context *nv, struct nouveau_bo *dst, unsigned offset, unsigned domain, unsigned size, const void *data) argument
222 nve4_p2mf_push_linear(struct nouveau_context *nv, struct nouveau_bo *dst, unsigned offset, unsigned domain, unsigned size, const void *data) argument
464 nvc0_cb_push(struct nouveau_context *nv, struct nouveau_bo *bo, unsigned domain, unsigned base, unsigned size, unsigned offset, unsigned words, const uint32_t *data) argument
[all...]
/external/mesa3d/src/gallium/drivers/nvc0/
H A Dnvc0_transfer.c34 nouveau_bufctx_refn(bctx, 0, src->bo, src->domain | NOUVEAU_BO_RD);
35 nouveau_bufctx_refn(bctx, 0, dst->bo, dst->domain | NOUVEAU_BO_WR);
126 nouveau_bufctx_refn(bctx, 0, dst->bo, dst->domain | NOUVEAU_BO_WR);
127 nouveau_bufctx_refn(bctx, 0, src->bo, src->domain | NOUVEAU_BO_RD);
178 struct nouveau_bo *dst, unsigned offset, unsigned domain,
186 nouveau_bufctx_refn(nvc0->bufctx, 0, dst, domain | NOUVEAU_BO_WR);
223 struct nouveau_bo *dst, unsigned offset, unsigned domain,
231 nouveau_bufctx_refn(nvc0->bufctx, 0, dst, domain | NOUVEAU_BO_WR);
384 tx->rect[1].domain = NOUVEAU_BO_GART;
465 struct nouveau_bo *bo, unsigned domain,
177 nvc0_m2mf_push_linear(struct nouveau_context *nv, struct nouveau_bo *dst, unsigned offset, unsigned domain, unsigned size, const void *data) argument
222 nve4_p2mf_push_linear(struct nouveau_context *nv, struct nouveau_bo *dst, unsigned offset, unsigned domain, unsigned size, const void *data) argument
464 nvc0_cb_push(struct nouveau_context *nv, struct nouveau_bo *bo, unsigned domain, unsigned base, unsigned size, unsigned offset, unsigned words, const uint32_t *data) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
H A Dtgsi_ureg.c173 struct ureg_tokens domain[2]; member in struct:ureg_program
212 tokens_error(&ureg->domain[0]);
218 unsigned domain,
221 struct ureg_tokens *tokens = &ureg->domain[domain];
234 unsigned domain,
237 if (ureg->domain[domain].tokens == error_tokens)
240 return &ureg->domain[domain]
217 get_tokens( struct ureg_program *ureg, unsigned domain, unsigned count ) argument
233 retrieve_token( struct ureg_program *ureg, unsigned domain, unsigned nr ) argument
[all...]
/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_ureg.c173 struct ureg_tokens domain[2]; member in struct:ureg_program
212 tokens_error(&ureg->domain[0]);
218 unsigned domain,
221 struct ureg_tokens *tokens = &ureg->domain[domain];
234 unsigned domain,
237 if (ureg->domain[domain].tokens == error_tokens)
240 return &ureg->domain[domain]
217 get_tokens( struct ureg_program *ureg, unsigned domain, unsigned count ) argument
233 retrieve_token( struct ureg_program *ureg, unsigned domain, unsigned nr ) argument
[all...]
/external/chromium_org/chrome/browser/chromeos/attestation/
H A Dplatform_verification_dialog.h37 const base::string16& domain,
/external/chromium_org/chrome/browser/chromeos/policy/
H A Dnetwork_configuration_updater.h44 virtual void OnPolicyServiceInitialized(PolicyDomain domain) OVERRIDE;
/external/chromium_org/chrome/browser/extensions/api/storage/
H A Dmanaged_value_store_cache.h66 virtual void OnPolicyServiceInitialized(policy::PolicyDomain domain) OVERRIDE;
/external/chromium_org/chrome/browser/extensions/
H A Dwebstore_installer_test.h32 GURL GenerateTestServerUrl(const std::string& domain,
/external/chromium_org/chrome/browser/local_discovery/
H A Dservice_discovery_client_mdns.h37 const std::string& domain,
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/speech_rules/
H A Dmath_store.js42 /** This adds domain to dynamic constraint annotation. */
43 cvox.SpeechRule.DynamicCstrAttrib.DOMAIN = 'domain';
59 // a domain attribute/value pair.
67 * Parses the dynamic constraint for math rules, consisting of a domain and
68 * style information, given as 'domain.style'.
75 throw new cvox.SpeechRule.OutputError('Invalid domain assignment:' + cstr);
82 * Creates a dynamic constraint annotation for math rules from domain and style
84 * @param {string} domain Domain annotation.
88 cvox.MathStore.createDynamicConstraint = function(domain, style) {
90 dynamicCstr[cvox.SpeechRule.DynamicCstrAttrib.DOMAIN] = domain;
[all...]
/external/chromium_org/chrome/browser/ui/views/
H A Dcookie_info_view.h36 void SetCookie(const std::string& domain,
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
H A Dterms_of_service_screen_handler.h36 virtual void SetDomain(const std::string& domain) OVERRIDE;
54 // Update the domain name shown in the UI.
77 // The domain name whose Terms of Service are being shown.
/external/chromium_org/chrome/renderer/safe_browsing/
H A Dphishing_dom_feature_extractor.h116 // Given a URL, checks whether the domain is different from the domain of
117 // the current frame's URL. If so, stores the domain in |domain| and returns
119 bool IsExternalDomain(const GURL& url, std::string* domain) const;
/external/chromium_org/components/domain_reliability/
H A Dconfig.h112 std::string domain; member in class:domain_reliability::DomainReliabilityConfig
/external/chromium_org/components/nacl/renderer/
H A Dmanifest_downloader.cc77 if (error.domain.equals(blink::WebString::fromUTF8(net::kErrorDomain))) {
/external/chromium_org/components/pairing/
H A Dcontroller_pairing_controller.h100 virtual void OnAuthenticationDone(const std::string& domain,

Completed in 530 milliseconds

1234567891011>>