Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/starscan/
H A Dpcscan_unittest.cc298 using SourceList = List<8>; in TEST_F() typedef
309 using SourceList = List<8>; in TEST_F() typedef
324 using SourceList = List<8, alignment>; in TEST_F() typedef
365 using SourceList = List<8>; in TEST_F() typedef
394 using SourceList = List<64>; in TEST_F() typedef
447 using SourceList = ListWithInnerReference<64>; in TEST_F() typedef
458 using SourceList = List<kMaxBucketed - 4096>; in TEST_F() typedef
472 using SourceList = List<64>; in TEST_F() typedef
493 using SourceList = List<64>; in TEST_F() typedef
514 using SourceList = List<64>; in TEST_F() typedef
[all …]
/aosp_15_r20/external/webrtc/modules/desktop_capture/
H A Dfull_screen_application_handler.cc21 const DesktopCapturer::SourceList&, in FindFullScreenWindow()
H A Ddesktop_capturer.h95 typedef std::vector<Source> SourceList; typedef
/aosp_15_r20/external/webrtc/modules/rtp_rtcp/source/
H A Dsource_tracker.h111 using SourceList = std::list<std::pair<const SourceKey, SourceEntry>>; variable
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dfake_input.cc179 void FakeInputImpl::SourceList(DataTypeSlice dts) const { in SourceList() function in tensorflow::__anon0af3fdda0111::FakeInputImpl