Lines Matching full:endswith
186 elif raw.startswith(" ") and raw.endswith("{"):
309 if clazz.name.endswith("Callbacks"):
311 if clazz.name.endswith("Observer"):
314 if clazz.name.endswith("Callback"):
330 if clazz.name.endswith("Listener"):
459 elif clazz.fullname.endswith("LayoutParams"):
524 if m.name.startswith("create") and m.name.endswith("Intent"):
536 if not clazz.name.endswith("Service"):
548 if not clazz.name.endswith("Provider"):
560 if not clazz.name.endswith("Receiver"):
565 if not clazz.name.endswith("Activity"):
582 if not clazz.name.endswith("Builder"): return
600 if not m.typ.endswith(clazz.fullname):
781 if not clazz.name.endswith("Manager"): return
901 if a.endswith("Listener") or a.endswith("Callback") or a.endswith("Callbacks"):
929 if a.endswith("Callback") or a.endswith("Callbacks") or a.endswith("Listener"):
986 if not clazz.name.endswith("Manager"): return
989 if m.typ.startswith("android.") and m.typ.endswith("[]"):