Home
last modified time | relevance | path

Searched defs:pObj (Results 1 – 25 of 68) sorted by relevance

123

/external/pdfium/xfa/fxfa/parser/
Dcxfa_object.cpp59 CXFA_List* ToList(CXFA_Object* pObj) { in ToList()
63 CXFA_Node* ToNode(CXFA_Object* pObj) { in ToNode()
67 CXFA_TreeList* ToTreeList(CXFA_Object* pObj) { in ToTreeList()
71 CXFA_ThisProxy* ToThisProxy(CXFA_Object* pObj) { in ToThisProxy()
/external/python/cpython2/Modules/
D_lsprof.c130 static PY_LONG_LONG CallExternalTimer(ProfilerObject *pObj) in CallExternalTimer()
159 #define CALL_TIMER(pObj) ((pObj)->externalTimer ? \ argument
227 newProfilerEntry(ProfilerObject *pObj, void *key, PyObject *userObj) in newProfilerEntry()
255 getEntry(ProfilerObject *pObj, void *key) in getEntry()
261 getSubEntry(ProfilerObject *pObj, ProfilerEntry *caller, ProfilerEntry* entry) in getSubEntry()
268 newSubEntry(ProfilerObject *pObj, ProfilerEntry *caller, ProfilerEntry* entry) in newSubEntry()
302 static void clearEntries(ProfilerObject *pObj) in clearEntries()
320 initContext(ProfilerObject *pObj, ProfilerContext *self, ProfilerEntry *entry) in initContext()
340 Stop(ProfilerObject *pObj, ProfilerContext *self, ProfilerEntry *entry) in Stop()
373 ProfilerObject *pObj = (ProfilerObject*)self; in ptrace_enter_call() local
[all …]
/external/python/cpython3/Modules/
D_lsprof.c77 static _PyTime_t CallExternalTimer(ProfilerObject *pObj) in CallExternalTimer()
107 call_timer(ProfilerObject *pObj) in call_timer()
191 newProfilerEntry(ProfilerObject *pObj, void *key, PyObject *userObj) in newProfilerEntry()
219 getEntry(ProfilerObject *pObj, void *key) in getEntry()
225 getSubEntry(ProfilerObject *pObj, ProfilerEntry *caller, ProfilerEntry* entry) in getSubEntry()
232 newSubEntry(ProfilerObject *pObj, ProfilerEntry *caller, ProfilerEntry* entry) in newSubEntry()
266 static void clearEntries(ProfilerObject *pObj) in clearEntries()
284 initContext(ProfilerObject *pObj, ProfilerContext *self, ProfilerEntry *entry) in initContext()
304 Stop(ProfilerObject *pObj, ProfilerContext *self, ProfilerEntry *entry) in Stop()
337 ProfilerObject *pObj = (ProfilerObject*)self; in ptrace_enter_call() local
[all …]
/external/pdfium/fxjs/
Dcjs_global.cpp55 auto pObj = JSGetObject<CJS_Global>(info.GetIsolate(), info.Holder()); in queryprop_static() local
68 auto pObj = JSGetObject<CJS_Global>(info.GetIsolate(), info.Holder()); in getprop_static() local
92 auto pObj = JSGetObject<CJS_Global>(info.GetIsolate(), info.Holder()); in putprop_static() local
114 auto pObj = JSGetObject<CJS_Global>(info.GetIsolate(), info.Holder()); in delprop_static() local
125 auto pObj = JSGetObject<CJS_Global>(info.GetIsolate(), info.Holder()); in enumprop_static() local
305 v8::Local<v8::Object> pObj = pRuntime->NewObject(); in UpdateGlobalPersistentVariables() local
367 v8::Local<v8::Object> pObj) { in ObjectToArray()
417 void CJS_Global::PutObjectProperty(v8::Local<v8::Object> pObj, in PutObjectProperty()
Djs_define.h72 auto pObj = JSGetObject<C>(info.GetIsolate(), info.Holder()); in JSPropGetter() local
97 auto pObj = JSGetObject<C>(info.GetIsolate(), info.Holder()); in JSPropSetter() local
118 auto pObj = JSGetObject<C>(info.GetIsolate(), info.Holder()); in JSMethod() local
Dcfx_v8.cpp17 v8::Local<v8::Object> pObj, in GetObjectProperty()
24 v8::Local<v8::Object> pObj) { in GetObjectPropertyNames()
28 void CFX_V8::PutObjectProperty(v8::Local<v8::Object> pObj, in PutObjectProperty()
Dfxv8.cpp209 v8::Local<v8::Object> pObj, in ReentrantGetObjectPropertyHelper()
226 v8::Local<v8::Object> pObj) { in ReentrantGetObjectPropertyNamesHelper()
245 v8::Local<v8::Object> pObj, in ReentrantHasObjectOwnPropertyHelper()
258 v8::Local<v8::Object> pObj, in ReentrantSetObjectOwnPropertyHelper()
271 v8::Local<v8::Object> pObj, in ReentrantPutObjectPropertyHelper()
284 v8::Local<v8::Object> pObj, in ReentrantDeleteObjectPropertyHelper()
Dcfxjs_engine.cpp63 v8::Local<v8::Object> pObj) { in SetNewDataInObject()
72 static CFXJS_PerObjectData* GetFromObject(v8::Local<v8::Object> pObj) { in GetFromObject()
391 uint32_t CFXJS_Engine::GetObjDefnID(v8::Local<v8::Object> pObj) { in GetObjDefnID()
397 void CFXJS_Engine::SetObjectPrivate(v8::Local<v8::Object> pObj, in SetObjectPrivate()
406 void CFXJS_Engine::FreeObjectPrivate(v8::Local<v8::Object> pObj) { in FreeObjectPrivate()
554 v8::Local<v8::Object> pObj; in ReleaseEngine() local
652 v8::Local<v8::Object> pObj) { in GetObjectPrivate()
Dglobal_timer.cpp27 GlobalTimer::GlobalTimer(CJS_App* pObj, in GlobalTimer()
/external/pdfium/core/fpdfapi/parser/
Dcpdf_array.cpp117 RetainPtr<CPDF_Object> pObj = GetMutableObjectAt(index); in GetMutableDirectObjectAt() local
217 void CPDF_Array::SetAt(size_t index, RetainPtr<CPDF_Object> pObj) { in SetAt()
221 void CPDF_Array::InsertAt(size_t index, RetainPtr<CPDF_Object> pObj) { in InsertAt()
225 void CPDF_Array::Append(RetainPtr<CPDF_Object> pObj) { in Append()
230 RetainPtr<CPDF_Object> pObj) { in SetAtInternal()
243 RetainPtr<CPDF_Object> pObj) { in InsertAtInternal()
255 CPDF_Object* CPDF_Array::AppendInternal(RetainPtr<CPDF_Object> pObj) { in AppendInternal()
Dcpdf_indirect_object_holder.cpp88 RetainPtr<CPDF_Object> pObj) { in AddIndirectObject()
97 RetainPtr<CPDF_Object> pObj) { in ReplaceIndirectObjectIfHigherGeneration()
Dcfdf_document.cpp56 RetainPtr<CPDF_Object> pObj = parser.GetObjectBody(this); in ParseStream() local
/external/pdfium/core/fpdfdoc/
Dcpdf_formfield.cpp282 RetainPtr<const CPDF_Object> pObj = in GetAdditionalAction() local
288 RetainPtr<const CPDF_Object> pObj = in GetAlternateName() local
294 RetainPtr<const CPDF_Object> pObj = in GetMappingName() local
300 RetainPtr<const CPDF_Object> pObj = in GetFieldFlags() local
418 RetainPtr<const CPDF_Object> pObj = GetFieldAttrInternal("MaxLen"); in GetMaxLen() local
700 RetainPtr<const CPDF_Object> pObj = GetFieldAttrInternal("TI"); in GetTopVisibleIndex() local
730 for (const auto& pObj : locker) { in IsSelectedOption() local
749 for (const auto& pObj : locker) { in IsSelectedIndex() local
807 for (const auto& pObj : locker) { in UseSelectedIndicesObject() local
823 for (const auto& pObj : locker) { in UseSelectedIndicesObject() local
Dcpdf_structelement.cpp103 RetainPtr<const CPDF_Object> pObj = pDict->GetObjectFor("Pg"); in LoadKids() local
165 RetainPtr<const CPDF_Reference> pObj = in LoadKid() local
Dcpdf_formcontrol.cpp187 RetainPtr<const CPDF_Object> pObj = in GetDefaultAppearance() local
251 RetainPtr<const CPDF_Object> pObj = in GetControlAlignment() local
/external/pdfium/core/fxcrt/
Dweak_ptr.h25 explicit WeakPtr(std::unique_ptr<T, D> pObj) in WeakPtr()
53 void Reset(std::unique_ptr<T, D> pObj) { in Reset()
/external/pdfium/testing/fuzzers/
Dpdf_streamparser_fuzzer.cc13 while (RetainPtr<CPDF_Object> pObj = parser.ReadNextObject(true, false, 0)) in LLVMFuzzerTestOneInput() local
/external/pdfium/core/fpdfapi/edit/
Dcpdf_creator.cpp134 bool CPDF_Creator::WriteIndirectObj(uint32_t objnum, const CPDF_Object* pObj) { in WriteIndirectObj()
155 RetainPtr<CPDF_Object> pObj = m_pDocument->GetOrParseIndirectObject(objnum); in WriteOldIndirectObject() local
199 RetainPtr<const CPDF_Object> pObj = m_pDocument->GetIndirectObject(objnum); in WriteNewObjs() local
/external/pdfium/core/fpdfapi/page/
Dcpdf_streamcontentparser.cpp230 void ReplaceAbbr(RetainPtr<CPDF_Object> pObj) { in ReplaceAbbr()
314 void CPDF_StreamContentParser::AddObjectParam(RetainPtr<CPDF_Object> pObj) { in AddObjectParam()
413 void CPDF_StreamContentParser::SetGraphicStates(CPDF_PageObject* pObj, in SetGraphicStates()
620 auto pObj = m_pSyntax->ReadNextObject(false, false, 0); in Handle_BeginImage() local
654 CPDF_ImageObject* pObj = in Handle_BeginImage() local
730 CPDF_ImageObject* pObj = AddLastImage(); in Handle_ExecuteXObject() local
752 CPDF_ImageObject* pObj = in Handle_ExecuteXObject() local
1098 auto pObj = std::make_unique<CPDF_ShadingObject>(GetCurrentStreamIndex(), in Handle_ShadeFill() local
1319 RetainPtr<const CPDF_Object> pObj = pArray->GetDirectObjectAt(i); in Handle_ShowText_Positioning() local
Dcpdf_pattern.cpp15 RetainPtr<CPDF_Object> pObj, in CPDF_Pattern()
Dcpdf_psfunc.cpp16 bool CPDF_PSFunc::v_Init(const CPDF_Object* pObj, VisitedSet* pVisited) { in v_Init()
Dcpdf_expintfunc.cpp24 bool CPDF_ExpIntFunc::v_Init(const CPDF_Object* pObj, VisitedSet* pVisited) { in v_Init()
/external/mesa3d/src/amd/addrlib/src/core/
Daddrobject.h70 VOID operator delete(VOID* pObj, VOID* pMem) { ADDR_ASSERT_ALWAYS(); } in delete()
/external/pdfium/core/fpdfapi/render/
Dcpdf_scaledrenderbuffer.cpp28 const CPDF_PageObject* pObj, in Initialize()
Dcpdf_renderstatus.cpp221 void CPDF_RenderStatus::RenderSingleObject(CPDF_PageObject* pObj, in RenderSingleObject()
238 bool CPDF_RenderStatus::ContinueSingleObject(CPDF_PageObject* pObj, in ContinueSingleObject()
276 const CPDF_PageObject* pObj, in GetObjectClippedRect()
283 void CPDF_RenderStatus::ProcessObjectNoClip(CPDF_PageObject* pObj, in ProcessObjectNoClip()
307 bool CPDF_RenderStatus::DrawObjWithBlend(CPDF_PageObject* pObj, in DrawObjWithBlend()
321 void CPDF_RenderStatus::DrawObjWithBackground(CPDF_PageObject* pObj, in DrawObjWithBackground()
702 const CPDF_PageObject* pObj, in GetBackdrop()

123