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

1 2

  /frameworks/base/core/java/android/security/net/config/
Domain.java 21 public final class Domain {
23 * Lower case hostname for this domain rule.
28 * Whether this domain includes subdomains.
32 public Domain(String hostname, boolean subdomainsIncluded) {
50 if (!(other instanceof Domain)) {
53 Domain otherDomain = (Domain) other;
  /external/llvm/lib/Target/ARM/
ARMHazardRecognizer.cpp 23 unsigned Domain = MCID.TSFlags & ARMII::DomainMask;
29 if ((Domain & ARMII::DomainVFP) || (Domain & ARMII::DomainNEON))
MLxExpansionPass.cpp 188 unsigned Domain = MCID.TSFlags & ARMII::DomainMask;
194 if ((Domain & ARMII::DomainVFP) || (Domain & ARMII::DomainNEON))
352 unsigned Domain = MCID.TSFlags & ARMII::DomainMask;
353 if (Domain == ARMII::DomainGeneral) {
ARMBaseInstrInfo.cpp     [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))
MLxExpansionPass.cpp 141 unsigned Domain = MCID.TSFlags & ARMII::DomainMask;
147 if ((Domain & ARMII::DomainVFP) || (Domain & ARMII::DomainNEON))
284 unsigned Domain = MCID.TSFlags & ARMII::DomainMask;
285 if (Domain == ARMII::DomainGeneral) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
rasshost.h 21 CHAR Domain[DNLEN+1];
winwlx.h 2 * This file has no copyright assigned and is placed in the Public Domain.
123 PWSTR Domain;
212 typedef DWORD (WINAPI *PWLX_QUERY_TERMINAL_SERVICES_DATA)(HANDLE hWlx,PWLX_TERMINAL_SERVICES_DATA pTSData,WCHAR *UserName,WCHAR *Domain);
347 PWSTR Domain;
wtsapi32.h 2 * This file has no copyright assigned and is placed in the Public Domain.
208 WCHAR Domain[DOMAIN_LENGTH + 1 ];
230 CHAR Domain[DOMAIN_LENGTH + 1 ];
261 WCHAR Domain[DOMAIN_LENGTH];
278 CHAR Domain[DOMAIN_LENGTH];
wtypesbase.h 187 USHORT *Domain;
rpcdce.h 2 * This file has no copyright assigned and is placed in the Public Domain.
327 unsigned short *Domain;
337 unsigned char *Domain;
winevt.h 2 * This file has no copyright assigned and is placed in the Public Domain.
185 LPWSTR Domain;
ntsecpkg.h 2 * This file has no copyright assigned and is placed in the Public Domain.
462 ULONG Domain;
474 ULONG Domain;
    [all...]
sspi.h 2 * This file has no copyright assigned and is placed in the Public Domain.
    [all...]
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/AcpiPlatform/
AcpiPlatformHooks.h 103 UINT8 Domain;
  /external/jmdns/src/javax/jmdns/
ServiceInfo.java 25 * <li>&lt;servicedomain&gt;.&lt;parentdomain&gt;: This is the domain scope of the service typically "local.", but this can also be something similar to "in-addr.arpa." or "ip6.arpa."</li>
45 * Domain Field.
47 Domain,
382 * dictionary of values to build the fully qualified service name. Mandatory keys are Application and Instance. The Domain default is local, the Protocol default is tcp and the subtype default is none.
679 * Returns the domain of the service info suitable for printing.
681 * @return service domain
  /external/llvm/lib/CodeGen/
ExecutionDepsFix.cpp 19 // This pass changes the variant instructions to minimize domain crossings.
43 /// execution domain. Multiple registers may refer to the same open
45 /// domain.
51 /// domain, but if we were forced to pay the penalty of a domain crossing, we
76 // Is domain available?
77 bool hasDomain(unsigned domain) const {
78 assert(domain <
81 return AvailableDomains & (1u << domain);
84 // Mark domain as available
647 unsigned domain = countTrailingZeros(available); local
    [all...]
  /external/llvm/lib/Transforms/Utils/
LoopVersioning.cpp 182 MDNode *Domain = MDB.createAnonymousAliasScopeDomain("LVerDomain");
185 GroupToScope[&Group] = MDB.createAnonymousAliasScope(Domain);
  /external/skia/include/gpu/
GrResourceKey.h 69 bool isValid() const { return kInvalidDomain != this->domain(); }
71 uint32_t domain() const { return fKey[kDomainAndSize_MetaDataIdx] & 0xffff; } function in class:GrResourceKey
73 /** size of the key data, excluding meta-data (hash, domain, etc). */
76 /** ptr to the key data, excluding meta-data (hash, domain, etc). */
85 Builder(GrResourceKey* key, uint32_t domain, int data32Count) : fKey(key) {
87 SkASSERT(domain != kInvalidDomain);
91 SkASSERT(SkToU16(domain) == domain);
92 key->fKey[kDomainAndSize_MetaDataIdx] = domain | (size << 16);
122 // The key domain and size are packed into a single uint32_t
    [all...]
  /external/parameter-framework/upstream/tools/xmlGenerator/
EddParser.py 148 It is the class base for all other elements as Domain, Configuration..."""
576 class Domain (ElementWithRuleInheritance, ElementWithTag) :
577 tag = "domain"
580 match = re.compile(r"domain *:").match
588 super(Domain, self).propagate(context)
593 """check for domain name, sequence awarness and rules inheritance"""
594 # check for domain name and sequence awarness inheritance
601 """ make domain name and sequence awareness inheritance
603 join to the domain name all domain names defined in context an
    [all...]
  /external/parameter-framework/upstream/tools/coverage/
coverage.py 36 - domain
556 class Domain(FromDomElement, DomPopulatedElement):
563 childClasses = [DomElementLocation(Domain, ["ConfigurableDomains"])]
716 return ('Applying configuration "%s" from domain "%s" before declaring criteria' %
737 configApplicationRegext = r""".*Applying configuration "(.*)" from domain "([^"]*)"""
832 logger.info("Applying configuration %s from domain %s" % (
880 # Create domain tree
929 logger.fatal("No domain file provided (first argument)")
932 logger.warning(" - Domain file: " + self.domainsFile)
946 help="the PFW domain XML file
    [all...]
  /external/pdfium/third_party/lcms2-2.6/include/
lcms2_plugin.h 294 cmsUInt32Number Domain[MAX_INPUT_DIMENSIONS]; // Domain = nSamples - 1
  /prebuilts/go/darwin-x86/src/encoding/xml/
marshal_test.go 52 type Domain struct {
53 XMLName struct{} `xml:"domain"`
130 Domain *Domain `xml:"host>domain"`
640 {Value: &Domain{Name: []byte("google.com&friends")}, ExpectXML: `<domain>google.com&amp;friends</domain>`},
641 {Value: &Domain{Name: []byte("google.com"), Comment: []byte(" &friends ")}, ExpectXML: `<domain>google.com<!-- &friends --></domain>`}
    [all...]
  /prebuilts/go/linux-x86/src/encoding/xml/
marshal_test.go 52 type Domain struct {
53 XMLName struct{} `xml:"domain"`
130 Domain *Domain `xml:"host>domain"`
640 {Value: &Domain{Name: []byte("google.com&friends")}, ExpectXML: `<domain>google.com&amp;friends</domain>`},
641 {Value: &Domain{Name: []byte("google.com"), Comment: []byte(" &friends ")}, ExpectXML: `<domain>google.com<!-- &friends --></domain>`}
    [all...]
  /device/linaro/bootloader/edk2/StdLib/EfiSocketLib/
Socket.h     [all...]

Completed in 1002 milliseconds

1 2