/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/testing/gtest/samples/ |
sample10_unittest.cc | 57 allocated_++; 62 allocated_--; 66 static int allocated() { return allocated_; } 69 static int allocated_; member in class:__anon2996::Water 72 int Water::allocated_ = 0; member in class:__anon2996::Water
|
/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:__anon10514::Water 72 int Water::allocated_ = 0; member in class:__anon10514::Water
|
/external/gtest/samples/ |
sample10_unittest.cc | 57 allocated_++; 62 allocated_--; 66 static int allocated() { return allocated_; } 69 static int allocated_; member in class:__anon18494::Water 72 int Water::allocated_ = 0; member in class:__anon18494::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:__anon24481::Water 72 int Water::allocated_ = 0; member in class:__anon24481::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:__anon33272::Water 72 int Water::allocated_ = 0; member in class:__anon33272::Water
|
/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/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/v8/src/ |
incremental-marking.cc | 56 allocated_(0), 905 allocated_ += allocated_bytes; 907 if (allocated_ < kAllocatedThreshold && 922 marking_speed_ * Max(allocated_, write_barriers_invoked_since_last_step_); 923 allocated_ = 0; [all...] |
incremental-marking.h | 276 intptr_t allocated_; member in class:v8::internal::IncrementalMarking
|
/external/v8/src/ |
incremental-marking.cc | 54 allocated_(0), 778 allocated_ += allocated_bytes; 780 if (allocated_ < kAllocatedThreshold) return; 784 intptr_t bytes_to_process = allocated_ * allocation_marking_factor_; 846 allocated_ = 0;
|
incremental-marking.h | 275 intptr_t allocated_; member in class:v8::internal::IncrementalMarking
|
/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/chromium_org/third_party/cld/base/ |
logging.h | 1026 scoped_ptr<LogMessageData> allocated_; member in class:LogMessage [all...] |