Home
last modified time | relevance | path

Searched defs:pSource (Results 1 – 23 of 23) sorted by relevance

/frameworks/compile/libbcc/lib/
DScript.cpp31 Script::Script(Source *pSource) in Script()
90 bool Script::mergeSource(Source &pSource) { return mSource->merge(pSource); } in mergeSource()
DBCCContext.cpp55 void BCCContext::addSource(Source &pSource) in addSource()
58 void BCCContext::removeSource(Source &pSource) in removeSource()
DSource.cpp211 bool Source::merge(Source &pSource) { in merge()
/frameworks/av/media/libstagefright/codecs/common/
DcmnMemory.c58 VO_U32 cmnMemCopy (VO_S32 uID, VO_PTR pDest, VO_PTR pSource, VO_U32 uSize) in cmnMemCopy()
82 VO_U32 cmnMemMove (VO_S32 uID, VO_PTR pDest, VO_PTR pSource, VO_U32 uSize) in cmnMemMove()
/frameworks/compile/mclinker/lib/Target/AArch64/
DAArch64LongBranchStub.cpp82 uint64_t pSource, in isMyDuty()
95 static bool isValidForADRP(uint64_t pSource, uint64_t pDest) { in isValidForADRP()
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsLA25Stub.cpp51 uint64_t pSource, in isMyDuty()
/frameworks/compile/mclinker/lib/Target/ARM/
DARMToTHMStub.cpp64 uint64_t pSource, in isMyDuty()
DARMToARMStub.cpp62 uint64_t pSource, in isMyDuty()
DTHMToARMStub.cpp71 uint64_t pSource, in isMyDuty()
DTHMToTHMStub.cpp73 uint64_t pSource, in isMyDuty()
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonAbsoluteStub.cpp61 uint64_t pSource, in isMyDuty()
/frameworks/compile/mclinker/lib/LD/
DStubFactory.cpp110 uint64_t pSource, in findPrototype()
/frameworks/compile/mclinker/include/mcld/Fragment/
DStub.h69 uint64_t pSource, in isMyDuty()
/frameworks/native/opengl/tests/gl2_jni/jni/
Dgl_code.cpp37 GLuint loadShader(GLenum shaderType, const char* pSource) { in loadShader()
/frameworks/native/opengl/tests/gldual/jni/
Dgl_code.cpp37 GLuint loadShader(GLenum shaderType, const char* pSource) { in loadShader()
/frameworks/native/libs/gui/tests/
DGLTest.cpp252 void GLTest::loadShader(GLenum shaderType, const char* pSource, in loadShader()
/frameworks/native/opengl/tests/gl_perf/
Dfill_common.cpp33 GLuint loadShader(GLenum shaderType, const char* pSource) { in loadShader()
/frameworks/native/opengl/tests/gl2_basic/
Dgl2_basic.cpp83 GLuint loadShader(GLenum shaderType, const char* pSource) { in loadShader()
/frameworks/compile/mclinker/lib/MC/
DSymbolCategory.cpp99 Category::Type pSource, in arrange()
/frameworks/native/opengl/tests/gl2_copyTexImage/
Dgl2_copyTexImage.cpp76 GLuint loadShader(GLenum shaderType, const char* pSource) { in loadShader()
/frameworks/base/keystore/java/android/security/keystore/
DAndroidKeyStoreRSACipherSpi.java232 PSource pSource = spec.getPSource(); in initAlgorithmSpecificParameters() local
/frameworks/native/opengl/tests/gl2_yuvtex/
Dgl2_yuvtex.cpp83 GLuint loadShader(GLenum shaderType, const char* pSource) { in loadShader()
/frameworks/av/media/libstagefright/tests/
DSurfaceMediaSource_test.cpp193 void loadShader(GLenum shaderType, const char* pSource, GLuint* outShader) { in loadShader()