| /frameworks/compile/mclinker/lib/Support/ | 
| D | LEB128.cpp | 17 size_t encode<uint64_t>(ByteType*& pBuf, uint64_t pValue) {  in encode()36 size_t encode<uint32_t>(ByteType*& pBuf, uint32_t pValue) {  in encode()
 67 size_t encode<int64_t>(ByteType*& pBuf, int64_t pValue) {  in encode()
 89 size_t encode<int32_t>(ByteType*& pBuf, int32_t pValue) {  in encode()
 
 | 
| /frameworks/wilhelm/src/android/ | 
| D | android_Effect.cpp | 202         int32_t param, int32_t param2, void *pValue)  in android_eq_getParam()228         int32_t param, int32_t param2, void *pValue)  in android_eq_setParam()
 251         int32_t param, void *pValue) {  in android_bb_setParam()
 259         int32_t param, void *pValue) {  in android_bb_getParam()
 354         int32_t param, void *pValue) {  in android_virt_setParam()
 362         int32_t param, void *pValue) {  in android_virt_getParam()
 430         int32_t param, void *pValue) {  in android_erev_setParam()
 445         int32_t param, void *pValue) {  in android_erev_getParam()
 612         int32_t param, uint32_t paramSizeMax, void *pValue, uint32_t valueSize)  in android_fx_setParam()
 633         int32_t param, uint32_t paramSizeMax, void *pValue, uint32_t valueSize)  in android_fx_getParam()
 [all …]
 
 | 
