Home
last modified time | relevance | path

Searched refs:Type (Results 1 – 25 of 68) sorted by relevance

123

/tools/dexter/slicer/
Dinstrumentation.cc34 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 …]
Ddex_ir.cc78 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()
Ddex_ir_builder.cc94 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()
Dreader.cc138 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/
Dcheckpatch.pl417 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/
DClusterCommandSchedulerTest.java586 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/
Drfc2460.txt372 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/
Ddex_ir.h62 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 …]
Dcode_ir.h66 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);
Ddex_ir_builder.h58 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/
DMoblyYamlResultHandlerFactory.java27 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
DMoblyYamlResultControllerInfoHandler.java19 import com.android.tradefed.testtype.mobly.MoblyYamlResultHandlerFactory.Type;
42 public Type getType() { in getType()
43 return Type.CONTROLLER_INFO; in getType()
DMoblyYamlResultRecordHandler.java19 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/
DTestSummary.java31 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/
DTradefedConfigObject.java44 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()
DClusterCommandScheduler.java208 .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()
DClusterCommandEvent.java45 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/
DOptionSetter.java32 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/
DOptionSetter.java26 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/
DGATT_PTS_INSTRUCTIONS73 [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/
DApkInfo.java28 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/
Dexperimental.cc90 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/
DSignatureConverter.java21 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/
DGameQualificationFpsCollector.java275 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/
DCodebase.kt35 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>()

123