Home
last modified time | relevance | path

Searched refs:pThis (Results 1 – 25 of 39) sorted by relevance

12

/external/pdfium/fxjs/xfa/
Dcfxjse_formcalc_context.h32 static void Abs(CFXJSE_Value* pThis,
35 static void Avg(CFXJSE_Value* pThis,
38 static void Ceil(CFXJSE_Value* pThis,
41 static void Count(CFXJSE_Value* pThis,
44 static void Floor(CFXJSE_Value* pThis,
47 static void Max(CFXJSE_Value* pThis,
50 static void Min(CFXJSE_Value* pThis,
53 static void Mod(CFXJSE_Value* pThis,
56 static void Round(CFXJSE_Value* pThis,
59 static void Sum(CFXJSE_Value* pThis,
[all …]
Dcfxjse_formcalc_context.cpp1343 void CFXJSE_FormCalcContext::Abs(CFXJSE_Value* pThis, in Abs() argument
1347 ToFormCalcContext(pThis)->ThrowParamCountMismatchException(L"Abs"); in Abs()
1352 if (ValueIsNull(pThis, argOne.get())) { in Abs()
1357 double dValue = ValueToDouble(pThis, argOne.get()); in Abs()
1365 void CFXJSE_FormCalcContext::Avg(CFXJSE_Value* pThis, in Avg() argument
1374 v8::Isolate* pIsolate = ToFormCalcContext(pThis)->GetScriptRuntime(); in Avg()
1383 dSum += ValueToDouble(pThis, argValue.get()); in Avg()
1405 dSum += ValueToDouble(pThis, defaultPropValue.get()); in Avg()
1417 dSum += ValueToDouble(pThis, newPropertyValue.get()); in Avg()
1432 void CFXJSE_FormCalcContext::Ceil(CFXJSE_Value* pThis, in Ceil() argument
[all …]
Dcjx_xfa.cpp29 CXFA_Object* pThis = pScriptContext->GetThisObject(); in thisValue() local
30 if (!pThis) { in thisValue()
34 pValue->Assign(pScriptContext->GetOrCreateJSBindingFromMap(pThis)); in thisValue()
/external/pdfium/public/
Dfpdf_formfill.h79 int (*app_alert)(struct _IPDF_JsPlatform* pThis,
99 void (*app_beep)(struct _IPDF_JsPlatform* pThis, int nType);
136 int (*app_response)(struct _IPDF_JsPlatform* pThis,
167 int (*Doc_getFilePath)(struct _IPDF_JsPlatform* pThis,
204 void (*Doc_mail)(struct _IPDF_JsPlatform* pThis,
241 void (*Doc_print)(struct _IPDF_JsPlatform* pThis,
267 void (*Doc_submitForm)(struct _IPDF_JsPlatform* pThis,
286 void (*Doc_gotoPage)(struct _IPDF_JsPlatform* pThis, int nPageNum);
305 int (*Field_browse)(struct _IPDF_JsPlatform* pThis,
398 void (*Release)(struct _FPDF_FORMFILLINFO* pThis);
[all …]
Dfpdf_sysfontinfo.h65 void (*Release)(struct _FPDF_SYSFONTINFO* pThis);
85 void (*EnumFonts)(struct _FPDF_SYSFONTINFO* pThis, void* pMapper);
118 void* (*MapFont)(struct _FPDF_SYSFONTINFO* pThis,
142 void* (*GetFont)(struct _FPDF_SYSFONTINFO* pThis, const char* face);
166 unsigned long (*GetFontData)(struct _FPDF_SYSFONTINFO* pThis,
189 unsigned long (*GetFaceName)(struct _FPDF_SYSFONTINFO* pThis,
207 int (*GetFontCharset)(struct _FPDF_SYSFONTINFO* pThis, void* hFont);
222 void (*DeleteFont)(struct _FPDF_SYSFONTINFO* pThis, void* hFont);
Dfpdf_dataavail.h49 FPDF_BOOL (*IsDataAvail)(struct _FX_FILEAVAIL* pThis,
88 void (*AddSegment)(struct _FX_DOWNLOADHINTS* pThis,
Dfpdf_save.h39 int (*WriteBlock)(struct FPDF_FILEWRITE_* pThis,
Dfpdf_progressive.h43 FPDF_BOOL (*NeedToPauseNow)(struct _IFSDK_PAUSE* pThis);
Dfpdf_ext.h61 void (*FSDK_UnSupport_Handler)(struct _UNSUPPORT_INFO* pThis, int nType);
/external/mdnsresponder/mDNSWindows/DLLX/
D_IDNSSDEvents_CP.h16 T * pThis = static_cast<T *>(this); in Fire_DomainFound() local
21 pThis->Lock(); in Fire_DomainFound()
23 pThis->Unlock(); in Fire_DomainFound()
45 T * pThis = static_cast<T *>(this); in Fire_DomainLost() local
50 pThis->Lock(); in Fire_DomainLost()
52 pThis->Unlock(); in Fire_DomainLost()
74 T * pThis = static_cast<T *>(this); in Fire_ServiceFound() local
79 pThis->Lock(); in Fire_ServiceFound()
81 pThis->Unlock(); in Fire_ServiceFound()
107 T * pThis = static_cast<T *>(this); in Fire_ServiceLost() local
[all …]
/external/pdfium/fpdfsdk/
Dfpdf_sysfontinfo.cpp148 static void DefaultRelease(struct _FPDF_SYSFONTINFO* pThis) { in DefaultRelease() argument
149 auto* pDefault = static_cast<FPDF_SYSFONTINFO_DEFAULT*>(pThis); in DefaultRelease()
153 static void DefaultEnumFonts(struct _FPDF_SYSFONTINFO* pThis, void* pMapper) { in DefaultEnumFonts() argument
154 auto* pDefault = static_cast<FPDF_SYSFONTINFO_DEFAULT*>(pThis); in DefaultEnumFonts()
158 static void* DefaultMapFont(struct _FPDF_SYSFONTINFO* pThis, in DefaultMapFont() argument
165 auto* pDefault = static_cast<FPDF_SYSFONTINFO_DEFAULT*>(pThis); in DefaultMapFont()
170 void* DefaultGetFont(struct _FPDF_SYSFONTINFO* pThis, const char* family) { in DefaultGetFont() argument
171 auto* pDefault = static_cast<FPDF_SYSFONTINFO_DEFAULT*>(pThis); in DefaultGetFont()
175 static unsigned long DefaultGetFontData(struct _FPDF_SYSFONTINFO* pThis, in DefaultGetFontData() argument
180 auto* pDefault = static_cast<FPDF_SYSFONTINFO_DEFAULT*>(pThis); in DefaultGetFontData()
[all …]
Dfpdf_sysfontinfo_embeddertest.cpp15 void FakeRelease(FPDF_SYSFONTINFO* pThis) {} in FakeRelease() argument
16 void FakeEnumFonts(FPDF_SYSFONTINFO* pThis, void* pMapper) {} in FakeEnumFonts() argument
18 void* FakeMapFont(FPDF_SYSFONTINFO* pThis, in FakeMapFont() argument
26 return pThis; in FakeMapFont()
29 void* FakeGetFont(FPDF_SYSFONTINFO* pThis, const char* face) { in FakeGetFont() argument
31 return pThis; in FakeGetFont()
34 unsigned long FakeGetFontData(FPDF_SYSFONTINFO* pThis, in FakeGetFontData() argument
42 unsigned long FakeGetFaceName(FPDF_SYSFONTINFO* pThis, in FakeGetFaceName() argument
49 int FakeGetFontCharset(FPDF_SYSFONTINFO* pThis, void* hFont) { in FakeGetFontCharset() argument
53 void FakeDeleteFont(FPDF_SYSFONTINFO* pThis, void* hFont) {} in FakeDeleteFont() argument
Dfpdf_dataavail_embeddertest.cpp24 static void SAddSegment(FX_DOWNLOADHINTS* pThis, size_t offset, size_t size) { in SAddSegment() argument
137 static void SAddSegment(FX_DOWNLOADHINTS* pThis, size_t offset, size_t size) { in SAddSegment() argument
138 return static_cast<TestAsyncLoader*>(pThis)->AddSegmentImpl(offset, size); in SAddSegment()
141 static FPDF_BOOL SIsDataAvail(FX_FILEAVAIL* pThis, in SIsDataAvail() argument
144 return static_cast<TestAsyncLoader*>(pThis)->IsDataAvailImpl(offset, size); in SIsDataAvail()
/external/OpenCL-CTS/test_conformance/integer_ops/
Dtest_int_basic_ops.cpp171 perThreadData * pThis = (perThreadData *)malloc(sizeof(perThreadData)); in perThreadDataNew() local
174 memset(pThis->m_program, 0, sizeof(cl_program)*NUM_TESTS); in perThreadDataNew()
175 memset(pThis->m_kernel, 0, sizeof(cl_kernel)*NUM_TESTS); in perThreadDataNew()
177 pThis->m_input_ptr[0] = pThis->m_input_ptr[1] = NULL; in perThreadDataNew()
178 pThis->m_output_ptr = NULL; in perThreadDataNew()
180 return pThis; in perThreadDataNew()
184 void perThreadDataDestroy(perThreadData * pThis) in perThreadDataDestroy() argument
188 clReleaseMemObject(pThis->m_streams[0]); in perThreadDataDestroy()
189 clReleaseMemObject(pThis->m_streams[1]); in perThreadDataDestroy()
190 clReleaseMemObject(pThis->m_streams[2]); in perThreadDataDestroy()
[all …]
/external/deqp/external/openglcts/modules/gl/
Dgl4cPipelineStatisticsQueryTests.hpp433 static bool queryCallbackDrawCallHandler(void* pThis);
502 static bool executeBlitFramebufferTest(void* pThis);
503 static bool executeBufferSubDataTest(void* pThis);
504 static bool executeClearBufferfvColorBufferTest(void* pThis);
505 static bool executeClearBufferfvDepthBufferTest(void* pThis);
506 static bool executeClearBufferivStencilBufferTest(void* pThis);
507 static bool executeClearBufferSubDataTest(void* pThis);
508 static bool executeClearColorBufferTest(void* pThis);
509 static bool executeClearDepthBufferTest(void* pThis);
510 static bool executeClearStencilBufferTest(void* pThis);
[all …]
Dgl4cPipelineStatisticsQueryTests.cpp2254 bool PipelineStatisticsQueryTestFunctionalBase::queryCallbackDrawCallHandler(void* pThis) in queryCallbackDrawCallHandler() argument
2256 …neStatisticsQueryTestFunctionalBase* pInstance = (PipelineStatisticsQueryTestFunctionalBase*)pThis; in queryCallbackDrawCallHandler()
2537 bool PipelineStatisticsQueryTestFunctional2::executeBlitFramebufferTest(void* pThis) in executeBlitFramebufferTest() argument
2539 PipelineStatisticsQueryTestFunctional2* data_ptr = (PipelineStatisticsQueryTestFunctional2*)pThis; in executeBlitFramebufferTest()
2567 bool PipelineStatisticsQueryTestFunctional2::executeBufferSubDataTest(void* pThis) in executeBufferSubDataTest() argument
2569 …pelineStatisticsQueryTestFunctional2* data_ptr = (PipelineStatisticsQueryTestFunctional2*)pThis; in executeBufferSubDataTest()
2594 bool PipelineStatisticsQueryTestFunctional2::executeClearBufferfvColorBufferTest(void* pThis) in executeClearBufferfvColorBufferTest() argument
2597 …pelineStatisticsQueryTestFunctional2* data_ptr = (PipelineStatisticsQueryTestFunctional2*)pThis; in executeClearBufferfvColorBufferTest()
2615 bool PipelineStatisticsQueryTestFunctional2::executeClearBufferfvDepthBufferTest(void* pThis) in executeClearBufferfvDepthBufferTest() argument
2618 PipelineStatisticsQueryTestFunctional2* data_ptr = (PipelineStatisticsQueryTestFunctional2*)pThis; in executeClearBufferfvDepthBufferTest()
[all …]
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/functionpasses/
Dlower_x86.cpp93 Instruction* NO_EMU(LowerX86* pThis, TargetArch arch, TargetWidth width, CallInst* pCallInst);
95 VPERM_EMU(LowerX86* pThis, TargetArch arch, TargetWidth width, CallInst* pCallInst);
97 VGATHER_EMU(LowerX86* pThis, TargetArch arch, TargetWidth width, CallInst* pCallInst);
99 VSCATTER_EMU(LowerX86* pThis, TargetArch arch, TargetWidth width, CallInst* pCallInst);
101 VROUND_EMU(LowerX86* pThis, TargetArch arch, TargetWidth width, CallInst* pCallInst);
103 VHSUB_EMU(LowerX86* pThis, TargetArch arch, TargetWidth width, CallInst* pCallInst);
105 VCONVERT_EMU(LowerX86* pThis, TargetArch arch, TargetWidth width, CallInst* pCallInst);
107 Instruction* DOUBLE_EMU(LowerX86* pThis,
488 Instruction* NO_EMU(LowerX86* pThis, TargetArch arch, TargetWidth width, CallInst* pCallInst) in NO_EMU() argument
494 Instruction* VPERM_EMU(LowerX86* pThis, TargetArch arch, TargetWidth width, CallInst* pCallInst) in VPERM_EMU() argument
[all …]
/external/webrtc/modules/audio_device/linux/
Daudio_device_pulse_linux.h207 static void PaContextStateCallback(pa_context* c, void* pThis);
211 void* pThis);
215 void* pThis);
218 void* pThis);
219 static void PaStreamStateCallback(pa_stream* p, void* pThis);
230 void* pThis);
232 static void PaStreamUnderflowCallback(pa_stream* unused, void* pThis);
238 void* pThis);
240 static void PaStreamOverflowCallback(pa_stream* unused, void* pThis);
Daudio_device_pulse_linux.cc1276 void AudioDeviceLinuxPulse::PaContextStateCallback(pa_context* c, void* pThis) { in PaContextStateCallback() argument
1277 static_cast<AudioDeviceLinuxPulse*>(pThis)->PaContextStateCallbackHandler(c); in PaContextStateCallback()
1287 void* pThis) { in PaSinkInfoCallback() argument
1288 static_cast<AudioDeviceLinuxPulse*>(pThis)->PaSinkInfoCallbackHandler(i, eol); in PaSinkInfoCallback()
1294 void* pThis) { in PaSourceInfoCallback() argument
1295 static_cast<AudioDeviceLinuxPulse*>(pThis)->PaSourceInfoCallbackHandler(i, in PaSourceInfoCallback()
1301 void* pThis) { in PaServerInfoCallback() argument
1302 static_cast<AudioDeviceLinuxPulse*>(pThis)->PaServerInfoCallbackHandler(i); in PaServerInfoCallback()
1305 void AudioDeviceLinuxPulse::PaStreamStateCallback(pa_stream* p, void* pThis) { in PaStreamStateCallback() argument
1306 static_cast<AudioDeviceLinuxPulse*>(pThis)->PaStreamStateCallbackHandler(p); in PaStreamStateCallback()
[all …]
Daudio_mixer_manager_pulse_linux.h65 void* pThis);
69 void* pThis);
73 void* pThis);
Daudio_mixer_manager_pulse_linux.cc700 void* pThis) { in PaSinkInfoCallback() argument
701 static_cast<AudioMixerManagerLinuxPulse*>(pThis)->PaSinkInfoCallbackHandler( in PaSinkInfoCallback()
709 void* pThis) { in PaSinkInputInfoCallback() argument
710 static_cast<AudioMixerManagerLinuxPulse*>(pThis) in PaSinkInputInfoCallback()
717 void* pThis) { in PaSourceInfoCallback() argument
718 static_cast<AudioMixerManagerLinuxPulse*>(pThis)->PaSourceInfoCallbackHandler( in PaSourceInfoCallback()
/external/pdfium/testing/
Dfake_file_access.cpp45 static FPDF_BOOL IsDataAvailImpl(FX_FILEAVAIL* pThis, in IsDataAvailImpl() argument
48 return static_cast<FileAvailImpl*>(pThis)->simulator_->IsDataAvail(offset, in IsDataAvailImpl()
64 static void AddSegmentImpl(FX_DOWNLOADHINTS* pThis, in AddSegmentImpl() argument
67 return static_cast<DownloadHintsImpl*>(pThis)->simulator_->AddSegment( in AddSegmentImpl()
/external/webrtc/modules/audio_device/dummy/
Dfile_audio_device.cc442 void FileAudioDevice::PlayThreadFunc(void* pThis) { in PlayThreadFunc() argument
443 FileAudioDevice* device = static_cast<FileAudioDevice*>(pThis); in PlayThreadFunc()
448 void FileAudioDevice::RecThreadFunc(void* pThis) { in RecThreadFunc() argument
449 FileAudioDevice* device = static_cast<FileAudioDevice*>(pThis); in RecThreadFunc()
/external/pdfium/fxjs/
Dcjs_runtime.cpp147 v8::Local<v8::Object> pThis = GetThisObj(); in SetFormFillEnvToDocument() local
148 if (pThis.IsEmpty()) in SetFormFillEnvToDocument()
151 auto pJSDocument = JSGetObject<CJS_Document>(pThis); in SetFormFillEnvToDocument()
/external/python/cpython3/Tools/msi/bundle/bootstrap/
DPythonBootstrapperApplication.cpp1296 PythonBootstrapperApplication* pThis = (PythonBootstrapperApplication*)pvContext; in UiThreadProc() local
1306 hr = ThemeInitialize(pThis->_hModule); in UiThreadProc()
1309 hr = pThis->InitializeData(); in UiThreadProc()
1313 pThis->InitializeTaskbarButton(); in UiThreadProc()
1314 hr = pThis->CreateMainWindow(); in UiThreadProc()
1317 pThis->ValidateOperatingSystem(); in UiThreadProc()
1319 if (FAILED(pThis->_hrFinal)) { in UiThreadProc()
1320 pThis->SetState(PYBA_STATE_FAILED, hr); in UiThreadProc()
1321 ::PostMessageW(pThis->_hWnd, WM_PYBA_SHOW_FAILURE, 0, 0); in UiThreadProc()
1324 pThis->SetState(PYBA_STATE_INITIALIZED, hr); in UiThreadProc()
[all …]

12