Home
last modified time | relevance | path

Searched refs:expiration (Results 1 – 2 of 2) sorted by relevance

/ndk/docs/Programmers_Guide/html/
Dresize.js25 function writeCookie(cookie, val, expiration) argument
28 if (expiration == null)
32 expiration = date.toGMTString();
34 …document.cookie = cookie_namespace + "_" + cookie + "=" + val + "; expires=" + expiration+"; path=…
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/
Dexecution_monitor.ipp342 "signal: the expiration of a timer set by timer_settimer()" );