Home
last modified time | relevance | path

Searched defs:parent (Results 1 – 25 of 58) sorted by relevance

123

/system/incremental_delivery/incfs/include/
Dpath.h41 inline std::string_view relativize(const char* parent, const char* nested) { in relativize()
44 inline std::string_view relativize(std::string_view parent, const char* nested) { in relativize()
47 inline std::string_view relativize(const char* parent, std::string_view nested) { in relativize()
/system/chre/util/include/chre/util/
Dheap_impl.h37 size_t parent = (current - 1) / 2; in siftUp() local
101 size_t parent = (index - 1) / 2; in remove_heap() local
/system/tools/hidl/hidl2aidl/
DAidlTranslate.cpp107 const FieldWithVersion& field, const CompoundType* parent, in namedTypeTranslation()
240 const CompoundType* parent, AidlBackend backend) { in containerTranslation()
343 const CompoundType* parent, AidlBackend backend) { in simpleTranslation()
380 const CompoundType* parent, const FieldWithVersion& field, in h2aFieldTranslation()
411 const Scope* parent = type->parent(); in getParentInterface() local
422 std::optional<const Interface*> parent = getParentInterface(type); in hidlIncludeFile() local
/system/tools/hidl/
DNamedType.cpp24 Scope* parent) in NamedType()
DTypeDef.cpp26 Scope* parent, const Reference<Type>& type) in TypeDef()
DDeathRecipientType.cpp24 DeathRecipientType::DeathRecipientType(Scope* parent) : Type(parent, "death_recipient") {} in DeathRecipientType()
DPointerType.cpp24 PointerType::PointerType(Scope* parent) : Type(parent, "pointer") {} in PointerType()
DScope.cpp34 Scope* parent) in Scope()
267 Scope* parent) in RootScope()
DFmqType.cpp27 FmqType::FmqType(const std::string& nsp, const std::string& name, Scope* parent, in FmqType()
DType.cpp32 Type::Type(Scope* parent, const std::string& definedName) in Type()
370 Scope* Type::parent() { in parent() function in android::Type
374 const Scope* Type::parent() const { in parent() function in android::Type
736 TemplatedType::TemplatedType(Scope* parent, const std::string& definedName) in TemplatedType()
DStringType.cpp25 StringType::StringType(Scope* parent) : Type(parent, "string") {} in StringType()
DHandleType.cpp26 HandleType::HandleType(Scope* parent) : Type(parent, "handle") {} in HandleType()
DMemoryType.cpp26 MemoryType::MemoryType(Scope* parent) : Type(parent, "memory") {} in MemoryType()
/system/libhidl/transport/include/hidl/
DHidlTransportSupport.h134 Return<sp<IChild>> castInterface(sp<IParent> parent, const char* childIndicator, bool emitError) { in castInterface()
/system/media/camera/docs/
Dmetadata_model.py58 def parent(self): member in Node
529 def _construct_inner_namespaces(self, parent, depth=0): argument
562 def _construct_entries(self, parent, depth=0): argument
604 def __init__(self, name, parent, description=""): argument
638 def __init__(self, name, parent, languages=None): argument
667 def __init__(self, name, parent, sections=[]): argument
692 def __init__(self, name, parent, description=None, kinds=[]): argument
795 def __init__(self, name, parent): argument
896 def __init__(self, name, parent): argument
990 def __init__(self, name, parent, argument
[all …]
/system/extras/simpleperf/
Dsample_tree.h158 EntryT* parent = nullptr; in ProcessSampleRecord() local
267 void UpdateCallChainParentInfo(EntryT* sample, EntryT* parent) { in UpdateCallChainParentInfo()
289 EntryT* parent; member
/system/libufdt/include/
Dufdt_types.h59 struct ufdt_node parent; member
64 struct ufdt_node parent; member
/system/timezone/input_tools/android/tzlookup_generator/src/main/java/com/android/libcore/timezone/tzlookup/zonetree/
DTreeNode.java29 private V parent; field in TreeNode
/system/core/fs_mgr/libsnapshot/
Dsnapshot_stats.cpp26 SnapshotMergeStats* SnapshotMergeStats::GetInstance(SnapshotManager& parent) { in GetInstance()
/system/tools/hidl/host_utils/include/hidl-util/
DFormatter.h50 Block* const parent; member
/system/core/fs_mgr/libfiemap/
Dutility.cpp170 bool IsSubdir(const std::string& child, const std::string& parent) { in IsSubdir()
/system/core/fs_mgr/tests/
Dvts_fs_test.cpp112 auto parent = dm.GetParentBlockDeviceByPath(parent_bdev); in TEST() local
/system/core/init/
Dmount_handler.cpp81 std::optional<std::string> parent = dm.GetParentBlockDeviceByPath("/dev/block/" + blockdev); in GetDiskPart() local
/system/libvintf/
Dparse_xml.cpp82 inline void appendChild(NodeType *parent, NodeType *child) { in appendChild()
86 inline void appendChild(DocType *parent, NodeType *child) { in appendChild()
95 inline void appendText(NodeType *parent, const std::string &text, DocType *d) { in appendText()
107 inline NodeType *getChild(NodeType *parent, const std::string &name) { in getChild()
111 inline NodeType *getRootChild(DocType *parent) { in getRootChild()
115 inline std::vector<NodeType *> getChildren(NodeType *parent, const std::string &name) { in getChildren()
/system/incremental_delivery/incfs/
Dpath.cpp173 std::string_view relativize(std::string_view parent, std::string_view nested) { in relativize()

123