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

  /external/llvm/include/llvm/Support/
OnDiskHashTable.h 317 const unsigned char *getBuckets() const { return Buckets; }
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DenseMap.h 67 return empty() ? end() : iterator(getBuckets(), getBucketsEnd(), *this);
74 : const_iterator(getBuckets(), getBucketsEnd(), *this);
107 for (BucketT *P = getBuckets(), *E = getBucketsEnd(); P != E; ++P) {
290 return Ptr >= getBuckets() && Ptr < getBucketsEnd();
296 const void *getPointerIntoBucketsArray() const { return getBuckets(); }
306 for (BucketT *P = getBuckets(), *E = getBucketsEnd(); P != E; ++P) {
321 for (BucketT *B = getBuckets(), *E = getBucketsEnd(); B != E; ++B)
371 memcpy(getBuckets(), other.getBuckets(),
375 ::new (&getBuckets()[i].getFirst()
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/ingest/data/
MtpDeviceIndex.java 419 public DateBucket[] getBuckets(SortOrder order) {
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
DenseMap.h 70 return empty() ? end() : iterator(getBuckets(), getBucketsEnd(), *this);
77 : const_iterator(getBuckets(), getBucketsEnd(), *this);
110 for (BucketT *P = getBuckets(), *E = getBucketsEnd(); P != E; ++P) {
293 return Ptr >= getBuckets() && Ptr < getBucketsEnd();
299 const void *getPointerIntoBucketsArray() const { return getBuckets(); }
309 for (BucketT *P = getBuckets(), *E = getBucketsEnd(); P != E; ++P) {
324 for (BucketT *B = getBuckets(), *E = getBucketsEnd(); B != E; ++B)
374 memcpy(getBuckets(), other.getBuckets(),
378 ::new (&getBuckets()[i].getFirst()
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
OnDiskHashTable.h 316 const unsigned char *getBuckets() const { return Buckets; }
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
DenseMap.h 70 return empty() ? end() : iterator(getBuckets(), getBucketsEnd(), *this);
77 : const_iterator(getBuckets(), getBucketsEnd(), *this);
110 for (BucketT *P = getBuckets(), *E = getBucketsEnd(); P != E; ++P) {
293 return Ptr >= getBuckets() && Ptr < getBucketsEnd();
299 const void *getPointerIntoBucketsArray() const { return getBuckets(); }
309 for (BucketT *P = getBuckets(), *E = getBucketsEnd(); P != E; ++P) {
324 for (BucketT *B = getBuckets(), *E = getBucketsEnd(); B != E; ++B)
374 memcpy(getBuckets(), other.getBuckets(),
378 ::new (&getBuckets()[i].getFirst()
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
OnDiskHashTable.h 316 const unsigned char *getBuckets() const { return Buckets; }
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
DenseMap.h 70 return empty() ? end() : iterator(getBuckets(), getBucketsEnd(), *this);
77 : const_iterator(getBuckets(), getBucketsEnd(), *this);
110 for (BucketT *P = getBuckets(), *E = getBucketsEnd(); P != E; ++P) {
293 return Ptr >= getBuckets() && Ptr < getBucketsEnd();
299 const void *getPointerIntoBucketsArray() const { return getBuckets(); }
309 for (BucketT *P = getBuckets(), *E = getBucketsEnd(); P != E; ++P) {
324 for (BucketT *B = getBuckets(), *E = getBucketsEnd(); B != E; ++B)
374 memcpy(getBuckets(), other.getBuckets(),
378 ::new (&getBuckets()[i].getFirst()
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
OnDiskHashTable.h 316 const unsigned char *getBuckets() const { return Buckets; }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
DenseMap.h 70 return empty() ? end() : iterator(getBuckets(), getBucketsEnd(), *this);
77 : const_iterator(getBuckets(), getBucketsEnd(), *this);
110 for (BucketT *P = getBuckets(), *E = getBucketsEnd(); P != E; ++P) {
293 return Ptr >= getBuckets() && Ptr < getBucketsEnd();
299 const void *getPointerIntoBucketsArray() const { return getBuckets(); }
309 for (BucketT *P = getBuckets(), *E = getBucketsEnd(); P != E; ++P) {
324 for (BucketT *B = getBuckets(), *E = getBucketsEnd(); B != E; ++B)
374 memcpy(getBuckets(), other.getBuckets(),
378 ::new (&getBuckets()[i].getFirst()
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
OnDiskHashTable.h 316 const unsigned char *getBuckets() const { return Buckets; }
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
DenseMap.h 70 return empty() ? end() : iterator(getBuckets(), getBucketsEnd(), *this);
77 : const_iterator(getBuckets(), getBucketsEnd(), *this);
110 for (BucketT *P = getBuckets(), *E = getBucketsEnd(); P != E; ++P) {
293 return Ptr >= getBuckets() && Ptr < getBucketsEnd();
299 const void *getPointerIntoBucketsArray() const { return getBuckets(); }
309 for (BucketT *P = getBuckets(), *E = getBucketsEnd(); P != E; ++P) {
324 for (BucketT *B = getBuckets(), *E = getBucketsEnd(); B != E; ++B)
374 memcpy(getBuckets(), other.getBuckets(),
378 ::new (&getBuckets()[i].getFirst()
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
OnDiskHashTable.h 316 const unsigned char *getBuckets() const { return Buckets; }
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
DenseMap.h 70 return empty() ? end() : iterator(getBuckets(), getBucketsEnd(), *this);
77 : const_iterator(getBuckets(), getBucketsEnd(), *this);
110 for (BucketT *P = getBuckets(), *E = getBucketsEnd(); P != E; ++P) {
293 return Ptr >= getBuckets() && Ptr < getBucketsEnd();
299 const void *getPointerIntoBucketsArray() const { return getBuckets(); }
309 for (BucketT *P = getBuckets(), *E = getBucketsEnd(); P != E; ++P) {
324 for (BucketT *B = getBuckets(), *E = getBucketsEnd(); B != E; ++B)
374 memcpy(getBuckets(), other.getBuckets(),
378 ::new (&getBuckets()[i].getFirst()
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
OnDiskHashTable.h 316 const unsigned char *getBuckets() const { return Buckets; }
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
DenseMap.h 70 return empty() ? end() : iterator(getBuckets(), getBucketsEnd(), *this);
77 : const_iterator(getBuckets(), getBucketsEnd(), *this);
110 for (BucketT *P = getBuckets(), *E = getBucketsEnd(); P != E; ++P) {
293 return Ptr >= getBuckets() && Ptr < getBucketsEnd();
299 const void *getPointerIntoBucketsArray() const { return getBuckets(); }
309 for (BucketT *P = getBuckets(), *E = getBucketsEnd(); P != E; ++P) {
324 for (BucketT *B = getBuckets(), *E = getBucketsEnd(); B != E; ++B)
374 memcpy(getBuckets(), other.getBuckets(),
378 ::new (&getBuckets()[i].getFirst()
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
OnDiskHashTable.h 316 const unsigned char *getBuckets() const { return Buckets; }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
DenseMap.h 70 return empty() ? end() : iterator(getBuckets(), getBucketsEnd(), *this);
77 : const_iterator(getBuckets(), getBucketsEnd(), *this);
110 for (BucketT *P = getBuckets(), *E = getBucketsEnd(); P != E; ++P) {
293 return Ptr >= getBuckets() && Ptr < getBucketsEnd();
299 const void *getPointerIntoBucketsArray() const { return getBuckets(); }
309 for (BucketT *P = getBuckets(), *E = getBucketsEnd(); P != E; ++P) {
324 for (BucketT *B = getBuckets(), *E = getBucketsEnd(); B != E; ++B)
374 memcpy(getBuckets(), other.getBuckets(),
378 ::new (&getBuckets()[i].getFirst()
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
OnDiskHashTable.h 316 const unsigned char *getBuckets() const { return Buckets; }
  /external/llvm/include/llvm/ADT/
DenseMap.h 66 return empty() ? end() : iterator(getBuckets(), getBucketsEnd(), *this);
73 : const_iterator(getBuckets(), getBucketsEnd(), *this);
106 for (BucketT *P = getBuckets(), *E = getBucketsEnd(); P != E; ++P) {
275 return Ptr >= getBuckets() && Ptr < getBucketsEnd();
281 const void *getPointerIntoBucketsArray() const { return getBuckets(); }
291 for (BucketT *P = getBuckets(), *E = getBucketsEnd(); P != E; ++P) {
306 for (BucketT *B = getBuckets(), *E = getBucketsEnd(); B != E; ++B)
356 memcpy(getBuckets(), other.getBuckets(),
360 ::new (&getBuckets()[i].getFirst()
    [all...]
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-cloudsearch/1.11.18/
aws-java-sdk-cloudsearch-1.11.18.jar 
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-s3/1.11.18/
aws-java-sdk-s3-1.11.18.jar 

Completed in 985 milliseconds