/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/samples/ |
D | sample10_unittest.cc | 53 allocated_++; in operator new() 58 allocated_--; in operator delete() 62 static int allocated() { return allocated_; } in allocated() 65 static int allocated_; member in __anon677098070111::Water 68 int Water::allocated_ = 0; member in __anon677098070111::Water
|
/external/googletest/googletest/samples/ |
D | sample10_unittest.cc | 53 allocated_++; in operator new() 58 allocated_--; in operator delete() 62 static int allocated() { return allocated_; } in allocated() 65 static int allocated_; member in __anonda69436a0111::Water 68 int Water::allocated_ = 0; member in __anonda69436a0111::Water
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | scoped_allocator.cc | 165 allocated_(false), in ScopedAllocatorInstance() 179 << " allocated_ " << allocated_ << " deallocated_ " << deallocated_ in DropFromTable() 184 if (allocated_ && deallocated_) { in DropFromTable() 198 << " allocated_ " << allocated_ << " deallocated_ " in AllocateRaw() 202 allocated_ = true; in AllocateRaw() 204 << " allocated_ " << allocated_ << " deallocated_ " in AllocateRaw() 217 CHECK(allocated_); in DeallocateRaw() 220 << " allocated_ " << allocated_ << " deallocated_ " << deallocated_ in DeallocateRaw()
|
D | scoped_allocator.h | 120 bool allocated_ TF_GUARDED_BY(mu_);
|
/external/tensorflow/tensorflow/core/framework/ |
D | tracking_allocator.cc | 26 allocated_(0), in TrackingAllocator() 45 allocated_ += allocated_bytes; in AllocateRaw() 46 high_watermark_ = std::max(high_watermark_, allocated_); in AllocateRaw() 61 allocated_ += allocated_bytes; in AllocateRaw() 62 high_watermark_ = std::max(high_watermark_, allocated_); in AllocateRaw() 100 CHECK_GE(allocated_, allocated_bytes); in DeallocateRaw() 101 allocated_ -= allocated_bytes; in DeallocateRaw() 169 still_live_bytes = allocated_; in GetSizes()
|
D | tracking_allocator.h | 105 size_t allocated_ TF_GUARDED_BY(mu_);
|
/external/sfntly/cpp/src/sfntly/data/ |
D | memory_byte_array.cc | 24 : ByteArray(0, length), b_(NULL), allocated_(true) { in MemoryByteArray() 28 : ByteArray(filled_length, filled_length), b_(b), allocated_(false) { in MemoryByteArray() 45 if (allocated_ && b_ == NULL) { in Init() 82 if (allocated_ && b_) { in Close()
|
D | memory_byte_array.h | 76 bool allocated_; variable
|
/external/shaderc/spirv-headers/tools/buildHeaders/jsoncpp/dist/ |
D | jsoncpp.cpp | 2780 : type_(other.type_), allocated_(false) in Value() 2793 if (other.value_.string_ && other.allocated_) { in Value() 2796 decodePrefixedString(other.allocated_, other.value_.string_, in Value() 2799 allocated_ = true; in Value() 2802 allocated_ = false; in Value() 2832 if (allocated_) in ~Value() 2857 int temp2 = allocated_; in swapPayload() 2858 allocated_ = other.allocated_; in swapPayload() 2859 other.allocated_ = temp2; in swapPayload() 2904 decodePrefixedString(this->allocated_, this->value_.string_, &this_len, &this_str); in operator <() [all …]
|
/external/protobuf/conformance/third_party/jsoncpp/ |
D | jsoncpp.cpp | 2804 : type_(other.type_), allocated_(false) in Value() 2817 if (other.value_.string_ && other.allocated_) { in Value() 2820 decodePrefixedString(other.allocated_, other.value_.string_, in Value() 2823 allocated_ = true; in Value() 2826 allocated_ = false; in Value() 2864 if (allocated_) in ~Value() 2889 int temp2 = allocated_; in swapPayload() 2890 allocated_ = other.allocated_; in swapPayload() 2891 other.allocated_ = temp2 & 0x1; in swapPayload() 2936 decodePrefixedString(this->allocated_, this->value_.string_, &this_len, &this_str); in operator <() [all …]
|
/external/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/ |
D | jsoncpp.cpp | 2780 : type_(other.type_), allocated_(false) in Value() 2793 if (other.value_.string_ && other.allocated_) { in Value() 2796 decodePrefixedString(other.allocated_, other.value_.string_, in Value() 2799 allocated_ = true; in Value() 2802 allocated_ = false; in Value() 2832 if (allocated_) in ~Value() 2857 int temp2 = allocated_; in swapPayload() 2858 allocated_ = other.allocated_; in swapPayload() 2859 other.allocated_ = temp2; in swapPayload() 2904 decodePrefixedString(this->allocated_, this->value_.string_, &this_len, &this_str); in operator <() [all …]
|
/external/angle/third_party/vulkan-deps/spirv-headers/src/tools/buildHeaders/jsoncpp/dist/ |
D | jsoncpp.cpp | 2780 : type_(other.type_), allocated_(false) in Value() 2793 if (other.value_.string_ && other.allocated_) { in Value() 2796 decodePrefixedString(other.allocated_, other.value_.string_, in Value() 2799 allocated_ = true; in Value() 2802 allocated_ = false; in Value() 2832 if (allocated_) in ~Value() 2857 int temp2 = allocated_; in swapPayload() 2858 allocated_ = other.allocated_; in swapPayload() 2859 other.allocated_ = temp2; in swapPayload() 2904 decodePrefixedString(this->allocated_, this->value_.string_, &this_len, &this_str); in operator <() [all …]
|
/external/deqp-deps/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/ |
D | jsoncpp.cpp | 2780 : type_(other.type_), allocated_(false) in Value() 2793 if (other.value_.string_ && other.allocated_) { in Value() 2796 decodePrefixedString(other.allocated_, other.value_.string_, in Value() 2799 allocated_ = true; in Value() 2802 allocated_ = false; in Value() 2832 if (allocated_) in ~Value() 2857 int temp2 = allocated_; in swapPayload() 2858 allocated_ = other.allocated_; in swapPayload() 2859 other.allocated_ = temp2; in swapPayload() 2904 decodePrefixedString(this->allocated_, this->value_.string_, &this_len, &this_str); in operator <() [all …]
|
/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
D | gpu_conv_runner.cc | 56 if (allocated_) { in AllocateBytes() 66 allocated_ = true; in AllocateBytes() 72 bool allocated_ = false; member in xla::gpu::__anon53f8f4230111::ScratchBufAllocator
|
/external/jsoncpp/include/json/ |
D | value.h | 598 bool isAllocated() const { return bits_.allocated_; } in isAllocated() 599 void setIsAllocated(bool v) { bits_.allocated_ = v; } in setIsAllocated() 631 unsigned int allocated_ : 1; member
|
/external/abseil-cpp/absl/debugging/ |
D | symbolize_elf.inc | 234 AddrMap() : size_(0), allocated_(0), obj_(nullptr) {} 242 int size_; // count of valid elements (<= allocated_) 243 int allocated_; // count of allocated elements 244 ObjFile *obj_; // array of allocated_ elements 257 if (size_ == allocated_) { 258 int new_allocated = allocated_ * 2 + 50; 263 memcpy(new_obj_, obj_, allocated_ * sizeof(*new_obj_)); 267 allocated_ = new_allocated;
|
/external/webrtc/third_party/abseil-cpp/absl/debugging/ |
D | symbolize_elf.inc | 234 AddrMap() : size_(0), allocated_(0), obj_(nullptr) {} 242 int size_; // count of valid elements (<= allocated_) 243 int allocated_; // count of allocated elements 244 ObjFile *obj_; // array of allocated_ elements 257 if (size_ == allocated_) { 258 int new_allocated = allocated_ * 2 + 50; 263 memcpy(new_obj_, obj_, allocated_ * sizeof(*new_obj_)); 267 allocated_ = new_allocated;
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/debugging/ |
D | symbolize_elf.inc | 249 AddrMap() : size_(0), allocated_(0), obj_(nullptr) {} 257 int size_; // count of valid elements (<= allocated_) 258 int allocated_; // count of allocated elements 259 ObjFile *obj_; // array of allocated_ elements 272 if (size_ == allocated_) { 273 int new_allocated = allocated_ * 2 + 50; 278 memcpy(new_obj_, obj_, allocated_ * sizeof(*new_obj_)); 282 allocated_ = new_allocated;
|
/external/libtextclassifier/abseil-cpp/absl/debugging/ |
D | symbolize_elf.inc | 249 AddrMap() : size_(0), allocated_(0), obj_(nullptr) {} 257 int size_; // count of valid elements (<= allocated_) 258 int allocated_; // count of allocated elements 259 ObjFile *obj_; // array of allocated_ elements 272 if (size_ == allocated_) { 273 int new_allocated = allocated_ * 2 + 50; 278 memcpy(new_obj_, obj_, allocated_ * sizeof(*new_obj_)); 282 allocated_ = new_allocated;
|
/external/angle/third_party/abseil-cpp/absl/debugging/ |
D | symbolize_elf.inc | 249 AddrMap() : size_(0), allocated_(0), obj_(nullptr) {} 257 int size_; // count of valid elements (<= allocated_) 258 int allocated_; // count of allocated elements 259 ObjFile *obj_; // array of allocated_ elements 272 if (size_ == allocated_) { 273 int new_allocated = allocated_ * 2 + 50; 278 memcpy(new_obj_, obj_, allocated_ * sizeof(*new_obj_)); 282 allocated_ = new_allocated;
|
/external/openscreen/third_party/abseil/src/absl/debugging/ |
D | symbolize_elf.inc | 249 AddrMap() : size_(0), allocated_(0), obj_(nullptr) {} 257 int size_; // count of valid elements (<= allocated_) 258 int allocated_; // count of allocated elements 259 ObjFile *obj_; // array of allocated_ elements 272 if (size_ == allocated_) { 273 int new_allocated = allocated_ * 2 + 50; 278 memcpy(new_obj_, obj_, allocated_ * sizeof(*new_obj_)); 282 allocated_ = new_allocated;
|
/external/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/json/ |
D | json.h | 930 unsigned int allocated_ : 1; // Notes: if declared as bool, bitfield is useless. variable
|
/external/angle/third_party/vulkan-deps/spirv-headers/src/tools/buildHeaders/jsoncpp/dist/json/ |
D | json.h | 930 unsigned int allocated_ : 1; // Notes: if declared as bool, bitfield is useless. variable
|
/external/shaderc/spirv-headers/tools/buildHeaders/jsoncpp/dist/json/ |
D | json.h | 930 unsigned int allocated_ : 1; // Notes: if declared as bool, bitfield is useless. variable
|
/external/deqp-deps/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/json/ |
D | json.h | 930 unsigned int allocated_ : 1; // Notes: if declared as bool, bitfield is useless. variable
|