/external/tensorflow/tensorflow/core/common_runtime/ |
D | scoped_allocator.cc | 140 allocated_(false), in ScopedAllocatorInstance() 154 << " allocated_ " << allocated_ << " deallocated_ " << deallocated_ in DropFromTable() 159 if (allocated_ && deallocated_) { in DropFromTable() 173 << " allocated_ " << allocated_ << " deallocated_ " in AllocateRaw() 177 allocated_ = true; in AllocateRaw() 179 << " allocated_ " << allocated_ << " deallocated_ " in AllocateRaw() 192 CHECK(allocated_); in DeallocateRaw() 195 << " allocated_ " << allocated_ << " deallocated_ " << deallocated_ in DeallocateRaw()
|
D | scoped_allocator.h | 118 bool allocated_ GUARDED_BY(mu_);
|
/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 __anonf4fab08c0111::Water 68 int Water::allocated_ = 0; member in __anonf4fab08c0111::Water
|
/external/google-breakpad/src/testing/gtest/samples/ |
D | sample10_unittest.cc | 57 allocated_++; in operator new() 62 allocated_--; in operator delete() 66 static int allocated() { return allocated_; } in allocated() 69 static int allocated_; member in __anon98b471e10111::Water 72 int Water::allocated_ = 0; member in __anon98b471e10111::Water
|
/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 | 106 size_t allocated_ 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/v8/src/builtins/ |
D | builtins-trace.cc | 55 allocated_.reset(new uint8_t[len + 1]); in AllocateSufficientSpace() 56 buf_ = allocated_.get(); in AllocateSufficientSpace() 66 std::unique_ptr<uint8_t> allocated_; member in v8::internal::__anonf07750c10111::MaybeUtf8
|
/external/v8/src/interpreter/ |
D | bytecode-register-optimizer.cc | 23 allocated_(allocated), in RegisterInfo() 68 bool allocated() const { return allocated_; } in allocated() 69 void set_allocated(bool allocated) { allocated_ = allocated; } in set_allocated() 82 bool allocated_; member in v8::internal::interpreter::BytecodeRegisterOptimizer::RegisterInfo
|
/external/jsoncpp/src/lib_json/ |
D | json_value.cpp | 325 : type_(other.type_), allocated_(false) in Value() 343 allocated_ = true; in Value() 346 allocated_ = false; in Value() 384 if (allocated_) in ~Value() 418 int temp2 = allocated_; in swap() 419 allocated_ = other.allocated_; in swap() 420 other.allocated_ = temp2; in swap() 898 allocated_ = allocated; in initBasic()
|
/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
D | cudnn_conv_runner.cc | 93 if (allocated_) { in AllocateBytes() 103 allocated_ = true; in AllocateBytes() 109 bool allocated_ = false; member in xla::gpu::__anon2b86fa710111::ScratchBufAllocator
|
/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/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/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 …]
|
D | json.h | 980 unsigned int allocated_ : 1; // Notes: if declared as bool, bitfield is useless. 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/jsoncpp/ |
D | NEWS.txt | 59 - Patch #15: Copy constructor does not initialize allocated_ for stringValue
|
/external/jsoncpp/include/json/ |
D | value.h | 492 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/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/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
|
/external/tensorflow/tensorflow/stream_executor/ |
D | stream.cc | 252 allocated_(false), in Stream() 262 allocated_(false), in Stream() 279 if (allocated_) { in ~Stream() 294 CHECK_EQ(false, allocated_) in Init() 300 allocated_ = true; in Init()
|
D | stream.h | 2006 bool allocated_ GUARDED_BY(mu_);
|