Home
last modified time | relevance | path

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

/external/cronet/base/allocator/partition_allocator/src/partition_alloc/starscan/
Dpcscan_unittest.cc296 using SourceList = List<8>; in TEST_F() typedef
307 using SourceList = List<8>; in TEST_F() typedef
322 using SourceList = List<8, alignment>; in TEST_F() typedef
361 using SourceList = List<8>; in TEST_F() typedef
390 using SourceList = List<64>; in TEST_F() typedef
442 using SourceList = ListWithInnerReference<64>; in TEST_F() typedef
453 using SourceList = List<kMaxBucketed - 4096>; in TEST_F() typedef
467 using SourceList = List<64>; in TEST_F() typedef
488 using SourceList = List<64>; in TEST_F() typedef
509 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::__anon2443c4780111::FakeInputImpl