HomeSort by relevance Sort by last modified time
    Searched defs:pRet (Results 1 - 13 of 13) sorted by null

  /external/libunwind/src/ia64/
Ginstall_cursor.S 50 #define pRet p6
152 cmp.eq pRet, pSig = r0, r8 // sigcontext_addr == NULL?
220 (pRet) ld8 r25 = [r25] // r25 = *unat_loc
272 (pRet) mov.m ar.fpsr = r27 // fpsr restored (don't touch no more)
  /external/pdfium/core/fpdfapi/parser/
cpdf_string.cpp 38 auto pRet = pdfium::MakeUnique<CPDF_String>();
39 pRet->m_String = m_String;
40 pRet->m_bHex = m_bHex;
41 return std::move(pRet);
cpdf_array.cpp 165 CPDF_Object* pRet = pObj.get();
167 return pRet;
174 CPDF_Object* pRet = pObj.get();
183 return pRet;
189 CPDF_Object* pRet = pObj.get();
191 return pRet;
cpdf_dictionary.cpp 182 CPDF_Object* pRet = pObj.get();
184 return pRet;
  /external/pdfium/fpdfsdk/formfiller/
cffl_listbox.cpp 198 CPWL_Wnd* pRet = nullptr;
202 pRet = GetPDFWindow(pPageView, false);
204 pRet = GetPDFWindow(pPageView, true);
209 return pRet;
cffl_combobox.cpp 238 CPWL_Wnd* pRet = nullptr;
242 pRet = GetPDFWindow(pPageView, false);
244 pRet = GetPDFWindow(pPageView, true);
249 return pRet;
cffl_textfield.cpp 248 CPWL_Wnd* pRet = nullptr;
252 pRet = GetPDFWindow(pPageView, false);
254 pRet = GetPDFWindow(pPageView, true);
259 return pRet;
  /external/pdfium/xfa/fwl/
cfwl_widget.cpp 301 IFWL_ThemeProvider* pRet = pUp->GetThemeProvider();
302 if (pRet)
303 return pRet;
310 CFWL_Widget* pRet = m_pOuter;
311 if (!pRet)
314 while (CFWL_Widget* pOuter = pRet->GetOuter())
315 pRet = pOuter;
316 return pRet;
  /external/pdfium/core/fpdfapi/page/
cpdf_colorspace.cpp 349 std::unique_ptr<CPDF_ColorSpace> pRet;
352 pRet.reset(ColorspaceFromName(pValue->GetString()));
353 if (pRet)
354 return pRet;
    [all...]
cpdf_streamcontentparser.cpp 830 CPDF_ImageObject* pRet = pImageObj.get();
832 return pRet;
    [all...]
  /external/pdfium/xfa/fgas/font/
cfgas_fontmgr.cpp 147 const FGAS_FONTUSB* pRet = FGAS_GetUnicodeBitField(wUnicode);
148 if (pRet->wBitField == 999)
152 FGAS_GetFontFamilyHash(pszFontFamily, dwFontStyles, pRet->wBitField);
155 return it->second ? LoadFont(it->second, dwFontStyles, pRet->wCodePage)
159 FindFont(pszFontFamily, dwFontStyles, false, pRet->wCodePage,
160 pRet->wBitField, wUnicode);
162 pFD = FindFont(nullptr, dwFontStyles, false, pRet->wCodePage,
163 pRet->wBitField, wUnicode);
    [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 3579 milliseconds