HomeSort by relevance Sort by last modified time
    Searched refs:renew (Results 1 - 11 of 11) sorted by null

  /external/skia/src/pdf/
SkPDFDocument.cpp 19 template <class T> static void renew(T* t) { t->~T(); new (t) T; } function
245 renew(&fCanon);
246 renew(&fObjectSerializer);
  /external/skqp/src/pdf/
SkPDFDocument.cpp 19 template <class T> static void renew(T* t) { t->~T(); new (t) T; } function
245 renew(&fCanon);
246 renew(&fObjectSerializer);
  /external/dhcpcd-6.8.2/
dhcp6.c 1954 uint32_t u32, renew, rebind; local
    [all...]
dhcp6.h 194 uint32_t renew; member in struct:dhcp6_state
  /external/pdfium/fpdfsdk/formfiller/
cffl_formfiller.h 137 CPDFSDK_PageView* GetCurPageView(bool renew);
cffl_formfiller.cpp 426 CPDFSDK_PageView* CFFL_FormFiller::GetCurPageView(bool renew) {
428 return m_pFormFillEnv->GetPageView(pPage, renew);
  /external/pdfium/fpdfsdk/
cpdfsdk_formfillenvironment.h 60 CPDFSDK_PageView* GetPageView(UnderlyingPageType* pPage, bool renew);
cpdfsdk_formfillenvironment.cpp 549 bool renew) {
554 if (!renew)
  /external/toybox/toys/pending/
dhcp.c 43 USR1 Renew current lease
1209 static void renew(void) function
    [all...]
  /external/boringssl/src/ssl/test/runner/
common.go 702 // RenewTicketOnResume causes the server to renew the session ticket and
    [all...]
runner.go     [all...]

Completed in 439 milliseconds