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

  /external/chromium_org/testing/gtest/samples/
sample10_unittest.cc 57 allocated_++;
62 allocated_--;
66 static int allocated() { return allocated_; }
69 static int allocated_; member in class:__anon14806::Water
72 int Water::allocated_ = 0; member in class:__anon14806::Water
  /external/protobuf/gtest/samples/
sample10_unittest.cc 57 allocated_++;
62 allocated_--;
66 static int allocated() { return allocated_; }
69 static int allocated_; member in class:__anon32613::Water
72 int Water::allocated_ = 0; member in class:__anon32613::Water
  /ndk/sources/third_party/googletest/googletest/samples/
sample10_unittest.cc 57 allocated_++;
62 allocated_--;
66 static int allocated() { return allocated_; }
69 static int allocated_; member in class:__anon43064::Water
72 int Water::allocated_ = 0; member in class:__anon43064::Water
  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/data/
memory_byte_array.cc 24 : 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_) {
memory_byte_array.h 76 bool allocated_; member in class:sfntly::MemoryByteArray
  /external/sfntly/cpp/src/sfntly/data/
memory_byte_array.cc 24 : 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_) {
memory_byte_array.h 76 bool allocated_; member in class:sfntly::MemoryByteArray
  /external/chromium_org/third_party/tcmalloc/chromium/src/
addressmap-inl.h 252 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/
addressmap-inl.h 252 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/
json_value.cpp 282 , 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_( false
    [all...]
  /external/jsoncpp/chromium-overrides/src/lib_json/
json_value.cpp 276 , 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_( false
    [all...]
  /external/jsoncpp/src/lib_json/
json_value.cpp 272 , 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_( false
    [all...]
  /external/chromium_org/v8/src/
incremental-marking.h 249 intptr_t allocated_; member in class:v8::internal::IncrementalMarking
incremental-marking.cc 33 allocated_(0),
852 allocated_ += allocated_bytes;
854 if (allocated_ < kAllocatedThreshold &&
869 marking_speed_ * Max(allocated_, write_barriers_invoked_since_last_step_);
870 allocated_ = 0;
    [all...]
  /external/chromium_org/third_party/jsoncpp/overrides/include/json/
value.h 499 int allocated_ : 1; // Notes: if declared as bool, bitfield is useless.
    [all...]
  /external/jsoncpp/chromium-overrides/include/json/
value.h 499 int allocated_ : 1; // Notes: if declared as bool, bitfield is useless.
    [all...]
  /external/jsoncpp/include/json/
value.h 499 int allocated_ : 1; // Notes: if declared as bool, bitfield is useless.
    [all...]
  /external/chromium_org/third_party/cld/base/
logging.h 1026 scoped_ptr<LogMessageData> allocated_; member in class:LogMessage
    [all...]

Completed in 221 milliseconds