HomeSort by relevance Sort by last modified time
    Searched refs:max_age (Results 76 - 95 of 95) sorted by null

1 2 34

  /external/kernel-headers/original/uapi/linux/
if_bridge.h 58 __u32 max_age; member in struct:__bridge_info
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/linux/
if_bridge.h 66 __u32 max_age; member in struct:__bridge_info
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/linux/
if_bridge.h 66 __u32 max_age; member in struct:__bridge_info
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/
if_bridge.h 66 __u32 max_age; member in struct:__bridge_info
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/
if_bridge.h 66 __u32 max_age; member in struct:__bridge_info
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/
if_bridge.h 66 __u32 max_age; member in struct:__bridge_info
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/
if_bridge.h 66 __u32 max_age; member in struct:__bridge_info
  /external/chromium-trace/trace-viewer/third_party/WebOb/webob/
response.py 695 def set_cookie(self, name, value='', max_age=None,
714 ``max_age``
719 ``None``, the ``max_age`` value will also influence the ``Expires``
720 value of the cookie (``Expires`` will be set to now + max_age). If
722 (unless ``expires`` is set). If both ``max_age`` and ``expires`` are
759 ``max_age`` is not passed, but this value is not ``None``, it will
761 ``Expires`` cookie value will be unset (unless ``max_age`` is set).
762 If ``max_age`` is set, it will be used to generate the ``expires``
774 # If expires is set, but not max_age we set max_age to expire
    [all...]
cachecontrol.py 202 max_age = value_property('max-age', none=-1) variable in class:CacheControl
  /external/chromium-trace/trace-viewer/third_party/webapp2/webapp2_extras/
auth.py 34 #: invalidated. The same value is used to set the ``max_age`` for
497 max_age = self.store.config['token_max_age']
499 max_age = None
501 session_args.setdefault('max_age', max_age)
  /external/chromium-trace/trace-viewer/third_party/Paste/paste/
httpheaders.py 34 ``CONTENT_DISPOSITION(max_age=CONTENT_DISPOSITION.ONEWEEK)``
75 or ``max_age`` (the appropriate parameter is ``max-age`` ).
671 ``max_age``
694 recommended by RFC 2616, if ``max_age`` is provided, then then the
715 no_store=False, max_age=None, s_maxage=None,
717 assert isinstance(max_age, (type(None), int))
725 assert not public and not private and not max_age
730 expires = max_age
736 if max_age is not None:
737 result.append('max-age=%d' % max_age)
    [all...]
wsgiwrappers.py 387 def set_cookie(self, key, value='', max_age=None, expires=None, path='/',
394 ('max_age', max_age), ('path', path), ('domain', domain),
urlparser.py 425 integer specifies Cache-Control max_age in seconds
474 fa.cache_control(max_age=self.cache_max_age)
517 cache_max_age - integer specifies CACHE_CONTROL max_age in seconds
  /external/chromium-trace/trace-viewer/third_party/Paste/tests/
test_fileapp.py 47 res = build(max_age=60,s_maxage=30)
51 res = build(private=True, max_age=60, no_transform=True, no_store=True)
  /external/wpa_supplicant_8/src/wps/
wps_er.c 639 const char *location, int max_age)
647 eloop_register_timeout(max_age, 0, wps_er_ap_timeout, er, ap);
666 eloop_register_timeout(max_age, 0, wps_er_ap_timeout, er, ap);
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_cookielib.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_cookielib.py     [all...]
  /external/libvncserver/x11vnc/
userinput.c 1440 double max_age = *age; local
2634 double max_age = 0.25, age, tm, dt; local
    [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit-core-js/2.14/
htmlunit-core-js-2.14.jar 
  /prebuilts/tools/common/m2/repository/org/mozilla/rhino/1.7R3/
rhino-1.7R3.jar 

Completed in 412 milliseconds

1 2 34