Home
last modified time | relevance | path

Searched defs:pit (Results 1 – 8 of 8) sorted by relevance

/external/sdv/vsomeip/third_party/boost/algorithm/include/boost/algorithm/string/detail/
Dpredicate.hpp36 ForwardIterator2T pit=SubEnd; in ends_with_iter_select() local
/external/sdv/vsomeip/third_party/boost/algorithm/include/boost/algorithm/string/
Dpredicate.hpp75 Iterator2T pit=::boost::begin(lit_test); in starts_with() local
302 Iterator2T pit=::boost::begin(lit_test); in equals() local
/external/deqp/external/vulkancts/framework/vulkan/
DvkResourceInterface.cpp316 auto pit = pipelineInfoPerTest.find(test); in preparePipelinePoolSizes() local
401 auto pit = m_pipelineCache.find(device); in getPipelineCache() local
705 auto pit = m_pipelineCache.find(device); in createGraphicsPipelines() local
794 auto pit = m_pipelineCache.find(device); in createComputePipelines() local
842 auto pit = std::find_if(begin(m_pipelineInput.pipelines), end(m_pipelineInput.pipelines), in destroyPipeline() local
/external/crosvm/devices/src/irqchip/
Dwhpx.rs74 pit: Arc<Mutex<Pit>>, field
96 let pit = Pit::new(pit_evt.try_clone()?, Arc::new(Mutex::new(Clock::new()))).map_err( in new() localVariable
Duserspace.rs98 pit: Arc<Mutex<Pit>>, field
150 let pit = Pit::new(pit_evt.try_clone()?, clock).map_err(|e| match e { in new_with_clock() localVariable
/external/rust/crates/itertools/tests/
Dtest_core.rs183 let pit = xs in batching() localVariable
/external/crosvm/devices/src/irqchip/kvm/
Dx86_64.rs240 pit: Arc<Mutex<Pit>>, field
283 let pit = Pit::new(pit_evt.try_clone()?, Arc::new(Mutex::new(Clock::new()))).map_err( in new() localVariable
/external/crosvm/devices/src/
Dpit.rs907 let mut pit = self.pit_counter.lock(); in run() localVariable
924 pit: Pit, field