HomeSort by relevance Sort by last modified time
    Searched refs:BUCKET (Results 1 - 3 of 3) sorted by null

  /external/chromium-trace/catapult/third_party/gsutil/gslib/
bucket_listing_ref.py 28 Each reference represents a Bucket, Object, or Prefix. For filesystem URLs,
40 BUCKET = 'bucket' # Cloud bucket
42 PREFIX = 'prefix' # Cloud bucket subdir or filesystem directory
53 return self._ref_type == self._BucketListingRefType.BUCKET
69 """Creates a BucketListingRef of type bucket.
72 storage_url: StorageUrl containing a bucket.
76 self._ref_type = self._BucketListingRefType.BUCKET
  /external/e2fsprogs/lib/ext2fs/
tdb.c 137 #define TDB_HASH_TOP(hash) (FREELIST_TOP + (BUCKET(hash)+1)*sizeof(tdb_off_t))
160 #define BUCKET(hash) ((hash) % tdb->header.hash_size)
745 return tdb_lock(tdb, BUCKET(tdb->hash_fn(&key)), F_WRLCK);
753 return tdb_lock_nonblock(tdb, BUCKET(tdb->hash_fn(&key)), F_WRLCK);
759 return tdb_lock(tdb, BUCKET(tdb->hash_fn(&key)), F_WRLCK | TDB_MARK_LOCK);
765 return tdb_unlock(tdb, BUCKET(tdb->hash_fn(&key)), F_WRLCK | TDB_MARK_LOCK);
770 return tdb_unlock(tdb, BUCKET(tdb->hash_fn(&key)), F_WRLCK);
775 return tdb_lock(tdb, BUCKET(tdb->hash_fn(&key)), F_RDLCK);
780 return tdb_unlock(tdb, BUCKET(tdb->hash_fn(&key)), F_RDLCK);
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsProvider2.java 640 * Within each of the bucket - descending count of times contacted (both for data row and for
    [all...]

Completed in 119 milliseconds