/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/ |
SkPdfFunctionCommonDictionary_autogen.cpp | 23 SkPdfArray* SkPdfFunctionCommonDictionary::Domain(SkPdfNativeDoc* doc) { 24 SkPdfNativeObject* ret = get("Domain", ""); 32 return get("Domain", "") != NULL;
|
SkPdfType1ShadingDictionary_autogen.cpp | 11 SkPdfArray* SkPdfType1ShadingDictionary::Domain(SkPdfNativeDoc* doc) { 12 SkPdfNativeObject* ret = get("Domain", ""); 20 return get("Domain", "") != NULL;
|
SkPdfType2ShadingDictionary_autogen.cpp | 23 SkPdfArray* SkPdfType2ShadingDictionary::Domain(SkPdfNativeDoc* doc) { 24 SkPdfNativeObject* ret = get("Domain", ""); 32 return get("Domain", "") != NULL;
|
SkPdfType3ShadingDictionary_autogen.cpp | 23 SkPdfArray* SkPdfType3ShadingDictionary::Domain(SkPdfNativeDoc* doc) { 24 SkPdfNativeObject* ret = get("Domain", ""); 32 return get("Domain", "") != NULL;
|
/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...] |
ARMISelLowering.cpp | [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
rasshost.h | 2 * This file has no copyright assigned and is placed in the Public Domain. 18 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];
|
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...] |
wtypes.h | 283 USHORT *Domain;
|
/external/skia/include/core/ |
SkPicture.h | 48 typedef uint8_t Domain; 55 // This entry point allows user's to get a unique domain prefix 57 static Domain GenerateDomain();
|
/external/jmdns/src/javax/jmdns/ |
ServiceInfo.java | 25 * <li><servicedomain>.<parentdomain>: 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 642 unsigned domain = countTrailingZeros(available); local [all...] |
/external/skia/include/gpu/ |
GrResourceKey.h | 64 bool isValid() const { return kInvalidDomain != this->domain(); } 66 uint32_t domain() const { return fKey[kDomainAndSize_MetaDataIdx] & 0xffff; } function in class:GrResourceKey 68 /** size of the key data, excluding meta-data (hash, domain, etc). */ 71 /** ptr to the key data, excluding meta-data (hash, domain, etc). */ 80 Builder(GrResourceKey* key, uint32_t domain, int data32Count) : fKey(key) { 82 SkASSERT(domain != kInvalidDomain); 86 SkASSERT(SkToU16(domain) == domain); 87 key->fKey[kDomainAndSize_MetaDataIdx] = domain | (size << 16); 117 // The key domain and size are packed into a single uint32_t [all...] |
/external/parameter-framework/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/parameter-framework/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...] |
/ndk/tests/device/test-stlport_shared-exception/jni/ |
unroll1.cpp | 38 class Domain : public DomainBase<DT> 101 class Interval : public Domain<DomainTraits<Interval> > 104 Interval(const Interval &a) : Domain<DomainTraits<Interval> >() { 110 Interval(int a) : Domain<DomainTraits<Interval> >() 145 class Loc : public Domain<DomainTraits<Loc> > 148 explicit Loc(const int &a) : Domain<DomainTraits<Loc> >() { 365 const Interval &domain() const function in class:DomainLayout 377 explicit BrickBase(const Interval &domain); 390 firsts_m = layout_m.domain()[0].first();
|
/ndk/tests/device/test-stlport_static-exception/jni/ |
unroll1.cpp | 38 class Domain : public DomainBase<DT> 101 class Interval : public Domain<DomainTraits<Interval> > 104 Interval(const Interval &a) : Domain<DomainTraits<Interval> >() { 110 Interval(int a) : Domain<DomainTraits<Interval> >() 145 class Loc : public Domain<DomainTraits<Loc> > 148 explicit Loc(const int &a) : Domain<DomainTraits<Loc> >() { 365 const Interval &domain() const function in class:DomainLayout 377 explicit BrickBase(const Interval &domain); 390 firsts_m = layout_m.domain()[0].first();
|
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/include/ |
lcms2_plugin.h | 294 cmsUInt32Number Domain[MAX_INPUT_DIMENSIONS]; // Domain = nSamples - 1
|