Searched defs:renew (Results 1 - 7 of 7) sorted by relevance

/external/skia/src/pdf/
H A DSkPDFDocument.cpp18 template <class T> static void renew(T* t) { t->~T(); new (t) T; } function
255 renew(&fObjectSerializer);
/external/pdfium/fpdfsdk/formfiller/
H A Dcffl_formfiller.cpp449 CPDFSDK_PageView* CFFL_FormFiller::GetCurPageView(bool renew) { argument
451 return m_pFormFillEnv ? m_pFormFillEnv->GetPageView(pPage, renew) : nullptr;
/external/dhcpcd-6.8.2/
H A Ddhcp6.h194 uint32_t renew; member in struct:dhcp6_state
H A Ddhcp6.c1486 "%s: failed to renew DHCPv6, rebinding", ifp->name);
1954 uint32_t u32, renew, rebind; local
2031 renew = ntohl(u32);
2039 renew = rebind = 0; /* appease gcc */
2063 if (renew > rebind && rebind > 0) {
2067 ifp->name, renew, rebind, sfrom);
2068 renew = 0;
2071 if (renew != 0 &&
2072 (renew < state->renew || stat
[all...]
/external/pdfium/fpdfsdk/
H A Dcpdfsdk_formfillenvironment.cpp574 bool renew) {
579 if (!renew)
572 GetPageView( UnderlyingPageType* pUnderlyingPage, bool renew) argument
/external/toybox/toys/pending/
H A Ddhcp.c1208 // Sends a IP renew request.
1209 static void renew(void) function
1211 infomsg(infomode, "Performing a DHCP renew");
1382 dbg("Entering renew state\n");
1426 renew();
1482 run_script(&result, state->status == STATE_REQUESTING ? "bound" : "renew");
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.help.base_3.5.2.v201011171123.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 264 milliseconds