Searched refs:pSource (Results 26 - 40 of 40) sorted by relevance

12

/frameworks/compile/libbcc/lib/Core/
H A DSource.cpp158 bool Source::merge(Source &pSource) { argument
160 if (llvm::Linker::linkModules(*mModule, std::unique_ptr<llvm::Module>(&pSource.getModule())) != 0) {
162 getIdentifier().c_str(), pSource.getIdentifier().c_str());
165 // pSource.getModule() is destroyed after linking.
166 pSource.markModuleDestroyed();
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLA25Stub.cpp51 uint64_t pSource,
50 isMyDuty(const Relocation& pReloc, uint64_t pSource, uint64_t pTargetSymValue) const argument
/frameworks/native/libs/gui/tests/
H A DGLTest.h31 static void loadShader(GLenum shaderType, const char* pSource,
H A DGLTest.cpp252 void GLTest::loadShader(GLenum shaderType, const char* pSource, argument
257 glShaderSource(shader, 1, &pSource, NULL);
/frameworks/base/keystore/java/android/security/keystore/
H A DAndroidKeyStoreRSACipherSpi.java232 PSource pSource = spec.getPSource();
233 if (!(pSource instanceof PSource.PSpecified)) {
235 "Unsupported source of encoding input P: " + pSource
238 PSource.PSpecified pSourceSpecified = (PSource.PSpecified) pSource;
242 "Unsupported source of encoding input P: " + pSource
/frameworks/native/opengl/tests/gl2_jni/jni/
H A Dgl_code.cpp37 GLuint loadShader(GLenum shaderType, const char* pSource) { argument
40 glShaderSource(shader, 1, &pSource, NULL);
/frameworks/native/opengl/tests/gldual/jni/
H A Dgl_code.cpp37 GLuint loadShader(GLenum shaderType, const char* pSource) { argument
40 glShaderSource(shader, 1, &pSource, NULL);
/frameworks/compile/mclinker/lib/MC/
H A DSymbolCategory.cpp99 Category::Type pSource,
101 int distance = pTarget - pSource;
111 if (pSource == current->type)
98 arrange(LDSymbol& pSymbol, Category::Type pSource, Category::Type pTarget) argument
/frameworks/compile/mclinker/include/mcld/Fragment/
H A DStub.h69 uint64_t pSource,
68 isMyDuty(const Relocation& pReloc, uint64_t pSource, uint64_t pTargetSymValue) const argument
/frameworks/compile/mclinker/include/mcld/MC/
H A DSymbolCategory.h156 Category::Type pSource,
/frameworks/native/opengl/tests/gl2_basic/
H A Dgl2_basic.cpp76 GLuint loadShader(GLenum shaderType, const char* pSource) { argument
79 glShaderSource(shader, 1, &pSource, NULL);
/frameworks/native/opengl/tests/gl_perf/
H A Dfill_common.cpp33 GLuint loadShader(GLenum shaderType, const char* pSource) { argument
36 glShaderSource(shader, 1, &pSource, NULL);
/frameworks/native/opengl/tests/gl2_copyTexImage/
H A Dgl2_copyTexImage.cpp76 GLuint loadShader(GLenum shaderType, const char* pSource) { argument
79 glShaderSource(shader, 1, &pSource, NULL);
/frameworks/native/opengl/tests/gl2_yuvtex/
H A Dgl2_yuvtex.cpp83 GLuint loadShader(GLenum shaderType, const char* pSource) { argument
86 glShaderSource(shader, 1, &pSource, NULL);
/frameworks/av/media/libstagefright/tests/
H A DSurfaceMediaSource_test.cpp193 void loadShader(GLenum shaderType, const char* pSource, GLuint* outShader) { argument
197 glShaderSource(shader, 1, &pSource, NULL);

Completed in 4453 milliseconds

12