Home
last modified time | relevance | path

Searched refs:Constant (Results 1 – 21 of 21) sorted by relevance

/frameworks/base/core/java/android/os/health/
DUidHealthStats.java34 @HealthKeys.Constant(type=HealthKeys.TYPE_MEASUREMENT)
41 @HealthKeys.Constant(type=HealthKeys.TYPE_MEASUREMENT)
48 @HealthKeys.Constant(type=HealthKeys.TYPE_MEASUREMENT)
55 @HealthKeys.Constant(type=HealthKeys.TYPE_MEASUREMENT)
63 @HealthKeys.Constant(type=HealthKeys.TYPE_TIMERS)
71 @HealthKeys.Constant(type=HealthKeys.TYPE_TIMERS)
74 @HealthKeys.Constant(type=HealthKeys.TYPE_TIMERS)
82 @HealthKeys.Constant(type=HealthKeys.TYPE_TIMERS)
89 @HealthKeys.Constant(type=HealthKeys.TYPE_TIMERS)
96 @HealthKeys.Constant(type=HealthKeys.TYPE_TIMERS)
[all …]
DProcessHealthStats.java33 @HealthKeys.Constant(type=HealthKeys.TYPE_MEASUREMENT)
40 @HealthKeys.Constant(type=HealthKeys.TYPE_MEASUREMENT)
46 @HealthKeys.Constant(type=HealthKeys.TYPE_MEASUREMENT)
52 @HealthKeys.Constant(type=HealthKeys.TYPE_MEASUREMENT)
58 @HealthKeys.Constant(type=HealthKeys.TYPE_MEASUREMENT)
65 @HealthKeys.Constant(type=HealthKeys.TYPE_MEASUREMENT)
DPidHealthStats.java47 @HealthKeys.Constant(type=HealthKeys.TYPE_MEASUREMENT)
60 @HealthKeys.Constant(type=HealthKeys.TYPE_MEASUREMENT)
73 @HealthKeys.Constant(type=HealthKeys.TYPE_MEASUREMENT)
DHealthKeys.java71 public @interface Constant { annotation in HealthKeys
99 final Class<Constant> annotationClass = Constant.class; in Constants()
110 final Constant constant = field.getAnnotation(annotationClass); in Constants()
DServiceHealthStats.java34 @HealthKeys.Constant(type=HealthKeys.TYPE_MEASUREMENT)
43 @HealthKeys.Constant(type=HealthKeys.TYPE_MEASUREMENT)
DPackageHealthStats.java33 @HealthKeys.Constant(type=HealthKeys.TYPE_STATS)
42 @HealthKeys.Constant(type=HealthKeys.TYPE_MEASUREMENTS)
/frameworks/compile/libbcc/lib/
DRSGlobalInfoPass.cpp111 std::vector<llvm::Constant *> GVAddresses; in runOnModule()
112 std::vector<llvm::Constant *> GVNames; in runOnModule()
169 llvm::Constant *C = in runOnModule()
209 llvm::Constant *GlobalEntriesInit = in runOnModule()
218 llvm::Constant *GlobalNamesInit = in runOnModule()
227 llvm::Constant *GlobalAddressesInit = in runOnModule()
237 llvm::Constant *GlobalSizesInit; in runOnModule()
250 llvm::Constant *GlobalPropertiesInit = in runOnModule()
DRSInvokeHelperPass.cpp54 llvm::Constant* rsAllocationSetObj;
55 llvm::Constant* rsElementSetObj;
56 llvm::Constant* rsSamplerSetObj;
57 llvm::Constant* rsScriptSetObj;
58 llvm::Constant* rsTypeSetObj;
122 llvm::Constant *SetObj = nullptr; in insertSetObjectHelper()
DRSEmbedInfo.cpp198 llvm::Constant *Init = llvm::ConstantDataArray::getString(*C, in runOnModule()
/frameworks/rs/script_api/
DSpecification.h29 class Constant; variable
188 class Constant : public Definition {
193 Constant(const std::string& name) : Definition(name) {} in Constant() function
194 ~Constant();
266 Constant* mConstant; // Not owned
271 ConstantSpecification(Constant* constant) : mConstant(constant) {} in ConstantSpecification()
273 Constant* getConstant() const { return mConstant; } in getConstant()
527 std::map<std::string, Constant*> mDocumentedConstants;
550 const std::map<std::string, Constant*>& getDocumentedConstants() const { in getDocumentedConstants()
581 std::map<std::string, Constant*> mConstants;
[all …]
DGenerateHeaderFiles.cpp113 static void writeConstantComment(GeneratedFile* file, const Constant& constant) { in writeConstantComment()
120 const Constant* constant = spec.getConstant(); in writeConstantSpecification()
347 set<Constant*> documentedConstants; in writeHeaderFile()
349 Constant* constant = spec->getConstant(); in writeHeaderFile()
DSpecification.cpp308 Constant::~Constant() { in ~Constant()
375 Constant* constant = systemSpecification.findOrCreateConstant(name, &created); in scanConstantSpecification()
781 Constant* constant = spec->getConstant(); in addConstantSpecification()
782 mDocumentedConstants.insert(pair<string, Constant*>(constant->getName(), constant)); in addConstantSpecification()
884 Constant* SystemSpecification::findOrCreateConstant(const string& name, bool* created) { in findOrCreateConstant()
885 return findOrCreate<Constant>(name, &mConstants, created); in findOrCreateConstant()
DGenerateDocumentation.cpp286 static void writeSummaryTables(GeneratedFile* file, const map<string, Constant*>& constants, in writeSummaryTables()
480 static bool writeDetailedConstant(GeneratedFile* file, Constant* constant) { in writeDetailedConstant()
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
DBitcodeReader.cpp102 typedef std::vector<std::pair<Constant*, unsigned> > ResolveConstantsTy;
136 Constant *getConstantFwdRef(unsigned Idx, Type *Ty);
594 if (Constant *PHC = dyn_cast<Constant>(&*OldV)) { in AssignValue()
606 Constant *BitcodeReaderValueList::getConstantFwdRef(unsigned Idx, in getConstantFwdRef()
613 return cast<Constant>(V); in getConstantFwdRef()
617 Constant *C = new ConstantPlaceHolder(Ty, Context); in getConstantFwdRef()
652 SmallVector<Constant*, 64> NewOps; in ResolveConstantForwardRefs()
656 Constant *Placeholder = ResolveConstants.back().first; in ResolveConstantForwardRefs()
668 if (!isa<Constant>(U) || isa<GlobalValue>(U)) { in ResolveConstantForwardRefs()
675 Constant *UserC = cast<Constant>(U); in ResolveConstantForwardRefs()
[all …]
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
DBitcodeReader.cpp100 LPI->addClause(cast<Constant>(EHSel->getArgOperand(j))); in TransferClausesToLandingPadInst()
112 SmallVector<Constant *, 4> TyInfo; in TransferClausesToLandingPadInst()
115 TyInfo.push_back(cast<Constant>(EHSel->getArgOperand(j))); in TransferClausesToLandingPadInst()
131 LPI->addClause(cast<Constant>(EHSel->getArgOperand(j))); in TransferClausesToLandingPadInst()
344 typedef std::vector<std::pair<Constant*, unsigned> > ResolveConstantsTy;
378 Constant *getConstantFwdRef(unsigned Idx, Type *Ty);
869 if (Constant *PHC = dyn_cast<Constant>(&*OldV)) { in AssignValue()
881 Constant *BitcodeReaderValueList::getConstantFwdRef(unsigned Idx, in getConstantFwdRef()
888 return cast<Constant>(V); in getConstantFwdRef()
892 Constant *C = new ConstantPlaceHolder(Ty, Context); in getConstantFwdRef()
[all …]
/frameworks/compile/slang/BitWriter_2_9_func/
DValueEnumerator.cpp321 if (const Constant *C = dyn_cast<Constant>(V)) { in EnumerateValue()
411 const Constant *C = dyn_cast<Constant>(V); in EnumerateOperandType()
473 if ((isa<Constant>(*OI) && !isa<GlobalValue>(*OI)) || in incorporateFunction()
DBitcodeWriter.cpp841 const Constant *C = cast<Constant>(V); in WriteConstants()
/frameworks/compile/slang/BitWriter_3_2/
DValueEnumerator.cpp321 if (const Constant *C = dyn_cast<Constant>(V)) { in EnumerateValue()
411 const Constant *C = dyn_cast<Constant>(V); in EnumerateOperandType()
473 if ((isa<Constant>(*OI) && !isa<GlobalValue>(*OI)) || in incorporateFunction()
DBitcodeWriter.cpp879 const Constant *C = cast<Constant>(V); in WriteConstants()
/frameworks/compile/slang/BitWriter_2_9/
DValueEnumerator.cpp321 if (const Constant *C = dyn_cast<Constant>(V)) { in EnumerateValue()
411 const Constant *C = dyn_cast<Constant>(V); in EnumerateOperandType()
473 if ((isa<Constant>(*OI) && !isa<GlobalValue>(*OI)) || in incorporateFunction()
DBitcodeWriter.cpp843 const Constant *C = cast<Constant>(V); in WriteConstants()