Home
last modified time | relevance | path

Searched refs:samples_ref (Results 1 – 4 of 4) sorted by relevance

/external/libchrome/base/metrics/
Dsample_vector_unittest.cc374 std::atomic<PersistentMemoryAllocator::Reference> samples_ref; in TEST_F() local
375 samples_ref.store(0, std::memory_order_relaxed); in TEST_F()
388 const DelayedPersistentAllocation allocation(&allocator, &samples_ref, 1, in TEST_F()
467 std::atomic<PersistentMemoryAllocator::Reference> samples_ref; in TEST_F() local
468 samples_ref.store(0, std::memory_order_relaxed); in TEST_F()
481 const DelayedPersistentAllocation allocation(&allocator, &samples_ref, 1, in TEST_F()
/external/cronet/tot/base/metrics/
Dsample_vector_unittest.cc419 std::atomic<PersistentMemoryAllocator::Reference> samples_ref; in TEST_F() local
420 samples_ref.store(0, std::memory_order_relaxed); in TEST_F()
433 const DelayedPersistentAllocation allocation(&allocator, &samples_ref, 1, in TEST_F()
512 std::atomic<PersistentMemoryAllocator::Reference> samples_ref; in TEST_F() local
513 samples_ref.store(0, std::memory_order_relaxed); in TEST_F()
526 const DelayedPersistentAllocation allocation(&allocator, &samples_ref, 1, in TEST_F()
/external/cronet/stable/base/metrics/
Dsample_vector_unittest.cc419 std::atomic<PersistentMemoryAllocator::Reference> samples_ref; in TEST_F() local
420 samples_ref.store(0, std::memory_order_relaxed); in TEST_F()
433 const DelayedPersistentAllocation allocation(&allocator, &samples_ref, 1, in TEST_F()
512 std::atomic<PersistentMemoryAllocator::Reference> samples_ref; in TEST_F() local
513 samples_ref.store(0, std::memory_order_relaxed); in TEST_F()
526 const DelayedPersistentAllocation allocation(&allocator, &samples_ref, 1, in TEST_F()
/external/rust/android-crates-io/crates/hound/src/
Dread.rs916 let samples_ref: Vec<i16> = wav_reader_ref.samples() in samples_equals_into_samples() localVariable
920 assert_eq!(samples_val, samples_ref); in samples_equals_into_samples()