Home
last modified time | relevance | path

Searched defs:types (Results 1 – 12 of 12) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/retry/
DRetryResultHelper.java31 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()
DRetryRescheduler.java217 List<RetryType> types = new ArrayList<>(); in updateRunner() local
/tools/platform-compat/java/android/processor/compat/unsupportedappusage/
DSignatureConverter.java67 String getSignature(Types types, TypeElement annotation, Element element) { in getSignature()
215 private String verifyExpectedSignature(Types types, String signature, Element element, in verifyExpectedSignature()
/tools/platform-compat/java/android/processor/compat/
DSingleAnnotationProcessor.java64 protected Types types; field in SingleAnnotationProcessor
/tools/dexter/slicer/
Ddex_ir_builder.cc116 TypeList* Builder::GetTypeList(const std::vector<Type*>& types) { in GetTypeList()
Dwriter.cc579 const auto& types = dex_ir_->types; in FillTypes() local
666 dex::u4 Writer::WriteTypeList(const std::vector<ir::Type*>& types) { in WriteTypeList()
Dinstrumentation.cc273 std::vector<ir::Type*> types; in InjectArrayParamsHook() local
Dreader.cc123 auto types = TypeIds(); in FindClassIndex() local
/tools/dexter/dexter/
Ddexter.cc256 auto types = reader.TypeIds(); in ListClasses() local
/tools/metalava/metalava/src/main/java/com/android/tools/metalava/
DConvertJarsToSignatureFiles.kt278 val types = Type.getArgumentTypes(node.desc) in findMethod() constant
/tools/dexter/slicer/export/slicer/
Ddex_ir.h188 std::vector<Type*> types; member
374 std::vector<own<Type>> types; member
/tools/security/remote_provisioning/attestation_testing/java/com/google/attestationexample/
DAuthorizationList.java319 List<String> types = Lists.newArrayList(); in userAuthTypeToString() local