HomeSort by relevance Sort by last modified time
    Searched refs:Domain (Results 1 - 25 of 156) sorted by null

1 2 3 4 5 6 7

  /art/libartbase/base/
hiddenapi_domain.h 23 // List of domains supported by the hidden API access checks. Domain with a lower
26 // access a method/field from a more trusted domain than itself.
27 enum class Domain {
33 inline bool IsDomainMoreTrustedThan(Domain domainA, Domain domainB) {
  /external/libexif/libexif/
i18n.h 39 # define dgettext(Domain,Message) (Message)
40 # define dcgettext(Domain,Message,Type) (Message)
42 # define bind_textdomain_codeset(Domain,Codeset)
43 # define bindtextdomain(Domain,Directory)
45 # define bind_textdomain_codeset(Domain,Codeset) (Codeset)
46 # define bindtextdomain(Domain,Directory) (Domain)
  /external/tensorflow/tensorflow/compiler/xla/service/
hlo_domain_map.h 35 // A domain is composed by a set of instructions which can reach each other via
37 // A domain never crosses computation boundaries.
55 const std::vector<std::unique_ptr<DomainMetadata::Domain>>& GetDomains()
60 // Checks whether two instructions are within the same domain.
68 // Retrieves the domain identifier of the instruction, or -1 in case
69 // instruction is not found within any domain.
72 // Returns the unique id of the domain metadata for the domain the given
74 // instruction since each domain instruction is associated with 2 domains.
85 // kDomain instruction of the same kind, hence defining an empty domain
    [all...]
hlo_domain_remover.h 37 // within such domain.
39 std::function<Status(const DomainMetadata::Domain&,
52 std::function<Status(const DomainMetadata::Domain&,
hlo_domain_metadata.h 38 // A Domain data structure captures all the information about a kDomain
40 struct Domain {
55 // whose dataflow enters the reach set (domain), while the exit_domains
hlo_domain_verifier.h 30 // Verifies that the domain instructions are consistent, and the each domain is
50 // Returns the DomainMetadata pointer which surrounds the domain, and
51 // represents the common metadata within such domain. If the returned
52 // DomainMetadata pointer is nullptr, the input domain had no kDomain
55 const DomainMetadata::Domain& domain);
hlo_domain_map.cc 63 // We only check operands, so we are sure to not process the empty domain from
67 auto domain = absl::make_unique<DomainMetadata::Domain>(); local
68 domain->enter_domains.insert(operand);
69 domain->exit_domains.insert(instruction);
70 TF_RETURN_IF_ERROR(InsertDomain(std::move(domain)));
74 auto domain = absl::make_unique<DomainMetadata::Domain>(); local
75 domain->enter_domains.insert(instruction);
76 TF_RETURN_IF_ERROR(InsertDomain(std::move(domain)));
    [all...]
hlo_domain_remover.cc 36 // Verifies the consistency of the domain, and normalizes the instructions
38 Status VerifyAndNormalizeDomain(const DomainMetadata::Domain& domain);
45 const DomainMetadata::Domain& domain) {
47 HloDomainVerifier::VerifyDomain(domain));
49 VLOG(4) << "Applying domain normalization: " << ref_metadata->ToString();
50 TF_RETURN_IF_ERROR(remover_->normalizer_(domain, ref_metadata));
52 // No kDomain instruction was present within this domain, so call the
54 VLOG(2) << "Applying domain-less normalization"
    [all...]
  /external/v8/src/inspector/
v8-schema-agent-impl.cc 20 std::unique_ptr<protocol::Array<protocol::Schema::Domain>>* result) {
21 std::vector<std::unique_ptr<protocol::Schema::Domain>> domains =
23 *result = protocol::Array<protocol::Schema::Domain>::create();
v8-schema-agent-impl.h 25 std::unique_ptr<protocol::Array<protocol::Schema::Domain>>*) override;
  /external/skia/src/gpu/
GrStencilAttachment.cpp 13 static const GrUniqueKey::Domain kDomain = GrUniqueKey::GenerateDomain();
  /external/skqp/src/gpu/
GrStencilAttachment.cpp 13 static const GrUniqueKey::Domain kDomain = GrUniqueKey::GenerateDomain();
  /external/llvm/lib/Analysis/
ScopedNoAliasAA.cpp 14 // other metadata node), a domain node, and an optional descriptive string.
15 // A domain is defined by an id (which can be a string or some other metadata
18 // !dom0 = metadata !{ metadata !"domain of foo()" }
29 // has a set of noalias scopes in some domain that is a superset of the alias
30 // scopes in that domain of some other instruction, then the two memory
66 /// Get the MDNode for this AliasScopeNode's domain.
131 const MDNode *List, const MDNode *Domain,
135 if (AliasScopeNode(MD).getDomain() == Domain)
148 if (const MDNode *Domain = AliasScopeNode(NAMD).getDomain())
149 Domains.insert(Domain);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
ScopedNoAliasAA.cpp 14 // other metadata node), a domain node, and an optional descriptive string.
15 // A domain is defined by an id (which can be a string or some other metadata
18 // !dom0 = metadata !{ metadata !"domain of foo()" }
29 // has a set of noalias scopes in some domain that is a superset of the alias
30 // scopes in that domain of some other instruction, then the two memory
68 /// Get the MDNode for this AliasScopeNode's domain.
133 static void collectMDInDomain(const MDNode *List, const MDNode *Domain,
137 if (AliasScopeNode(MD).getDomain() == Domain)
150 if (const MDNode *Domain = AliasScopeNode(NAMD).getDomain())
151 Domains.insert(Domain);
    [all...]
  /external/llvm/include/llvm/IR/
MDBuilder.h 98 /// \brief Return metadata appropriate for an alias scope domain node.
108 MDNode *createAnonymousAliasScope(MDNode *Domain,
110 return createAnonymousAARoot(Name, Domain);
118 /// \brief Return metadata appropriate for an alias scope domain node with
125 /// the same name and domain.
126 MDNode *createAliasScope(StringRef Name, MDNode *Domain);
  /external/llvm/lib/Target/ARM/
ARMHazardRecognizer.cpp 23 unsigned Domain = MCID.TSFlags & ARMII::DomainMask;
29 if ((Domain & ARMII::DomainVFP) || (Domain & ARMII::DomainNEON))
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
ARMHazardRecognizer.cpp 23 unsigned Domain = MCID.TSFlags & ARMII::DomainMask;
29 if ((Domain & ARMII::DomainVFP) || (Domain & ARMII::DomainNEON))
  /external/selinux/mcstrans/share/examples/pipes/
setrans.conf 2 Domain=PipesTest
  /art/runtime/
hidden_api.h 57 // Represents the API domain of a caller/callee.
60 // Initialize to either the fully-trusted or fully-untrusted domain.
88 Domain GetDomain() const { return domain_; }
89 bool IsApplicationDomain() const { return domain_ == Domain::kApplication; }
91 // Returns true if this domain is always allowed to access the domain of `callee`.
102 static Domain ComputeDomain(bool is_trusted) {
103 return is_trusted ? Domain::kCorePlatform : Domain::kApplication;
106 static Domain ComputeDomain(ObjPtr<mirror::ClassLoader> class_loader, const DexFile* dex_file)
117 Domain domain = ComputeDomain(klass->GetClassLoader(), dex_file); local
    [all...]
  /external/pdfium/third_party/lcms/src/
cmsintrp.c 129 // Fill samples per input direction and domain (which is number of nodes minus one)
133 p -> Domain[i] = nSamples[i] - 1;
198 Output[0] = LutTable[p -> Domain[0]];
202 val3 = p -> Domain[0] * Value[0];
236 Output[0] = LutTable[p -> Domain[0]];
240 val2 *= p -> Domain[0];
268 v = Input[0] * p16 -> Domain[0];
303 Output[0] = LutTable[p -> Domain[0]];
307 val2 *= p -> Domain[0];
348 px = fclamp(Input[0]) * p->Domain[0]
    [all...]
  /frameworks/av/media/codec2/sfplugin/
CCodecConfig.h 44 * Domain consists of a bitmask divided into fields, and specifiers work by excluding other
56 enum Domain : uint32_t {
57 // component domain (domain & kind)
68 // config domain
73 // port domain
105 Domain mDomain; // component domain
106 Domain mInputDomain; // input port domain
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMHazardRecognizer.cpp 23 unsigned Domain = MCID.TSFlags & ARMII::DomainMask;
29 if ((Domain & ARMII::DomainVFP) || (Domain & ARMII::DomainNEON))
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
MDBuilder.h 116 /// Return metadata appropriate for an alias scope domain node.
126 MDNode *createAnonymousAliasScope(MDNode *Domain,
128 return createAnonymousAARoot(Name, Domain);
136 /// Return metadata appropriate for an alias scope domain node with
143 /// the same name and domain.
144 MDNode *createAliasScope(StringRef Name, MDNode *Domain);
  /external/skia/src/gpu/ops/
GrQuadPerEdgeAA.h 25 enum class Domain : bool { kNo = false, kYes = true };
33 // order (when enabled) is device position, color, local position, domain, aa edge equations.
39 bool hasLocalCoords, Domain domain, GrAAType aa, bool alphaAsCoverage)
44 , fHasDomain(static_cast<unsigned>(domain))
84 // local coords, vertex color, domain, and edge coefficients will be written and/or computed
90 const SkPMColor4f& color, const GrPerspQuad& localQuad, const SkRect& domain,
  /external/skqp/src/gpu/ops/
GrQuadPerEdgeAA.h 25 enum class Domain : bool { kNo = false, kYes = true };
30 // order (when enabled) is device position, color, local position, domain, aa edge equations.
36 bool hasLocalCoords, Domain domain, GrAAType aa, bool alphaAsCoverage)
41 , fHasDomain(static_cast<unsigned>(domain))
81 // local coords, vertex color, domain, and edge coefficients will be written and/or computed
87 const SkPMColor4f& color, const GrPerspQuad& localQuad, const SkRect& domain,

Completed in 554 milliseconds

1 2 3 4 5 6 7