HomeSort by relevance Sort by last modified time
    Searched defs:expirationTime (Results 1 - 5 of 5) sorted by null

  /external/syzkaller/vendor/golang.org/x/oauth2/internal/
token.go 63 ExpiresIn expirationTime `json:"expires_in"` // at least PayPal returns string, while most return number
64 Expires expirationTime `json:"expires"` // broken Facebook spelling of expires_in
77 type expirationTime int32
79 func (e *expirationTime) UnmarshalJSON(b []byte) error {
89 *e = expirationTime(i)
  /external/guava/guava-tests/test/com/google/common/collect/
MapMakerInternalMapTest.java     [all...]
  /external/python/apitools/samples/bigquery_sample/bigquery_v2/
bigquery_v2_messages.py 552 dataset will have an expirationTime property set to the creation time
554 new tables, not existing ones. When the expirationTime for a given table
556 expirationTime is modified or removed before the table expires, or if
557 you provide an explicit expirationTime when creating a table, that value
    [all...]
  /device/generic/goldfish/ril/
ril.h     [all...]
  /device/google/cuttlefish_common/guest/hals/ril/libril/
ril.h     [all...]

Completed in 260 milliseconds