Searched defs:types (Results 1 – 12 of 12) sorted by relevance
31 public static boolean shouldRunModule(TestRunResult moduleResults, List<RetryType> types) { in shouldRunModule()46 public static boolean shouldRunTest(TestResult result, List<RetryType> types) { in shouldRunTest()53 private static Set<TestStatus> getStatusesToRun(List<RetryType> types) { in getStatusesToRun()
217 List<RetryType> types = new ArrayList<>(); in updateRunner() local
67 String getSignature(Types types, TypeElement annotation, Element element) { in getSignature()215 private String verifyExpectedSignature(Types types, String signature, Element element, in verifyExpectedSignature()
64 protected Types types; field in SingleAnnotationProcessor
116 TypeList* Builder::GetTypeList(const std::vector<Type*>& types) { in GetTypeList()
579 const auto& types = dex_ir_->types; in FillTypes() local666 dex::u4 Writer::WriteTypeList(const std::vector<ir::Type*>& types) { in WriteTypeList()
273 std::vector<ir::Type*> types; in InjectArrayParamsHook() local
123 auto types = TypeIds(); in FindClassIndex() local
256 auto types = reader.TypeIds(); in ListClasses() local
278 val types = Type.getArgumentTypes(node.desc) in findMethod() constant
188 std::vector<Type*> types; member374 std::vector<own<Type>> types; member
319 List<String> types = Lists.newArrayList(); in userAuthTypeToString() local