Home
last modified time | relevance | path

Searched refs:Tick (Results 1 - 25 of 36) sorted by relevance

12

/third_party/ninja/src/
H A Dbuild_test.cc618 fs_->Tick(); in StartCommand()
620 fs_->Tick(); in StartCommand()
631 fs_->Tick(); in StartCommand()
638 fs_->Tick(); in StartCommand()
654 fs_->Tick(); in StartCommand()
655 fs_->Tick(); in StartCommand()
656 fs_->Tick(); in StartCommand()
816 fs_.Tick(); in TEST_F()
874 fs_.Tick(); in TEST_F()
907 fs_.Tick(); in TEST_F()
[all...]
H A Dgraph_test.cc50 fs_.Tick(); in TEST_F()
70 fs_.Tick(); in TEST_F()
93 fs_.Tick(); in TEST_F()
136 fs_.Tick(); in TEST_F()
175 fs_.Tick(); in TEST_F()
292 fs_.Tick(); in TEST_F()
773 fs_.Tick(); in TEST_F()
801 fs_.Tick(); in TEST_F()
825 fs_.Tick(); in TEST_F()
852 fs_.Tick(); in TEST_F()
[all...]
H A Dtest.h57 /// Tick "time" forwards; subsequent file operations will be newer than
59 int Tick() { in Tick() function
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
H A DCommandAllocatorManager.cpp35 DAWN_TRY(Tick(firstSerial)); in ReserveCommandAllocator()
62 MaybeError CommandAllocatorManager::Tick(ExecutionSerial lastCompletedSerial) { in Tick() function in dawn_native::d3d12::CommandAllocatorManager
H A DDeviceD3D12.cpp318 mResourceAllocatorManager->Tick(completedSerial); in TickImpl()
319 DAWN_TRY(mCommandAllocatorManager->Tick(completedSerial)); in TickImpl()
320 mViewShaderVisibleDescriptorAllocator->Tick(completedSerial); in TickImpl()
321 mSamplerShaderVisibleDescriptorAllocator->Tick(completedSerial); in TickImpl()
322 mRenderTargetViewAllocator->Tick(completedSerial); in TickImpl()
323 mDepthStencilViewAllocator->Tick(completedSerial); in TickImpl()
H A DQueueD3D12.cpp35 DAWN_TRY(device->Tick()); in SubmitImpl()
H A DCommandAllocatorManager.h37 MaybeError Tick(ExecutionSerial lastCompletedSerial);
H A DStagingDescriptorAllocatorD3D12.h55 void Tick(ExecutionSerial completedSerial);
H A DShaderVisibleDescriptorAllocatorD3D12.h62 void Tick(ExecutionSerial completedSerial);
H A DResourceAllocatorManagerD3D12.h70 void Tick(ExecutionSerial lastCompletedSerial);
H A DStagingDescriptorAllocatorD3D12.cpp143 void StagingDescriptorAllocator::Tick(ExecutionSerial completedSerial) { in Tick() function in dawn_native::d3d12::StagingDescriptorAllocator
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/internal/
H A Dper_thread_sem_test.cc140 static void Tick(base_internal::ThreadIdentity *identity) { in Tick() function in absl::synchronization_internal::PerThreadSemTest
141 PerThreadSem::Tick(identity); in Tick()
H A Dper_thread_sem.h49 static void Tick(base_internal::ThreadIdentity* identity);
H A Dper_thread_sem.cc54 void PerThreadSem::Tick(base_internal::ThreadIdentity *identity) { in Tick() function in absl::synchronization_internal::PerThreadSem
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DQueueVk.cpp44 DAWN_TRY(device->Tick()); in SubmitImpl()
H A DResourceMemoryAllocatorVk.h51 void Tick(ExecutionSerial completedSerial);
H A DDeviceVk.cpp187 mResourceMemoryAllocator->Tick(completedSerial); in TickImpl()
188 mDeleter->Tick(completedSerial); in TickImpl()
851 // Immediately tag the recording context as unused so we don't try to submit it in Tick. in WaitForIdleForDestruction()
922 // Immediately tag the recording context as unused so we don't try to submit it in Tick. in DestroyImpl()
978 // Call Tick() again to clear them before releasing the deleter. in DestroyImpl()
979 mResourceMemoryAllocator->Tick(completedSerial); in DestroyImpl()
980 mDeleter->Tick(completedSerial); in DestroyImpl()
990 // We need handle deleting all child objects by calling Tick() again with a large serial to in DestroyImpl()
994 mDeleter->Tick(kMaxExecutionSerial); in DestroyImpl()
H A DFencedDeleter.h47 void Tick(ExecutionSerial completedSerial);
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/
H A DAsyncRunner.cpp53 device_.Tick(); in QueueTick()
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
H A DValidationTest.cpp172 device.Tick(); in WaitForAllOperations()
178 device.Tick(); in WaitForAllOperations()
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
H A DDeviceLostTests.cpp233 ASSERT_DEVICE_ERROR(device.Tick()); in TEST_P()
416 ASSERT_DEVICE_ERROR(device.Tick()); in TEST_P()
427 ASSERT_DEVICE_ERROR(device.Tick()); in TEST_P()
H A DDeviceInitializationTests.cpp93 // Note: we can't actually test this if Tick moves over to in TEST_F()
97 device.Tick(); in TEST_F()
/third_party/skia/third_party/externals/dawn/src/fuzzers/
H A DDawnWireServerFuzzer.cpp134 device.Tick(); in Run()
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DQueue.h66 void Tick(ExecutionSerial finishedSerial);
/third_party/node/deps/v8/tools/
H A Dll_prof.py135 def Tick(self, pc): member in Code
773 def Tick(self, pc): member in LibraryRepo
945 code.Tick(sample.ip)
954 if not library_repo.Tick(sample.ip) and not code:

Completed in 16 milliseconds

12