Home
last modified time | relevance | path

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

123

/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 …]
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()
Dcode_ir.h66 struct Type;
103 virtual bool Visit(Type* type) { return false; } in Visit()
198 struct Type : public IndexedOperand { struct
199 ir::Type* ir_type; argument
201 Type(ir::Type* ir_type, dex::u4 index) : IndexedOperand(index), ir_type(ir_type) {} in Type() function
290 bool Visit(Type* val) override {
365 ir::Type* ir_type = nullptr;
458 Type* GetType(dex::u4 index);
/tools/dexter/slicer/
Dinstrumentation.cc38 ir::Type* type, in BoxValue()
74 std::vector<ir::Type*> param_types; in BoxValue()
127 std::vector<ir::Type*> param_types; in Apply()
129 ir::Type* this_argument_type; in Apply()
180 std::vector<ir::Type*> param_types; in GenerateShiftParamsCode()
198 case ir::Type::Category::Reference: in GenerateShiftParamsCode()
204 case ir::Type::Category::Scalar: in GenerateShiftParamsCode()
210 case ir::Type::Category::WideScalar: in GenerateShiftParamsCode()
216 case ir::Type::Category::Void: in GenerateShiftParamsCode()
227 …auto param_types = param_types_list != nullptr ? param_types_list->types : std::vector<ir::Type*>(… in InjectArrayParamsHook()
[all …]
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()
Ddex_ir.cc77 std::string Type::Decl() const { in Decl()
81 Type::Category Type::GetCategory() const { in GetCategory()
135 for (Type* interfaceType : irClass->interfaces->types) { in TopSortClassIndex()
203 IndexItems(types, [](const own<Type>& a, const own<Type>& b) { in Normalize()
215 std::vector<Type*> empty; in Normalize()
221 [](const Type* t1, const Type* t2) { return t1->index < t2->index; }); in Normalize()
/tools/netsim/src/hci/
Dbluetooth_facade.cc41 void IncrTx(uint32_t send_id, rootcanal::Phy::Type phy_type);
42 void IncrRx(uint32_t receive_id, rootcanal::Phy::Type phy_type);
82 PhyLayer::Identifier id, rootcanal::Phy::Type type) override { in CreatePhyLayer()
118 rootcanal::Phy::Type /* phy_type */) { return nullptr; }); in Start() argument
121 phy_classic_index_ = gTestModel->AddPhy(rootcanal::Phy::Type::BR_EDR); in Start()
122 phy_low_energy_index_ = gTestModel->AddPhy(rootcanal::Phy::Type::LOW_ENERGY); in Start()
252 void IncrTx(uint32_t id, rootcanal::Phy::Type phy_type) { in IncrTx()
255 if (phy_type == rootcanal::Phy::Type::LOW_ENERGY) { in IncrTx()
263 void IncrRx(uint32_t id, rootcanal::Phy::Type phy_type) { in IncrRx()
266 if (phy_type == rootcanal::Phy::Type::LOW_ENERGY) { in IncrRx()
/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/repohooks/tools/
Dcheckpatch.pl550 our $Type;
1017 $Type = qr{
1027 $Declare = qr{(?:$Storage\s+(?:$Inline\s+)?)?$Type};
1085 if ($line =~ /^[ \t]*(?:#[ \t]*define|typedef\s+$Type)\s+(\w*(?:[A-Z][a-z]|[a-z][A-Z])\w*)/) {
2053 } elsif ($cur =~ /^(\(\s*$Type\s*)\)/ && $av_pending eq '_') {
2058 } elsif ($cur =~ /^($Type)\s*(?:$Ident|,|\)|\(|\s*$)/) {
2239 $Type|
2262 $possible =~ s/\s*$Type\s*//g;
3861 if ($line =~ /^\+(.*)\(\s*$Type\s*\)([ \t]++)((?![={]|\\$|$Attribute|__attribute__))/ &&
3867 s/(\(\s*$Type\s*\))[ \t]+/$1/;
[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/treble/build/treble_build/local/
Dgit_test.go122 … Files: map[string]*app.GitTreeObj{"file.1": &app.GitTreeObj{Permissions: "100644", Type: "blob",
131 {Filename: "removed.1", Type: app.GitFileRemoved},
132 {Filename: "added.1", Type: app.GitFileAdded},
133 {Filename: "modified.1", Type: app.GitFileModified},
Dgit.go157 fmt.Sscanf(s.Text(), "%s %s %s %s", &obj.Permissions, &obj.Type, &obj.Sha, &obj.Filename)
198 file.Type = app.GitFileModified
200 file.Type = app.GitFileAdded
202 file.Type = app.GitFileRemoved
/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/proto/
Dresultdata.proto9 enum Type { enum
14 optional Type type = 1;
/tools/treble/build/treble_build/app/
Dgit.go27 Type string `json:"type"` member
54 Type GitCommitFileType `json:"type"` member
/tools/test/graphicsbenchmark/performance_tests/deviceside/src/com/android/game/qualification/device/
DMetricsReporter.java37 .setType(ResultDataProto.Event.Type.APP_LAUNCH) in appLaunched()
43 .setType(ResultDataProto.Event.Type.START_LOOP) in startLoop()
/tools/treble/hacksaw/mount/
Dsystem.go61 Type string member
74 Type: fields[2],
/tools/metalava/src/test/java/com/android/tools/metalava/binarycompatibility/
DBinaryCompatibilityPackagesTest.kt67 fun `Add API Type to API Package (Compatible)`() { in Add API Type to API Package (Compatible)()
84 fun `Delete API Type from API Package (Incompatible)`() { in Delete API Type from API Package (Incompatible)()
/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>()
188 val types = Type.getArgumentTypes(node.desc) in <lambda>()
212 val types = Type.getArgumentTypes(node.desc) in <lambda>()
/tools/dexter/dexter/
Dexperimental.cc91 std::vector<ir::Type*> param_types; in StressWrapInvoke()
150 std::vector<ir::Type*> param_types; in StressEntryHook()
213 std::vector<ir::Type*> param_types; in StressExitHook()
350 std::vector<ir::Type*> param_types { builder.GetType("I") }; in CodeCoverage()
/tools/external_updater/
Dupdater_utils.py22 from typing import List, Tuple, Type
30 updaters: List[Type[Updater]]) -> Updater:
Dmetadata.proto61 enum Type { enum
73 optional Type type = 1;
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/protos/
Dbluetooth.proto66 // Type is unknown.
86 // Type of technology used in the connection.
296 // Type of headset profile connected

123