Home
last modified time | relevance | path

Searched defs:SourceList (Results 1 – 5 of 5) sorted by relevance

/external/cronet/base/allocator/partition_allocator/starscan/
Dpcscan_unittest.cc289 using SourceList = List<8>; in TEST_F() typedef
300 using SourceList = List<8>; in TEST_F() typedef
315 using SourceList = List<8, alignment>; in TEST_F() typedef
355 using SourceList = List<8>; in TEST_F() typedef
384 using SourceList = List<64>; in TEST_F() typedef
438 using SourceList = ListWithInnerReference<64>; in TEST_F() typedef
449 using SourceList = List<kMaxBucketed - 4096>; in TEST_F() typedef
463 using SourceList = List<64>; in TEST_F() typedef
500 using SourceList = List<64>; in TEST_F() typedef
537 using SourceList = List<64>; in TEST_F() typedef
[all …]
/external/webrtc/modules/desktop_capture/
Dfull_screen_application_handler.cc21 const DesktopCapturer::SourceList&, in FindFullScreenWindow()
Ddesktop_capturer.h95 typedef std::vector<Source> SourceList; typedef
/external/webrtc/modules/rtp_rtcp/source/
Dsource_tracker.h111 using SourceList = std::list<std::pair<const SourceKey, SourceEntry>>; variable
/external/tensorflow/tensorflow/core/framework/
Dfake_input.cc179 void FakeInputImpl::SourceList(DataTypeSlice dts) const { in SourceList() function in tensorflow::__anon6e75dfc90111::FakeInputImpl