/frameworks/compile/libbcc/lib/Core/ |
D | Script.cpp | 23 bool Script::reset(Source &pSource, bool pPreserveCurrent) { in reset() argument 24 if (mSource == &pSource) { in reset() 31 mSource = &pSource; in reset() 35 bool Script::mergeSource(Source &pSource, bool pPreserveSource) { in mergeSource() argument 36 return mSource->merge(pSource, pPreserveSource); in mergeSource()
|
D | BCCContext.cpp | 56 void BCCContext::addSource(Source &pSource) in addSource() argument 57 { mImpl->mOwnSources.insert(&pSource); } in addSource() 59 void BCCContext::removeSource(Source &pSource) in removeSource() argument 60 { mImpl->mOwnSources.erase(&pSource); } in removeSource()
|
D | Source.cpp | 144 bool Source::merge(Source &pSource, bool pPreserveSource) { in merge() argument 150 if (llvm::Linker::LinkModules(mModule, &pSource.getModule(), in merge() 154 pSource.getIdentifier().c_str(), in merge() 160 pSource.mNoDelete = true; in merge() 161 delete &pSource; in merge()
|
/frameworks/compile/libbcc/include/bcc/ |
D | Script.h | 36 Script(Source &pSource) : mSource(&pSource) { } in Script() argument 45 bool reset(Source &pSource, bool pPreserveCurrent = false); 51 bool mergeSource(Source &pSource, bool pPreserveSource = false);
|
D | BCCContext.h | 42 void addSource(Source &pSource); 43 void removeSource(Source &pSource);
|
/frameworks/av/media/libstagefright/codecs/common/ |
D | cmnMemory.c | 58 VO_U32 cmnMemCopy (VO_S32 uID, VO_PTR pDest, VO_PTR pSource, VO_U32 uSize) in cmnMemCopy() argument 62 memcpy (pDest, pSource, uSize); in cmnMemCopy() 82 VO_U32 cmnMemMove (VO_S32 uID, VO_PTR pDest, VO_PTR pSource, VO_U32 uSize) in cmnMemMove() argument 86 memmove (pDest, pSource, uSize); in cmnMemMove()
|
/frameworks/compile/libbcc/lib/Renderscript/ |
D | RSScript.cpp | 53 RSScript::RSScript(Source &pSource) in RSScript() argument 54 : Script(pSource), mInfo(NULL), mCompilerVersion(0), in RSScript()
|
/frameworks/av/media/libstagefright/codecs/common/include/ |
D | cmnMemory.h | 68 VO_U32 cmnMemCopy (VO_S32 uID, VO_PTR pDest, VO_PTR pSource, VO_U32 uSize); 97 VO_U32 cmnMemMove (VO_S32 uID, VO_PTR pDest, VO_PTR pSource, VO_U32 uSize);
|
D | voMem.h | 46 VO_U32 (VO_API * Copy) (VO_S32 uID, VO_PTR pDest, VO_PTR pSource, VO_U32 uSize); 49 VO_U32 (VO_API * Move) (VO_S32 uID, VO_PTR pDest, VO_PTR pSource, VO_U32 uSize);
|
/frameworks/compile/mclinker/lib/Target/ARM/ |
D | ARMToARMStub.cpp | 65 uint64_t pSource, in isMyDuty() argument 78 int64_t branch_offset = static_cast<int64_t>(dest) - pSource; in isMyDuty()
|
D | ARMToTHMStub.cpp | 67 uint64_t pSource, in isMyDuty() argument 78 int64_t branch_offset = static_cast<int64_t>(dest) - pSource; in isMyDuty()
|
D | THMToARMStub.cpp | 73 uint64_t pSource, in isMyDuty() argument 84 int64_t branch_offset = static_cast<int64_t>(dest) - pSource; in isMyDuty()
|
D | THMToTHMStub.cpp | 75 uint64_t pSource, in isMyDuty() argument 86 int64_t branch_offset = static_cast<int64_t>(dest) - pSource; in isMyDuty()
|
D | ARMToARMStub.h | 37 uint64_t pSource,
|
D | ARMToTHMStub.h | 37 uint64_t pSource,
|
D | THMToARMStub.h | 36 uint64_t pSource,
|
D | THMToTHMStub.h | 36 uint64_t pSource,
|
/frameworks/compile/mclinker/lib/Target/Hexagon/ |
D | HexagonAbsoluteStub.cpp | 63 uint64_t pSource, in isMyDuty() argument 87 int64_t offset = pTargetSymValue - pSource; in isMyDuty()
|
D | HexagonAbsoluteStub.h | 37 uint64_t pSource,
|
/frameworks/compile/mclinker/lib/LD/ |
D | StubFactory.cpp | 122 uint64_t pSource, in findPrototype() argument 127 if ((*it)->isMyDuty(pReloc, pSource, pTargetSymValue)) in findPrototype()
|
/frameworks/native/opengl/tests/gldual/jni/ |
D | gl_code.cpp | 37 GLuint loadShader(GLenum shaderType, const char* pSource) { in loadShader() argument 40 glShaderSource(shader, 1, &pSource, NULL); in loadShader()
|
/frameworks/native/opengl/tests/gl2_jni/jni/ |
D | gl_code.cpp | 37 GLuint loadShader(GLenum shaderType, const char* pSource) { in loadShader() argument 40 glShaderSource(shader, 1, &pSource, NULL); in loadShader()
|
/frameworks/compile/mclinker/include/mcld/LD/ |
D | StubFactory.h | 44 const uint64_t pSource,
|
/frameworks/compile/mclinker/lib/Target/Mips/ |
D | MipsLA25Stub.h | 35 uint64_t pSource,
|
/frameworks/compile/mclinker/lib/ADT/GraphLite/ |
D | Digraph.cpp | 60 Digraph::addArc(const Digraph::Node& pSource, const Digraph::Node& pTarget) in addArc() argument
|