Home | History | Annotate | Download | only in util-src

Lines Matching refs:lambda

108     VIEW_SUPPORTED_TYPES = list(filter(lambda x : x.width >= 2, ALL_SUPPORTED_TYPES))
126 return list(map(lambda d: Template(d).safe_substitute(dictionary), self.declarations))
561 updated_value = RANDOM.choice(list(filter(lambda v : v != initial_value, var_type.examples)))
575 dictionary['imports'] = ";\n".join(list(map(lambda x: "import " + x, var_handle_kind.get_imports())))