Home
last modified time | relevance | path

Searched refs:CreateWithLocalMemory (Results 1 – 11 of 11) sorted by relevance

/external/libchrome/base/debug/
Dactivity_tracker_unittest.cc206 GlobalActivityTracker::CreateWithLocalMemory(kMemorySize, 0, "", 3, 0); in TEST_F()
291 GlobalActivityTracker::CreateWithLocalMemory(kMemorySize, 0, "", 3, 0); in TEST_F()
330 GlobalActivityTracker::CreateWithLocalMemory(kMemorySize, 0, "", 3, 0); in TEST_F()
380 GlobalActivityTracker::CreateWithLocalMemory(kMemorySize, 0, "", 3, 0); in TEST_F()
447 GlobalActivityTracker::CreateWithLocalMemory(kMemorySize, 0, "", 3, 0); in TEST_F()
484 GlobalActivityTracker::CreateWithLocalMemory(kMemorySize, 0, "", 3, 0); in TEST_F()
Dactivity_tracker.h909 static bool CreateWithLocalMemory(size_t size,
Dactivity_tracker.cc1295 bool GlobalActivityTracker::CreateWithLocalMemory(size_t size, in CreateWithLocalMemory() function in base::debug::GlobalActivityTracker
/external/libchrome/base/metrics/
Dpersistent_histogram_storage.cc32 GlobalHistogramAllocator::CreateWithLocalMemory(kAllocSize, in PersistentHistogramStorage()
Dpersistent_histogram_allocator.h350 static void CreateWithLocalMemory(size_t size, uint64_t id, StringPiece name);
Dstatistics_recorder_unittest.cc72 GlobalHistogramAllocator::CreateWithLocalMemory(kAllocatorMemorySize, 0, in StatisticsRecorderTest()
673 GlobalHistogramAllocator::CreateWithLocalMemory(kAllocatorMemorySize, 0, ""); in TEST_P()
Dsparse_histogram_unittest.cc62 GlobalHistogramAllocator::CreateWithLocalMemory( in CreatePersistentMemoryAllocator()
Dpersistent_histogram_allocator_unittest.cc224 GlobalHistogramAllocator::CreateWithLocalMemory(kAllocatorMemorySize, 0, ""); in TEST_F()
Dpersistent_histogram_allocator.cc669 void GlobalHistogramAllocator::CreateWithLocalMemory( in CreateWithLocalMemory() function in base::GlobalHistogramAllocator
Dhistogram_unittest.cc88 GlobalHistogramAllocator::CreateWithLocalMemory( in CreatePersistentHistogramAllocator()
/external/libchrome/base/synchronization/
Dlock_unittest.cc152 debug::GlobalActivityTracker::CreateWithLocalMemory(64 << 10, 0, "", 3, 0); in TEST()