HomeSort by relevance Sort by last modified time
    Searched refs:expiry (Results 1 - 25 of 144) sorted by null

1 2 3 4 5 6

  /external/u-boot/arch/xtensa/lib/
time.c 27 unsigned expiry = get_ccount() + cycles; local
28 while ((signed)(expiry - get_ccount()) > 0)
  /external/python/oauth2client/tests/contrib/
test_metadata.py 79 token, expiry = _metadata.get_token(http_request=http_request)
82 expiry, datetime.datetime.min + datetime.timedelta(seconds=100))
  /external/curl/lib/vauth/
ntlm_sspi.c 95 TimeStamp expiry; /* For Windows 9x compatibility of SSPI calls */ local
141 ntlm->credentials, &expiry);
168 &attrs, &expiry);
258 TimeStamp expiry; /* For Windows 9x compatibility of SSPI calls */ local
314 &attrs, &expiry);
digest_sspi.c 110 TimeStamp expiry; /* For Windows 9x compatibility of SSPI calls */ local
180 &credentials, &expiry);
211 &expiry);
493 TimeStamp expiry; /* For Windows 9x compatibility of SSPI calls */ local
545 &credentials, &expiry);
596 &resp_desc, &attrs, &expiry);
spnego_sspi.c 100 TimeStamp expiry; /* For Windows 9x compatibility of SSPI calls */ local
166 nego->credentials, &expiry);
245 &expiry);
krb5_sspi.c 108 TimeStamp expiry; /* For Windows 9x compatibility of SSPI calls */ local
163 krb5->credentials, &expiry);
215 &expiry);
  /external/guice/extensions/servlet/src/com/google/inject/servlet/
ContinuingHttpServletRequest.java 130 public void setMaxAge(int expiry) {
  /external/libpcap/
pcap-dos.c 237 struct timeval now, expiry = { 0,0 }; local
243 expiry.tv_usec = now.tv_usec + 1000UL * p->opt.timeout;
244 expiry.tv_sec = now.tv_sec;
245 while (expiry.tv_usec >= 1000000L)
247 expiry.tv_usec -= 1000000L;
248 expiry.tv_sec++;
330 if (timercmp(&now, &expiry, >))
    [all...]
  /external/python/oauth2client/oauth2client/
service_account.py 661 expiry = now + lifetime
664 'exp': _datetime_to_secs(expiry),
673 return jwt.decode('ascii'), expiry
client.py 56 # Expiry is stored in RFC3339 UTC format
185 def _parse_expiry(expiry):
186 if expiry and isinstance(expiry, datetime.datetime):
187 return expiry.strftime(EXPIRY_FORMAT)
    [all...]
  /external/syzkaller/vendor/golang.org/x/oauth2/google/
appengine.go 21 var appengineTokenFunc func(c context.Context, scopes ...string) (token string, expiry time.Time, err error)
86 Expiry: exp,
sdk.go 99 var expiry time.Time
101 expiry = *d.Credential.TokenExpiry
114 Expiry: expiry,
  /external/libnl/lib/route/link/
vxlan.c 778 * @arg expiry Expiration timer value
782 int rtnl_link_vxlan_set_ageing(struct rtnl_link *link, uint32_t expiry)
788 vxi->vxi_ageing = expiry;
797 * @arg expiry Pointer to store expiration timer value
801 int rtnl_link_vxlan_get_ageing(struct rtnl_link *link, uint32_t *expiry)
807 if (!expiry)
811 *expiry = vxi->vxi_ageing;
  /development/samples/ApiDemos/src/com/example/android/mmslib/pdu/
PduComposer.java 621 case PduHeaders.EXPIRY:
622 long expiry = mPduHeader.getLongInteger(field); local
623 if (-1 == expiry) {
633 appendLongInteger(expiry);
822 // X-Mms-Expiry Optional
823 appendHeader(PduHeaders.EXPIRY);
    [all...]
  /external/curl/lib/
socks_sspi.c 83 TimeStamp expiry; local
147 &expiry);
179 &expiry);
  /external/wpa_supplicant_8/src/common/
dpp.h 428 int dpp_key_expired(const char *timestamp, os_time_t *expiry);
443 os_time_t *expiry);
  /external/syzkaller/vendor/golang.org/x/oauth2/internal/
token.go 45 // Expiry is the optional expiration time of the access token.
50 Expiry time.Time
67 func (e *tokenJSON) expiry() (t time.Time) { func
229 token.Expiry = time.Now().Add(time.Duration(expires) * time.Second)
240 Expiry: tj.expiry(),
  /cts/tests/tests/accounts/src/android/accounts/cts/
MockAccountAuthenticator.java 245 long expiry = System.currentTimeMillis() + mTokenDurationMillis; local
246 result.putLong(AbstractAccountAuthenticator.KEY_CUSTOM_TOKEN_EXPIRY, expiry);
  /external/syzkaller/vendor/golang.org/x/oauth2/jwt/
jwt.go 148 token.Expiry = time.Now().Add(time.Duration(secs) * time.Second)
151 // decode returned id token to get expiry
156 token.Expiry = time.Unix(claimSet.Exp, 0)
  /external/syzkaller/vendor/golang.org/x/oauth2/
token.go 44 // Expiry is the optional expiration time of the access token.
49 Expiry time.Time `json:"expiry,omitempty"`
123 if t.Expiry.IsZero() {
126 return t.Expiry.Add(-expiryDelta).Before(time.Now())
144 Expiry: t.Expiry,
  /external/syzkaller/vendor/google.golang.org/appengine/
identity.go 80 func AccessToken(c context.Context, scopes ...string) (token string, expiry time.Time, err error) {
  /external/syzkaller/vendor/golang.org/x/oauth2/jws/
jws.go 118 // decode returned id token to get expiry
  /external/wpa_supplicant_8/wpa_supplicant/
dpp_supplicant.c 1300 os_time_t expiry; local
    [all...]
  /developers/samples/android/admin/AppRestrictionEnforcer/gradle/wrapper/
gradle-wrapper.jar 
  /developers/samples/android/admin/AppRestrictionSchema/gradle/wrapper/
gradle-wrapper.jar 

Completed in 781 milliseconds

1 2 3 4 5 6