Searched refs:pType (Results 26 - 50 of 55) sorted by relevance

123

/frameworks/compile/mclinker/lib/LD/
H A DRelocationFactory.cpp34 Relocation* RelocationFactory::produce(RelocationFactory::Type pType, argument
68 new (result) Relocation(pType, &pFragRef, pAddend, target_data);
H A DNamePool.cpp28 ResolveInfo::Type pType,
37 result->setType(pType);
50 ResolveInfo::Type pType,
76 new_symbol->setType(pType);
26 createSymbol(const llvm::StringRef& pName, bool pIsDyn, ResolveInfo::Type pType, ResolveInfo::Desc pDesc, ResolveInfo::Binding pBinding, ResolveInfo::SizeType pSize, ResolveInfo::Visibility pVisibility) argument
48 insertSymbol(const llvm::StringRef& pName, bool pIsDyn, ResolveInfo::Type pType, ResolveInfo::Desc pDesc, ResolveInfo::Binding pBinding, ResolveInfo::SizeType pSize, ResolveInfo::Visibility pVisibility, ResolveInfo* pOldInfo, Resolver::Result& pResult) argument
H A DResolveInfo.cpp85 void ResolveInfo::setType(uint32_t pType) argument
88 m_BitField |= ((pType << TYPE_OFFSET) & TYPE_MASK);
/frameworks/compile/libbcc/lib/ExecutionEngine/
H A DELFObjectLoaderImpl.cpp135 ObjectLoader::SymbolType pType) const {
141 switch (pType) {
161 if ((pType == ObjectLoader::kUnknownType) ||
H A DELFObjectLoaderImpl.h51 ObjectLoader::SymbolType pType) const;
H A DObjectLoader.cpp160 SymbolType pType) const {
161 return mImpl->getSymbolNameList(pNameList, pType);
/frameworks/compile/libbcc/include/bcc/ExecutionEngine/
H A DObjectLoader.h62 // Get the symbol name where the symbol is of the type pType. If kUnknownType
65 SymbolType pType = kUnknownType) const;
/frameworks/compile/mclinker/include/mcld/LD/
H A DNamePool.h53 ResolveInfo::Type pType,
67 ResolveInfo::Type pType,
H A DELFSegment.h32 ELFSegment(uint32_t pType,
H A DLDSection.h34 uint32_t pType,
H A DResolveInfo.h108 void setType(uint32_t pType);
/frameworks/base/media/jni/mediaeditor/
H A DVideoEditorJava.cpp169 const char* pType,
177 "videoEditJava_getMethodId(%s,%s)", pName, pType);
180 jmethodID methodId = pEnv->GetMethodID(clazz, pName, pType);
199 pName, pType);
213 const char* pType,
221 "videoEditJava_getFieldId(%s,%s)", pName, pType);
224 jfieldID fieldId = pEnv->GetFieldID(clazz, pName, pType);
243 pName, pType);
751 pClass->pFields[index].pType,
851 pClass->pMethods[index].pType,
164 videoEditJava_getMethodId( bool* pResult, JNIEnv* pEnv, jclass clazz, const char* pName, const char* pType, jmethodID* pMethodId) argument
208 videoEditJava_getFieldId( bool* pResult, JNIEnv* pEnv, jclass clazz, const char* pName, const char* pType, jfieldID* pFieldId) argument
[all...]
H A DVideoEditorJava.h317 const char* pType; member in struct:__anon22
337 const char* pType; member in struct:__anon25
409 const char* pType,
417 const char* pType,
/frameworks/compile/mclinker/include/mcld/MC/
H A DSymbolCategory.h121 Category(Type pType) argument
122 : type(pType),
H A DInputTree.h152 unsigned int pType = Input::Unknown);
169 unsigned int pType = Input::Unknown);
206 unsigned int pType)
209 node->data = m_FileFactory.produce(pNamespec, pPath, pType);
203 insert(mcld::TreeIteratorBase pRoot, const std::string& pNamespec, const mcld::sys::fs::Path& pPath, unsigned int pType) argument
H A DMCLDInput.h54 unsigned int pType = Unknown,
/frameworks/compile/mclinker/include/mcld/Support/
H A DDerivedPositionDependentOptions.h32 FileOption(unsigned pPosition, Type pType, const sys::fs::Path &pPath) argument
33 : PositionDependentOption(pPosition, pType)
H A DSpace.h56 Space(Type pType, void* pMemBuffer, size_t pSize);
/frameworks/compile/mclinker/lib/MC/
H A DInputTree.cpp48 unsigned int pType)
51 node->data = m_FileFactory.produce(pNamespec, pPath, pType);
44 insert(TreeIteratorBase pRoot, const InputTree::Mover& pMover, const std::string& pNamespec, const sys::fs::Path& pPath, unsigned int pType) argument
/frameworks/compile/mclinker/lib/Support/
H A DSpace.cpp54 Space::Space(Space::Type pType, void* pMemBuffer, size_t pSize) argument
56 m_RegionCount(0), m_Type(pType)
/frameworks/wilhelm/src/itf/
H A DIMetadataTraversal.c86 SLint32 *pNodeID, SLuint32 *pType, SLuint32 size, SLchar *pMimeType)
85 IMetadataTraversal_GetChildInfo(SLMetadataTraversalItf self, SLuint32 index, SLint32 *pNodeID, SLuint32 *pType, SLuint32 size, SLchar *pMimeType) argument
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86RelocationFactory.cpp75 const char* X86RelocationFactory::getName(Relocation::Type pType) const
77 return ApplyFunctions[pType].name;
208 // Get an relocation entry in .rel.dyn and set its type to pType,
212 X86RelocationFactory::Type pType,
222 rel_entry.setType(pType);
225 if (pType == llvm::ELF::R_386_RELATIVE)
211 helper_DynRel(Relocation& pReloc, X86RelocationFactory::Type pType, X86RelocationFactory& pParent) argument
/frameworks/av/media/libmedia/
H A DAudioEffect.cpp68 effect_uuid_t *pType = NULL; local
76 pType = &type;
86 mStatus = set(pType, pUuid, priority, cbf, user, sessionId, io);
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsRelocationFactory.cpp72 const char* MipsRelocationFactory::getName(Relocation::Type pType) const
74 return ApplyFunctions[pType].name;
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMRelocationFactory.cpp74 const char* ARMRelocationFactory::getName(RelocationFactory::Type pType) const
76 return ApplyFunctions[pType].name;
242 // Get an relocation entry in .rel.dyn and set its type to pType,
246 ARMRelocationFactory::Type pType,
256 rel_entry.setType(pType);
259 if (pType == llvm::ELF::R_ARM_RELATIVE)
245 helper_DynRel(Relocation& pReloc, ARMRelocationFactory::Type pType, ARMRelocationFactory& pParent) argument

Completed in 176 milliseconds

123