Home
last modified time | relevance | path

Searched defs:kind (Results 1 – 12 of 12) sorted by relevance

/development/vndk/tools/header-checker/src/repr/protobuf/
Dconverter.h94 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/
Dui_tree_utils.ts24 public kind: string, property in HierarchyTreeNode
59 kind?: string; property
/development/tools/winscope/src/test/unit/
Dhierarchy_tree_builder.ts22 kind = ''; property in HierarchyTreeBuilder
/development/tools/winscope/src/trace/
Dtrace_tree_node.ts20 kind: string; property
/development/vndk/tools/header-checker/src/repr/json/
Dir_reader.cpp132 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/
Dabi_diff_helpers.cpp234 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()
Dir_representation.h219 VTableComponentIR(const std::string &name, Kind kind, int64_t value, in VTableComponentIR()
/development/scripts/
Dget_rust_pkg.py86 def echo_all_deps(args, kind, deps): argument
Dcargo2android.py553 def dump_skip_crate(self, kind): argument
/development/vndk/tools/header-checker/src/repr/protobuf/proto/
Dabi_dump.proto119 optional Kind kind = 1; field
/development/vndk/tools/header-checker/src/linker/
Dmodule_merger.cpp340 static bool IsReferencingType(repr::LinkableMessageKind kind) { in IsReferencingType()
/development/vndk/tools/header-checker/src/dumper/
Dabi_wrappers.cpp682 repr::VTableComponentIR::Kind kind = in SetupRecordVTableComponent() local