/external/cronet/stable/components/metrics/ |
D | persistent_system_profile.cc | 88 reinterpret_cast<RecordHeader*>(allocator_->GetAsArray<char>( in Reset() 126 allocator_->GetAsArray<char>(alloc_reference_, kTypeIdSystemProfile, in HasMoreData() 166 allocator_->GetAsArray<base::subtle::Atomic32>( in AddSegment() 191 allocator_->GetAsArray<char>(alloc_reference_, kTypeIdSystemProfile, in WriteData() 235 allocator_->GetAsArray<char>(alloc_reference_, kTypeIdSystemProfile, in ReadData()
|
/external/cronet/tot/components/metrics/ |
D | persistent_system_profile.cc | 88 reinterpret_cast<RecordHeader*>(allocator_->GetAsArray<char>( in Reset() 126 allocator_->GetAsArray<char>(alloc_reference_, kTypeIdSystemProfile, in HasMoreData() 166 allocator_->GetAsArray<base::subtle::Atomic32>( in AddSegment() 191 allocator_->GetAsArray<char>(alloc_reference_, kTypeIdSystemProfile, in WriteData() 235 allocator_->GetAsArray<char>(alloc_reference_, kTypeIdSystemProfile, in ReadData()
|
/external/libchrome/base/debug/ |
D | activity_analyzer.cc | 57 : ThreadActivityAnalyzer(allocator->GetAsArray<char>( in ThreadActivityAnalyzer() 214 void* memory = allocator_->GetAsArray<char>( in GetUserDataSnapshot() 253 const char* message = allocator_->GetAsArray<char>( in GetLogMessages() 341 void* const base = allocator_->GetAsArray<char>( in PrepareAllAnalyzers()
|
D | activity_tracker.cc | 1065 void* memory = allocator->GetAsArray<char>(ref, kUserDataSize); in CreateUserDataForActivity() 1534 const void* memory = allocator_->GetAsArray<char>( in CleanupAfterProcess() 1573 const void* memory = allocator_->GetAsArray<char>( in CleanupAfterProcess() 1603 char* memory = allocator_->GetAsArray<char>(ref, kTypeIdGlobalLogMessage, in RecordLogMessage() 1671 process_data_(allocator_->GetAsArray<char>( in GlobalActivityTracker()
|
D | activity_tracker.h | 218 T* GetAsArray(Reference ref, size_t count) { in GetAsArray() function 219 return allocator_->GetAsArray<T>(ref, object_type_, count); in GetAsArray()
|
/external/libchrome/base/metrics/ |
D | persistent_memory_allocator.h | 201 const T* GetAsArray(Reference ref, uint32_t type_id, size_t count) const { in GetAsArray() function 202 return allocator_->GetAsArray<T>(ref, type_id, count); in GetAsArray() 413 T* GetAsArray(Reference ref, uint32_t type_id, size_t count) { in GetAsArray() function 419 const T* GetAsArray(Reference ref, uint32_t type_id, size_t count) const { in GetAsArray() function
|
D | persistent_histogram_allocator_unittest.cc | 368 allocator_->GetAsArray<uint32_t>(ref1, 0, kRangesRefIndex + 1); in TEST_F() 370 allocator_->GetAsArray<uint32_t>(ref2, 0, kRangesRefIndex + 1); in TEST_F()
|
D | persistent_memory_allocator.cc | 406 char* name_cstr = GetAsArray<char>(shared_meta()->name, 0, name_length); in PersistentMemoryAllocator() 456 GetAsArray<char>(name_ref, 0, PersistentMemoryAllocator::kSizeAny); in Name() 1194 char* mem = allocator_->GetAsArray<char>(ref, type_, size_); in Get()
|
D | persistent_memory_allocator_unittest.cc | 143 char* memory1 = allocator_->GetAsArray<char>(block1, 1, 1); in TEST_F() 702 int* data = shalloc3.GetAsArray<int>(data_ref, 911, 4); in TEST() 884 const char* data = allocator.GetAsArray<char>( in TEST()
|
D | persistent_histogram_allocator.cc | 367 memory_allocator_->GetAsArray<HistogramBase::Sample>( in AllocateHistogram() 527 memory_allocator_->GetAsArray<HistogramBase::Sample>( in CreateHistogram()
|
/external/cronet/tot/base/metrics/ |
D | persistent_memory_allocator.h | 242 const T* GetAsArray(Reference ref, uint32_t type_id, size_t count) const { in GetAsArray() function 243 return allocator_->GetAsArray<T>(ref, type_id, count); in GetAsArray() 473 T* GetAsArray(Reference ref, uint32_t type_id, size_t count) { in GetAsArray() function 479 const T* GetAsArray(Reference ref, uint32_t type_id, size_t count) const { in GetAsArray() function
|
D | persistent_memory_allocator.cc | 426 char* name_cstr = GetAsArray<char>(shared_meta()->name, 0, name_length); in PersistentMemoryAllocator() 478 GetAsArray<char>(name_ref, 0, PersistentMemoryAllocator::kSizeAny); in Name() 1268 uint8_t* mem = allocator_->GetAsArray<uint8_t>(ref, type_, size_); in GetUntyped()
|
D | persistent_histogram_allocator_unittest.cc | 627 allocator_->GetAsArray<uint32_t>(ref1, 0, kRangesRefIndex + 1); in TEST_F() 629 allocator_->GetAsArray<uint32_t>(ref2, 0, kRangesRefIndex + 1); in TEST_F()
|
D | persistent_memory_allocator_unittest.cc | 156 char* memory1 = allocator_->GetAsArray<char>(block1, 1, 1); in TEST_F() 784 int* data = shalloc3.GetAsArray<int>(data_ref, 911, 4); in TEST() 969 const char* data = allocator.GetAsArray<char>( in TEST()
|
D | persistent_histogram_allocator.cc | 414 memory_allocator_->GetAsArray<HistogramBase::Sample>( in AllocateHistogram() 592 memory_allocator_->GetAsArray<HistogramBase::Sample>( in CreateHistogram()
|
/external/cronet/stable/base/metrics/ |
D | persistent_memory_allocator.h | 242 const T* GetAsArray(Reference ref, uint32_t type_id, size_t count) const { in GetAsArray() function 243 return allocator_->GetAsArray<T>(ref, type_id, count); in GetAsArray() 473 T* GetAsArray(Reference ref, uint32_t type_id, size_t count) { in GetAsArray() function 479 const T* GetAsArray(Reference ref, uint32_t type_id, size_t count) const { in GetAsArray() function
|
D | persistent_memory_allocator.cc | 426 char* name_cstr = GetAsArray<char>(shared_meta()->name, 0, name_length); in PersistentMemoryAllocator() 478 GetAsArray<char>(name_ref, 0, PersistentMemoryAllocator::kSizeAny); in Name() 1268 uint8_t* mem = allocator_->GetAsArray<uint8_t>(ref, type_, size_); in GetUntyped()
|
D | persistent_histogram_allocator_unittest.cc | 627 allocator_->GetAsArray<uint32_t>(ref1, 0, kRangesRefIndex + 1); in TEST_F() 629 allocator_->GetAsArray<uint32_t>(ref2, 0, kRangesRefIndex + 1); in TEST_F()
|
D | persistent_memory_allocator_unittest.cc | 156 char* memory1 = allocator_->GetAsArray<char>(block1, 1, 1); in TEST_F() 784 int* data = shalloc3.GetAsArray<int>(data_ref, 911, 4); in TEST() 969 const char* data = allocator.GetAsArray<char>( in TEST()
|
D | persistent_histogram_allocator.cc | 414 memory_allocator_->GetAsArray<HistogramBase::Sample>( in AllocateHistogram() 592 memory_allocator_->GetAsArray<HistogramBase::Sample>( in CreateHistogram()
|
/external/libcxx/utils/google-benchmark/src/ |
D | sysinfo.cc | 131 std::array<T, N> GetAsArray() { in GetAsArray() function 195 *Out = Buff.GetAsArray<Tp, N>(); in GetSysctl()
|
/external/cronet/tot/third_party/google_benchmark/src/src/ |
D | sysinfo.cc | 142 std::array<T, N> GetAsArray() { in GetAsArray() function 206 *out = buff.GetAsArray<Tp, N>(); in GetSysctl()
|
/external/cronet/stable/third_party/google_benchmark/src/src/ |
D | sysinfo.cc | 142 std::array<T, N> GetAsArray() { in GetAsArray() function 206 *out = buff.GetAsArray<Tp, N>(); in GetSysctl()
|
/external/google-benchmark/src/ |
D | sysinfo.cc | 142 std::array<T, N> GetAsArray() { in GetAsArray() function 206 *out = buff.GetAsArray<Tp, N>(); in GetSysctl()
|