/system/incremental_delivery/incfs/ |
D | path.h | 37 inline std::string_view relativize(const char* parent, const char* nested) { in relativize() 40 inline std::string_view relativize(std::string_view parent, const char* nested) { in relativize() 43 inline std::string_view relativize(const char* parent, std::string_view nested) { in relativize()
|
D | path.cpp | 163 std::string_view relativize(std::string_view parent, std::string_view nested) { in relativize()
|
/system/chre/util/include/chre/util/ |
D | heap_impl.h | 36 size_t parent = (current - 1) / 2; in siftUp() local 100 size_t parent = (index - 1) / 2; in remove_heap() local
|
/system/bt/gd/packet/parser/ |
D | struct_parser_generator.cc | 29 for (auto& parent : variable_struct_fields_) { in StructParserGenerator() local
|
D | struct_def.cc | 23 StructDef::StructDef(std::string name, FieldList fields, StructDef* parent) in StructDef() function in StructDef
|
/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() 251 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 | 57 def parent(self): member in Node 532 def _construct_inner_namespaces(self, parent, depth=0): argument 566 def _construct_entries(self, parent, depth=0): argument 609 def __init__(self, name, parent, description=""): argument 643 def __init__(self, name, parent, languages=None): argument 672 def __init__(self, name, parent, sections=[]): argument 697 def __init__(self, name, parent, description=None, kinds=[]): argument 800 def __init__(self, name, parent): argument 901 def __init__(self, name, parent): argument 994 def __init__(self, name, parent, argument [all …]
|
/system/extras/simpleperf/ |
D | sample_tree.h | 163 EntryT* parent = nullptr; in ProcessSampleRecord() local 277 void UpdateCallChainParentInfo(EntryT* sample, EntryT* parent) { in UpdateCallChainParentInfo() 299 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/chre/platform/slpi/include/chre/platform/slpi/smgr/ |
D | smr_helper.h | 188 SmrHelper *parent; member
|
/system/libvintf/ |
D | parse_xml.cpp | 70 inline void appendChild(NodeType *parent, NodeType *child) { in appendChild() 74 inline void appendChild(DocType *parent, NodeType *child) { in appendChild() 83 inline void appendText(NodeType *parent, const std::string &text, DocType *d) { in appendText() 95 inline NodeType *getChild(NodeType *parent, const std::string &name) { in getChild() 99 inline NodeType *getRootChild(DocType *parent) { in getRootChild() 103 inline std::vector<NodeType *> getChildren(NodeType *parent, const std::string &name) { in getChildren()
|
/system/core/adb/ |
D | adb_utils_test.cpp | 37 static std::string subdir(const char* parent, const char* child) { in subdir()
|