/tools/dexter/slicer/ |
D | instrumentation.cc | 34 ir::Type* type, in BoxValue() 70 std::vector<ir::Type*> param_types; in BoxValue() 118 std::vector<ir::Type*> param_types; in Apply() 120 ir::Type* this_argument_type; in Apply() 166 std::vector<ir::Type*> param_types; in GenerateShiftParamsCode() 184 case ir::Type::Category::Reference: in GenerateShiftParamsCode() 190 case ir::Type::Category::Scalar: in GenerateShiftParamsCode() 196 case ir::Type::Category::WideScalar: in GenerateShiftParamsCode() 202 case ir::Type::Category::Void: in GenerateShiftParamsCode() 213 …auto param_types = param_types_list != nullptr ? param_types_list->types : std::vector<ir::Type*>(… in InjectArrayParamsHook() [all …]
|
D | dex_ir.cc | 78 std::string Type::Decl() const { in Decl() 82 Type::Category Type::GetCategory() const { in GetCategory() 136 for (Type* interfaceType : irClass->interfaces->types) { in TopSortClassIndex() 204 IndexItems(types, [](const own<Type>& a, const own<Type>& b) { in Normalize() 216 std::vector<Type*> empty; in Normalize() 222 [](const Type* t1, const Type* t2) { return t1->index < t2->index; }); in Normalize()
|
D | dex_ir_builder.cc | 94 Type* Builder::GetType(String* descriptor) { in GetType() 103 auto ir_type = dex_ir_->Alloc<Type>(); in GetType() 116 TypeList* Builder::GetTypeList(const std::vector<Type*>& types) { in GetTypeList() 135 static std::string CreateShorty(Type* return_type, TypeList* param_types) { in CreateShorty() 146 Proto* Builder::GetProto(Type* return_type, TypeList* param_types) { in GetProto() 178 FieldDecl* Builder::GetFieldDecl(String* name, Type* type, Type* parent) { in GetFieldDecl() 204 MethodDecl* Builder::GetMethodDecl(String* name, Proto* proto, Type* parent) { in GetMethodDecl()
|
D | reader.cc | 138 ir::Type* Reader::GetType(dex::u4 index) { in GetType() 141 auto placeholder = reinterpret_cast<ir::Type*>(1); in GetType() 791 ir::Type* Reader::ParseType(dex::u4 index) { in ParseType() 793 auto ir_type = dex_ir_->Alloc<ir::Type>(); in ParseType()
|
/tools/repohooks/tools/ |
D | checkpatch.pl | 417 our $Type; 766 $Type = qr{ 776 $Declare = qr{(?:$Storage\s+(?:$Inline\s+)?)?$Type}; 794 (?:$Storage\s+)?${Type}\s+uninitialized_var\s*\(| 828 if ($line =~ /^[ \t]*(?:#[ \t]*define|typedef\s+$Type)\s+(\w*(?:[A-Z][a-z]|[a-z][A-Z])\w*)/) { 1720 } elsif ($cur =~ /^(\(\s*$Type\s*)\)/ && $av_pending eq '_') { 1725 } elsif ($cur =~ /^($Type)\s*(?:$Ident|,|\)|\(|\s*$)/) { 1906 $Type| 1929 $possible =~ s/\s*$Type\s*//g; 3127 if ($line =~ /^\+(.*)\(\s*$Type\s*\)([ \t]++)((?![={]|\\$|$Attribute|__attribute__))/ && [all …]
|
/tools/tradefederation/core/tests/src/com/android/tradefed/cluster/ |
D | ClusterCommandSchedulerTest.java | 586 ClusterCommandEvent.Type type, Set<String> deviceSerials) { 611 static ClusterCommandEvent checkClusterCommandEvent(ClusterCommandEvent.Type type) { 632 checkClusterCommandEvent(ClusterCommandEvent.Type.InvocationInitiated)); 635 checkClusterCommandEvent(ClusterCommandEvent.Type.InvocationStarted)); 638 checkClusterCommandEvent(ClusterCommandEvent.Type.TestRunInProgress)); 641 checkClusterCommandEvent(ClusterCommandEvent.Type.InvocationEnded)); 651 new TestSummary(new TestSummary.TypedString("http://uri", TestSummary.Type.URI))); 669 assertTrue(capturedEvent.getType().equals(ClusterCommandEvent.Type.InvocationCompleted)); 704 checkClusterCommandEvent(ClusterCommandEvent.Type.InvocationInitiated)); 707 checkClusterCommandEvent(ClusterCommandEvent.Type.InvocationStarted)); [all …]
|
/tools/apkzlib/src/test/resources/testData/packaging/text-files/ |
D | rfc2460.txt | 372 Routing (Type 0) 463 | Option Type | Opt Data Len | Option Data 466 Option Type 8-bit identifier of the type of option. 471 Option Data Variable-length field. Option-Type-specific 480 The Option Type identifiers are internally encoded such that their 482 processing IPv6 node does not recognize the Option Type: 491 Source Address, pointing to the unrecognized Option Type. 496 pointing to the unrecognized Option Type. 498 The third-highest-order bit of the Option Type specifies whether or 520 of the Option Type, not independent of the Option Type. That is, a [all …]
|
/tools/dexter/slicer/export/slicer/ |
D | dex_ir.h | 62 struct Type; 141 Type* type_value; 172 struct Type : public IndexedNode { struct 187 std::vector<Type*> types; argument 194 Type* return_type; 204 Type* type; 205 Type* parent; 243 Type* parent; 264 Type* type; 314 Type* type; [all …]
|
D | code_ir.h | 66 struct Type; 102 virtual bool Visit(Type* type) { return false; } in Visit() 196 struct Type : public IndexedOperand { struct 197 ir::Type* ir_type; argument 199 Type(ir::Type* ir_type, dex::u4 index) : IndexedOperand(index), ir_type(ir_type) {} in Type() argument 278 bool Visit(Type* val) override { 353 ir::Type* ir_type = nullptr; 445 Type* GetType(dex::u4 index);
|
D | dex_ir_builder.h | 58 Type* GetType(String* descriptor); 59 Proto* GetProto(Type* return_type, TypeList* param_types); 60 FieldDecl* GetFieldDecl(String* name, Type* type, Type* parent); 61 MethodDecl* GetMethodDecl(String* name, Proto* proto, Type* parent); 62 TypeList* GetTypeList(const std::vector<Type*>& types); 65 Type* GetType(const char* descriptor) { in GetType()
|
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/mobly/ |
D | MoblyYamlResultHandlerFactory.java | 27 resultHandler = Type.RECORD.getHandlerInstance(); in getHandler() 30 resultHandler = Type.USER_DATA.getHandlerInstance(); in getHandler() 33 resultHandler = Type.TEST_NAME_LIST.getHandlerInstance(); in getHandler() 36 resultHandler = Type.CONTROLLER_INFO.getHandlerInstance(); in getHandler() 39 resultHandler = Type.SUMMARY.getHandlerInstance(); in getHandler() 54 public enum Type { enum in MoblyYamlResultHandlerFactory 64 Type(String tag, Class handlerClass) { in Type() method in MoblyYamlResultHandlerFactory.Type
|
D | MoblyYamlResultControllerInfoHandler.java | 19 import com.android.tradefed.testtype.mobly.MoblyYamlResultHandlerFactory.Type; 42 public Type getType() { in getType() 43 return Type.CONTROLLER_INFO; in getType()
|
D | MoblyYamlResultRecordHandler.java | 19 import com.android.tradefed.testtype.mobly.MoblyYamlResultHandlerFactory.Type; 69 public Type getType() { in getType() 70 return Type.RECORD; in getType()
|
/tools/tradefederation/core/invocation_interfaces/com/android/tradefed/result/ |
D | TestSummary.java | 31 public static enum Type { enum in TestSummary 35 Type() { in Type() method in TestSummary.Type 39 Type(String type) { in Type() method in TestSummary.Type 49 private Type mType; 52 this(string, Type.URI); in TypedString() 54 public TypedString(String string, Type type) { in TypedString() 58 public Type getType() { in getType()
|
/tools/tradefederation/core/src/com/android/tradefed/cluster/ |
D | TradefedConfigObject.java | 44 public static enum Type { enum in TradefedConfigObject 50 private final Type mType; 54 TradefedConfigObject(Type type, String className, MultiMap<String, String> optionValues) { in TradefedConfigObject() 60 public Type getType() { in getType() 89 Type type = Type.valueOf(json.optString("type", Type.UNKNOWN.name())); in fromJson()
|
D | ClusterCommandScheduler.java | 208 .setType(ClusterCommandEvent.Type.InvocationInitiated) in invocationInitiated() 235 .setType(ClusterCommandEvent.Type.InvocationStarted) in invocationStarted() 273 .setType(ClusterCommandEvent.Type.InvocationEnded) in invocationEnded() 318 .setType(ClusterCommandEvent.Type.InvocationCompleted) in invocationComplete() 409 .setType(ClusterCommandEvent.Type.TestRunInProgress) in run() 607 .setType(ClusterCommandEvent.Type.AllocationFailed) in execCommands() 618 .setType(ClusterCommandEvent.Type.ConfigurationError) in execCommands()
|
D | ClusterCommandEvent.java | 45 public enum Type { enum in ClusterCommandEvent 60 private Type mType; 78 public Type getType() { in getType() 105 private Type mType; 120 public Builder setType(final Type type) { in setType()
|
/tools/tradefederation/core/src/com/android/tradefed/config/ |
D | OptionSetter.java | 32 import java.lang.reflect.Type; 137 private static Handler getHandler(Type type) throws ConfigurationException { in getHandler() 143 Type actualType = parameterizedType.getActualTypeArguments()[0]; in getHandler() 152 Type keyType = parameterizedType.getActualTypeArguments()[0]; in getHandler() 153 Type valueType = parameterizedType.getActualTypeArguments()[1]; in getHandler() 218 final Type type = field.getGenericType(); in getHandlerOrTimeVal() 400 Type valueType = pType.getActualTypeArguments()[1]; in setOptionValue() 414 Type keyType = pType.getActualTypeArguments()[0]; in setOptionValue() 464 Type fieldType = pType.getActualTypeArguments()[0]; in setFieldValue() 637 final Type type = field.getGenericType(); in addOptionsForObject()
|
/tools/loganalysis/src/com/android/loganalysis/util/config/ |
D | OptionSetter.java | 26 import java.lang.reflect.Type; 87 private static Handler getHandler(Type type) throws ConfigurationException { in getHandler() 93 Type actualType = parameterizedType.getActualTypeArguments()[0]; in getHandler() 101 Type keyType = parameterizedType.getActualTypeArguments()[0]; in getHandler() 102 Type valueType = parameterizedType.getActualTypeArguments()[1]; in getHandler() 357 Type keyType = pType.getActualTypeArguments()[0]; in setOptionMapValue() 358 Type valueType = pType.getActualTypeArguments()[1]; in setOptionMapValue() 451 final Type type = field.getGenericType(); in addOptionsForObject()
|
/tools/test/connectivity/acts_tests/tests/google/fuchsia/bt/pts/ |
D | GATT_PTS_INSTRUCTIONS | 73 [Fuchsia interaction] Type 'y' on the bt-pairing-tool 96 [Fuchsia interaction] Type 'y' on the bt-pairing-tool 119 [Fuchsia interaction] Type 'y' on the bt-pairing-tool 162 [Fuchsia interaction] Type 'y' on the bt-pairing-tool 194 Fuchsia interaction] Type 'y' on the bt-pairing-tool
|
/tools/test/graphicsbenchmark/performance_tests/helper/src/com/android/game/qualification/ |
D | ApkInfo.java | 28 public enum Type { enum in ApkInfo.Argument 40 private Type mType; 42 public Argument(String key, String value, Type type) { in Argument() 56 public Type getType() { in getType()
|
/tools/dexter/dexter/ |
D | experimental.cc | 90 std::vector<ir::Type*> param_types; in StressWrapInvoke() 149 std::vector<ir::Type*> param_types; in StressEntryHook() 212 std::vector<ir::Type*> param_types; in StressExitHook() 349 std::vector<ir::Type*> param_types { builder.GetType("I") }; in CodeCoverage()
|
/tools/platform-compat/java/android/processor/compat/unsupportedappusage/ |
D | SignatureConverter.java | 21 import com.sun.tools.javac.code.Type; 159 Type.TypeVar typeVar = (Type.TypeVar) type; in getTypeSignature()
|
/tools/test/graphicsbenchmark/performance_tests/hostside/src/com/android/game/qualification/metric/ |
D | GameQualificationFpsCollector.java | 275 if (e.getType() == ResultDataProto.Event.Type.APP_LAUNCH) { in doEnd() 281 if (e.getType() == ResultDataProto.Event.Type.START_LOOP) { in doEnd() 287 if (e.getType() != ResultDataProto.Event.Type.START_LOOP) { in doEnd()
|
/tools/metalava/src/main/java/com/android/tools/metalava/model/ |
D | Codebase.kt | 35 import org.objectweb.asm.Type in <lambda>() 191 val types = Type.getArgumentTypes(node.desc) in <lambda>() 215 val types = Type.getArgumentTypes(node.desc) in <lambda>()
|