HomeSort by relevance Sort by last modified time
    Searched refs:pSource (Results 51 - 75 of 96) sorted by null

1 23 4

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/rsa/
AlgorithmParametersSpi.java 10 import javax.crypto.spec.PSource;
63 PSource.PSpecified pSource = (PSource.PSpecified)currentSpec.getPSource();
65 PKCSObjectIdentifiers.id_pSpecified, new DEROctetString(pSource.getValue()));
125 new PSource.PSpecified(ASN1OctetString.getInstance(oaepP.getPSourceAlgorithm().getParameters()).getOctets()));
  /external/pdfium/fpdfsdk/include/javascript/
IJavaScript.h 38 virtual void OnField_Calculate(CPDF_FormField* pSource, CPDF_FormField* pTarget, CFX_WideString& Value, FX_BOOL& bRc) = 0;
JS_Context.h 45 virtual void OnField_Calculate(CPDF_FormField* pSource, CPDF_FormField* pTarget, CFX_WideString& Value, FX_BOOL& bRc);
JS_EventHandler.h 75 void OnField_Calculate(CPDF_FormField* pSource, CPDF_FormField* pTarget, CFX_WideString& Value, FX_BOOL& bRc);
  /frameworks/compile/libbcc/include/bcc/Renderscript/
RSInfo.h 199 static RSInfo *ExtractFromSource(const Source &pSource,
  /external/chromium_org/third_party/webrtc/modules/video_render/android/
video_render_opengles20.cc 242 const char* pSource) {
245 glShaderSource(shader, 1, &pSource, NULL);
  /frameworks/compile/libbcc/lib/Renderscript/
RSInfoExtractor.cpp 111 RSInfo* RSInfo::ExtractFromSource(const Source& pSource, const DependencyHashTy& sourceHashToEmbed,
114 const llvm::Module &module = pSource.getModule();
  /frameworks/native/libs/gui/tests/
GLTest.cpp 252 void GLTest::loadShader(GLenum shaderType, const char* pSource,
257 glShaderSource(shader, 1, &pSource, NULL);
  /frameworks/native/opengl/tests/gl2_basic/
gl2_basic.cpp 76 GLuint loadShader(GLenum shaderType, const char* pSource) {
79 glShaderSource(shader, 1, &pSource, NULL);
  /frameworks/native/opengl/tests/gl_perf/
fill_common.cpp 33 GLuint loadShader(GLenum shaderType, const char* pSource) {
36 glShaderSource(shader, 1, &pSource, NULL);
  /external/pdfium/fpdfsdk/src/javascript/
JS_EventHandler.cpp 233 void CJS_EventHandler::OnField_Calculate(CPDF_FormField* pSource, CPDF_FormField* pTarget,
238 if (pSource)
239 m_strSourceName = pSource->GetFullName();
JS_Context.cpp 238 void CJS_Context::OnField_Calculate(CPDF_FormField* pSource, CPDF_FormField* pTarget, CFX_WideString& Value, FX_BOOL& bRc)
241 m_pEventHandler->OnField_Calculate(pSource, pTarget, Value, bRc);
  /frameworks/native/opengl/tests/gl2_copyTexImage/
gl2_copyTexImage.cpp 76 GLuint loadShader(GLenum shaderType, const char* pSource) {
79 glShaderSource(shader, 1, &pSource, NULL);
  /frameworks/native/opengl/tests/gl2_yuvtex/
gl2_yuvtex.cpp 83 GLuint loadShader(GLenum shaderType, const char* pSource) {
86 glShaderSource(shader, 1, &pSource, NULL);
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_text.cpp 329 const CFX_DIBSource* pSource = pImage->m_pImage->LoadDIBSource();
330 if (pSource) {
331 m_pBitmap = pSource->Clone();
332 delete pSource;
fpdf_render_loadimage.cpp 33 CPDF_DIBSource* pSource = FX_NEW CPDF_DIBSource;
34 if (pSource->Load(m_pDocument, m_pStream, (CPDF_DIBSource**)ppMask, pMatteColor, NULL, NULL, bStdCS, GroupFamily, bLoadMask)) {
35 return pSource;
37 delete pSource;
    [all...]
  /hardware/ti/omap4-aah/test/CameraHal/
camera_test_surfacetexture.h 76 void loadShader(GLenum shaderType, const char* pSource, GLuint* outShader);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dpnathlp.h 149 const PSOCKADDR pSource,
  /external/pdfium/core/include/fxcodec/
fx_codec.h 164 virtual FX_BOOL Encode(const class CFX_DIBSource* pSource, FX_LPBYTE& dest_buf, FX_STRSIZE& dest_size, int quality = 75,
  /external/pdfium/core/src/fxcodec/codec/
codec_int.h 141 FX_BOOL Encode(const CFX_DIBSource* pSource, FX_LPBYTE& dest_buf, FX_STRSIZE& dest_size, int quality, FX_LPCBYTE icc_buf, FX_DWORD icc_length);
  /external/pdfium/core/src/fxge/win32/
win32_int.h 146 FX_BOOL UseFoxitStretchEngine(const CFX_DIBSource* pSource, FX_DWORD color, int dest_left, int dest_top,
fx_win32_gdipext.cpp 287 const CFX_DIBitmap* pSource, FX_RECT* pClipRect)
309 int src_width = pSource->GetWidth();
310 int src_height = pSource->GetHeight();
317 LPBYTE src_buf = pSource->GetBuffer();
318 int src_pitch = pSource->GetPitch();
    [all...]
  /external/pdfium/core/src/fxge/agg/agg23/
fx_agg_driver.cpp     [all...]
  /external/pdfium/core/src/fxge/dib/
fx_dib_main.cpp     [all...]
  /frameworks/av/media/libstagefright/tests/
SurfaceMediaSource_test.cpp 197 void loadShader(GLenum shaderType, const char* pSource, GLuint* outShader) {
201 glShaderSource(shader, 1, &pSource, NULL);
    [all...]

Completed in 1858 milliseconds

1 23 4