Lines Matching refs:split
56 raw = raw.split()
57 self.split = list(raw)
84 raw = re.split("[\s(),;]+", raw)
87 self.split = list(raw)
121 raw = raw.split()
122 self.split = list(raw)
147 raw = raw.split()
219 if "static" in f.split and "final" in f.split:
267 if "interface" in clazz.split:
308 if "static" in f.split and "final" in f.split and f.typ == "java.lang.String":
340 if "static" in f.split and "final" in f.split and f.typ == "java.lang.String":
379 if "protected" in m.split:
382 if "protected" in f.split:
405 if not "final" in f.split:
415 if not "static" in f.split:
423 if "static" not in f.split or "final" not in f.split:
463 if "synchronized" in m.split:
498 if "abstract" in clazz.split and not clazz.fullname.startswith("android.service."):
516 if "abstract" in clazz.split and not clazz.fullname.startswith("android.provider."):
531 if "final" in m.split: continue
533 if "abstract" in m.split: