Searched refs:allocated_ (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/testing/gtest/samples/
H A Dsample10_unittest.cc57 allocated_++;
62 allocated_--;
66 static int allocated() { return allocated_; }
69 static int allocated_; member in class:__anon10851::Water
72 int Water::allocated_ = 0; member in class:__anon10851::Water
/external/protobuf/gtest/samples/
H A Dsample10_unittest.cc57 allocated_++;
62 allocated_--;
66 static int allocated() { return allocated_; }
69 static int allocated_; member in class:__anon28895::Water
72 int Water::allocated_ = 0; member in class:__anon28895::Water
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/data/
H A Dmemory_byte_array.cc24 : ByteArray(0, length), b_(NULL), allocated_(true) {
28 : ByteArray(filled_length, filled_length), b_(b), allocated_(false) {
45 if (allocated_ && b_ == NULL) {
82 if (allocated_ && b_) {
H A Dmemory_byte_array.h76 bool allocated_; member in class:sfntly::MemoryByteArray
/external/sfntly/cpp/src/sfntly/data/
H A Dmemory_byte_array.cc24 : ByteArray(0, length), b_(NULL), allocated_(true) {
28 : ByteArray(filled_length, filled_length), b_(b), allocated_(false) {
45 if (allocated_ && b_ == NULL) {
82 if (allocated_ && b_) {
H A Dmemory_byte_array.h76 bool allocated_; member in class:sfntly::MemoryByteArray
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Daddressmap-inl.h252 Object* allocated_; // List of allocated objects member in class:AddressMap
261 obj->next = allocated_;
262 allocated_ = obj;
274 allocated_(NULL) {
281 for (Object* obj = allocated_; obj != NULL; /**/) {
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Daddressmap-inl.h252 Object* allocated_; // List of allocated objects member in class:AddressMap
261 obj->next = allocated_;
262 allocated_ = obj;
274 allocated_(NULL) {
281 for (Object* obj = allocated_; obj != NULL; /**/) {
/external/chromium_org/third_party/jsoncpp/overrides/src/lib_json/
H A Djson_value.cpp282 , allocated_( false )
326 , allocated_( false )
337 , allocated_( false )
350 , allocated_( false )
362 , allocated_( false )
374 , allocated_( false )
385 , allocated_( true )
398 , allocated_( true )
411 , allocated_( true )
424 , allocated_( fals
[all...]
/external/jsoncpp/chromium-overrides/src/lib_json/
H A Djson_value.cpp276 , allocated_( false )
320 , allocated_( false )
331 , allocated_( false )
344 , allocated_( false )
356 , allocated_( false )
368 , allocated_( false )
379 , allocated_( true )
392 , allocated_( true )
405 , allocated_( true )
418 , allocated_( fals
[all...]
/external/jsoncpp/src/lib_json/
H A Djson_value.cpp272 , allocated_( false )
316 , allocated_( false )
327 , allocated_( false )
340 , allocated_( false )
352 , allocated_( false )
364 , allocated_( false )
375 , allocated_( true )
388 , allocated_( true )
401 , allocated_( true )
414 , allocated_( fals
[all...]
/external/chromium_org/v8/src/heap/
H A Dincremental-marking.h214 intptr_t allocated_; member in class:v8::internal::IncrementalMarking
H A Dincremental-marking.cc29 allocated_(0),
903 allocated_ += allocated_bytes;
905 if (!force_marking && allocated_ < kAllocatedThreshold &&
928 Max(allocated_, write_barriers_invoked_since_last_step_);
929 allocated_ = 0;
/external/chromium_org/third_party/jsoncpp/overrides/include/json/
H A Dvalue.h499 int allocated_ : 1; // Notes: if declared as bool, bitfield is useless.
/external/jsoncpp/chromium-overrides/include/json/
H A Dvalue.h499 int allocated_ : 1; // Notes: if declared as bool, bitfield is useless.
/external/jsoncpp/include/json/
H A Dvalue.h499 int allocated_ : 1; // Notes: if declared as bool, bitfield is useless.
/external/chromium_org/third_party/cld/base/
H A Dlogging.h1026 scoped_ptr<LogMessageData> allocated_; member in class:LogMessage

Completed in 520 milliseconds