Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/lib/Core/
DScript.cpp23 bool Script::reset(Source &pSource, bool pPreserveCurrent) { in reset()
35 bool Script::mergeSource(Source &pSource) { in mergeSource()
DBCCContext.cpp56 void BCCContext::addSource(Source &pSource) in addSource()
59 void BCCContext::removeSource(Source &pSource) in removeSource()
DSource.cpp143 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/libbcc/include/bcc/
DScript.h36 Script(Source &pSource) : mSource(&pSource) { } in Script()
/frameworks/compile/libbcc/lib/Renderscript/
DRSScript.cpp51 RSScript::RSScript(Source &pSource) in RSScript()
/frameworks/compile/mclinker/lib/Target/ARM/
DARMToARMStub.cpp62 uint64_t pSource, in isMyDuty()
DARMToTHMStub.cpp64 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.cpp123 uint64_t pSource, in findPrototype()
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsLA25Stub.cpp58 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/gl2_basic/
Dgl2_basic.cpp76 GLuint 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/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.cpp198 void loadShader(GLenum shaderType, const char* pSource, GLuint* outShader) { in loadShader()