Lines Matching refs:list
86 # to sort crates in a list
90 def get_designated_pkg_info(lines: list, designated: str):
157 self.cfgs = list()
158 self.core_deps = list() # first part of self.deps elements
159 self.crate_types = list()
160 self.deps = list()
161 self.features = list()
162 self.ignore_options = list()
163 self.srcs = list() # main_src or merged multiple source files
164 self.shared_libs = list() # -l dylib=wayland-client, -l z
165 self.static_libs = list() # -l static=host_cpuid
669 build_sources = list()
677 """Dump the srcs list, for defaults or regular modules."""
688 rust_deps = list()
712 rust_build_deps = list()
772 self.crates = list() # all crates
902 """Parse rustc, test, and warning messages in infile, return a list of Crates."""
903 # cargo test --list output of the start of running a binary.
905 # cargo test --list output of the end of running a binary.
972 in_tests = "cargo test" in line and "--list" in line