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

  /external/google-breakpad/src/testing/gtest/samples/
sample10_unittest.cc 57 allocated_++;
62 allocated_--;
66 static int allocated() { return allocated_; }
69 static int allocated_; member in class:__anon9570::Water
72 int Water::allocated_ = 0; member in class:__anon9570::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:__anon17727::Water
72 int Water::allocated_ = 0; member in class:__anon17727::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:__anon28080::Water
72 int Water::allocated_ = 0; member in class:__anon28080::Water
  /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/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/v8/src/heap/
incremental-marking.h 214 intptr_t allocated_; member in class:v8::internal::IncrementalMarking
incremental-marking.cc 29 allocated_(0),
903 allocated_ += allocated_bytes;
905 if (!force_marking && allocated_ < kAllocatedThreshold &&
928 Max(allocated_, write_barriers_invoked_since_last_step_);
929 allocated_ = 0;
    [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...]

Completed in 200 milliseconds