HomeSort by relevance Sort by last modified time
    Searched full:psource (Results 51 - 75 of 121) sorted by null

1 23 4 5

  /frameworks/compile/mclinker/lib/Target/ARM/
ARMToTHMStub.cpp 64 uint64_t pSource,
74 int64_t branch_offset = static_cast<int64_t>(dest) - pSource;
THMToARMStub.cpp 71 uint64_t pSource,
81 int64_t branch_offset = static_cast<int64_t>(dest) - pSource;
THMToTHMStub.cpp 73 uint64_t pSource,
83 int64_t branch_offset = static_cast<int64_t>(dest) - pSource;
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonAbsoluteStub.cpp 61 uint64_t pSource,
84 int64_t offset = pTargetSymValue - pSource;
  /external/libvpx/libvpx/vp9/decoder/
vp9_decoder.c 210 size_t size, const uint8_t **psource) {
212 const uint8_t *source = *psource;
258 vp9_decode_frame(pbi, source, source + size, psource);
  /frameworks/compile/mclinker/lib/MC/
SymbolCategory.cpp 99 Category::Type pSource,
101 int distance = pTarget - pSource;
111 if (pSource == current->type)
  /external/pdfium/core/src/fxge/skia/
fx_skia_device.cpp 471 FX_BOOL CFX_SkiaDeviceDriver::StretchDIBits(const CFX_DIBSource* pSource, FX_DWORD argb, int dest_left, int dest_top,
475 return m_pAggDriver->StretchDIBits(pSource, argb, dest_left, dest_top,
480 FX_BOOL CFX_SkiaDeviceDriver::StartDIBits(const CFX_DIBSource* pSource, int bitmap_alpha, FX_DWORD argb,
484 return m_pAggDriver->StartDIBits(pSource, bitmap_alpha, argb,
  /external/pdfium/fpdfsdk/include/javascript/
IJavaScript.h 45 virtual void OnField_Calculate(CPDF_FormField* pSource, CPDF_FormField* pTarget, CFX_WideString& Value, FX_BOOL& bRc) = 0;
JS_Context.h 49 virtual void OnField_Calculate(CPDF_FormField* pSource, CPDF_FormField* pTarget, CFX_WideString& Value, FX_BOOL& bRc);
JS_EventHandler.h 82 void OnField_Calculate(CPDF_FormField* pSource, CPDF_FormField* pTarget, CFX_WideString& Value, FX_BOOL& bRc);
  /frameworks/compile/mclinker/include/mcld/Fragment/
Stub.h 67 uint64_t pSource,
  /frameworks/compile/mclinker/include/mcld/MC/
SymbolCategory.h 156 Category::Type pSource,
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLA25Stub.cpp 58 uint64_t pSource,
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/inc/
frameparser.h 96 void parse_additional_start_code(OMX_U8 *psource, OMX_U32 *parsed_length);
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/
frameparser.h 97 void parse_additional_start_code(OMX_U8 *psource, OMX_U32 *parsed_length);
  /hardware/ti/omap4-aah/test/CameraHal/
camera_test_surfacetexture.h 76 void loadShader(GLenum shaderType, const char* pSource, GLuint* outShader);
  /external/pdfium/fpdfsdk/src/javascript/
JS_Context.cpp 229 void CJS_Context::OnField_Calculate(CPDF_FormField* pSource, CPDF_FormField* pTarget, CFX_WideString& Value, FX_BOOL& bRc)
232 m_pEventHandler->OnField_Calculate(pSource, pTarget, Value, bRc);
JS_EventHandler.cpp 233 void CJS_EventHandler::OnField_Calculate(CPDF_FormField* pSource, CPDF_FormField* pTarget,
238 if (pSource)
239 m_strSourceName = pSource->GetFullName();
  /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);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
vp9_decoder.c 291 size_t size, const uint8_t **psource,
294 const uint8_t *source = *psource;
339 retcode = vp9_decode_frame(pbi, source, source + size, psource);
  /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/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,

Completed in 499 milliseconds

1 23 4 5