Home
last modified time | relevance | path

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

/external/webrtc/p2p/client/
Dbasic_port_allocator.h99 class AllocationSequence; variable
175 PortData(Port* port, AllocationSequence* seq) in PortData()
179 AllocationSequence* sequence() const { return sequence_; } in sequence()
211 AllocationSequence* sequence_ = nullptr;
227 AllocationSequence* seq,
233 void OnProtocolEnabled(AllocationSequence* seq, ProtocolType proto);
236 void OnPortAllocationComplete(AllocationSequence* seq);
270 std::vector<AllocationSequence*> sequences_;
278 friend class AllocationSequence; variable
326 class AllocationSequence : public rtc::MessageHandler,
[all …]
Dbasic_port_allocator.cc454 for (AllocationSequence* sequence : sequences_) { in RegatherOnFailedNetworks()
564 if (absl::c_any_of(sequences_, [](const AllocationSequence* sequence) { in CandidatesAllocationDone()
565 return sequence->state() == AllocationSequence::kRunning; in CandidatesAllocationDone()
652 for (std::vector<AllocationSequence*>::iterator it = sequences_.begin(); in OnConfigStop()
654 if ((*it)->state() == AllocationSequence::kStopped) { in OnConfigStop()
816 AllocationSequence* sequence = in DoAllocate()
817 new AllocationSequence(this, networks[i], config, sequence_flags); in DoAllocate()
835 for (AllocationSequence* sequence : sequences_) { in OnNetworksChanged()
879 AllocationSequence* seq, in AddAllocatedPort()
1131 AllocationSequence* seq) { in OnPortAllocationComplete()
[all …]
/external/tensorflow/tensorflow/compiler/xla/service/
Dmemory_space_assignment.h658 using AllocationSequence = std::vector<std::unique_ptr<Allocation>>; variable
765 AllocationSequence* allocation_sequence() { return &allocation_sequence_; } in allocation_sequence()
779 AllocationSequence allocation_sequence_;
841 AllocationSequence allocations_;
948 MemorySpaceAssignment::AllocationSequence* allocations, in AlternateMemoryBestFitHeap()
996 MemorySpaceAssignment::AllocationSequence* allocations() { in allocations()
1144 const MemorySpaceAssignment::AllocationSequence& allocations, int64 time);
1270 MemorySpaceAssignment::AllocationSequence* allocations,
1322 MemorySpaceAssignment::AllocationSequence* allocations_;
Dmemory_space_assignment.cc1515 const MemorySpaceAssignment::AllocationSequence& allocations, int64 time) { in GetLiveAllocationAt()
1545 MemorySpaceAssignment::AllocationSequence allocations; in AllocateCrossProgramPrefetchBuffer()
2115 MemorySpaceAssignment::AllocationSequence* allocations, in AddAsyncCopy()