| /frameworks/compile/mclinker/include/mcld/Support/ | 
| D | LEB128.h | 36 size_t size(IntType pValue) {  in size()96 size_t encode(char*& pBuf, IntType pValue) {  in encode()
 
 | 
| D | Allocators.h | 36   static void construct(value_type* pPtr, const value_type& pValue) {  in construct()72   static void construct(value_type* pPtr, const value_type& pValue) {  in construct()
 119   void construct(pointer pPtr, const_reference pValue) {  in construct()
 342   void construct(pointer pObject, const DataType& pValue) {  in construct()
 396   void construct(DataType* pObject, const DataType& pValue) { /* do nothing */  in construct()
 399   void construct(pointer pObject, const_reference pValue) { /* do nothing */  in construct()
 
 | 
| D | UniqueGCFactory.h | 67   DataType* produce(const KeyType& pKey, const DataType& pValue, bool& pExist) {  in produce()
 | 
| /frameworks/compile/mclinker/include/mcld/Target/ | 
| D | ELFDynamic.tcc | 20 void Entry<32, true>::setValue(uint64_t pTag, uint64_t pValue) {  in setValue()42 void Entry<64, true>::setValue(uint64_t pTag, uint64_t pValue) {  in setValue()
 
 | 
| D | GOT.h | 39     Entry(uint64_t pValue, SectionData* pParent)  in Entry()46     void setValue(uint64_t pValue) { f_Value = pValue; }  in setValue()
 
 | 
| D | PLT.h | 31   void setValue(unsigned char* pValue) { m_pValue = pValue; }  in setValue()
 | 
| /frameworks/compile/mclinker/lib/Target/ | 
| D | ELFAttributeData.cpp | 35 bool ELFAttributeData::ReadValue(ELFAttributeValue& pValue,  in ReadValue()65                                       const ELFAttributeValue& pValue,  in WriteAttribute()
 
 | 
| /frameworks/compile/mclinker/lib/Target/AArch64/ | 
| D | AArch64RelocationHelpers.h | 20 static inline bool helper_check_signed_overflow(Relocator::DWord pValue,  in helper_check_signed_overflow()33     Relocator::Address pValue) {  in helper_get_page_address()
 38     Relocator::Address pValue) {  in helper_get_page_offset()
 42 static inline uint32_t get_mask(uint32_t pValue) {  in get_mask()
 
 | 
| /frameworks/compile/mclinker/lib/Fragment/ | 
| D | FillFragment.cpp | 18 FillFragment::FillFragment(int64_t pValue,  in FillFragment()
 | 
| D | AlignFragment.cpp | 20                              int64_t pValue,  in AlignFragment()
 | 
| /frameworks/compile/mclinker/lib/Core/ | 
| D | IRBuilder.cpp | 404                                LDSymbol::ValueType pValue,  in AddSymbol()460                                          LDSymbol::ValueType pValue,  in addSymbolFromObject()
 535                                          LDSymbol::ValueType pValue,  in addSymbolFromDynObj()
 643     LDSymbol::ValueType pValue,  in AddSymbol()
 713     LDSymbol::ValueType pValue,  in AddSymbol()
 760     LDSymbol::ValueType pValue,  in AddSymbol()
 810     LDSymbol::ValueType pValue,  in AddSymbol()
 
 | 
| /frameworks/compile/mclinker/include/mcld/Script/ | 
| D | Operand.h | 71   void setValue(uint64_t pValue) { m_Value = pValue; }  in setValue()102   void setValue(uint64_t pValue) { m_Value = pValue; }  in setValue()
 
 | 
| /frameworks/compile/mclinker/lib/LD/ | 
| D | MsgHandler.cpp | 42 void MsgHandler::addTaggedVal(intptr_t pValue,  in addTaggedVal()
 | 
| D | ELFReaderIf.cpp | 128 uint64_t ELFReaderIF::getSymValue(uint64_t pValue,  in getSymValue()
 | 
| /frameworks/compile/mclinker/include/mcld/ADT/ | 
| D | HashEntry.h | 56   void setValue(const ValueType& pValue) { m_Value = pValue; }  in setValue()
 | 
| D | TreeBase.h | 109   explicit Node(const value_type& pValue) : NodeBase(), data(&pValue) {}  in Node()
 | 
| /frameworks/compile/mclinker/include/mcld/Fragment/ | 
| D | AlignFragment.h | 36   void setEmitNops(bool pValue) { m_bEmitNops = pValue; }  in setEmitNops()
 | 
| D | Fragment.h | 43   void setParent(SectionData* pValue) { m_pParent = pValue; }  in setParent()
 | 
| /frameworks/compile/mclinker/unittests/ | 
| D | GCFactoryListTraitsTest.h | 51     inline void setValue(unsigned pValue) { m_Value = pValue; }  in setValue()
 | 
| /frameworks/compile/mclinker/lib/Target/Mips/ | 
| D | MipsGOT.cpp | 487 void Mips32GOT::setEntryValue(Fragment* entry, uint64_t pValue) {  in setEntryValue()503 Fragment* Mips32GOT::createEntry(uint64_t pValue, SectionData* pParent) {  in createEntry()
 522 void Mips64GOT::setEntryValue(Fragment* entry, uint64_t pValue) {  in setEntryValue()
 538 Fragment* Mips64GOT::createEntry(uint64_t pValue, SectionData* pParent) {  in createEntry()
 
 | 
| /frameworks/compile/mclinker/lib/Script/ | 
| D | Operand.cpp | 77 IntOperand::IntOperand(uint64_t pValue)  in IntOperand()85 IntOperand* IntOperand::create(uint64_t pValue) {  in create()
 
 | 
| /frameworks/av/media/libeffects/lvm/wrapper/Bundle/ | 
| D | EffectBundle.cpp | 1853                            uint32_t* pValueSize, void* pValue) {  in BassBoost_getParameter()1915                            uint32_t valueSize, void* pValue) {  in BassBoost_setParameter()
 1972                              uint32_t* pValueSize, void* pValue) {  in Virtualizer_getParameter()
 2078                              uint32_t valueSize, void* pValue) {  in Virtualizer_setParameter()
 2149                            uint32_t* pValueSize, void* pValue) {  in Equalizer_getParameter()
 2387                            uint32_t valueSize, void* pValue) {  in Equalizer_setParameter()
 2507                         uint32_t* pValueSize, void* pValue) {  in Volume_getParameter()
 2608                         uint32_t valueSize, void* pValue) {  in Volume_setParameter()
 
 | 
| /frameworks/av/media/libeffects/preprocessing/ | 
| D | PreProcessing.cpp | 288 int Agc2GetParameter(preproc_effect_t* effect, void* pParam, uint32_t* pValueSize, void* pValue) {  in Agc2GetParameter()356 int AgcGetParameter(preproc_effect_t* effect, void* pParam, uint32_t* pValueSize, void* pValue) {  in AgcGetParameter()
 421 int Agc2SetParameter(preproc_effect_t* effect, void* pParam, void* pValue) {  in Agc2SetParameter()
 470 int AgcSetParameter(preproc_effect_t* effect, void* pParam, void* pValue) {  in AgcSetParameter()
 560 int AecGetParameter(preproc_effect_t* effect, void* pParam, uint32_t* pValueSize, void* pValue) {  in AecGetParameter()
 586 int AecSetParameter(preproc_effect_t* effect, void* pParam, void* pValue) {  in AecSetParameter()
 664 int NsSetParameter(preproc_effect_t* effect, void* pParam, void* pValue) {  in NsSetParameter()
 
 |