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

  /external/chromium/net/disk_cache/
bitmap.h 17 Bitmap() : map_(NULL), num_bits_(0), array_size_(0), alloc_(false) {}
23 alloc_(true) {
39 alloc_(false) {}
42 if (alloc_)
146 bool alloc_; // Whether or not we allocated the memory. member in class:disk_cache::Bitmap
bitmap.cc 42 DCHECK(alloc_ || !map_);
53 if (alloc_)
56 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...]
  /external/v8/src/
ast.cc 303 HeapStringAllocator alloc_; member in class:v8::internal::RegExpUnparser
308 RegExpUnparser::RegExpUnparser() : stream_(&alloc_) {
jsregexp.cc 3079 HeapStringAllocator alloc_; member in class:v8::internal::DotPrinter
    [all...]

Completed in 59 milliseconds