Searched defs:Type (Results 1 – 12 of 12) sorted by relevance
54 public enum Type { enum in MoblyYamlResultHandlerFactory64 Type(String tag, Class handlerClass) { in Type() method in MoblyYamlResultHandlerFactory.Type
31 public static enum Type { enum in TestSummary35 Type() { in Type() method in TestSummary.Type39 Type(String type) { in Type() method in TestSummary.Type
9 enum Type { enum
7 "Sniffer": [ {"Type": "local", string
44 public static enum Type { enum in TradefedConfigObject
45 public enum Type { enum in ClusterCommandEvent
49 enum Type { enum
196 struct Type : public IndexedOperand { struct197 ir::Type* ir_type; argument199 Type(ir::Type* ir_type, dex::u4 index) : IndexedOperand(index), ir_type(ir_type) {} in Type() function201 virtual bool Accept(Visitor* visitor) override { return visitor->Visit(this); } in Accept()
172 struct Type : public IndexedNode { struct187 std::vector<Type*> types; argument
28 public enum Type { enum in ApkInfo.Argument
111 enum Type { enum
502 class Type<in T> { in Kotlin Generics() class