/system/incremental_delivery/incfs/include/ |
D | path.h | 41 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/ |
D | heap_impl.h | 37 size_t parent = (current - 1) / 2; in siftUp() local 101 size_t parent = (index - 1) / 2; in remove_heap() local
|
/system/tools/hidl/hidl2aidl/ |
D | AidlTranslate.cpp | 107 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/ |
D | NamedType.cpp | 24 Scope* parent) in NamedType()
|
D | TypeDef.cpp | 26 Scope* parent, const Reference<Type>& type) in TypeDef()
|
D | DeathRecipientType.cpp | 24 DeathRecipientType::DeathRecipientType(Scope* parent) : Type(parent, "death_recipient") {} in DeathRecipientType()
|
D | PointerType.cpp | 24 PointerType::PointerType(Scope* parent) : Type(parent, "pointer") {} in PointerType()
|
D | Scope.cpp | 34 Scope* parent) in Scope() 267 Scope* parent) in RootScope()
|
D | FmqType.cpp | 27 FmqType::FmqType(const std::string& nsp, const std::string& name, Scope* parent, in FmqType()
|
D | Type.cpp | 32 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()
|
D | StringType.cpp | 25 StringType::StringType(Scope* parent) : Type(parent, "string") {} in StringType()
|
D | HandleType.cpp | 26 HandleType::HandleType(Scope* parent) : Type(parent, "handle") {} in HandleType()
|
D | MemoryType.cpp | 26 MemoryType::MemoryType(Scope* parent) : Type(parent, "memory") {} in MemoryType()
|
/system/libhidl/transport/include/hidl/ |
D | HidlTransportSupport.h | 134 Return<sp<IChild>> castInterface(sp<IParent> parent, const char* childIndicator, bool emitError) { in castInterface()
|
/system/media/camera/docs/ |
D | metadata_model.py | 58 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/ |
D | sample_tree.h | 158 EntryT* parent = nullptr; in ProcessSampleRecord() local 267 void UpdateCallChainParentInfo(EntryT* sample, EntryT* parent) { in UpdateCallChainParentInfo() 289 EntryT* parent; member
|
/system/libufdt/include/ |
D | ufdt_types.h | 59 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/ |
D | TreeNode.java | 29 private V parent; field in TreeNode
|
/system/core/fs_mgr/libsnapshot/ |
D | snapshot_stats.cpp | 26 SnapshotMergeStats* SnapshotMergeStats::GetInstance(SnapshotManager& parent) { in GetInstance()
|
/system/tools/hidl/host_utils/include/hidl-util/ |
D | Formatter.h | 50 Block* const parent; member
|
/system/core/fs_mgr/libfiemap/ |
D | utility.cpp | 170 bool IsSubdir(const std::string& child, const std::string& parent) { in IsSubdir()
|
/system/core/fs_mgr/tests/ |
D | vts_fs_test.cpp | 112 auto parent = dm.GetParentBlockDeviceByPath(parent_bdev); in TEST() local
|
/system/core/init/ |
D | mount_handler.cpp | 81 std::optional<std::string> parent = dm.GetParentBlockDeviceByPath("/dev/block/" + blockdev); in GetDiskPart() local
|
/system/libvintf/ |
D | parse_xml.cpp | 82 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/ |
D | path.cpp | 173 std::string_view relativize(std::string_view parent, std::string_view nested) { in relativize()
|