Searched refs:tokens (Results 1 – 3 of 3) sorted by relevance
197 tokens = line.strip().rstrip("\n").split()198 if len(tokens) > 0 and not tokens[0].startswith("#"):200 property_dict[tokens[0]] = tokens201 elif len(tokens) >= 4 and tokens[2] == "exact":202 property_dict[tokens[0]] = tokens261 violation_list = [(name, tokens) for name, tokens in263 if not check_function(tokens[1].split(":")[2])]269 "\n".join("name: %s, type: %s" % (name, tokens[1])270 for name, tokens in violation_list))
128 self.tokens = [132 self.tokens.remove('error')133 self.tokens.remove('ignore')
116 auto tokens = android::base::Split(s, "-"); in FromRaw() local117 if (tokens.size() != 2) { in FromRaw()122 std::string_view android_release_sv = tokens[0]; in FromRaw()141 if (!android::vintf::parse(tokens[1], &vintf_kernel_version)) { in FromRaw()