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

  /external/chromium/net/disk_cache/
bitmap.h 16 Bitmap() : map_(NULL), num_bits_(0), array_size_(0), alloc_(false) {}
129 bool alloc_; // Whether or not we allocated the memory. member in class:disk_cache::Bitmap
bitmap.cc 46 alloc_(true) {
60 alloc_(false) {
64 if (alloc_)
69 DCHECK(alloc_ || !map_);
80 if (alloc_)
83 alloc_ = true;
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
vec.h 617 (int alloc_) \
619 return offsetof (VEC(T,base),vec) + alloc_ * sizeof(T); \
623 (VEC(T,base) *vec_, int alloc_) \
626 vec_->alloc = alloc_; \
630 (VEC(T,base) *vec_, int alloc_ VEC_CHECK_DECL) \
632 VEC_ASSERT (alloc_ >= 0, "space", T, base); \
633 return vec_ ? vec_->alloc - vec_->num >= (unsigned)alloc_ : !alloc_; \
778 (int alloc_ MEM_STAT_DECL) \
780 return (VEC(T,A) *) vec_##A##_p_reserve_exact (NULL, alloc_ \
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
vec.h 617 (int alloc_) \
619 return offsetof (VEC(T,base),vec) + alloc_ * sizeof(T); \
623 (VEC(T,base) *vec_, int alloc_) \
626 vec_->alloc = alloc_; \
630 (VEC(T,base) *vec_, int alloc_ VEC_CHECK_DECL) \
632 VEC_ASSERT (alloc_ >= 0, "space", T, base); \
633 return vec_ ? vec_->alloc - vec_->num >= (unsigned)alloc_ : !alloc_; \
778 (int alloc_ MEM_STAT_DECL) \
780 return (VEC(T,A) *) vec_##A##_p_reserve_exact (NULL, alloc_ \
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
vec.h 617 (int alloc_) \
619 return offsetof (VEC(T,base),vec) + alloc_ * sizeof(T); \
623 (VEC(T,base) *vec_, int alloc_) \
626 vec_->alloc = alloc_; \
630 (VEC(T,base) *vec_, int alloc_ VEC_CHECK_DECL) \
632 VEC_ASSERT (alloc_ >= 0, "space", T, base); \
633 return vec_ ? vec_->alloc - vec_->num >= (unsigned)alloc_ : !alloc_; \
778 (int alloc_ MEM_STAT_DECL) \
780 return (VEC(T,A) *) vec_##A##_p_reserve_exact (NULL, alloc_ \
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
vec.h 617 (int alloc_) \
619 return offsetof (VEC(T,base),vec) + alloc_ * sizeof(T); \
623 (VEC(T,base) *vec_, int alloc_) \
626 vec_->alloc = alloc_; \
630 (VEC(T,base) *vec_, int alloc_ VEC_CHECK_DECL) \
632 VEC_ASSERT (alloc_ >= 0, "space", T, base); \
633 return vec_ ? vec_->alloc - vec_->num >= (unsigned)alloc_ : !alloc_; \
778 (int alloc_ MEM_STAT_DECL) \
780 return (VEC(T,A) *) vec_##A##_p_reserve_exact (NULL, alloc_ \
    [all...]
  /external/v8/src/
ast.cc 795 HeapStringAllocator alloc_; member in class:v8::internal::RegExpUnparser
800 RegExpUnparser::RegExpUnparser() : stream_(&alloc_) {
    [all...]
jsregexp.cc 3261 HeapStringAllocator alloc_; member in class:v8::internal::DotPrinter
    [all...]

Completed in 371 milliseconds