Searched defs:kind (Results 1 – 12 of 12) sorted by relevance
/development/vndk/tools/header-checker/src/repr/protobuf/ |
D | converter.h | 94 RecordTypeIR::RecordKind kind) { in RecordKindIRToProtobuf() 113 abi_dump::RecordKind kind) { in RecordKindProtobufToIR() 132 VTableComponentIR::Kind kind) { in VTableComponentKindIRToProtobuf() 163 abi_dump::VTableComponent_Kind kind) { in VTableComponentKindProtobufToIR()
|
/development/tools/winscope/src/viewers/common/ |
D | ui_tree_utils.ts | 24 public kind: string, property in HierarchyTreeNode 59 kind?: string; property
|
/development/tools/winscope/src/test/unit/ |
D | hierarchy_tree_builder.ts | 22 kind = ''; property in HierarchyTreeBuilder
|
/development/tools/winscope/src/trace/ |
D | trace_tree_node.ts | 20 kind: string; property
|
/development/vndk/tools/header-checker/src/repr/json/ |
D | ir_reader.cpp | 132 std::string kind(record_type.GetString("record_kind")); in GetRecordKind() local 142 std::string kind(vtable_component.GetString("kind")); in GetVTableComponentKind() local
|
/development/vndk/tools/header-checker/src/repr/ |
D | abi_diff_helpers.cpp | 234 static inline bool IsVOffset(VTableComponentIR::Kind kind) { in IsVOffset() 239 static inline bool IsFunctionPointer(VTableComponentIR::Kind kind) { in IsFunctionPointer() 874 const LinkableMessageKind kind = old_type->GetKind(); in ResolveImplicitlyConvertibleQualifiedReferences() local 948 const TypeIR *old_type, const TypeIR *new_type, LinkableMessageKind kind, in CompareAndDumpTypeDiff()
|
D | ir_representation.h | 219 VTableComponentIR(const std::string &name, Kind kind, int64_t value, in VTableComponentIR()
|
/development/scripts/ |
D | get_rust_pkg.py | 86 def echo_all_deps(args, kind, deps): argument
|
D | cargo2android.py | 553 def dump_skip_crate(self, kind): argument
|
/development/vndk/tools/header-checker/src/repr/protobuf/proto/ |
D | abi_dump.proto | 119 optional Kind kind = 1; field
|
/development/vndk/tools/header-checker/src/linker/ |
D | module_merger.cpp | 340 static bool IsReferencingType(repr::LinkableMessageKind kind) { in IsReferencingType()
|
/development/vndk/tools/header-checker/src/dumper/ |
D | abi_wrappers.cpp | 682 repr::VTableComponentIR::Kind kind = in SetupRecordVTableComponent() local
|