Home
last modified time | relevance | path

Searched refs:get_sources (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/llvm/utils/gn/build/
Dsync_source_lists_from_cmake.py92 def get_sources(source_re, text): function
94 gn_cpp = get_sources(gn_cpp_re, open(gn_file).read())
95 gn_cpp |= get_sources(gn_cpp_re2, open(gn_file).read())
96 cmake_cpp = get_sources(cmake_cpp_re, open(cmake_file).read())
/external/webrtc/modules/desktop_capture/
Dfull_screen_window_detector.cc35 rtc::FunctionView<bool(DesktopCapturer::SourceList*)> get_sources) { in UpdateWindowListIfNeeded() argument
61 if (get_sources(&window_list)) { in UpdateWindowListIfNeeded()
Dfull_screen_window_detector.h54 rtc::FunctionView<bool(DesktopCapturer::SourceList*)> get_sources);