HomeSort by relevance Sort by last modified time
    Searched refs:alloc_ (Results 1 - 7 of 7) 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;
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
vec.h 567 (int alloc_) \
569 return offsetof (VEC(T,base),vec) + alloc_ * sizeof(T); \
573 (VEC(T,base) *vec_, int alloc_) \
576 vec_->alloc = alloc_; \
580 (VEC(T,base) *vec_, int alloc_ VEC_CHECK_DECL) \
582 VEC_ASSERT (alloc_ >= 0, "space", T, base); \
583 return vec_ ? vec_->alloc - vec_->num >= (unsigned)alloc_ : !alloc_; \
715 (int alloc_ MEM_STAT_DECL) \
717 return (VEC(T,A) *) vec_##A##_p_reserve_exact (NULL, alloc_ \
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
vec.h 567 (int alloc_) \
569 return offsetof (VEC(T,base),vec) + alloc_ * sizeof(T); \
573 (VEC(T,base) *vec_, int alloc_) \
576 vec_->alloc = alloc_; \
580 (VEC(T,base) *vec_, int alloc_ VEC_CHECK_DECL) \
582 VEC_ASSERT (alloc_ >= 0, "space", T, base); \
583 return vec_ ? vec_->alloc - vec_->num >= (unsigned)alloc_ : !alloc_; \
715 (int alloc_ MEM_STAT_DECL) \
717 return (VEC(T,A) *) vec_##A##_p_reserve_exact (NULL, alloc_ \
    [all...]
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/
vec.h 567 (int alloc_) \
569 return offsetof (VEC(T,base),vec) + alloc_ * sizeof(T); \
573 (VEC(T,base) *vec_, int alloc_) \
576 vec_->alloc = alloc_; \
580 (VEC(T,base) *vec_, int alloc_ VEC_CHECK_DECL) \
582 VEC_ASSERT (alloc_ >= 0, "space", T, base); \
583 return vec_ ? vec_->alloc - vec_->num >= (unsigned)alloc_ : !alloc_; \
715 (int alloc_ MEM_STAT_DECL) \
717 return (VEC(T,A) *) vec_##A##_p_reserve_exact (NULL, alloc_ \
    [all...]
  /external/v8/src/
ast.cc 967 HeapStringAllocator alloc_; member in class:v8::internal::RegExpUnparser
972 RegExpUnparser::RegExpUnparser() : stream_(&alloc_) {
jsregexp.cc 3243 HeapStringAllocator alloc_; member in class:v8::internal::DotPrinter
    [all...]

Completed in 65 milliseconds