Searched defs:Domain (Results 1 - 25 of 25) sorted by relevance

/external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfFunctionCommonDictionary_autogen.cpp23 SkPdfArray* SkPdfFunctionCommonDictionary::Domain(SkPdfNativeDoc* doc) { function in class:SkPdfFunctionCommonDictionary
24 SkPdfNativeObject* ret = get("Domain", "");
32 return get("Domain", "") != NULL;
H A DSkPdfType1ShadingDictionary_autogen.cpp11 SkPdfArray* SkPdfType1ShadingDictionary::Domain(SkPdfNativeDoc* doc) { function in class:SkPdfType1ShadingDictionary
12 SkPdfNativeObject* ret = get("Domain", "");
20 return get("Domain", "") != NULL;
H A DSkPdfType2ShadingDictionary_autogen.cpp23 SkPdfArray* SkPdfType2ShadingDictionary::Domain(SkPdfNativeDoc* doc) { function in class:SkPdfType2ShadingDictionary
24 SkPdfNativeObject* ret = get("Domain", "");
32 return get("Domain", "") != NULL;
H A DSkPdfType3ShadingDictionary_autogen.cpp23 SkPdfArray* SkPdfType3ShadingDictionary::Domain(SkPdfNativeDoc* doc) { function in class:SkPdfType3ShadingDictionary
24 SkPdfNativeObject* ret = get("Domain", "");
32 return get("Domain", "") != NULL;
/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfFunctionCommonDictionary_autogen.cpp23 SkPdfArray* SkPdfFunctionCommonDictionary::Domain(SkPdfNativeDoc* doc) { function in class:SkPdfFunctionCommonDictionary
24 SkPdfNativeObject* ret = get("Domain", "");
32 return get("Domain", "") != NULL;
H A DSkPdfType1ShadingDictionary_autogen.cpp11 SkPdfArray* SkPdfType1ShadingDictionary::Domain(SkPdfNativeDoc* doc) { function in class:SkPdfType1ShadingDictionary
12 SkPdfNativeObject* ret = get("Domain", "");
20 return get("Domain", "") != NULL;
H A DSkPdfType2ShadingDictionary_autogen.cpp23 SkPdfArray* SkPdfType2ShadingDictionary::Domain(SkPdfNativeDoc* doc) { function in class:SkPdfType2ShadingDictionary
24 SkPdfNativeObject* ret = get("Domain", "");
32 return get("Domain", "") != NULL;
H A DSkPdfType3ShadingDictionary_autogen.cpp23 SkPdfArray* SkPdfType3ShadingDictionary::Domain(SkPdfNativeDoc* doc) { function in class:SkPdfType3ShadingDictionary
24 SkPdfNativeObject* ret = get("Domain", "");
32 return get("Domain", "") != NULL;
/external/chromium_org/chrome/common/mac/
H A Dlaunchd.h22 enum Domain { enum in class:Launchd
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);
/external/chromium_org/ppapi/shared_impl/
H A Dfile_path.h19 enum Domain { enum in class:ppapi::PepperFilePath
29 PepperFilePath(Domain d, const base::FilePath& p);
31 Domain domain() const { return domain_; }
35 Domain domain_;
/external/llvm/lib/Target/ARM/
H A DARMHazardRecognizer.cpp23 unsigned Domain = MCID.TSFlags & ARMII::DomainMask; local
29 if ((Domain & ARMII::DomainVFP) || (Domain & ARMII::DomainNEON))
H A DMLxExpansionPass.cpp188 unsigned Domain = MCID.TSFlags & ARMII::DomainMask; local
194 if ((Domain & ARMII::DomainVFP) || (Domain & ARMII::DomainNEON))
352 unsigned Domain = MCID.TSFlags & ARMII::DomainMask; local
353 if (Domain == ARMII::DomainGeneral) {
H A DARMBaseInstrInfo.cpp3969 // Also see ARMInstrFormats.td and Domain* enums in ARMBaseInfo.h
3987 unsigned Domain = MI->getDesc().TSFlags & ARMII::DomainMask; local
3989 if (Domain & ARMII::DomainNEON)
3994 if ((Domain & ARMII::DomainNEONA8) && Subtarget.isCortexA8())
3997 if (Domain & ARMII::DomainVFP)
4062 ARMBaseInstrInfo::setExecutionDomain(MachineInstr *MI, unsigned Domain) const {
4072 if (Domain != ExeNEON)
4092 if (Domain != ExeNEON)
4118 if (Domain != ExeNEON)
4152 if (Domain !
[all...]
H A DARMISelLowering.cpp2629 unsigned Domain = ARM_MB::ISH; local
2632 Domain = ARM_MB::SY;
2637 Domain = ARM_MB::ISHST;
2642 DAG.getConstant(Domain, MVT::i32));
/external/chromium_org/net/cookies/
H A Dcanonical_cookie.h76 const std::string& Domain() const { return domain_; } function in class:net::CanonicalCookie
103 return (name_ == ecc.Name() && domain_ == ecc.Domain()
H A Dparsed_cookie.h44 const std::string& Domain() const { return pairs_[domain_index_].second; } function in class:net::ParsedCookie
/external/chromium_org/third_party/skia/include/core/
H A DSkPicture.h49 typedef uint8_t Domain; typedef in class:SkPicture::AccelData
58 static Domain GenerateDomain();
/external/skia/include/core/
H A DSkPicture.h47 typedef uint8_t Domain; typedef in class:SkPicture::AccelData
56 static Domain GenerateDomain();
/external/jmdns/src/javax/jmdns/
H A DServiceInfo.java45 * Domain Field.
47 Domain, enum constant in enum:ServiceInfo.Fields
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.
/external/llvm/lib/CodeGen/
H A DExecutionDepsFix.cpp409 unsigned Domain = LiveRegs[rx].Value->getFirstDomain(); local
410 if (!pdv->isCollapsed() && pdv->hasDomain(Domain))
411 collapse(pdv, Domain);
674 assert(dv->AvailableDomains && "Domain should have been filtered");
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/include/
H A Dlcms2_plugin.h294 cmsUInt32Number Domain[MAX_INPUT_DIMENSIONS]; // Domain = nSamples - 1 member in struct:_cms_interp_struc
/external/skia/include/gpu/
H A DGrTypes.h469 typedef uint8_t Domain; typedef in struct:GrCacheID
487 GrCacheID(Domain domain, const Key& key) {
492 void reset(Domain domain, const Key& key) {
501 Domain getDomain() const { SkASSERT(this->isValid()); return fDomain; }
504 static Domain GenerateDomain();
508 Domain fDomain;
510 static const Domain kInvalid_Domain = 0;
/external/chromium_org/third_party/skia/include/gpu/
H A DGrTypes.h507 typedef uint8_t Domain; typedef in struct:GrCacheID
525 GrCacheID(Domain domain, const Key& key) {
530 void reset(Domain domain, const Key& key) {
539 Domain getDomain() const { SkASSERT(this->isValid()); return fDomain; }
542 static Domain GenerateDomain();
546 Domain fDomain;
548 static const Domain kInvalid_Domain = 0;
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/network/
H A DNetworkPanel.js100 Domain: "Domain",
120 "domain": WebInspector.UIString("Domain"),
918 this._suggestionBuilder.addItem(WebInspector.NetworkLogView.FilterType.Domain, request.domain);
1480 case WebInspector.NetworkLogView.FilterType.Domain:
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sources/
H A DNavigatorView.js67 if (type === WebInspector.NavigatorTreeOutline.Types.Domain)
167 var type = project.type() === WebInspector.projectTypes.FileSystem ? WebInspector.NavigatorTreeOutline.Types.FileSystem : WebInspector.NavigatorTreeOutline.Types.Domain;
611 Domain: "Domain",
628 if (type === WebInspector.NavigatorTreeOutline.Types.Domain) {
1371 return this._type !== WebInspector.NavigatorTreeOutline.Types.Domain && node instanceof WebInspector.NavigatorFolderTreeNode;

Completed in 3511 milliseconds